body {
	background:#FFFFFF;
	color:#000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:5px;
}

.authors {
	font-size: 11px;
	color: #808000;

}

.textcomment {
	font-size: 14px;

}

a:hover {
	background-color:#ffc;
	text-decoration:underline;
}

.authors a {
	font-size: 11px;
	color: #808000;
	text-decoration:underline;
}

.homepage {
	font-size: 80%; /* Resets 1em to 10px */
	margin-right: 30px;
	line-height: 150%;
}

.homepagebullets {
	font-size: 80%; /* Resets 1em to 10px */
	margin-right: 30px;
}	

.hometitle {
	font-size: 160%; /* Resets 1em to 10px */
	color: #006600;
	font-family:times;
}

.hometitleh3 {
	font-size: 80%; /* Resets 1em to 10px */
	color: #004800;
	text-decoration:none;
	font-family:verdana;
}

.homepage2 {
	font-size:121%;
	margin-right: 30px;
	color: #0000BB;
}

.homepage3 {
	font-size:100%;
	margin-right: 30px;
	color: #C70000;
}

.homepagediv {
	width: 700px;
	background-color:#F0F4F9;
	border:1px;
	float:center;
}

h1, h2, h3, h4, h5, h6 {
	color:#9D0606;
	font-size: 120%; /* Resets 1em to 10px */
	margin-top: 0;
	margin-bottom: 0

}

.articleposts {
	color:#0033CC;
	margin-top: 0;
	margin-bottom: 0
	
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#888;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:transparent;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

input[type=text]:focus, textarea:focus {
	background:#ffc;
}

pre, code, textarea {
	font-size:12px;
}

code {
	color:#000;
}

img {
	border:0px none;
}


/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	margin:0 0 0 0;
}

#content {
	width:75%;
	float:right;
}

#sidebar {
	width:22%;
	float:left;
	font-size: 62.5%; /* Resets 1em to 10px */
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height:96px;

}

#header div {
	height:96px;

}

#header div div {
	height:96px;

}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:left;
	position:absolute;
	top:0px;
	left:1%;
	margin:5px;
}

.header-title h1 {
	margin:0;
	font-size:2.8em;
}

.header-title h1 a {
	background:transparent;
	color:#fff;
}
.header-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.header-title p {
	margin:0;
	background:transparent;
	color:#fff;
}

#header .search {
	width:20%;
	float:right;
	padding:0 5% 0 0 ;
}

#header #searchform input {
	width:100%;
	background:#acc4db;
	color:#fff;
	border:1px solid #fff;
	padding:0 0.2em;
}

#header #searchform input:focus {
	color:#666;
	background:#ffc;
}
/* Header ends here */


/* Sidebar*/

#sidebar a {
	color:#0000AA;
	text-decoration:none;
}

#sidebar a:hover {
	background-color:#ffc;
	text-decoration:underline;
}


#sidebar {
	background: url('images/border.png') repeat-y top left;
	color:#888;
	overflow:hidden;
}

#sidebar div {
	padding:0em 2em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
	float:left;
	padding:0;
	background:none;
}


#sidebar #searchform {
	text-align:center;
}

#sidebar h2 {
	color:#68b;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#666;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:1.1em;
}

#sidebar ul ul {
	font-size:12px;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar ul li {
	margin-top:2em;
}

#sidebar ul li li {
	margin:0;
}

#sidebar li li a {
	color:#0000AA;
	text-decoration:none;
	}

#sidebar li li a:hover {
	color:#0000AA;
	text-decoration:underline;
}
/* Sidebar ends */

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

#content ul {
	list-style:url('images/list-style.png');
}


/* Post */

.post-title {
	background: url('images/border.png') repeat-x bottom;
}

.topleft {

	margin-right: 20px;
	float: left;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	font-size:18px;
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{
	color:#2A247E;
}

.post-title h2 a:hover, .post-title h3 a:hover {
	color:#2A247E;
	text-decoration:underline;	
}

.post-entry, .archives {
	font-size: 80%; /* Resets 1em to 10px */
	margin-right: 30px;
	line-height: 150%;
}

.post-entry a {
	border-bottom:1px solid #eee;
}

.post-meta {
	clear:both;
	margin-top:1.6em;
	font-size:1.1em;
	color:#999;
}
/* Post ends */


/* Comments */
/* comment styles */

#commentlist {
	list-style-type: none;
	padding: 0;
	margin: 30 0 32px 0;
}

#commentlist li {
	background-color: #f8f8f8;
	padding: 8px;
	margin: 8px 0;
}

#commentlist li p {
	margin: 0 0 16px 0;
}

/* comment form styles */

form#commentform {
	margin: 16px 0;
	padding: 0;
}

form#commentform p {
	margin: 0 0 4px 0;
	padding: 0;
}

input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input#author, input#email, input#url {
	border: 1px solid #888;
}

textarea#comment {
	border: 1px solid #888;
	width: 480px;
}

input#submit {
	border: 1px solid #888;
	background-color: #fff;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:18px;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
	background:url('images/border.png') repeat-x top;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:3em;
	color:#888;
	text-align:center;
	font-size:1em;
}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0px none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
