/* ******************  general  *************** */
* {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
}
.relative_content {
	position: relative;
}
#header_row { height: 140px; }
#header_row #logo {
	left: 35px;
	top: 23px;
	position: absolute;
}
#header_row h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	left: 614px;
	top: 58px;
	position: absolute;
	font-weight: normal;
}
#blog_nav {
	background-color: #6db634;
	width: 100%;
	height: 30px;
	float: left;
	background-image: url(imgs/bar_back.gif);
	background-repeat: repeat-x;
}

#blog_nav dl.nav {
		float: left;
		margin: 0px;
}

#blog_nav dl.nav dt {
		display: inline;
}

dl.nav dt a {
		display: block;
		width: 89px;
		height: 29px;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		border-right: 1px solid #a1ce77;
}
dl.nav dt a:hover {
		background-image: url(imgs/bar_back_hover.gif);
}
abbr, acronym {
	cursor: help;
	border: none;
}
html, #Bottom, #Title h1 {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #434345;
	background-image: url(/resources/images/site/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size:11px;
}
p {
	font-size:11px;
}
.showMoreLink {
	color: #939393;
	text-decoration: none;
	font-size: 11px;
	padding: 3px;
	display: block;
	margin-bottom: 5px;
	margin-left: 3px;
}
.showMoreLink:hover {
	color: #00CC33;
}
h3 {
	color:#7BC143;
	margin-top: 20px;
	margin-bottom: 6px;
	font-size:15px;
}
h3 a {
	color: #7BC143;
	text-decoration:none;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

object {}

#side_bar {
	clear: none;
	float: right;
	width: 258px;
	margin-right:20px;
	margin-top: 20px;
}

.side_box {
	width: 258px;
	margin-bottom: 20px;
}
.side_box .box_top {
		height: 6px;
		width:258px;
		background-image: url(/resources/images/education/curved_top_sml.gif);
}
.side_box .box_bottom {
		height: 6px;
		width:258px;
		background-image: url(/resources/images/education/curved_bottom_sml.gif);
}
.side_box .box_back {
		background-image: url(/resources/images/education/curved_back_sml.gif);
		background-repeat: repeat-y;
} 
.side_box .box_back .padding {
		padding: 5px 10px 5px 15px;
}
dl.padding dt a {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10px;
		line-height: 18px;
		text-decoration:none;
}
dl.padding dt a:hover {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10px;
		line-height: 18px;
		text-decoration:none;
}
.side_box h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 5px;
}

table.calMonth {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		border: none;
		margin-left: 52px;
		font-size: 10px;
		width: 11em;
		border-spacing: 4px;
}
#Content .pager a, #Content .pager {
	color:#939393;
	text-decoration: none;
	padding:2px;
	font-size:11px;
}
#Content .pager a:hover{
	color:#7BC143;
}
#Content .pager .pagerCurrent {
	text-decoration:underline;
}
table.calMonth td.calMonthDay {
		text-align: center;
}

table.calMonth a {
	text-decoration: none;
	color: #333333;
	outline: none;
	background-color: #FFFFFF;
	cursor:pointer;
}

table.calMonth a:hover {
	background-color: #7BC143;
	color: #FFFFFF;
}
.calMonthToday {
	color: #FFFFFF;
	background-color: #939393;
}
.Upgrade {
	display: none;
	font-weight: bold;
}
.clearer {
	clear : both;
	height : 1px;
	font-size : 1px;
}
#Container {
	background-color: #2c2a2c;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../../../resources/images/site/header_back_blank_2.jpg);
}
#Title h1 {
	color: #fff;
	margin:0;
	padding:25px 0 5px 10px;
	font-size:320%;
	font-weight: normal;
}
#Title a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited {
	text-decoration: none;
	color: #fff;
}
#Subtitle {
	background-color:#002f64;
	color:#fff;
	padding:2px 14px 2px 14px;
	font-size:medium;
}
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:hover {
	text-decoration: underline;
	color: #fff;
}
#Subtitle a:active, #Subtitle a:focus {
	color: #002f64;
	text-decoration:none;
}
#Subcontainer {
	text-align:left;
	padding-bottom:10px;
	padding-top:0px;
	width:800px;
	border: 1px solid #00CC33;
	margin-right: auto;
	margin-left: auto;
}
/* ******************  column a  *************** */
	
#Content {
	width: 500px;
	float: left;
	overflow: hidden;
	font-size:11px;
	line-height:14px;
	clear: none;
}
#Content a {
	text-decoration:underline;
	color:#FFFFFF;
}
#Archives a, #Links a {
	text-decoration:none;
	color:#FFFFFF;
}
#Archives a:hover, #Links a:hover {
	text-decoration:underline;
}
#Archives li, #Links li {
	list-style:none;
}

.content_padding {
	padding-bottom: 20px;
	padding-left: 20px;
}
#Content h2 {
	color:#FFFFFF;
	margin:20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
}
.date {
	font-weight: normal;
	font-size: 10px;
	padding-bottom:5px;
}
#Content .footer {
	padding-bottom:5px;
	border-bottom: 1px solid #7BC143;
	text-align:left;
	font-size:12px;
	color: #939393;
	padding-top: 5px;
	margin-bottom:10px;
}
#Content .footer a {
	font-size:10px;
	text-decoration:none;
	color:#939393;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
#Content .footer a:hover {
	text-decoration:none;
	color: #7bc143;
}
#Content .footer img {
	margin-right:3px;
	vertical-align:middle;
}
#Nextpost {
	text-align:center;
}
div.comment {
	padding-top:10px;
	background: url('./imgs/comments.gif') no-repeat;
	background-position: top right;
	margin-top:10px;
}
.commentposterinfo {
	margin-bottom:10px;
	font-weight: bold;
}
h3.commentheader {
	font-size:14px;
	color:#b8b2ac;
	font-weight: normal;
}
.reply {
	font-weight: normal;
	font-size:10px;
}
div.commenttext {;
	margin-bottom:1em;
}
#CommentForm fieldset {
	padding-top:10px;
	margin-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#CommentForm legend {
	color:#FFFFFF;
	padding:2px 4px 2px 4px;
	font-weight : bold;
}
#CommentForm label {
	width:13em;
	float:left;
	display:block;
	clear:both;
	float:left;
	margin-top:8px;
	margin-bottom:0px;
}
#CommentForm input {
	margin-top:8px;
	margin-bottom:8px;
}
#Submit {
	margin-top:8px;
	margin-bottom:8px;
	margin-left:6em;
}
#CommentForm textarea {
	margin-top:8px;
	margin-bottom:0px;
}
/* ******************  columnb  *************** */
	
#Menu {
	width:34%;
	float: left;
	text-align:left;
}
#Calendar, #Search, #AboutMyself {
	width:86%;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:14px;
	padding-left:6px;
	margin-bottom:10px;
	background-color:#d6d6d6;
	margin-top:1px;
}
#Search fieldset {
	border:0px solid;
	padding:2px;
	margin:2px;
}
#Search input {
	margin:0px;
	padding:2px;
	width:7em;
}
#Search input.button {
	margin:0px;
	padding:2px;
	width:5em;
}
#Search form {
	margin:0px;
	padding:2px;
}
#Search label {
	margin:0px;
	padding:2px;
	width:8em;
}
#Menu h2 {
	background-color: #000000;
	font-size:small;
	width:86%;
	display:block;
	padding:1px 10px 1px 10px;
	color:#fff;
	margin-top:10px;
	text-transform: capitalize;
}
#Categories ul, #Syndicate ul, #Recently ul, #Sections ul {
	margin-left:0;
	margin-top:0;
	margin-bottom:0px;
	padding:0;
	list-style:none;
	font-size:small;
}
#Syndicate ul, #Sections ul {
	text-transform: capitalize;
}
#Categories a, #Syndicate a, #Recently a, #Sections a {
	width:86%;
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	background-color:#d6d6d6;
	margin-top:1px
}
#Categories a:hover, #Syndicate a:hover, #Recently a:hover, #Sections a:hover, #Categories a:focus, #Syndicate a:focus, #Recently a:focus, #Links a:focus, #Categories a:active, #Syndicate a:active, #Recently a:active, #Sections a:active {
	border-color:#71025C;
	background-color:#7bc143;
}
#Links h2 {
	text-transform: capitalize;
}
/* ******************  footer  *************** */

#Bottommenu {
	clear:both;
	background-color:#002f64;
	color:#fff;
	padding:3px 15px 3px 15px;
}
#Bottom {
	color:#fff;
	padding:3px 3px 3px 15px;
}
#Bottommenu a, #Bottommenu a:link, #Bottommenu a:visited, #Bottom a, #Bottom a:link, #Bottom a:visited {
	text-decoration: none;
	color: #fff;
	border: 0;
}
#Bottommenu a:active, #Bottommenu a:focus, #Bottommenu a:hover, #Bottom a:active, #Bottom a:focus, #Bottom a:hover {
	text-decoration : underline;
	color : #fff;
}
/* ******************  albums  *************** */

div.album {
	text-align: center;
	float: left;
	width:150px;
	margin-bottom:20px;
	margin-top:10px;
	margin-right:5px;
}
.album p {
	text-align: center;
	padding: 0;
	margin:0;
	width:150px;
	overflow: hidden;
}
a img {
	border:none;
}
#album a:link {
	color: #7bc143;
}
#album a:visited {
	color: #7bc143;
}
#album a:hover, #album a:active, #album a:focus {
	color: #7bc143;
	background:none;
}
/* ******************  trakbacks  *************** */

h4 {
	margin:1em 0 0 0;
	padding:0;
	font-size:small;
}
blockquote {
	background:url('imgs/blockquote.gif') no-repeat;
	padding:10px 10px 2px 41px;
	border: dotted #d4d0cd 1px;
}
/* ******************  to align elements  *************** */
.left {
	text-align: left;
	display:block
}
.right {
	text-align: right;
	display:block
}
.center {
	text-align: center;
	display:block
}
/* ******************  to float elements  *************** */
.floatleft {
	float: left;
	padding:2px 10px 10px 0px
}
.floatright {
	float: right;
	padding:2px 0px 10px 10px;
}
/* ******************  to highlight text  *************** */
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline
}
/* ****************** aboutmyself  *************** */
#UserPicture {
	float:left;
	margin:10px 10px 10px 6px;
	border:solid #D4D0CD 1px;
	padding:3px;
	background-color:#fff
}
#AboutMyself p {
	padding:10px 0;
	margin:0
}
.comment_1 {
	margin-left: 10px;
}
.comment_2 {
	margin-left: 20px;
}
.comment_3 {
	margin-left: 30px;
}
#link_admin {
	color: #7BC143;
	text-decoration:none;
	font-size:11px;
}
#link_admin:hover {
	text-decoration:underline;
 }
