/*
Theme Name: New Cognition
Theme URI: http://www.cognition-media.com
Description: Cognition Media Website design 1.1
Version: 1.0
Author: Cognition Media
*/



/*CSS*/

/*RESET EVERYTHING*/
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*GENERAL XHTML TAGS (alpha order)*/
body{
background: #e7f5fd;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size: small;
color: #000000;
text-align: center;
margin-top: 10px;
}

a{ color: #0a4f75; }
a:hover{ text-decoration: none; }

blockquote{
margin: 15px 0 15px 35px;
font-style: italic;
border-left: 3px solid #00DD00;
}

h1,h2,h3,h4,h5,h6{ 
font-family: Georgia, serif;
margin: 7px 7px 0 7px;
color: #c5351c;
font-size: 1.3em;
letter-spacing: 0.15em;
}

h1{ font-size: 2em; }
h2{ font-size: 1.75em; }
h3{ font-size: 1.65em; margin-bottom: 10px;}

img{ border: 0; }

p, li{ line-height: 1.4em; margin: 7px;}

strong{
font-weight: bold;
}

ul{
margin: 5px 5px 10px 25px;
}

ul li{
margin: 10px 0;
}

/**LAYOUT STUFF (order of appearance)**/

/*****
Total Width: 980px
Half: 470 (margins considered)
Third: 306 (margins considered)
1.63: 601/379
***/

#container{
margin: 0 auto;
padding: 0;
text-align: left;
width: 980px;
border: 1px solid #d6eefb;
background-color: #FFFFFF;
}



#header{
border-bottom: 1px solid #3989b4;
background: #FFFFFF;
}

#header h1, #header img a{
margin-top: 0;
padding-top: 3px;
float: left;

}

#nav{
text-align: right;
font-size: 1.3em;
font-weight: bold;
color: #F2DA90;
margin-bottom: 10px;
}

#nav ul{
list-style-type: none;
margin: 0;
padding: 25px 5px 5px 5px;
}

#nav ul li{
margin: 3px 7px;
display: inline;
}

#nav ul li a{
color: #c5351c;
text-decoration: none;
}

#nav ul li a:hover{
color: #CFCFCF;
}

#sidebar{
width: 369px;
float: right;
}

#main{
margin: 10px;
}

#main ul li, #main-subpage ul li{
margin-left: 25px;
list-style-type: square;
}

#main .welcome{
text-align: center;
}

#main .welcome h2{
color: #F2DA90;
}

#main .welcome img{
background: #CFCFCF;
padding: 3px;
}

#main #news{
overflow: auto;
}

#main-subpage{
margin-right: 369px;
border-right: 1px solid #6699CC;
}

#sidebar h2{
font-size: 1.8em;
}

#main-subpage .content {
margin: 0 5px 0 279px;
}

#main-subpage img.right{ margin: 0; padding: 5px; }

#main-subpage p{ margin: 10px 14px; }


#footer{
margin: 0;
clear: both;
background: #3989b4;
text-align: center;
border-top: 2px solid #0a4f75;
}

#footer p{ padding: 10px; margin: 0;}
#footer a{ color: #FFFFFF; }

/**GENERAL CLASSES (alpha order)**/


.column{
float: left;
margin: 15px 5px 15px 5px;
color: #FFFFFF;
font-weight: bold;
min-height: 200px;

}

.column h3{ 
color: #000000;
}

.column ul{
text-align: left;
margin: 5px;
}

.column ul li{
font-size: 1.15em;
margin: 10px;
}

.column a{ 
color: #FFFFFF;
}

.page-post{ margin: 10px; }

.post{
margin: 10px;
border-bottom: 1px solid #0a4f75;
}

.post h2{
}

.post h2 a, .post h3 a{
color: #c5351c;
text-decoration: none;
}

.post h2 a:hover{
color: #CFCFCF;
}

.navigation{
margin-top: 7px;
overflow: auto;
}

.postmetadata{
font-size: 0.85em;
background: #e7f5fd;
margin: 0;
padding: 7px;
}

/***COMMENTS***/

ol.commentlist li{
background: #fce0db;
border: 1px solid #851906;
overflow: auto;
width: 600px;
margin: 10px;
}

ol.commentlist li.admin{
background: #cdfbd4;
border: 1px solid #118a25;;
}

ol.commentlist li .right{
margin: 0;
width: 45%;
text-align: left;
}

ol.commentlist li .photo{
float: left; 
margin: 5px;
background: #CFCFCF;
padding: 3px;
}

ol.commentlist li .info{
margin: 7px 5px;
}

ol.commentlist li cite{
font-weight: bold;
margin: 5px;
}

.red{ background: #c5351c url('images/box-bg.png') no-repeat; border: 1px solid #851906;}
.green{ background: #39b44e url('images/box-bg.png') no-repeat; border: 1px solid #118a25;}
.blue{ background: #3989b4 url('images/box-bg.png') no-repeat; border: 1px solid #0a4f75;}

.half{
width: 470px;
}

.third{
width: 308px;
text-align: center;
padding-bottom: 5px;
}

.third h3, .third p{
text-align: left;
}

.bio{
margin: 10px 6px 15px 6px;
overflow: auto;
border-bottom: 1px solid #39b44e;
}

.bio h4{
font-size: 1.5em;
color: #39b44e;
font-family: Helvetica, Arial, sans-serif;
}

.bio p{ margin: 6px; }

.left{ text-align: left; float: left; margin: 5px; }
.right{ text-align: right; float: right; margin: 5px; }
.center{ text-align: center; margin: 5px auto; }
.highlight{ background: #FFFFAA; padding: 4px; } 



/* Captions */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

.wp-caption, img.alignleft, img.alignright{
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

 img.alignleft, img.alignright{
 padding: 4px;
 }

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

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

.bio img{ margin: 5px; }
/* End captions */
