/* 

Theme Name: c0dedbad
Theme URI: http://www.c0dedbad.com/
Description: c0dedbad (modified from fluidityrs)
Version: 1.0
Author: Jeremy Albrecht
Author URI: http://www.c0dedbad.com
*/

html {
	min-width: 905px;
}

body {
	margin: 0;
	padding: 0;
	background: #202020;
	font-family:helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	border: 0px none;
}


/*------------Basic styles------------*/

h1, h2, h3, span#copyright, span#design {
	margin: 0 10px;
	color: #e4e4e4;
	font-weight: normal;
	text-decoration: none;
	background: transparent
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 120%;
	text-align: justify;
}

h1 {	/* site heading */
	font-size: 20pt;
}
h2 {	/* site heading */
	font-size: 18pt;
	font-weight: bold;
	color: #e4e4e4
}
h3 {	/* sub headings */
	font-size: 15pt;
	color: #e4e4e4
}

span#copyright { font-size: 8pt; }  /* sets the copyright styles */
span#design {  float: right; font-size: 8pt; width: 245px; }  /* floats the design link into position */
span.validation {  float: right; margin: 10px 10px 0 0; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

div { padding: 0 0 10px 0;}

#hdrimg a {color: #ffa000; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	/* margin-bottom: 5px; */
	background: url('images/header.png') no-repeat center;
	height: 170px;
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	background: #202020;
}

#bttmbar { float: left; width: 100%; /*height: 35px;*/ /* background: url('images/hdr.gif') bottom repeat-x */ }    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99% }		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49% }		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33% }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 74.5%; margin: 0 0 0 5px }

.leftcol { padding: 10px 10px 10px 10px; margin: 0 260px -10px 0; background: #333333; }

.rightcol { position: absolute; top: 180px; right: 0px; width: 250px; padding: 10px 10px 10px 10px; background: #333333; }

/*------------------------------Main Navigation------------------------------------------*/

#nav {
	position: relative;
	top: 155px;
	left: 0px;
	height: 25px;
	width: 100%;
}
#nav {
	margin: 0;
}
#nav li {
	font-size: 10pt;
	float: left;
	list-style: none;
	text-align: center;
}
#nav li a {
	display: block;
	margin-right: 5px;
	width: 100px;
	line-height: 25px;
	text-decoration: none;
	color: #333333;
}
#nav a:link, #nav a:visited {
	background: url(images/tab2.png) no-repeat 0 -25px;
	color: #333333;
}
#nav a:hover, #nav a:active {
	background: url(images/tab2.png) no-repeat 0 0;
	color: #ffa000;
	font-weight: bold;
}
#nav #current {
	background: url(images/tab2.png) no-repeat 0 0;
	color: #ffa000;
	font-weight: bold;
}


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #777777; cursor: help }

blockquote { border-top: 2px solid #ffa000; border-bottom: 2px solid #ffa000; margin: 0 0 10px 10px; padding: 5px; background-color: #333333; }


/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bull.gif'); }
ol { margin: 5px 0 5px 35px; list-style: decimal; }
ol li, ul li { color: #e4e4e4; font-size: 10pt; line-height: 120%; }

dl { margin: 5px 0 5px 10px; }
dl dt { margin: 0 0 0 0; color: #e4e4e4; font-size: 10pt; line-height: 120%; }
dl dd { margin: 0 0 10px 10px; color: #e4e4e4; font-size: 9pt; line-height: 100%; }

hr { margin: 0px 0px; height: 1px; background: #333; color: #333333; }  /* rule styling */

img {margin: 0 0 0 0 } /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

code {
	font-family: monospace;
	border: 1px dotted #e4e4e4;
	padding: 0 5px 0 5px;
}

h4, h5, h6 {
  font-weight: normal;
}

a, a:visited {
    /* font-weight: bold; */
    color: #e4e4e4;
    text-decoration: none; 
}
    
 a:hover {
    text-decoration: underline; 
}

h3.entrytitle {
	padding: 0;
	margin: 0;
	font-size: 15pt;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	color: #ffa000;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	color: #ffa000;
	text-decoration: underline;
}
    
.entrydate {
	font-size: 8pt;
	margin-bottom: 0px;
	padding: 0;
	color: #777777;
	text-transform: lowercase;
}

h3 a {
    text-decoration: none;
    border: 0px none;
    color: #ffa000; 
}
div .entrybody h2 {
	margin: 0 0 10px 0;
	color: #e4e4e4;
	border-bottom: 1px solid #333333;
}
div .entrybody h3 {
	margin: 0 0 10px 5px;
	color: #777777;
}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    color: #333333;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.entry {
	background-color: #202020;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px 0 0 0;
	color:#e4e4e4;
	font-size: 10pt;
}
.firstpost {
	background-color: #202020;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0 0 10px 0;
/*	background-image: url('images/latest.png');
	background-repeat: no-repeat;
	background-position: right bottom; */
}
.page {
	background-color: #202020;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0 0 10px 0;
}
.entrycontent {
	margin: 0;
	padding: 5px 10px 0 10px;
}
.entrycontent a {
	color: #ffa000;
}
.entrycontent img {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #333333;
}

.arc {
	border: 1px solid #000000;
	background-color:#202020;
	padding:10px;
	color:#e4e4e4;
	margin-bottom:15px;
}
div .entrymeta {
  padding: 0;
}
.entrymeta h4 {
	text-transform: lowercase;
	color: #777777;
	font-size: 8pt;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #333333;
}
.meta, .meta a {
	text-transform: lowercase;
	font-size: 8pt;
	margin-bottom: 0px;
	font-weight: normal;
	color: #e4e4e4;
}

.entry ul, .entry ol{
	margin-left:30px;
	list-style:disc;
	margin-top:10px;
	margin-bottom:10px;
}
.entry ul li, .entry ol li {
	padding-top:5px;
}

.download {
	background:transparent url(images/download.png) no-repeat scroll 5px 15%;
	padding:0 25px;
}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
	color:#ffa000
}
#commentblock {
	padding: 20px;
	color:#e4e4e4;
	clear: both;
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #e4e4e4;
	font-size: 8pt;
}

#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000000;
	line-height:12px;
	color: #999;
	background-color: #202020;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000000;
	line-height:12px;
	color: #999;
	background-color: #202020;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 10pt;
	color:#FF9900
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/

#sidebar {
	/* float:right; */
	width: auto;
	margin: 0 0 0 0;
	background-color: #202020;
	padding: 10px 0 0 15px;
	color: #e4e4e4;
	border: 1px solid #000000;
}

#sidebar h2 {
	font-weight: bold;
	text-transform: lowercase;
	color: #ffa000;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
}
#sidebar p {
	margin: 7px;
	color:#e4e4e4;
	line-height: 120%;
	}
#sidebar a, #sidebar a:visited {
	color:#e4e4e4;
	text-decoration:none;
	font-weight: normal;
}
#sidebar a:hover {
	color:#e4e4e4;
	text-decoration:underline;
}

#search {
	margin: 0 0 0 10px;
	font-family:helvetica, sans-serif;
	text-align: center;
	background: #333333;
	color: #e4e4e4;
	border: 1px solid #ffa000;
}

#sidebarlinks {
	margin: 5px 0px 5px 0px;
}

#sidebar ul { list-style: url('images/bull.gif'); }
#sidebar ol { list-style: decimal; }
#sidebar ol li, #sidebar ul li { color: #e4e4e4; font-size: 10pt; line-height: 120%; }


#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 8pt;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-position: outside;
/*	list-style-image: url('images/bull.gif'); */
}
#sidebar ul li .archives li {
	list-style-image: url('images/calendar.png');
	text-transform: lowercase;
}
#sidebar ul li .categories li {
	list-style-image: url('images/categories.png');
	text-transform: lowercase;
}
#sidebar ul li .categories li li {
	list-style-image: url('images/sub_categories.png');
	font-size: 11px;
	text-transform: lowercase;
	margin-left: 6px
}
#sidebar ul li .links li {
	list-style-image: url('images/links.png');
}
#sidebar ul li .cal {
	/* list-style-image: url('images/calendar.png'); */
	text-transform: lowercase;
}
#sidebar ul .cal a {
	font-weight: bold;
	color: #ffa000;
}
#sidebar ul li .posts li {
	list-style-image: url('images/post.png');
	text-transform: lowercase;
}
#sidebar ul li .feeds li {
	list-style-image: url('images/feeds.png');
	text-transform: lowercase;
}
#sidebar ul li .meta li {
	list-style-image: url('images/meta.png');
	text-transform: lowercase;
}
#sidebar ul li .technorati li {
	list-style-image: url('images/technorati.png');
	text-transform: lowercase;
}
#sidebar ul li .clustrmap li {
	margin: 0 0 0 20px;
}

#Categorical Links Page
.catlinkspage li {
  list-style-image: url(images/links.gif);
}