/*
Theme Name:Igor1-5
Theme URI:http://www.igorinternational.com
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Adapted from the Clean Home theme (http://midmodesign.com/news/general/our-special-wordpress-theme/).
Version:1.5.0
Author:Igor
Author URI:http://www.igorinternational.com
*/


/*-----[ page structure ]-----*/

body {
	text-align: left;
	margin: 15px 0;
	padding: 0;
	border: 0;	
	color: #000;
	background: #fff;
	font: medium/1.2 Arial, Helvetica, sans-serif;
}


hr {
	margin-top:35px;
	border:0;
	border-top:1px dotted #5c5c5c;
	color:#fff;
	clear:both;
}

div#container	{
	position: relative; /* establish containing block */
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	background-color: #fff;
}

div#content	{
	width: 750px;
	margin: 0;
	background-color: #fff;
	text-align: left;
		/* border: 1px solid red; */
}

#content:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#contentbox {
	width: 530px;
	margin-left: 195px;
	padding: 24px 0;
	text-align:left;
}

#sidebar {
width: 145px;
float:left;
margin:0 25px 25px 0;
}


/*-----[ header styles ]-----*/

div#header	{
	/* border: 0; */
	margin: 0;
	text-align: left;
	height: 264px;
	background-color: transparent;
}

#logo {
	float:left;
	width:auto;
	margin: 0 0 0 0;
	padding:0 0 10px 0;
}

#logo a {
color:#000;
font-size:60px;
font-weight:600;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
background-color:#fff;
}

#logo h2 {
font: 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
padding : 12px 4px 0 0;
letter-spacing : .02em;
}

ul#navitems li a {
	border: 0;
}

#nav {
float:right;
width:auto;
padding:12px 0 0;
}

#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}

#nav li a {
font-size:20px;
font-weight:400;
display:block;
padding:15px;
border-bottom:none;
}

#nav li a:hover {
background-color:#093391;
}



#blurb {
	font: 18px/120% Georgia, "Times New Roman", Times, serif;
	color: #007500;
	letter-spacing: 0.03em;
	height:auto;
	border-bottom:1px dotted #ccc;
	width:100%;
	text-align:center;
	float: left;
	padding: 10px 0;
}

#blurb:hover {
color:#007500;
}



/*-----[ page content styles ]-----*/



object {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin: 20px 0;
}

.feed {
	font: italic 10px/1 Arial, Helvetica, sans-serif;
	color:#666;
   text-align:right;
	border: 0;
   margin: -14px 0 6px 0;
}

.feedback {
	color:#666;
	text-align:left;
	border-top:1px solid #CCC;
	margin:0;
	padding: 4px 0 4px 0;
}

.feedback, .post-categories, .post-categories li {
	font: normal 12px/1 Arial, Helvetica, sans-serif;
}

.feedback a, .feed a, .sourcepost a, .feedback a:visited, .feed a:visited, .sourcepost a:visited {
	color: #ce3f00;
	text-decoration: none;
	border-bottom: 0;
}

.feedback a:hover, .feed a:hover, .sourcepost a:hover {
	color: #000;
	text-decoration: underline;
}

.cmeta {
	display: block;
	margin: -6px 0 0 0;
	padding: 0;
	font: normal 10px/1 Arial, Helvetica, sans-serif;
}

.sourcepost {
	font: italic 10px/1 Arial, Helvetica, sans-serif;
	color:#666;
   text-align:right;
	border: 0;
   margin: 0 0 15px 0;
}

.post-categories, .post-categories li {
   display:inline;
   margin:0;
   padding:0;
}

h1.archive-head { 
	font: normal 24px/28px Arial, Arial, Helvetica, sans-serif; 
	color: #000;
	background: #ddd;
	text-transform: uppercase; 
	letter-spacing: 0.03em; 
	margin: 0 0 25px 0;
	padding: 2px 6px; 
	border: 1px solid #000; 
}


.post {
	margin: 0 5px 60px 0;
	font: medium/1.1 Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:left;
}

.post p { margin: 0 0 1.1em 0; }


.post h1 {
	margin:15px 0;
   border-bottom:1px solid #999;
	font: normal 20px/1.2 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.01em;
}
.post h2 {
	margin: 1.3em 0 5px 0;
   font: bold 18px/1.2 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000
}
.post h3 {
	margin: 1.3em 0 4px 0;
   font: bold 14px/1.2 Arial, Verdana, Helvetica, sans-serif;
	color: #000
}

.post .indent {
	padding-left:10px;
}

.post .indent p {
	padding-left:10px;
}

.post-meta {
	margin: 0 0 20px 0;
}

.post small {
	font-size:11px;
}
.post small a {
	font-weight:normal;
}

.post .alignright {
	float:right;
	margin-left:10px;
}

.post .alignleft {
	float:left;
	margin-right:10px;
}

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

.post abbr {
font-weight:normal;
}

.post ul{
list-style:circle;
margin:0 0 0 25px;
}

.post ol{
list-style:decimal;
margin:0 0 0 30px;
}

.post h1 a {
	font: normal 20px/1.2 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.post h1 a:visited {
	color: #000;
	text-decoration: none;
}
.post h1 a:hover {
	border-bottom:none !important;
	color: #ce3f00;
	text-decoration: none;
}




/*---:[ caption styles ]:---*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0;
	margin: 10px 0 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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


.wp-caption p.wp-caption-text { 
	font: 0.8em/1.1em Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding:0; 
}


/*---:[ end caption styles ]:---*/



.post blockquote {
	border-left: 10px solid #f3f3f3;
	padding-left: 15px;
	margin: 10px 30px 0 20px;
	line-height: 1.1em; 
}

.pullquote-left	{
	display: block;
	float: left;
	width: 200px;
	margin: 0 15px 3px 20px;
	padding: 6px 0 0 0;
	border: 0 solid #093391;
	font: italic 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #007500;
	text-align: left;
}

.pullquote-right {
	display: block;
	float: right;
	width: 200px;
	margin: 0 20px 3px 15px;
	padding: 6px 0 0 0;
	border: 0 solid #093391;
	font: italic 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #007500;
	text-align: left;
}

.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}

.post .message ul {
margin:12px 0 0;
}

.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}

#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}

#comments h4{
font-size:28px;
}

#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}

#comments em {
font-style:italic;
text-align:right;
}

#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}

#comments p {
margin:10px 0 0 10px;
width:auto;
}

#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}

#comments ul.formlist {
margin:20px auto;
width:375px;
}

#comments ul.formlist li {
display:block;
margin:10px 0 0;
}

#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}

#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}

#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}

#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}

#comments .center {
text-align:center;
}

#archive-lists { color: #000; margin: 0 0 1.5em 0; }

	#archive-lists h3 { margin: 2.5em 0 0.5em 0; color: #000 }

	#archive-lists ul, #archive-lists ul.wp-tag-cloud { list-style: none; }

	#archive-lists ul li,#archive-lists ul.wp-tag-cloud li { margin: 0; padding: 0; color: #000; }
	
	#archive-lists ul li a, #archive-lists ul.wp-tag-cloud li a, #archive-lists ul li a:visited, #archive-lists ul.wp-tag-cloud li a:visited { 
		font: normal 12px/1.0em Arial, Helvetica, sans-serif;
		text-decoration: none;
		border: 0;
		color: #000;
		}
	
	#archive-lists ul li a:hover, #archive-lists ul.wp-tag-cloud li a:hover { color: #093391; text-decoration: underline; }
	

#archive-lists ul.page-list {
	margin-top: 12px;
	border: 0;
}

#archive-lists ul.page-list li {
	border: 0;
}

#archive-lists ul.page-list li a, #archive-lists ul.page-list li a:visited {
	background:transparent url(images/bullet_black.gif) no-repeat scroll 0 52%;
	padding:2px 0 2px 10px;
	border-bottom:none;
	font: bold 12px/1.0em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#archive-lists ul.page-list li a:hover {
	background: #f7f7f7 url(images/bullet_blue.gif) no-repeat scroll 0 52%;
	color: #093391;
	text-decoration: underline;
}
	


/*-----[ sidebar styles ]-----*/

ul.rss {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 145px;
}
			
ul.rss li a, ul.rss li a:visited { 
	padding: 0 0 0 20px; 
	background: url('images/icon_rss.gif') no-repeat;
	text-decoration: none;
	font: bold 12px/1.0 Arial, Helvetica, sans-serif; 
	color: #000;
}

ul.rss li a:hover { 
	color: #ce3f00;
}


.attr { /* quote attribution */
	display: block;
	font: normal 10px/15px Arial, Verdana, Helvetica, sans-serif;
	color: #afafaf;
}
ul#subnav {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul#subnav2 {
	list-style: none;
	margin: 0 0 -4px 20px;
	padding: 0;
}
ul#subnav li, ul#subnav2 li {
	text-align: left;
	width: 145px;
	margin: 0;
	padding: 0 0 0.2em 0;
	border: 0;
	font: normal 13px/1.2 Arial, Helvetica, sans-serif;
	color: #000;
}
ul#subnav li a:link, 
ul#subnav li a:visited,
ul#subnav2 li a:link, 
ul#subnav2 li a:visited {
	display: block;
	font-weight: normal;
	text-decoration : none;
	color: #CE3F00;
}
ul#subnav li a:hover,
ul#subnav2 li a:hover {
	font-weight: normal;
	text-decoration : underline;
	color: #000;
}
ul#subnav li#highlight a:link, 
ul#subnav li#highlight a:visited,
ul#subnav2 li#highlight a:link, 
ul#subnav2 li#highlight a:visited {
	display: block;
	font-weight: bold;
	text-decoration : none;
	color: #000;
}
ul#subnav li#highlight a:hover,
ul#subnav2 li#highlight a:hover {
	font-weight: bold;
	text-decoration : underline;
	color: #000;
}
ul#subnav li.guidelink a:link, 
ul#subnav li.guidelink a:visited {
	display: block;
	text-align: center;
	margin: 10px 0 7px 0;
	padding: 4px 0;
	border: 1px solid #736F6D;
	font: bold 13px/1.0 Arial, Helvetica, sans-serif;
	color: #CE3F00;
}
ul#subnav li.guidelink a:hover {
	display: block;
	font-weight: bold;
	border: 1px solid #CE3F00;
	color: #000;
}
.bloglinks {
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
	color: #000;
}
.bloglinks a:link, 
.bloglinks a:visited {
	font: normal 13px/1.3 Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #CE3F00;
}
.bloglinks a:hover {
	font: normal 13px/1.3 Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color: #000;
}
.bloglinks ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.bloglinks ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/*---:[ tag cloud styles ]:---*/

ul#tagcloud { list-style: none; }

	ul#tagcloud li { font: normal 12px/1.0em Arial, Helvetica, sans-serif; }
	
	ul#tagcloud a, ul#tagcloud a:visited { font: normal 12px/1.0em Arial, Helvetica, sans-serif; text-decoration: none; border: 0; line-height:normal; }
	
	ul#tagcloud a:hover { color: #093391 !important; text-decoration: underline; border: 0; line-height:normal; }
	
	

.ctc {
	margin: 8px 0 0 0;
}
	
.ctc a, .ctc a.tag-link, .ctc a:visited, .ctc a.tag-link:visited { text-decoration: none; border: 0; }
	
	.ctc a:hover, .ctc a.tag-link:hover { color: #093391 !important; }
	
.ctc h3 { margin: 0; padding: 0; border-bottom:1px dotted #ccc; }



