/*  
Theme Name: myWinter
Theme URI: http://wp.damianov.net/?wptheme=myWinter
Description: A fixed width winter theme for Wordpress
Version: 1.0
Author: Mihai Damianov
Author URI: http://www.damianov.net/
*/
body{
	background: #FFFFFF url(images/winterbg.jpg) top repeat-x;
	background-attachment:fixed;
	margin: 36px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#003399;
}
h1,h2,h3,h4,form{
	margin:0;
}
p{
	margin:4px 0 4px 0;
}
ul,li{
	margin-top:2px;
	margin-bottom:2px;
}
a{
	text-decoration: none;
	font-weight:bold;
}
a:link,a:visited,a:active{
	color: #0099FF;
}
a:hover{
	color: #0066CC;
}
h1{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 38px;
}
	h1 a:link,h1 a:visited,h1 a:active{
		color:#082155;
	}
	h1 a:hover{
		color:#405c96;
	}
h2{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 19px;
	margin-left:19px;
	padding-bottom:4px;
}
	h2 a:link,h2 a:visited,h2 a:active{
		color:#ffffff;
	}
	h2 a:hover{
		color:#7bd5ff;
	}
ul li{
	line-height:19px;
}
blockquote{
	padding-left:4px;
}


#wrapperTable{
	border: solid 2px #02334c;
}
#mainTable{
	background: #FFFFFF url(images/tablebg.jpg) top repeat-x fixed;
	border: solid 8px #0099CC;
}
#blogDesc{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color:#0f658d;
}
.postHeader{
	background: url(images/posttitle.gif) no-repeat;
}
.tdContent{
	background: #FFFFFF url(images/postbg.gif) repeat-y;
}
.postContent{
	font-size:13px;
	line-height:19px;
	padding:0 10px 0 10px;
	color:#000e27;
}
.postMeta{
	background: #FFFFFF url(images/postbg.gif) repeat-y;
}
.postDate{
	background: url(images/datebg.jpg) top no-repeat;
}
.postBottom{
	background: #FFFFFF url(images/postbottom.gif);
}
.catTitle{
	background: url(images/sidetop.gif) top no-repeat;
}
.catHead{
	padding-bottom:4px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
}
.postmetadata{
	margin:0 10px 0 10px;
}
.dateDay{
	color:#FFFFFF;
	font-size:21px;
	font-weight:bold;
}
.dateMonth, .dateYear{
	color:#FFFFFF;
	font-weight:bold;
}
input{
	border:1px solid #0f2835;
	background-color:#084768;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:1px;
	font-weight:bold;
	padding:3px 4px 3px 4px;
}
input[type="text"],input[type="radiobutton"],textarea,select{
	border:1px solid #318dbd;
	background-color:#ffffff;
	color:#084768;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:1px;
	font-weight:bold;
	padding:3px 4px 3px 4px;
}
textarea{
	border:1px solid #318dbd;
	background-color:#ffffff;
	color:#084768;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:1px;
	font-weight:bold;
	padding:3px 4px 3px 4px;
}

.comments-template{
	margin: 10px 10px 0 10px;
	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, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}