/*  
Theme Name: complich8ions
Author: complich8
Description: complich8's customized theme
Version: 1.5
*/



/* Begin Typography & Colors */
body {
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000000;
	line-height: 18px;
	color: #c0c0c0;
	text-align: left;
	}

#page {
	background-color: #000000;
	color: #c0c0c0;
	text-align: left;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 80px;
	width: 80%;
	background-color: #000000;
	color: #cc0000;
	float: left;
	}


#content {
	font-size: 11px;
	line-height: 16px;
	background-color: #0a0a0a;
	color: #c0c0c0;
	}


	/* narrowcolumn is the entry column on the main page
		widecolumn is the entry column in the post pages 
		They are redundant with content, so I removed them */

.alt {
	background-color: #000000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* give the text itself a bit of a right margin */
p {
	margin-right: 15px;
}

#footer {
	background-color: #000050;
	
	}

small {
	font-size: 11px; 
	line-height: 15px;
	}

h1 {
	font-weight: bold;
	background-color: #000000;
	color: #6060E0;
	font-size: 14px;
	text-align: center;
	padding-top: 0;
	margin: 0;
}


h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #1c1c1c;
	color: #e0e0e0;
	margin: 5px 5px 0;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #0c0c0c;
	font-size: 10px;
	padding: 0;
}

.description {
	color: #ff0000;
	text-align: center;
	font-size: 12px;
	}

#sidebar h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}


h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #6060E0;
	
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #6060E0;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	}


.entry p a:visited {
	color: #e56701;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	font-family: verdana, arial, helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #a0a0a0;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	}

a, h2 a:hover, h3 a:hover {
	color: #e56701;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #e52701;
	text-decoration: underline;
	}
	

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	background-color: #000000;
	color: #c0c0c0;
	}

#page {
	background-color: #000000;
	color: #c0c0c0;
	margin: 10px auto;
	padding: 0;
	width: 95%;
	}
	
/* headerimg and headerimg a are just for the header at the top of the page */
#headerimg {
	color: #ff0000;
	margin: 10px 10px 0;
	padding-top: 10px;
	font-size: 14px;
	}
#headerimg a {
	color: #ff0000;
	font-size: 14px;
	}


/* these define how that stuff is set up, and have to stay */
.narrowcolumn {
	float: left;
	padding: 0 0 10px 10px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;

	width: 70%;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 40px;
	width: 80%;
	float: left;
	}
	
.post {
	margin: 0 0 30px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 10px;
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0 10px;
	}
	
#footer {
	padding: 0 0 0 5px;
	margin: 0 auto;
	width: 85%;
	clear: both;
	background-color: #000000;
	color: #c0c0c0;
	font-size: 10px;
	}

#footer p {
	padding: 20px 0;
	text-align: right;
	}
/* End Structure */






/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 50%;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 3px 1px 3px 1px;
	margin-right: 4px;
	width: 20%;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.bleh {
	color: #2FAD35;
	}
.bleh2 {
	color: #e0e0e0;
	}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
