/*
Theme Name: Thermionic Blue Wide
Version: 1.0
Description: Adapted and tweaked version of <a href="http://templates.arcsin.se/">Viktor Persson's</a> "Bitter Sweet" wordpress theme.  Version with wider text area (620px).
Author: Matt Britt
Author URI: http://mattb.alwayssleeping.com/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #286;}
a:hover {color: #69A;}
body {
	background: #005F80 url('img/bg.png') repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, cite, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
/* to fix sub-pages... ugly hack */
ul ul {
	font-size: 1.0em;
	padding-bottom: 1.0em;
}
ul {margin-left: 1.2em;}
.content ul li {list-style-image: url('img/li.png');}

.content ol li {
margin-left:15px;}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1, h2, h3 {color: #654;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: url('img/bgcontainer.png') repeat-y;
	margin: 0 auto;
	width: 902px;
}

/* header */
.header {
	background: url('img/header.jpg') no-repeat;
	height: 234px;
	margin: 0 auto;
	width: 830px;
}

.header span {
	font: italic 1.4em Verdana,sans-serif;
	color: #FFF;
	padding-left: 32px;
	line-height: 32px;
}

/* navigation */


.top {
       background: #4455AA;
       font: normal 2.4em Verdana,sans-serif;
       height: 60px;
       margin: 0 auto;
       width: 828px;
       border-left: 1px solid #a3abd2;
       border-right: 1px solid #a3abd2;
}
.top a:hover {
       background: #4465BB;
       color: #FFF;
}


.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}


/* item */
.item {clear: both;}
.item .date {
	background: url('img/bgdate.png') no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 620px;
}
.item h1 {
	background: #4455AA;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}



.item h1 a {
	background: #4455AA;
	color: #FFF;
	text-decoration:none;
	
}


.item h1 a:visited{
	background: #4455AA;
	color: #FFF;
	text-decoration:none;
}

.item h1 a:hover{
	background: #4455AA;
	color: #FFF;
	
}

.item .body {
	text-align: justify;
	padding: 12px 18px;
}

/* main */
.main {float: left;}

/* sub navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #0081BC;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	/* border-bottom: 1px solid #ADD5E8; */
	list-style: none;
}
.navigation li a {
	height: 16px;
	background: #E8BFF6 url('img/bgnavigation.png') repeat-x;	
	color: #355;
	display: block;
	padding: 8px 4px 8px 12px;
	border-bottom: 1px solid #ADD5E8;
	text-decoration: none;
}
.navigation li a:hover {
	background: #C6F0FF;
	color: #355;
}
.navigation ul li ul li a {
	padding-left: 24px;
}

/* footer */
.footer {
	background: url('img/bgfooter.png') repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 826px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAB0FC;}
.footer .left, .footer .right {padding: 0 10px;}


/*post stylng*/
.item{ margin:0 0 25px 0;}

.item .info{
	border-top: 1px dashed #DDD;
	padding: 6px 5px 12px;
	color: #505050;
	margin: 0 12px;
}

/* Comments Styling */
ol.commentlist {margin-left: 2em;}
.comment_author {font: bold 12px sans-serif; margin-bottom: 2px;}
.comment_metadata {margin-bottom: 4px;}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #000070;
}
#commentform {
margin: 2em 2em;
background: #f3f7fb;
width: 480px;
}

#commentform textarea {
background: #f3f7fb;
border: 1px solid #d3d3d6;
width: 480px;
}
#commentform textarea:hover {
background: #f3f7fb;
border: 1px solid #d3d3d6;
}
#commentform textarea:focus {
background: #f3f7fb;
border: 1px solid #939397;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f3f7fb;
border: 1px solid #d3d3d6;
width: 480px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f3f7fb;
border: 1px solid #d3d3d6;
width: 480px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f3f7fb;
border: 1px solid #939397;
width: 480px;
}
#commentform input{
margin-bottom: 3px;
}

/* Additional tidbits added by Matt */

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

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

img.lateximage {
	vertical-align: middle;
}

/* Captions */

.wp-caption {
	border: 1px solid #d3d3d6;
	text-align: center;
	background-color: #f3f7fb;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

