/*
Theme Name: Thinkumentary
Theme URI: http://wordpress.org/extend/themes/
Description: Thinkumentary is based on a combination of Elegant Box and Blue-Dream.
Version: 1.0.0
Author: yarsh
Author URI: http://www.yarsh.com/
Tags: two columns, fixed width, widget ready, right sidebar, simple, valid CSS, valid XHTML, admin options

*/

* {
	border:0 none;
	color:#8E5000;
	font-family:"Trebuchet MS",arial;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	text-decoration:none;
	vertical-align:baseline;
	white-space:normal;
}
body {
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
	background: #eddbb3 url(images/bg.gif) repeat-x top;
	text-align: center;
}
strong{
font-family: verdana;
}
em{
font-family: verdana;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
ul {list-style-type: none}
ol {list-style-type: decimal}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
pre {
	font-family:'Courier New', Courier, Monospace, Fixed;
	overflow:auto;
}
blockquote, pre {
	padding:0px 10px 10px 10px;
	/*margin-bottom:8px;*/
}
.clear {
	clear:both;
}
small, .small {
	font-size:10px;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #F0E1B3;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	/*display: inline;*/
	margin:0px auto;
}

.alignnone {
}

.inline {
	display:inline;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fontthin {
	font-weight:normal;
}
.box {
	margin-bottom:10px;
}
.box .content {
	padding:8px 10px;
}
.box h3 {
	font-size:14px;
	margin-bottom:2px;
}
.box ul, .box ul li {
	list-style-type:square;
	list-style-position:inside;
}
.bottom_separator {
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.bottom_space {
	margin-bottom:10px;
}
.button {
	font-size:10px;
	border-style:solid;
	border-width:1px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	text-align:center;
	padding:2px 8px;
}
a.button:hover {
	text-decoration:none;
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #B1740E;
	text-align:center;
}

/* header START */
#headerSection{
	width:100%;
	height:168px;
}
#header{
	height:168px;
	width:990px;
	margin:0px auto;
	position:relative;
	text-align:left;
}
#header .inner {
	height:43px !important;
	height:44px;
}
#header .content {
	width:922px;
	margin:0 auto;
	text-align:left;
}
#header h1 {
	float:left;
	font-weight:normal;
	font-style:normal;
	padding:1px 0 0 10px !important;
	padding:2px 0 2px 10px;
	margin-top:9px;
}
#header #title {
	float:left;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family:"BitStream vera Sans",Arial,Helvetica,sans-serif;
}
#header #tagline {
	float:left;
	font-size:10px;
	margin-left:10px;
	vertical-align:bottom;
	color:#999;
}
#header #searchbox, #header #nav {
	float:right;
	margin-top:11px !important;
	margin-top:10px;
}
#notice {
	margin:0 -5px 10px;
}
#notice .inner {
	padding:5px 7px;
}
#notice .icon {
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
#notice .content {
	float:left;
}
#notice .content .separator {
	padding-right:10px;
}
#nav img {
	border:none;
}
#navlist {
	margin-right:10px;
}
#navlist li {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	font-size:10px;
}
#navlist li a {
	display:block;
	padding:3px 5px 5px;
	border-style:solid;
	border-width:0 1px 0 0;
}
#navlist li.current_page_item a {
	font-weight:bold;
}
#navlist li a#feed {
	border-width:0;
	margin-left:10px;
	padding:1px 0;
}
#navlist li a#feed img {
	background-position:100% 0%;
	width:18px;
	height:18px;
}
#navlist li a#feed:hover img {
	background-position:100%-18px !important;
}
/***************************************************/
#pagenav {
	float: left;
	width: 627px;
	height: 45px;
}
#pagenav ul {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	height: 30px;
}

#pagenav ul li {
	float: left;
	height: 30px;
	text-align: center;
	margin-right: 1px;
}

#pagenav ul li a {
	background: url(images/nav.gif) repeat-x;
	background-position: center 0px;
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #d6a85c;
	font-weight: bold;
}

#pagenav ul li a:hover {
	background: url(images/nav.gif) repeat-x;
	background-position: center -30px;
	text-decoration:none;
	color: #B1740E;
}

#pagenav ul li.current_page_item a {
	background: url(images/nav.gif) repeat-x;
	background-position: center -60px;
	color: #FFF;
}

#pagenav ul li.current_page_item a:hover {
	background: url(images/nav.gif) repeat-x;
	background-position: center -60px;
	text-decoration:none;
}
/***************************************************/
#searchform {
	float: left;
	width: 333px;
	height: 45px;
	margin-right: 20px;
}

#searchform form {
	float: right;
	display: inline;
	background: url(images/ico-search.png) no-repeat;
	background-position: left 0px;
	width: 333px;
	height: 45px;
}

#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 10px;
	height: 35px;
}

#searchform label {
	vertical-align: middle;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#searchinput {
	width: 177px;
	height: 20px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	background: url(images/search-input.png) no-repeat;
	color: #999;
}

#searchbutton {
	width: 35px;
	height: 25px;
	line-height: 1.4em;
	background: url(images/search-button.png) no-repeat;
	font-weight: bold;
	color: #366799;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
#logo {
	float: left;
	display: inline;
	width:990px;
	height:123px;
	margin-top:0px;
}


#about {
	float: left;
	display: inline;
	margin-top: 50px;
	width: 500px;
	font-size: 11px;
}

#about p {
	color: #999;
	font-size: 11px;
	line-height: 1.4em;
}
/***************************************************/
/* header END */

/* main START */
#container_body {
	position:relative;
	margin:15px auto;
	text-align:left;
	width:990px;
}
#main {
	float:left;
	padding:10px 15px 0;
}
.post img {
	max-width:600px;
}
.sided {
	padding:2px;
	margin-bottom:5px;
}
.part {
	margin-bottom:10px;
}
.sidedate {
	float:right;
	font-size:10px;
}
.post .content ul { padding-bottom:10px;}
.post .content ul li {
	list-style-type:square;
	list-style-position:inside;
	padding-left:20px;
        font-size:13px;
}
.post .content .sociable ul li { padding-left:0px;}
.sociable_tagline { font-size:10px;}
.post .content ol{
        margin:0px;
        padding-bottom:5px;
}
.post .content ol li {
	list-style-type:decimal;
	list-style-position:inside;
	padding:0 0 10px 20px;
        font-size:13px;
}

.post {
	margin-bottom:20px;
}
.post .title h2 {
	font-size:15px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin:0pt;
	padding:0px;
}
.post .content {
	line-height:20px;
	overflow:hidden;
}
.post .content p {
	margin:0 0 10px 0;
	font-size:12px;
        font-family:verdana;
	text-align:justify;
}
.post .content .wp-caption-text {
	padding: 3px;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #B1740E;
	text-align:center;
	background:#F0E1B3;
}
.post .content blockquote p {
	margin:0;
	font-size:13px;
	border-left:1px solid #E4BD7D;
	text-align:justify;
	padding:0 0 10px 10px;
}
.post .content blockquote ol {
	margin:0;
	font-size:13px;
	border-left:1px solid #E4BD7D;
	text-align:justify;
	padding:5px 0;
}
.post .content blockquote blockquote {
	margin:0;
	font-size:13px;
	border-left:1px solid #E4BD7D;
	text-align:justify;
	padding:0 0 10px 10px;
}
.post .comments {
	padding:3px 0 3px 22px;
	margin:10px 0 0;
	font-size:11px;
}
.post .comments_single {
	margin:10px 0;
}
#postnav {
	margin-top:20px;
}
.info {
	color:#999;
	font-size:11px;
	height:16px;
	margin-bottom:8px;
	margin-top:0pt;
	padding-top:3px;
}
#container_bottom {
	font-size:10px;
	
}
#container_bottom .postnav {
	float:left;
	padding:9px 10px !important;
	padding:9px 10px 0;
	width:689px;
}

#container_bottom .anchor {
	float:right;
	text-align:right;
	width:251px;
	padding:11px 10px 10px;
	margin-bottom:-1px;
	
}
#container_bottom .anchor span {
	padding:4px 0 4px 18px;
}
/* main END */


/* sidebar START */
#sidebar {
	float:right;
	width:270px;
	height:100%;
}
#sidebar-body ul {
	list-style:none;
	padding:0 5px;
}
#sidebar-body div {
	margin:5px;
}
#sidebar-body ul div {
	margin:0;
}
#sidebar h3 {
	padding:3px 5px 4px;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;
}
#sidebar .widget {
	margin:0;
	padding:0;
}
#styleswitcher {
	padding:5px;
}
#styleswitcher .clear {
	margin:0;
}
#style-text {
	float:left;
	font-size:11px;
	margin-top:1px;
	font-weight:bold;
}
#styleswitcher span.color {
	float:left;
	margin-top:2px;
	margin-left:4px;
	padding:1px;
}
#styleswitcher span.color a img {
	margin:0px;
	width:8px;
	height:8px;
}
#sidebar span.right {
	float:right;
}
#sidebar .widget .tag_cloud {
	padding:5px 5px 0;
	margin:0px;
}
.widget ul li {
	line-height:18px;
	padding:2px 0;
}
.widget ul li span.right {
	font-size:10px;
}
.widget .box {
	padding:5px;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
/* sidebar END */

/***************************************************/
#footer {
	margin-top: 20px;
	width: 100%;
	background: #f4e8cf;
	border-top: 5px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footercontent {
	width: 980px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

#footercontent ul {
	float: left;
	margin-bottom: 10px;
}

#footercontent ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #ccc;
	line-height: 1.5em;
}

#footercontent ul li a {
	float: left;
	display: block;
	color: #d6a85c;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#footercontent ul li a:hover {
	color: #B1740E;
	line-height: 1.5em;
	text-decoration:none;
}



#footercontent ul#admin {
	float: right;
	margin-bottom: 10px;
}

#footercontent ul#admin li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px dotted #ccc;
	line-height: 1em;
}

#footercontent ul#admin li a {
	float: left;
	display: block;
	color: #d6a85c;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.5em;
}

#footercontent ul#admin li a:hover {
	color: #B1740E;
	line-height: 1.5em;
	text-decoration:none;
}






.copyright {
	float: right;
	color: #d6a85c;
	line-height: 1.5em;
	font-size: 11px;
}

.copyright a {
	font-weight: bold;
	/*border-bottom: 1px dotted #ff9600;*/
	line-height: 1.5em;
	color: #B1740E;
}

.copyright a:hover {
	color: #B1740E;
	line-height: 1.5em;
}

.rss {
	float: left;
	font-size: 11px;
}

.rss a {
	float: left;
	display: block;
	font-weight: bold;
	background: url(images/RSS_16.png) no-repeat left;
	padding-left: 25px;
	line-height: 1.5em;
	/*color: #366799;*/
	margin-right: 25px;
}

.rss a:hover {
	/*color: #333;*/
	line-height: 1.5em;
}

.property {
	float: right;
	color: #366799;
	line-height: 1.5em;
	font-size: 11px;
}

.property a {
	font-weight: bold;
	color: #366799;
}

.property a:hover {
	text-decoration: underline;
}
/***************************************************/

/* footer START
#footer {
	font-size:10px;
}
#footer .inner {
	margin:0;
	height:30px;
}
#footer .content {
	margin:8px auto 0;
	width:900px;
}
#footer #about {
	float:left;
}
#footercontent ul#admin {
	float:right;
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
#footercontent ul#admin li {
	display:block;
	float:left;
	margin-left:12px;
}
/* footer END */

/* comments START */
#commentlist {
	margin-bottom:15px;
}
#commentlist ol {
	margin:0;
	padding-left:0;
	
}
#commentlist ol li {
	list-style:none;
	margin-bottom:10px;
        line-height:14px;
        font-size:11px;
}
#commentlist ol li p {
	margin-bottom:10px;
	overflow:hidden;
        font-family:arial;
}
.userinfo {
	padding:5px 10px 6px;
}
.userinfo .date {
	font-size:10px;
}
.userinfo .userpic {
	padding:1px;
	float:left;
	margin-right:10px;
}
.userinfo .usertext {
	float:left;
}
.userinfo .count {
	float:right;
	text-align:right;
	font-size:10px;
}
#commentlist ol li .username {
	font-weight:bold;
}
#commentlist ol li .comment_text {
	padding:10px 10px 0;
}
ul#trackbacks {
	margin-bottom:0;
	margin-left:5px;
}
textarea#comment {
	width:680px !important;
	width:679px;
}
#submitbox {
	margin:8px 0;
	font-size:10px;
}
#comments_rss {
	padding:2px 0 2px 22px !important;
	padding:2px 0 16px 22px;
	float:left;
}
#emoticon {
	float:right;
	margin-right:10px;
}
#comment_info {
	float:left;
}
.form_row {
	margin:0 3px 5px 0;
	text-align:left;
}
/* comments END */

/* archives START */
#archive li {
	list-style:none;
	padding-left:0;
}
.postspermonth {
	margin:5px 0;
}
.srg_switcher {
	margin-bottom:10px;
}
/* archices END */

/* links START */
.post .content .linkcat ul li {
	float:left;
	width:25% !important;
	width:24%;
	list-style-type:none;
	padding-left:0;
}
/* links END */

/* image switcher START */
.imageswitcher {
	padding:5px;
}
.imageswitcher_image {
	padding:2px;
}
a.imageswitcher_button {
	float:left;
	margin-top:5px !important;
	margin-top:3px;
	margin-bottom:0px;
	margin-right:4px;
	padding:2px 5px;
	text-decoration:none;
	font-size:11px;
}
.imageswitcher a.lastbutton {
	margin-right:0;
}
a.imageswitcher_button:hover {
	text-decoration:none;
}
/* image switcher END */

/* related posts START */
#related_posts ul {
	margin-bottom:0;
	margin-left:5px;
}
.post #related_posts ul li {
	padding-left:0;
}
/* related posts END */
