/*
Theme Name: Contect Over Dogma Theme
Theme URI: http://wordpresstheme.co.uk/
Description: The Contect Over Dogma WordPress theme designed by <a href="http://wordpresstheme.co.uk">WordPressTheme.co.uk</a>.
Version: 1.0
Author: Kieren Harding
Author URI: http://Fuski.com
*/

/* Begin Globals 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

.thickbox a {
color:black !important;
}

body {
	font-size: 75%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#tooltip {
	position:absolute;
	border:1px solid #333;
	padding:2px 5px;
	color:#FFF;
	display:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(images/trans-bg.png);
}
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Headings 
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #434040;
	line-height: 1em;
	margin-bottom: .50em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2.25em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.5em;
	font-weight: bold;
}
h6 {
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0000;
	background-image: url(images/h6-ul.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/* Begin Header 
-------------------------------------------------------------- */
#header {
	height: 104px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h2#logo {
	float: left;
	width: 210px;
	height: 80px;
	padding: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2#logo a {
	float: left;
	height: 80px;
	width: 210px;
	text-indent: -999em;
}
h3#tag {
	color: #FFFFFE;
	margin-top: 73px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

/* Begin Search Form 
-------------------------------------------------------------- */
#searchform {
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 248px;
	float: right;
	margin-top: 18px;
	padding: 15px;
	display: inline;
}
#searchform #s {
	float: left;
	border: 1px solid #FFF;
	margin-top: 6px;
	margin-left: 3px;
	display: inline;
	width: 185px;
}
#searchform #searchsubmit {
	background-image: url(images/search_button.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 52px;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#searchform #searchsubmit:hover {
	background-image: url(images/search_button_hover.jpg);
	cursor: pointer;
}

/* Main Menu 
-------------------------------------------------------------- */
#menu {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
}
#menu ul {
	margin-left: 30px;
	padding-top: 10px;
	background-image: url(images/menu-sep.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
}
#menu ul li {
	list-style-type: none;
	background-image: url(images/menu-sep.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	float: left;
}
#menu ul li a {
	display: inline;
	float: left;
	text-decoration: none;
}
#menu ul li a span {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #D6D6D6;
	font-size: 1.2em;
	font-weight: bolder;
}
#menu ul .current_page_item a {
	background-image: url(images/tab-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
}
#menu ul .current_page_item a span {
	background-image: url(images/tab-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	line-height: 29px;
	color: #000;
}
#menu ul li a:hover span {
	color: #FFF;
}
#menu ul .current_page_item a:hover span {
	color: #000;
	cursor: default;
}

/* Begin Content 
-------------------------------------------------------------- */
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
}

/* Begin Left/Main Column 
-------------------------------------------------------------- */
#leftcol {
	width: 705px;
	float: left;
	padding-bottom: 0px;
}
#leftcol a {
	color: #C00;
	text-decoration: none;
}
#leftcol a:hover {
	text-decoration: underline;
}
#leftcol .post {
	background-color: #FFF;
	background-image: url(images/post-bg-top.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	margin-bottom: 15px;
}
#leftcol .entry {
	background-image: url(images/post-bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	line-height: 1.6em;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100%;
}
#leftcol .posthead {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	padding-bottom: 15px;
	position: relative;
	padding-right: 50px;
}
#leftcol .calender {
	background-image: url(images/cal-icon.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 52px;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	display: block;
	margin-bottom: 17px;
}
#leftcol .calender .month {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	padding-top: 3px;
	font-size: 10.6px;
}
#leftcol .calender .day {
	text-align: center;
	line-height: 26px;
	font-size: 1.5em;
	padding-top: 3px;
}
#leftcol .posthead h1 {
	text-decoration: none;
	color: #434040;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 2em;
	line-height: 1.2em;
}
#leftcol .posthead h1 a {
	color: #434040;
}
#leftcol .posthead h1 a:hover {
	color: #000;
	text-decoration: underline;
}
#leftcol .tweetmeme_button {
	position: absolute;
	top: 0px;
	right: 0px;
}

#leftcol .entry ol, #leftcol .entry ul {
	margin-left: 60px;
	margin-bottom: 15px;
}
#leftcol .post .posthead ul li {
	list-style-type: none;
}
#leftcol .post .posthead ul li a {
	color: #cc0000;
	text-decoration: none;
}
#leftcol .post .posthead ul li a:hover {
	text-decoration: underline;
}
#leftcol .post .posthead ul li .tooltip:hover {
	text-decoration: none;
}
#leftcol .post .entry p {
	margin-bottom: 18px;
}
#leftcol .post .entry .more-link {
	font-size: 1.2em;
	color: #C00;
	text-decoration: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-top: 7px;
}
#leftcol .post .entry .more-link:hover {
	text-decoration: underline;
}
#leftcol .post .entry .comments-link {
	background-image: url(images/comments-count.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 137px;
	float: right;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	line-height: 29px;
	font-weight: bold;
	border-bottom-width: 0px;
}
#leftcol .post .entry .comments-link:hover {
	text-decoration: underline;
}
#leftcol .navigation a {
	font-size: 1.6em;
	color: #d5d5d5;
	text-decoration: none;
}
#leftcol .navigation a:hover {
	color: #FFF;
}
#leftcol .post .pagetitle {
	text-align: center;
	background-image: url(images/post-bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 18px;
	color: #434040;
	font-size: 2em;
}
#leftcol .post .entry .pagetitle {
	background-image: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#leftcol .sharelinks {
	position: relative;
	border: 1px solid #bfbfbf;
	height: 100%;
	margin-top: 40px;
	display: block;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#leftcol .sharelinks span {
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	color: #707070;
}
#leftcol .post .entry .sharelinks a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 22px;
	margin-left: 22px;
	display: inline;
	float: left;
}
#leftcol .relatedposts {
	position: relative;
	border: 1px solid #bfbfbf;
	height: 100%;
	margin-top: 40px;
	display: block;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
}
#leftcol .relatedposts li {
	line-height: 1.8em;
}
#leftcol .relatedposts span {
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	color: #707070;
}
#leftcol .post .entry .relatedposts li a {
	border-bottom-width: 0px;
}
#leftcol .post .entry .relatedposts li a:hover {
	text-decoration: underline;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}
#leftcol .entry .commentlist {
	margin-left: 0px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Comments */

/* Begin Various Tags & Classes */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#leftcol .post .entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-top: 4;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #434040;
}


/* Begin Right Column (Sidebar) 
-------------------------------------------------------------- */
#rightcol {
	float: right;
	width: 220px;
}
#rightcol ul li h2 {
	margin: 0px;
	background-image: url(images/widget-top.jpg);
	background-repeat: no-repeat;
	line-height: 34px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#rightcol ul li {
	list-style-type: none;
	background-image: url(images/widget-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	margin-bottom: 12px;
	display: block;
}
#rightcol ul li ul {
	background-image: url(images/widget-bg.jpg);
	background-repeat: repeat-y;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 0px;
}
#rightcol ul li ul li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#rightcol .children {
	background-image: none;
}
* html #rightcol ul {
	height: 0.01%;
}
#rightcol ul ul a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-left: 18px;
	margin-right: 10px;
	text-transform: capitalize;
}
#rightcol a:hover {
	color: #cc0000;
	background-image: url(images/bullet-hover.jpg);
}
#rightcol ul .rss-subscribe {
	background-image: url(images/rss-bg.jpg);
	background-repeat: no-repeat;
	height: 108px;
	padding: 0px;
	text-align: center;
}
#rightcol .rss-icon {
	margin-top: 9px;
	clear: both;
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	padding: 0px;
	margin-bottom: 0px;
}
#rightcol ul .rss-subscribe a {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#rightcol .rss-subscribe span {
	color: #d5d5d5;
	text-transform: uppercase;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 22px;
}
#rightcol .rss-subscribe span a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #f69221;
	background-image: none;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
}
#rightcol .rss-subscribe span a:hover {
	text-decoration: underline;
	background-image: none;
	color: #f69221;
}
/* Begin Open Graph Connect Panel */
#rightcol .ogpconnect {
	margin-top: 9px;
	clear: both;
	width: 200px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	padding: 0px;
	margin-bottom: 0px;
}
#rightcol ul .ogpconnect a {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#rightcol .ogpconnect span {
	color: #d5d5d5;
	text-transform: uppercase;
	font-size: 1.3em;
	padding:5px;
	margin: 0px;
	line-height: 22px;
}
#rightcol .ogpconnect span a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #f69221;
	background-image: none;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
}
#rightcol .ogpconnect span a:hover {
	text-decoration: underline;
	background-image: none;
	color: #f69221;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

/* Begin Footer 
-------------------------------------------------------------- */
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 25px;
	color: #5b5b5b;
	padding-right: 10px;
	display: block;
	padding-bottom: 15px;
}
#footer ul li {
	list-style-type: none;
	padding-right: 12px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3B3B3B;
	padding-left: 12px;
	line-height: 12px;
}
#footer ul #rss-link {
	border-right-width: 0px;
}
#footer ul li a, #footer a {
	text-decoration: none;
	color: #8F8F8F;
	display: inline;
	padding-bottom: 9px;
}
#footer a:hover {
	color: #C3C3C3;
	text-decoration: underline;
}
#footer p {
	float: right;
	line-height: 12px;
}

/* Move FB Add to Timeline */
.fb_ltr {
maring:3px 0 0 20px;
}

