
/*  
Theme Name: New Theme
Theme URI: YourWebsite.com
Description: Your Theme Description
Version: 1.0
Author: Your Name
Author URI: http://www.yourwebsite.com

*/


body{padding:0;margin:0;background-image:url(images/bg.jpg);background-repeat:repeat;background-attachment:fixed;background-color:#FFF;}

ul {margin:0;padding:0;}
li {list-style-type:none;padding:5px 0 5px 5px;margin-bottom:10px;width:185px;background-color:#646464;font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;}

li#one {color:#f06502;border-right:10px solid #f06502;}
li#one a:link {color:#f06502; font-weight:normal; }
li#one a:visited {color:#f06502; font-weight:normal; }
li#one a:active {color:#f06502; font-weight:normal; }
li#one a:hover {color:#f06502; text-decoration: underline; font-weight:normal; }
li#two {color:#ffb303;border-right:10px solid #ffb303;}
li#two a:link {color:#ffb303; font-weight:normal; }
li#two a:visited {color:#ffb303; font-weight:normal; }
li#two a:active {color:#ffb303; font-weight:normal; }
li#two a:hover {color:#ffb303; text-decoration: underline; font-weight:normal; }
li#three {color:#a3ff02;border-right:10px solid #a3ff02;}
li#three a:link {color:#a3ff02; font-weight:normal; }
li#three a:visited {color:#a3ff02; font-weight:normal; }
li#three a:active {color:#a3ff02; font-weight:normal; }
li#three a:hover {color:#a3ff02; text-decoration: underline; font-weight:normal; }
li#four {color:#4ec4cc;border-right:10px solid #4ec4cc;}
li#four a:link {color:#4ec4cc; font-weight:normal; }
li#four a:visited {color:#4ec4cc; font-weight:normal; }
li#four a:active {color:#4ec4cc; font-weight:normal; }
li#four a:hover {color:#4ec4cc; text-decoration: underline; font-weight:normal; }

div.sidebar{position:fixed; top:50px; left:auto; width:200px;background-color:transparent;}
div.sidebar img {border:0;}

a:link {color : #b6b6b6; font-weight:bold; text-decoration: none;}
a:visited {color : #b6b6b6; font-weight:bold; text-decoration: none;}
a:active {color : #b6b6b6; font-weight:bold; text-decoration: none;}
a:hover {color : #b6b6b6; font-weight:bold; text-decoration: underline;}

div.wrapper{width:780px;margin:0 auto;background-color:transparent;}

div.contentwrapper {position:relative;top:50px;left:210px;padding:10px;width:550px;background-color:#eeeeee;margin-bottom:100px;}
div.content{padding:10px;width:530px;background-color:#fafafa; text-align:center;}
div.content img {background:url(images/imgbg.gif);padding:10px;border:5px solid #FFF;}

div.navigation {padding:0 0 10px 0; margin:0; font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#848484; text-align:left;}

h1 {text-align:right;font-family:Arial, Helvetica, sans-serif;font-size:28px;line-height:18px;font-weight:bold;text-transform:uppercase;color:#e0e0e0;margin:0;padding:0 0 15px 0;}
h2 {text-align:left;font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;font-weight:bold;font-style:italic;color:#848484;margin-bottom:0; border-bottom:1px solid #e4e4e4; }
h2 a:link {color : #848484;text-decoration: none;}
h2 a:visited {color : #848484;text-decoration: none;}
h2 a:active {color : #848484;text-decoration: none;}
h2 a:hover {color : #848484;text-decoration: underline;}
p {text-align:justify;font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#848484;margin-top:0;}

div.footer {width:530px;padding-top:25px;background-color:transparent;text-align:right;font-family:Georgia, "Times New Roman", Times, serif;font-size:10px;color:#9d9d9d; letter-spacing:0.5px;}
div.footer img {background:none;padding:0;border:0;}
td.footerleft {text-align:left;}
td.footerright {text-align:right;}

div.entry {padding:7px 0 7px 0;}

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

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

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

.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;
}