/*
Theme Name: MONOLIDIC
Theme URI: http://monolidic.com
Description: OUR OWN THEME
Version: v1.0
Author: dks
Author URI: http://monolidic.com/
*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #4F4647;
	color: black;
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	height:100%;
	}

input#emailform {
	float:left;
	border: none;
	background-color: white;
	color: #381B1D;
	margin: 0;
	padding: 0;
	width: 140px;

}

input#emailsubmit {
	float:left;
	border: none;
	background-color: #6E3E40;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	width: auto;
	}

.clear {
	clear: both;
	}

a {
	color: black;
	text-decoration: none;
	}
	
.entry img.framed {
	border: 1px solid #000000;
	padding: 7px 7px 7px 7px;
	}
	
a img {
	border: 0;
	}

a:hover {
	border-bottom:1px solid red;
	}

h1 {
	font-size: 36px;
	}

h2 {
	font-size: 20px;
	}

h3 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	}

#page {
	background-color: white;
	text-align: left;
	margin:0 auto;
	width: 910px;
	display: table;
	height: 100%;
	}

#nav {
	float:left;
	margin: 0 0 0 93px;
	list-style: none;
	text-align: left;
	padding: 0;
	}

#nav li {
	float: left;
	}

#nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	}

#nav .current_page_item .arrow {
	color: red;
}

#nav .page_item a{
	color: black;
	text-decoration: none;
	border-bottom: 0;
	padding-right: 15px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#nav .page_item a:hover {
}

.arrow {
	padding-left: 8px;
	}
a:hover .arrow{
	color:red;
	}

#header {
	float:left;
	font-size: 12px;
	width: 100%;
	height: auto;
	}


#logo a {
	background: url('images/logo.png') no-repeat bottom left;
	width: 100%;
	float: left;
	}

#logo a span {
	}
#content-wrapper {
	position: relative;
}
#content {
	background-color: white;
	float: left;
	width: 470px;
	height: 100%;
	margin-bottom: 60px;
	}

#spacer-content {
	float:left;
	background-color: white;
	text-align:left;
	padding: 30px 0 45px 0;
	width: 108px;
	height: auto;
}

#sidebar {
	position:absolute;
	top: 726px;
	right: 60px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 213px;
	color: white;
	background-color: #381B1D;
	}
	
#sidebar a {
	color: white;
}

.sbcontent {
	text-align:left;
	width: 180px;	
	margin: 0 15px 0 15px;
	}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	clear:both;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul li p form {
	margin: 5px 0 8px 0;
	}



#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ul ol {
	margin: 0 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	width: auto;
	margin: 3px 0 0 0;
	}

#rss {
	clear:both;
	margin: 5px 0 8px 0;

}

.archive-list {
	font-size: 11px;
	list-style: none;
	margin: 10px 0 0 0;
	padding-left: 0;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 10px;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.archive-list a:hover {
	text-decoration: none;
	}

.post {
	margin: 80px 0 40px 0;
	text-align: left;
	}

.entry {
	font-size: 11px;
	line-height: 1.4;

	}
	
.entry-date {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.entry-title {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.entry-meta {
	clear:both;
	font-size: 11px;
	}

.entry-meta a {
	font-weight: bold;
	}

.entry-tags {
	border: 1px solid #EEE;
	background-color: #EDEDED;
	font-size: 12px;
	font-weight: bold;
	}

.entry-related {
	font-size: 12px;
	float: left;
	}

.entry-related ul li {
	list-style: none;
	}

.post hr {
	display: block;
	}

#footer {
	display:none;
	font-size: 12px;
	padding: 20px 0 10px !important;
	padding: 30px 0 40px; /* fuck IE */
	width: 800px;
	clear: both;
	background: url(' ') no-repeat top; 
	border: none;
	}
.entry a {
	font-weight: bold;
	}

.entry a:visited {
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite {
	font-style: normal;
	}

.commentlist cite a {
	font-weight: bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.2;
	text-transform: none;
	}

#commentform p {
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 0.7px;
	}


/* End Typography & Colors */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img {	

	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img#wpstats { 
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	

/* End Images */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
a.comments {
	color: red;
}

#commentform {
	font-size: 12px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	font-size: 11px;
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size:11px;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.left {
	text-align:left;
	}

.hrfoot {
	height: 1px;
	line-height: 1px;
	width: 100%;
	background: url(/images/pinkdot.gif) repeat-x;
	padding: 0;
	margin: 0;
	}

.navigation {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}



/* End Various Tags & Classes*/


/* Begin Google Ads */
.gg-ref-text {
	text-align: center;
	}

.gg-ads-text {
	text-align: center;
	float: right;
	margin-top: 50px;
	}
/* End Google Ads */
