/*  
Theme Name: TrafficSpawn
Theme URI: 
Description: Description
Version: 1.0
Author: Nick Zakharyan
Author URI: http://www.wpcreations.com/

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background:#9a9999 url(images/bg.gif) repeat-x;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial, Verdana;
	
	color:#4a4848;
	margin: 0px;
	padding: 0px;
}
a {
	color: #4A7C35;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
p {
	padding: 10px 0 0 0;
}
img {
	border:none;
}

#wrapper {
	margin: 10px auto 0 auto;
	width:968px;
	background:#FFF;
}

#header {
	background:url(images/header.gif) no-repeat;
	height:206px;
}


#header .menu,
#footer .menu {
	float:right;
	list-style:none;
	margin:10px 0 0;
	}

#header .menu li,
#footer .menu li {
	float:left;
	background:url(images/green-arrow.gif) no-repeat left center;
	text-indent:10px;
	font:normal 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 31px 0 0;
	}

#header .menu li a,
#footer .menu li a {
	color:#FFF;
	}

#container {
width:624px;
padding:0 0 0 26px;
margin:18px 0 0;
float:left;
}

.post {
	padding: 10px 0 10px 0;
	background:url(images/container-bg.gif) repeat-y;
	font:normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	
}

.post .top,
.post .bottom {
margin:-10px 0 0;
	}

.post .date {
	color:#FFF;
	float:right;
	position:relative;
	top:-31px;
	margin:0 10px -33px 0;
	font:normal .916em Verdana, Arial, Helvetica, sans-serif;
	
	}

.post h2 {
	clear:both;
	font:bold 1.83em Verdana, Arial, Helvetica, sans-serif;
	margin:0 31px;
}
.post h2 a {
	color:#4c6aaf;
}
.entry {
	line-height: 18px;
	margin:0 31px;
}
p.postmetadata, p.commentsmetadata {
	margin: 0 31px 10px;
	font:normal .91em Verdana, Arial, Helvetica, sans-serif;
}
p.postmetadata span, p.commentsmetadata span {
	font-weight:bold;
}
p.postmetadata a, p.commentsmetadata a {
	color:#004eff;
	text-decoration:underline;
	font-weight:600;
}
p.commentsmetadata {
	margin:20px 0 0 5px;
}


.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar {
	float: left;
	padding: 20px 10px 20px 40px;
	width: 236px;
	color: #666666;
	overflow: hidden;
}
#sidebar #rss {
	background:url(images/rss.gif) no-repeat;
	width:236px;
	height:98px;
	}

#sidebar #rss #subscribe {
	margin:46px 0 0 83px;
	width:143px;
	height:37px;
	}
/*sidebar title (h2) */
#sidebar h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4E79A2;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #8D8D8D;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.widget_links li {
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
    width: 100%;
	font-size: 95%;
}
li.calendar table td, li.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
li.calendar table td a, li.widget_calendar table td a {
    display:block;
	background: #CCC;
}
li.calendar table td a:hover, li.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, li.widget_calendar table td#today a:hover {
    background: #F6F6F6;
    color: #135193;
}
li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #4E79A2;
	color: #F6F6F6;
} 

/*** links ***/
ul.list-meta li, li.widget_meta li {
	background: url(images/link.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 0px;
	padding-top: 15px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 122px;
	height: 20px;
	padding: 4px 19px 0px 4px;
	border: 1px solid #8D8D8D;
	background: #FEFEFE url(images/search-icon.gif) right center no-repeat;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	vertical-align: middle;
}

#footer {
clear:both;
background:#9a9998 url(images/footer.gif) no-repeat;
height:175px;
}

#footer p {
clear:both;
text-align:center;
top:20px;
position:relative;
color:#FFF;
font:normal 1em Arial, Helvetica, sans-serif;

}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.post ul{ 
	margin: 8px 0 0px 30px;
}

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}

code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}
h1 {
	margin:0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #ACD7EE;
}
h1 a, h1 a:visited{
	color: #ACD7EE;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

h2 {
	color: #4E79A2;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: -1px;
	font: normal 175%/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #7D8092;
	text-decoration: none;
}
h2 a:hover {
	color: #4E79A2;
	text-decoration: none;
}

h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #4E79A2;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}