/*
Theme Name: OFT Theme
Theme URI: http://wordpress.org/
Description: A very hacked-up Kubrick
Version: 1.7 (2011-11-12)
Author: Paul Kafasis
Author URI: http://onefoottsunami.com/
Tags: blue, custom header, fixed, two columns, widgets
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B1D0DA;
	color: #333;
	text-rendering: optimizeLegibility;
	/*Be aware of automatic text resizing
		In what is almost always a good feature, email clients using webkit (such as the iPhone, Pre and Android) can automatically adjust font sizes to increase readability. If testing shows this feature is doing more harm than good to your design, you can always disable it with the following CSS rule*/
	/*-webkit-text-size-adjust: none; Currently off because it broke text size adjustment on desktops */
  	}
  	
sup {
	height: 0;
	line-height: 1;
	vertical-align: super;
	bottom: 1ex;	
}

p.centeredimage	
{
	text-align: center;
	font-weight: bold;
}	

a.linkTitle
{
	float:left;
}

a.linkRollover
{
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	width: 14px;	
	height: 12px;
 	background: url("images/siteimages/linkRollover.png") no-repeat 0 0;
	text-decoration: none; 		
}

a.linkRollover:hover
{ 
	background-position: 0 -12px;
	text-decoration: none;  
}

a.linkRollover span
{
	position: absolute;
	top: -999em;
}

a.twitterCTARollover
{
	float: left;
	margin-left: 18px;	
	width: 114px;
	height: 28px;
 	background: url("images/siteimages/CTA-twitter-sprite.png") no-repeat 0 0;	
	text-decoration: none;	
}

a.facebookCTARollover
{
	float: left;
	margin-left: 19px;	
	width: 114px;
	height: 28px;
 	background: url("images/siteimages/CTA-facebook-sprite.png") no-repeat 0 0;	
	text-decoration: none; 	
}


a.subscribeCTARollover
{
	float: left;
	margin-left: 19px;
	width: 114px;
	height: 28px;
 	background: url("images/siteimages/CTA-rss-sprite.png") no-repeat 0 0;	
	text-decoration: none; 	
}



a.CTARollover:hover
{ 
	background-position: 0 -28px;
	text-decoration: none;
}

a.CTARollover span
{
	position: absolute;
	top: -999em;
}

hr.footnote
{
	text-align:center;
	width:75%;
	border:0px;
	color:#c0c0c0;
	background-color:#c0c0c0;
	height:1px;
	margin-top:40px;
}

.smallbold
{ 
	font-size:smaller; 
	font-weight:bold
}


#middle {
	background: white;	
	overflow: auto;
	border-left: 1px solid #A8B7BC;	
	border-right: 1px solid #A8B7BC;
}

#header {
	background: none;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	/*text-align: none;*/
	}

.entry {
	margin-top: .75em;}
	
	
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #ffffff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: none;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

div.emphasisbox {
	background-color: #f6fdff;
	border: 1px solid #e6f3f7; 
	margin-top: 20px; padding: 0 20px 10px 20px;
}

li.emphasisbox p
{
	color: #666;
	font-size: 11px;
	text-align:left;		
	margin: 0;
	padding: 5px;
}


div.CTAbox {
	width: 425px;
	margin:0px auto;
	background-color: #f6fdff;
	border: 1px solid #e6f3f7; 
	margin-top: 20px; 
	padding: 5px 0px 5px 0px;
}

div.CTAbox p
{
	color: #666;
	font-size: 11px;
	text-align:center;		
	margin: 0;
	padding: 5px;
}

hr.CTAbox
{
	text-align:center;
	width:100%;
	border:0px;
	color:#B1D0DA;
	background-color:#B1D0DA;
	height:1px;
	margin-top:20px;
}


h1 {
	font-size: 4em;
	text-align: left;
	color: black;
	font-weight: bold;
	padding-top: 70px;
	padding-left: 20px;
	margin: 0;
	}

h2, h2.pagetitle, h2.boxtitle {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	margin: 30px 0 0;
	}
	
.emphasisbox h2.pagetitle {
	margin: 15px 0 15px 0;	
}

/* This should be combined */

.emphasisbox h2.boxtitle {
	margin: 15px 0 15px 0;	
}

h2.pagetitle, h2.boxtitle {
	text-align: center;
	}

#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}
	
h3 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 0 0;
	}

h3.sectiontitle {
	margin: 5px 0 5px 0;
	}

	
h4 {
	margin: 1.5em 0 .63em 0;
	}	
	
/* ---------------- title links ----------------- */
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #333;
	}

a, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.entry p a:visited {
	color: #b85b5a;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 742px;
	}

#header {
	height: 179px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 25px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 742px;
	clear: both;	
	}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
/* End Structure */






/* Begin Images */
p img {
	padding: 0;

	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	list-style-image: url("images/siteimages/list-droplet.gif"); 
	}

html>body .entry blockquote ul {
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	list-style-image: none; 	
	list-style-type: disc; 
	}

html>body .entry ul.quotes {
	padding: 0px 0px 0px 40px;
	list-style-image: url("images/siteimages/quotemark.gif"); 
	}

html>body .entry li {
	margin: 7px 0px 8px 5px;
	padding: 0px 0px 0px 5px;	
	}

html>body .entry ul.quotes li {
	margin: 7px 0px 15px 5px;
	padding: 0px 0px 0px 5px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

ol.footnotes li {font-size: smaller;}
	
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{	
	font-size: 1em;
	padding: 12px 10px 10px 0;
	margin-left: 535px;
	margin-right: 10px;	
	width: 190px;
	}

#sidebar li.emphasisbox
{
	background-color: #f6fdff;
	border: 1px solid #e6f3f7; 
	margin-top: 10px;
	padding: 10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* For "Real or Fake" */

div.RorFheadlinewrapper {
	border-bottom: 1px dashed #B1D0DA;
	}

h3.RorFheader {
	color: #14647b;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	}

p.RorFheadline {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	}

p.RorFheadline a {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0066cc;
	}

div.hidden {
	display: none;
	}

div.unhidden {
	display: block; 
	width: 200px;
	}

div.unhidden p.fake {
	padding: 5px 10px; 
	background-color: #F8E0E0; 
	border: 1px solid #F6CECE;
	font-size: 11px; 
	color: #333; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
	}

div.unhidden p.real {
	padding: 5px 10px; 
	background-color: #ECF8E0; 
	border: 1px solid #E3F6CE; 
	font-size: 11px; 
	color: #333; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
	}

div.unhidden p.real a, div.unhidden p.fake a {
	color: #0066cc;
	}


/* End Real or Fake CSS */

/* Begin Various Tags & Classes */
blockquote {
	margin: 10px 50px 0 10px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	}

.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: 40px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Unused WP Caption
.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;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/
/* End captions */
