/*
Theme Name: OFT Theme
Theme URI: http://wordpress.org/
Description: A very hacked-up Kubrick
Version: 1.4.1 (2010-05-07)
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;
  	}
  	
p {
	margin: 0 0 1.2em 0;
}
	
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;	
}	
	
p.centeredimage	
{
	text-align: center;
	font-weight: bold;
}	

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

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

a.linkRollover span
{
  display: none;
}

a.linkTitle
{
	float:left;
}

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: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

div.emphasisbox {
	background-color: #effbfe;
	border: 1px dashed #b1d0da; 
	margin-top: 20px; padding: 0 20px 10px 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/blogimages/list-droplet.gif"); 
	}

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

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

html>body .entry ul.quotes li {
	margin: 7px 0px 15px 10px;
	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: #effbfe;
	border: 1px dashed #b1d0da;
	margin-top: 10px;
	padding: 10px;
}

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


/* 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;
}

.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 */