/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	border: 1px solid #A3A3A3;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em; 
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}



/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 10px auto;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;	
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	font-size: 14px;
	font-weight: bold;
}


#menu a {
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
    color: #333;
    margin-left:20px;
}

#menu #blog_desc {
    margin-left:20px;
}

/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 35px 45px 0px;
/*	border-left:1px solid #ccc; */
}

/* Content */

#content {
	float: left;
	width: 623px;
}

.post {
/*    border-top:1px solid #ccc; */
	border-left:1px solid #ccc;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	text-align:right;
	margin: 20px 0 30px 15px;
	padding: 10px;
/*    background-color:#f2f2f2;
	background: url(images/img07.gif) no-repeat;*/
	line-height: normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#nav_prev {
    float:right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
	border-top:1px solid #ccc;
	border-left:1px solid #bbb;
	padding: 10px;
}

#sidebar div {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #bbb;
    padding-bottom:10px;
    margin-bottom:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 4px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

#end_page{clear:both;}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 15px auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
	
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
	text-align:right;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

#comments {
    padding:10px;
}

#comments p {
    margin-top: 2px;
	line-height: 100%;  
}

#comments h3 {
    margin-bottom:5px;
    margin-top:10px;
    
}
#comments ul {
    margin:0;
    padding:0;
}
#comments li {
    padding:3px;
    list-style:none;
    list-style-position: outside;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    background-color:#f9f9f9;
}

#comments .comment_info .author {
    font-weight:bold;    
}

#comments .comment_info .date {
    font-size:0.8em;    
}

#sidebar h3 {
    margin-bottom:5px;
    color:black;
    font-size:18px;
    
}

#sidebar p {
    margin-top:15px;
    
}

#id_text  {
    height:100px;
    width:450px;
    
}
