/* CSS Document */

body {margin:0px;padding:0px;background:#dcdcdc url(./images/bg.jpg) repeat-y scroll center top;text-align:center;
FONT-SIZE: 8pt; COLOR: #777; FONT-FAMILY: Verdana, Sans-Serif;	}

h1 { font-size: 20px; }
h2 { font-size: 14px; }

h1 a { color:#777;
       text-decoration: none;
}

h1 a hover{ color:#ffff00;
       text-decoration: none;
}

h2 a{ color:#fff;
      text-decoration:none;
}
link {
      font-style:none;}


p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}

a {
	color: #8A7645;
}

a:hover, a:active {
	text-decoration: none;
	color: #8A7645;
}

a:visited {
	text-decoration: none;
	color: #8A7645;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {width:755px;;margin:0 auto; height:100%;}




/* Header */

#header {
	width: 755px;
	margin: 0 auto;
	height:80px;
	background-color:#000000;
}



#top{color:#ffffff;font-family:Tahoma, Sans-Serif; listy-style:none; text decoration:none;}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
}

/* Content */

.navlinks {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding-bottom: 10px;
}

.navlinks a{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: normal;
padding-bottom: 10px;
}

#navigation{color:#fff; FONT-FAMILY: Arial, Verdana, Sans-Serif;text-decoration: none;}
#navigation a{color:#fff;text-decoration: none;}

#content { width:580px;float:left;background-color:#fff;height:100%;text-align:left;margin-left:18px;font-size:12px; clear: both;}


#logo {height:100px; background:#fff url(./images/header.jpg) no-repeat;margin-top:15px;}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 12px;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #777; 
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {width:145px;float:left;text-align:left;padding-left:10px;height:100%; font-size:9pt; display: inline;}


#sidebar a{text-decoration:none;color:#fff;text-align:left;}
#sidebar ul{padding-left:5px; list-style-image:none;list-style-type:none;text-align:left;margin:0px }
#sidebar li{list-style-image:none; list-style-type:none;text-align:left;margin:0px }
#sidebar ul li ul li { list-style:disc; border:0;margin:0px;padding:0px 0 0px 0px;
	text-decoration: none; color:#fff;
	
}


#sidebar h2 {	
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
        list-style-type:none;
	text-transform: none;
	margin: 0px 0px 1px 0px;
	padding: 3px 0px 0px 2px;
        
	}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer{height:65px; width:755px; background-color:#000000;text-align:center;color:#fff;FONT-SIZE: 8pt; clear: both; margin:auto;}
#footer li{display:inline;list-style-image:none;
list-style-position:outside;
list-style-type:none; padding:10px;}
#footer a{text-decoration:none;color:#fff;}




html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
}

