
/* content */
#content {
	background: #fff;
	padding: 25px 25px 15px 25px;
	clear: both;
	overflow: hidden;
/*	background-color:#99FFFF; */
}

h1.posttitle {

}

/* post title */
h2.posttitle {
	color: #000;
	margin: 3px 0 2px;
	padding-bottom: 10px;
	font-size: 24px;
	/*border-bottom: dotted 1px #CCCCCC;*/
}
 
#btnGiveIt {
padding: 0px;
vertical-align:top;
}

body {
	color:#333333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	background: #F5F6F7 url(/get/images/back-gradient.jpg) repeat-x left top;
}

.hvalue {
		width:				40px;
		text-align:			right;
		padding:			1px;
		margin-right:		15px;
		margin-left: 10px;
}	

#wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#left-col {
	width:580px;
}

#container {
	background:#fff;
}

#header {
	height: 40px;
}



/* ------------------------------------- sidebar area  */

.left-sidebar {
	float:left;
}

.right-sidebar {
	float:right;
/*	background-color: #CC99FF; */
}

/* sidebar */
#sidebar {
	margin-top: 15px;
	width: 150px;
	color: #666666;
	line-height: 160%;
}

#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #444;
}

#sidebar h3:hover {
	color: #000;
}

#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;
}

#sidebar h3 img {
	vertical-align: middle;
}

#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}

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

#sidebar ul li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 20px;
}

#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}

/* ------------------------------------- main content area  */
#page #wrapper #container #left-col {

	float: left;
}


/* main menu */
#nav {
	border:1px solid #bbb;
	font-size: 14px;
	background: #e5e5e5 url(/get/images/agradient-30.gif) repeat-x left top;
}

#nav a.home {
}

#nav ul {
	list-style: none;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 600px;
	float: left;
}

#nav ul li {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#nav ul li a {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #222;
	display: block;
}

#nav li a:visited {
	text-decoration: none;
	color: #000000;
}

#nav .current_page_item a, #nav .current_page_item a:hover {
	text-decoration: none;
	background: #2a2a2a url(/get/images/agradient-30medium.gif) repeat-x top left;
	color: #fff;
}

#nav li a:hover {
	color: #fff;
	background: #2a2a2a url(/get/images/agradient-30medium.gif) repeat-x top left;
}



a {
	color:#0088CC;
	text-decoration: none;
}

a:visited {
	color: #0088CC;
}

a:hover {
	text-decoration: underline;
}

p, .p {
	margin-bottom: 15px;
	font-size: 15px;
}

img {
	border: none;
}

ul li {
	margin: 0px;
}

ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}

small {
	font-size: 90%;
}

/* site title */
h1.blogtitle {
	font-size: 30px;
	float:left;
}

h1.blogtitle a {
	color: #333;
}

h1.blogtitle a:hover {
	color: #666;
	text-decoration: none;
}

.description {
	float: left;
	margin: 13px 0 0 10px;
}

/* search form */
#searchform {
	width: 210px;
	float: right;
	font-size: 12px;
	padding:0;
	margin:2px 0 0 0;
}

#searchform #s {
	background: #ffffff url(/get/images/form-field-bg.gif) no-repeat;
	width: 158px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: 1px solid #888;
	margin:0;
}

#searchform #searchsubmit {
	background: url(/get/images/search-button.png) no-repeat center;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	line-height: 1px;
	margin:0;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
	margin:0;
	padding: 0;
	line-height: 1.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}


/* sub menu */
#subnav {
	background: #fff url(/get/images/agradient-30light.gif) repeat-x top left;
	;
	margin-top: 15px;
	border: 1px solid #ddd
}

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

#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 4px 7px;
	margin: 0px;
	float: left;
}

#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}

#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}

#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}



.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.post .date {
	height: 50px;
	width: 45px;
	background: url(/get/images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}

.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}

.post .title {
	float: left;
	margin-left: 10px;

}

.postdata {
	font-size: 90%;
	color: #999999;
}

.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}

.postdata a:hover {
	color: #0088CC;
	text-decoration: none;
}

.entry {
	padding: 0px 0px 5px;
	clear: both;
	font-size: 14px;
	line-height: 1.4em;
}


h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}

h2.posttitle a:hover {
	color: #0088CC;
	text-decoration: none;
}


/* ------------------------------------- cred area  */
#cred {
	padding: 10px 0px 0px 8px;
	clear: both;
	font-weight: bold;
}

#cred .designer a.pagelines {
	padding-left: 25px;
	display:block;
	float: left;
	font-size: 11px;
	color: #555;
	font-weight: bold;
	background: url(images/pagelines-icon.gif) no-repeat 3px 0px;
}

#cred a, #cred a:visited {
	text-decoration: none;
	color: #666;
}

#cred a:hover {
	text-decoration: underline;
}

/* @ FORMS */
	legend {
	display: none;
}

fieldset {
	border:none;
	background: transparent;
}

form {
}

/* commentform */
	label {
	color:#333;
	font-size: 110%;
}

small {
	color: #555;
	font-size: 90%;
}

/* FLOATING AND ALIGNMENT */
	.floatleft {
	float:left;
	margin:3px 7px 0 0;
}

.floatright {
	float:right;
	margin:3px 0 0 7px;
}

.right {
	float:right;
}

.block {
	display:block;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.center {
	text-align: center;
}

/* CLEARFIX */
	.fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.fix {
	display:inline-block;
}

* html .fix {
	height:1%;
}

.fix {
	display:block;
}
