@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	margin: 0 auto;
	background: #fff url(../images/bg4.png) repeat-x;
	font-family: verdana, -moz-use-system-font;
	font-size: 12px;
	text-align: justify;
}

a, a:visited {
	color: #009933;
}

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

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 16px;
	background: url(../images/h2.png) no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-left: 25px;
}

h3 {
	color: #00ABB7;
	font-size: 18px;
	background: url(../images/write.png) no-repeat;
	padding-left: 17px;
}

h3 a {
	text-decoration: underline;
}

h4 {
	color: #777;
	font-size: 12px;
	padding-bottom: 10px;
}

p {
	color: #777;
	font-size: 12px;
	padding-bottom: 10px;
}

.header_title {
	color: #000000
}

#blogtitle {
	color: #006633;
	width: 600px;
	margin: 0;
	padding: 12px 0 0 5px;
}

#tagline {
	color: #333;
	padding: 12px 0 0 5px;
	width: 600px;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#wrap2 {}



#head-wrap {
	height: 193px;
}

#header {
	height: 101px;
	position: relative;
}

#navbar {
	height: 40px;
	background: none;
	position: relative;
	top: 1px;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 0 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 28px;
	float: left;
	padding: 6px 20px;
	color: #333; 
	font-weight: bold;
	text-decoration: none;
	background: none;
	margin-left: 5px;
}


#nbar ul li a:hover {
	color: #000;
	background: url(../images/bg5.png) top repeat-x;
}

#nbar ul li.selected a {
	color: #fff;
	background: url(../images/bg5.png) top repeat-x;
	font-weight: bold;
}


/* Content */



#content {
	width: 670px;
	float: left;
	padding-top: 20px;
}

#content h1 {
	color: #00ABB7;
	font-size: 20px;
	background: url(../images/h1.png) no-repeat;
	height: 25px;
	border-bottom: dotted 1px #666666;
}


.tasks_row {
	margin-top:10px;
	float:left;
	width:253px;
}

.tasks_box {
	float:left;
	height:77px;
	margin:5px 5px 0 0;
	text-align:center;
	width:77px;
}

.tasks_box a, a:hover {
	border:0 none;
}

.post {
	background-color: #EAFBE6;
	border-top: 1px dotted #006600;
}

.post-footer {
	background: #fff url(../images/post-footer.png) no-repeat;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 0 10px;

	color: #fff;
	margin-bottom: 30px;
}


.dated {
	padding-top: 2px;
	background: url(../images/calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(../images/category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 22px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(../images/user.png) no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url(../images/more.png) right no-repeat;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Addition Stuffs */

blockquote {
	background: #F8F8F8 url(../images/quotebg.png) left repeat-y;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8 url(../images/quotebg.png) left repeat-y;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;
}

ul span, ol span {
	color: #333333;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border: solid 1px #D7D7D7;
	background: #F8F8F8 url(../images/formbg.png) bottom right no-repeat;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #D7D7D7;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background:#fff url(../images/gradtop.gif) repeat-x top;
	background-color : #ffffff;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #D7D7D7;
	background-color : #ffffff;
	height : 100px;
	display : block;
	background:#fff url(../images/gradtop.gif) repeat-x top;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #fff url(../images/gradbot.gif) bottom repeat-x;
	color : #131212;
}

/* Search */

form.search {
	position: relative;
	background: url(../images/search-bg.png) no-repeat;
	width: 300px;
	border: none;
	float: right;
	margin: 0;
	top: 67px;
	height: 36px;
}
form.search input.textbox {
	margin: 0;
	height: 16px;
	font-size: 11px;
	padding-left: 5px;
	width: 240px;
	background: none;
	border: none;
	color: #000;
	padding-top: 12px;
}
form.search input.button {
	background : url(../images/search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	cursor: pointer;
	height: 18px;
	margin-left: 15px;
	height: 16px;
}

#leftbox {
	font-family:arial;
	color:#777;
	font-size:12px;
	text-align:left;
	margin-top:-10px;
	padding-left:8px;
}

#plussign {
	color: #00aab5;
	font-size:14px;
}

/* Sidebar */

#sidebar {
	width: 310px;
	margin-top: 20px;
	float: right;
	padding: 0 0 0 0;
	text-align: justify;
}

#sidebar h1 {
	color: #00ABB7;
	font-size: 14px;
	padding-left: 22px;
	padding: 10px 0 0 10px;;
}

.sidetop {
	background: url(../images/widget_top.png) no-repeat;
	height: 41px;
}

.sidebot {
	background: #fff url(../images/widget_bottom.png) no-repeat;
	height: 12px;
}

#sidebar .widgetspace {
	padding: 5px 20px 10px 10px;
	background: url(../images/widget_middle.png) repeat-y;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	background: url(../images/bullet1.png) no-repeat;
	padding : 2px 0 0px 25px;
	margin : 0 2px;
}

#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #66C430;
}


#sidebar ul.menu a:hover {
	color: #00ABB7;
}

#sidebar a{
	color: #fff;
}

/* Footer */

#footer {
	color: #000;
	background: #66C430;
	text-align: center;
	font-size: 12px;
	border-top: 5px solid #00ABB7;
}

#foot-top {
	background: url(../images/bg2.png) repeat-x top;
	height: 51px;
	border-bottom: solid 1px #fff;
}

#footer a {
	color: #fff;
}


.clearfix {
	clear:both;
	overflow: hidden
}

	form.f-wrap-1 {width:80%;padding: .5em 0;background: #f6f6f6 url("../images/formbg.png") no-repeat 100% 100%;border-top: 1px solid #d7d7d7;position:relative}
		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
		form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
		form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}
		
		/* hide from IE mac \*/
		form.f-wrap-1 label {float:none}
		/* end hiding from IE5 mac */
	
		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}
		
		form.f-wrap-1 label b {float:left;width:12em;line-height: 1.7;display:block;position:relative;padding-left:10px}
		form.f-wrap-1 label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}
		form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
		form.f-wrap-1 div.req b {color:#c00;font-size:140%}
		form.f-wrap-1 label select {width: 15.5em}
		form.f-wrap-1 label textarea.f-comments {width: 20em}
		form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 50px 13em}
		form.f-wrap-1 input.f-submit {margin: 10px 0 0 10px}
		
		form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
		form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
		form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
		form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
		form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}
		
		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

