/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: url(../assetts/bkgrd_new_test.png) fixed repeat;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: underline;
	color: #386fb1;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#line {
	padding-top:70px;
	padding-left:30px;
}
	
#header {
width: 1000px;
	margin: 0 auto;
	height: 1px;
	/*background: url(../assetts/middle.png) no-repeat left top;*/

}

/* Header */

#logo {
	width:320px;
	height: 150px;
	padding-left: 420px;
}

#logo h1, #logo p {
	text-align:left;
	color: # 000;
}

#logo span {
	color: # 000;
}

#logo h1 {
	text-align:center;
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-size:26px;
	color:#C69
}

#logo p {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color: # 000;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #009;
	font-size: 24px;
}

/* Menu */

#menu {

	width: 1000px;
	margin: 0 auto;
	height: 30px;
	background: url(assetts/menu_new.png)  no-repeat left top;
	

}

#menu ul {
	margin: 0;
	padding: 5px 0 0 60px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 20px 30px 0 20px;
	background: url(images/img06.gif) no-repeat left 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#000;
}

#menu a:hover {
	font-style:italic;
	text-decoration:underline;


	
}

#menu .current_page_item a {
	background: none;
	color: #006;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 6px 30px 0px 30px;
	background: url(../assetts/body.png) repeat-y left top;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	margin: 0px 20px 20px 20px;
	background: #FFFFFF;
}

.post {
	padding-bottom: 15px;
	line-height: 120%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 25px;
	color: #386fb1;
	text-decoration:underline;
	line-height:25px;
}

.title a {
	border-bottom: none;
	color: #386fb1;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: 4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #DCDCDC dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
}

#sidebar2 {
	float: left;
	width: 230px;
	/*margin-top: -228px;*/
}

.sidebar {
	float: left;
	padding: 0;
	color: #036;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: #e5e5e5;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #DCDCDC dashed;
}


.sidebar li h2 {
	height: 26px;
	background: url(../assetts/side1.png);
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration:underline;
	text-align:center;
}

.sidebar a {
	color: #737373;
}

.sidebar a:hover {
	color: #BDBDBD;
}

/* Footer */

#footer {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	background: url(../assetts/footer.png) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
}

#footer a {
	color: #BDBDBD;
}

#footer .link {
}

#footer .copyright {
}

