/*
Theme Name: ThinkSentient - ThinkSentient
Theme URI: http://www.think-sentient.com
Description: ThinkSentient theme group.
Version: 1.0
Author: Joanna Chlasta
Author URI: http://www.joannachlasta.com/
Tags: black, blue, elegant, two column, three column, fixed width

*/

/***	Common	***/

body {
	background: #333;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #3cf; text-decoration: none; }
a:hover { color: #fff; }
/*a:visited { color: #fc0; }
a:active { color: #fc0; }*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;	
}

span.tsThink { color: #fff; }
span.tsSentient { color: #3cf; }
span.tsRobot { color: #fc3; }
span.tsHuman { color: #3fc; }

div#pageSimple strong,
div#pageMiddle strong,
div#content strong {
	color: #ccc;
}


/***	Forms	***/

span.button {
	background: url('../_img/button-beg.gif') no-repeat 0 0;
	padding: 7px 0 7px 9px;
}
* html span.button {
	padding: 0px 0 14px 9px;
}
span.button span {
	background: url('../_img/button-end.gif') no-repeat right 0;
	padding: 7px 9px 7px 0;
}
* html span.button span {
	padding: 4px 9px 10px 0;
}
span.button input.button {
	background: transparent;
	border:0;
	color: #000;
	font-family: Georgia, serif;
	font-size: 1.2em;
	height: 18px;
	margin: 0;
	padding: 0 5px;
}
*:first-child+html span.button input.button {
	padding-bottom: 5px;
} 

div#content .cform input.single, 
input.text {
	background: #989898 url('../_img/input-back.jpg') repeat-x 0 0;
	border: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
}
div#content .cform textarea, 
textarea.text {
	background: #666; /*url('../_img/input-back.jpg') repeat-x 0 0;*/
	border: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
}

textarea.text {
	height: 200px;
}

textarea.text2 {
	height: 100px;
}

input.text,
textarea.text {
	width: 250px;
}



ol.cf-ol li, 
div.row {
	margin: 0 2em 0.5em 0;
}
 
div.row2 {
	margin: 2em 2em 0.5em 0;
}

div#content .cform label,
div.row label {
	color: #ccc;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
	margin: 0 0 0.4em 0;
}


ul.error_list {
	color: #c00;
	float:right;
}

ul.error_list li {
	margin: 0;
	padding: 0 120px 0 0;
}






/***	Header	***/

div#header {
	background: transparent url('../_img/header-back.png') no-repeat bottom center;
	min-height: 168px;
	padding: 1.8em 0;
	position: relative;
}

div#headerTitle {
	left:0;
	position: absolute;
}
div#headerTitle h2 {
	color: #fff;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin: 0;
}
div#headerTitle h2 a,
div#headerTitle h2 a:visited {
	color: #fff;
	position: relative;
	z-index: 1000;
}
div#headerTitle h2 span {
	color: #ccc;
	display: block;
	font-size: 0.44em;
	font-weight: normal;
	line-height: 1.13em;	
}

div#menuCategories {
	position: relative;
}
div#menuCategories h2 {
	color: #999;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0;
	
}

div#menuCategories ul {
	float:left;
	left: -10px;
	position: relative;
	top: -4px;
}

div#menuCategories ul li {
	float:left;
	font-size: 1em;
	line-height: 1em;
	margin:0;
}
div#menuCategories ul li a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.6em;
	line-height: 1.63em;
	margin: 1px 1px;
	padding: 0 9px;
}


div#menuCategories ul li a:hover {
	background: #365573;
	color:#fff;
}

div#menuCategories ul li.selected a {
	background: #365573;
	color: #fff;
}

div#menuMain {
	position: relative;
	z-index: 100;	
}

div#menuMain ul {
	list-style: none;
	margin: 0.9em 0 0 0;
	position: relative;
	right: -10px;	
}

div#menuMain ul li {
	clear: right;
	font-size: 1em;
	line-height: 1em;
	float: right;
	margin: 0 0 1px 0;
}

div#menuMain ul li a {
	color: #ccc;
	display: block;
	font-size: 1.8em;
	line-height: 1.5em;
	padding: 0 9px;
}
div#menuMain ul li a:hover {
	background: #365573;
	color: #fff;
}
div#menuMain ul li.selected a {
	background: #365573;
	color: #fff;
}


div#logoBar {
	background: #3cf url('../_img/bar-back.png') repeat-x 0 1px;
	height: 60px;	
	text-align: center;
}
* html div#logoBar {
	background: #3cf url('../_img/bar-back-ie6.png') repeat-x 0 1px;
}
div#logoBar div div {
	position: relative;
	top: -60px;
}


/***	Page Types	***/

div#pageNarrow {
	background: transparent url('../_img/main-back-narrow.gif') repeat-y 0 0;
	padding: 1.8em 0 3.6em 0;
}

div#pageMiddle {
	background: transparent url('../_img/main-back-middle.gif') repeat-y 0 0;
	padding: 1.8em 0 3.6em 0;
}

div#pageWide {
	background: transparent url('../_img/main-back-wide.gif') repeat-y 0 0;
	padding: 1.8em 0 3.6em 0;
}

div#pageSimple {
	padding: 1.8em 0 3.6em 0;
}


/***	Page Content	***/

h1 {
	color: #fff;
	font-size: 3.6em;
	font-weight: bolg;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.17em;
	text-align: right;
}

div#pageWide h1 {
	background: transparent url('../_img/line-630.jpg') no-repeat left bottom;
}

h1 a {
	float: right;
	padding: 0.11em 0 0 0.5em;
}

h1 span {
	color: #ccc;
	display: block;
	font-size:0.4446em;
	line-height: 1.3em;
	vertical-align: top;
}

div#crumbs {
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: -1.5em 0 2.7em 0;
}

div.website {
	margin: 0 0 1.8em 0;
}
div.website:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

div.website div.tags {
	background:transparent url(../_img/tag-slider.png) no-repeat left bottom;
	float:left;
	left: -10px;
	position:relative;
	width: 410px;
}

div.website div.tags ul {
	padding: 328px 20px 14px 20px;
}

div.website div.tags ul li {
	display: inline;
	padding: 0 15px 0 0;
	margin: 0;
}

div.img400 {
	background:transparent url(../_img/img-back-400.png) no-repeat 0 0;
	height:325px;
	padding:10px 0 0 10px;
	position: absolute;
	width:428px;	
}

div.website div.info {
	padding: 0 0 0 410px;
}

div.website div.info ul {
	float:left;
	padding: 9px 0;
}
div.website div.info ul li {
	background:transparent url(../_img/tab-back.png) no-repeat right top;
	clear:left;
	float:left;
	margin: 0;
	padding: 9px 15px 9px 15px;
	color: #006;
}
div.website div.info ul li a {
	color: #006;
}
div.website div.info ul li a:hover {
	color: #fff;
}

div.date {
	color: #000;
	float: right;
	font-family: Georgia, serif;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 0.9em;
	text-align: center;
}

div.date2 {
	float:none;
	padding: 0 0 0 15px;
	text-align: left;
}
	
div.date2 div {
	text-align: center;
	width: 80px;
}

div.date span {
	display: block;
	font-size: 2.5em;
	line-height:1.07em;
}

div.website div.description {
	clear: right;
	float:left;
	padding: 9px 0 9px 20px;
}

div.website div.description p {
	margin: 0.75em 0;
}

div.website h2 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.14em;
}

div.newsItem {
	margin: 0 0 3em 0;
	float:left;
}

div.newsItem h2 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.14em;
}

div.newsPage div.date,
div.newsItem div.date {
	background: #242424 url('/_img/tag-tab-bottom.gif') no-repeat bottom left;
	position: relative;
	left: 6px;
	margin: 0 0 20px 20px;
	padding: 0 0 3px 0;
}

div.newsPage div.date div,
div.newsItem div.date div {
	background: transparent url('/_img/tag-tab-top.gif') no-repeat top left;
	padding: 5px;
}


div.admin h2 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.14em;
}


div.thumbnail {
	background:transparent url(../_img/img-back-160-tags.png) no-repeat left bottom;
	width: 185px;	
}

div#sidebar2 div.thumbnail {
	margin: 0 0 0 7px;	
}

div#sidebar2 ul.wide div.thumbnail {
	margin: 0 0 0 22px;	
}

div.thumbnail div {
	background:transparent url(../_img/img-back-160.png) no-repeat 0 0;
	padding: 5px;	
}

div.thumbnail span {
	color: #ccc;
	display: block;
	padding: 15px 20px 5px 5px;
	text-align: center;	
}


div#pageMiddle div.post h2,
div#content div.post h2 {
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	margin: 1em 0;
}

div.post div.entry {
}

div.post div.tagList ul {
	float: right;
	left: 20px;
	margin: 1.5em 0 0 0; 
	position: relative;
}

div.post div.tagList ul li {
	background: #242424 url('../_img/tag-tab-top.gif') no-repeat top left;
	clear:right;
	float:right;
	font-family: Georgia, serif;
	line-height: 1em;
	margin: 0.1em 0;
	padding: 0;
	text-align: right;
}

div.post div.tagList ul li a {
	background: transparent url('../_img/tag-tab-bottom.gif') no-repeat bottom left;
	display: block;
	padding: 0.5em 9px 0.5em 9px;
	text-align: right;
}
* html div.post div.tagList ul li a {
	display: inline-block;
	white-space: nowrap;
} 

div.extraInfo {
	background: url('../_img/line-290.jpg') no-repeat top left;
	margin: 3.6em 0 0 0;
	padding: 1.8em 0 0 0;
}
div.extraInfo p {
	margin-top: 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.35em;
	color: #eee;
}


/***	Sidebar		***/

div#sidebar h2 {
	background: url('../_img/line-290.jpg') no-repeat bottom left;
	color: #fff;
	font-size: 1.334em;
	line-height: 1.1em;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.6em 0;
}

div#sidebar h2 .rssicon {
	float:right;
}

div#sidebar h2 .rssSite {
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
}

div#sidebar .rss-date {
	color: #ccc;
	font-style: italic;	
}

div#sidebar ul {
	background: 0;
	padding: 0;
	margin: 0 0 0 10px;
}
div#sidebar ul li {
	background: 0;
	padding: 0;
	margin: 0 0 3em 0;
}

div#sidebar #tag_cloud div {
	text-align: center;
}

div#sidebar ul li ul li {
	background: transparent url('../_img/dot.png') no-repeat 8px 7px;
	padding: 0 0 0 22px;
	margin: 0.75em 0;
}
*:first-child+html div#sidebar ul li ul li {
	zoom:1;
}

div#sidebar2 ul {
	background: 0;
	padding: 0;
	margin: 0;
}
div#sidebar2 ul li {
	background: 0;
	padding: 0;
	margin: 0 0 2.3em 0;
}

form#searchForm div.centreSlidingDoor {
	margin: 18px 0 0 0;
}

input#inlineSearch {
	width: 130px;
}

div#sidebar ul.narrow {
	margin: 0 0 2.7em 10px;
	width: 145px;
}

div#sidebar ul.narrow h2 {
	background: none;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

div#sidebar ul.narrow li {
	margin: 0 0 1.5em 0;
}

div#sidebar ul.narrow ul {
	margin: 0;
}

div#sidebar ul.narrow ul li {
	background: 0;
	margin: 0;
	padding:0;
	text-align: center;	
}

div#sidebar2 ul li h2 {
	background: url('../_img/line-290.jpg') no-repeat bottom center;
	color: #fff;
	font-size: 1.334em;
	line-height: 1.1em;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.6em 0;
	
}

div#sidebar2 ul li ul li {
	background: transparent url('../_img/dot.png') no-repeat 8px 7px;
	padding: 0 0 0 22px;
	margin: 0.75em 0;
}


/***	Post	***/

div.post div.date {
	background: #333 url('../_img/date-top.gif') no-repeat right top;
	color: #000;
	float:right;
	font-family: Georgia, sans-serif;
	left: 50px;
	margin: 0.9em 0;
	padding: 0.9em 0 0 0;
	position: relative;
	text-align: center;
}

div.post div.date span.day {
	display: block;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 5.4em;
	line-height: 1em;
	padding: 0 0.20em 0 0;
}

div.post div.date span.monthYear {
	background: transparent url('../_img/date-bottom.gif') no-repeat right bottom;
	display: block;
	font-size:1.8em;
	line-height: 1em;
	padding: 0 0.61em 0.9em 0;
}

div#content div.postinfo {
	background: transparent url('../_img/post-info-bar.gif') no-repeat top left;
	left: -10px;
	margin: 0 0 1.8em 0;
	padding: 1.8em 0;
	position: relative;
	width: 640px;
}

div#content div.postinfo2 {
	background: #242424 url('../_img/tag-tab-top.gif') no-repeat scroll left top;
	left: -10px;
	margin: 1.8em 0 1.8em 0;
	padding: 0;
	position: relative;
	width: 650px;
}

div#content div.postinfo3 {
	background: #242424 url('../_img/post-info-bar-simple.gif') no-repeat scroll left top;
	width:650px;
}


div#content div.postinfo2 div.author {
	background: url('../_img/tag-tab-bottom.gif') no-repeat scroll left bottom;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	padding: 0.4em 10px 0.4em 0;
	text-align: right;
}

div#content div.postinfo2 div.author span {
	color: #fff;
}

div.postinfo div.comments {
	color: #000;
	display: inline;
	float:left;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.29em;
	margin: 0 10px;
	width: 40px;
	text-align: center;
}
div.postinfo div.comments a { color: #000; }

div.postinfo div.permalink {
	color: #fff;
	float:left;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}

div.postinfo div.author {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 1.5em 170px 0 0;
	text-align: right;
}
div.postinfo div.author span { color: #fff; }

div.miniside h2 {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 3em 0 0 0;
}

div.miniside h2,
div.miniside ul {
	display: block;
	float:right;
	text-align: center;
	width: 100px;
}

div.miniside ul li {
	margin: 0;
}


div.post2 pre {
	background: transparent url('../_img/code-back.png') repeat-y left top;
	display: block;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.8em 0;
	padding: 0.9em 0;
	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div.post2 code {
	display: block;	
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0 0 0 30px;
}


div.post pre {
	background: transparent url('../_img/code-back.png') repeat-y left top;
	display: block;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.8em 0;
	padding: 0.9em 0 0.9em 30px;
	zoom:1;
}

div.post code {
	display: block;	
	/*font-family: Verdana, Tahoma, 
	sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

div.post ul li {
	background: transparent url('../_img/dot.png') no-repeat 8px 7px;
	padding: 0 0 0 22px;
	margin: 0.75em 0;
	zoom:1;
}
div.post ol {
	list-style: decimal;
	margin: 0 0 0 20px;
	padding: 0;
}

div.navigation {
	background: #666 url('../_img/line-460.png') repeat-y 0 0;
	margin: 0.5em 0;
	padding: 1px 0;
}
div.navigation2 {
	background: #666 url('../_img/line-630.jpg') repeat-y 0 0;
	/*margin: 3em 0 0 0;*/
	margin: 0.5em 0;
	padding: 1px 0;
}

div.navigation2 div,
div.navigation div {
	background: #242424;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 9px 0;
}

h2.halfTitle,
div#content div.post div.extraInfo h2 {
	background: url('../_img/line-290.jpg') no-repeat bottom left;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.13em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;	
}

div#content div.post div.extraInfo ul {
	margin: 0 0 1.8em 0;
}


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

.alignleft,
div.alignleft {
	float:left;
}

.alignright,
div.alignright {
	float:right;
}

div#content div.doubleImage {
	position: relative;
	height: 270px;
	overflow: visible;
}

div#content .wp-caption {
	border: 1px solid #ccc;
	float:left;
	text-align: center;
	background-color: #000;
	padding-top: 4px;
	margin: 9px 18px 9px 0;
	position: relative;
	left: -10px;
}

div#content div.doubleImage .img1 {
	position: absolute;
	top: 0;
	left: -10px;
}

div#content div.doubleImage .img2 {
	position: absolute;
	top: 0;
	left: 310px;
}



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

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}

div#attachment_46 {
}



/***	Comments	***/

li.pingback,
li.comment {
	margin: 9px 0;
	padding: 1px 0;
}
li.pingback div,
li.comment div {
	padding: 8px 10px;
}
li.pingback div div,
li.comment div div {
	padding: 0;
}

li.pingback p,
li.comment p {
	font-size: 1em;
	line-height: 1.34em;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 210px;	
}


li.comment div.vcard {
	float:left;
}

li.pingback div.vcard {
	margin: 0 0 18px 0;
}

li.comment img.avatar {
	background: #000;
	border: 1px solid #666;
	float: left;
	margin: 0 9px 0 0;
	padding: 8px;
}

li.pingback div.comment-meta,
li.comment div.comment-meta {
	clear:left;
	float:left;
	margin: 9px 0;
	width: 200px;
}

li.pingback cite.fn,
li.comment cite.fn {
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
}

li.pingback span.says,
li.comment span.says {
	font-family: Georgia, serif;
	font-style: italic;
}

li.pingback span.time,
li.comment span.time {
	clear:left;
	float:left;
	font-family: Georgia, serif;
	font-style: italic;
}

li.thread-odd {
	background: transparent url('../_img/line-630.jpg') repeat-y 0 0;	
}
li.thread-odd div {
	background: #474747;
}

/***	Footer	***/

div#footer {
	background: #333 url('../_img/footer-back.jpg') repeat-x 0 0;
	min-height: 90px;
	margin: 0;
}
div#footer div.container_12 {
	background: url('../_img/footer-line.jpg') no-repeat 0 0;
	padding: 1.8em 0 0 0;
}

div#footer a {
	color: #999;
	font-size: 1.2em;
	line-height: 1.5em;
}
div#footer a:hover { text-decoration: underline; }

