/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: normal 12px/18px "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	color: #666;
	background: #FFF;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #6089bf;
	text-decoration: none;
}

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

input, textarea {
	width: 240px;
	border: 1px solid #666;
}

#submit {
	width: auto;
}

#page {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	background: #FFF url('http://www.socialmarker.com/img/header.gif') top center repeat-x;
}

#header {
	width: 990px;
	height: 100%;
	margin: 0 auto;
}


#header h1 {
	padding: 0;
	margin: 0;
}

.description {
	display: none;
}

#header #header_right {
	float:right;
	width: 600px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 4px 4px 4px 0;
}

#header h1 a {
	background: url('http://www.socialmarker.com/img/banner.jpg') top left no-repeat;
	width: 340px;
	height: 60px;
	padding: 0;
	display: block;
}

#header #header_left span {
	display: none;
}

#header #header_left {
	float:left;
	width: 340px;
	height: 60px;
	padding: 0;
}

#page_nav {
	list-style-type: none;
	margin-top: 5px;
}

#page_nav li {
	display: inline;
	font: bold 12px/17px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: #fff;
	border: none;
	border-left: 1px solid #87b500;
	border-right: 1px solid #87b500;
	border-top: 1px solid #87b500;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	word-spacing: 0px;
}

#page_nav a {
	color: #666;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 43%;
	line-height: 1.6em;
	padding-left: 5px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 54%;
	margin-left: 0px;
	padding-top: 20px;
	margin-right: 5px;
}

#footer {
	border-top: 1px solid #87b500;
	width: 980px;
	clear: both;
	margin: 0 auto;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font: normal 18px/24px "Trebuchet MS",Arial,Bitstream,Tahoma,sans-serif;
	margin: 10px 0 2px 0;
}

/*-------------The Post-------------*/

.post {
	margin-bottom: 30px;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px solid #666;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #f2f9ff;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}


code {
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #f2f9ff;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar .sidebar_left {
	display: block;
	float: left;
	border: 1px solid #bad4f5;
	background: #f5f9ff;
	padding: 10px;
	margin-bottom: 10px;
	width: 35%;
}

#sidebar .sidebar_right {
	display: block;
	float: right;
	padding: 9px 5px;
	background: #fffbe1;
	border: 1px solid #efebd5;
	width: 300px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	display: block;
	margin-bottom: 10px;
}

#searchform input {
	border: 1px solid #bad4f5;
	display: block;
	width: 100%;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#contactsubmit {
	width: auto;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

.more-link {
	display: block;
}

.sidebar_left iframe {
	display: block;
	margin: 0 auto;
}

.mbl_h {
	display: none;
}

#MBL_COMM {
	margin-bottom: 8px;
}

/*-------------MyBlogLog------------------*/

.mbl_h {
	display: hidden;
}

