/*  
Theme Name: Method Dev
Theme URI: http://method.unnerving.org/
Description: Wordpress Theme to look like unnerving.org
Version: 1.0
Author: Gregory Ruiz-Ade
Author URI: http://unnerving.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
 * IDs (sections)
 */

#page {
	background-color: black;
	color: white;
}

#header {
	background-color: white;
	color: black;
	padding: 5px 10px 5px 10px
	margin-bottom: 10px;
}

#blogname {
	margin-left: 30px;
}

#blogdescription {
	font-family: Monaco, Courier, "Courier New", monospace;
	margin-top: 10px;
	padding: 0px;
	font-size: x-small;
	width: 400px;	
}

#content {
	float: left;
	background-color: #4787c0;
	color: black;
	width: 75%;
	padding: 5px 10px 5px 10px;
}

#footer {
	background-color: #4787c0;
	width: 75%;
	padding: 0 10px 5px 10px;
}

#sidebar {
	float: right;
	width: 20%;
	background-color: #4787c0;
	text-shadow: 2px 2px 1px;
	padding: 5px 10px 5px 10px;
	color: black;
	font-size: smaller;
}

#searchform {
	padding-bottom: 5px;
}

/*
 * Classes
 */

.post {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}

.commentblock {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	margin-top: 5px;
	background-color: white;
}

.pagetitle {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}

.entry {
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: #4787c0;
}

.navigation {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	background-color: white;
}

.sidebaritem {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0 10px 0 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}

.footeritem {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	color: black;
}

.fineprint {
	font-size: 8pt;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.greenscreen {
	font-size: smaller;
	border: 1px #666677 solid;
	background: #000000;
	color: #00FF00;
	margin: 5px;
	padding: 8px;
	overflow: auto;
}

/*
 * Elements
 */

/* link colors */
a, a:visited { color: #323232; }
a:active, a:hover { color: #4787c0; }

body { background-color: black; }

/* set blockquotes off in a shaded box with a gentle border */
blockquote {
	margin-left: 30px;
	padding: 5px;
	//background-color: #dcdcdc;
	background-color: #e7f3fe;
	border-color: #7e7e7e;
	border-width: 1px;
	border-style: dotted;
	font-size: smaller;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*
code {
	font-weight: bold;
	background-color: black;
	color: lime;
	border-width: 1px;
	border-style: dotted;
	margin-left: 30px;
	padding: 5px;
	font-family: "Courier New", Courier, Monaco, monospace;
}
*/

h1,h2,h3,h4,h5 {
	text-shadow: 3px 3px 1px #bfbfbf;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 8pt; }

/* link colors in headings */
h1 a, h1 a:visited { color:black; text-decoration: none; }
h2 a, h2 a:visited { color:black; text-decoration: none; }
h3 a, h3 a:visited { color:black; text-decoration: none; }
h4 a, h4 a:visited { color:black; text-decoration: none; }
h5 a, h5 a:visited { color:black; text-decoration: none; }

/* I don't like <hr> */
hr { display: none; }

/* Remove borders and other decorations from images */
img {
	border-style: none;
	text-transform: none;
	text-decoration: none;
}

#blogname h1 { font-size 18pt; }

/* Alternate a slight shading in the background color of comments to
   enhance the visual seperation. */
#content li.oddcomment {
	background-color: #e7f3fe;
	padding: 5px;
}

#content li.evencomment {
	padding: 5px;
}

/* Put a little more seperation between list items for readability */
.post li {
	padding-top: 5px;
}

#sidebar h1 { font-size: 14pt; }
#sidebar h2 { font-size: 12pt; }
#sidebar h3 { font-size: 10pt; }
#sidebar h4 { font-size: 9pt; }
#sidebar h5 { font-size: 8pt; }

#sidebar ul, #sidebar ol, #sidebar li {
	left: 5px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar a {
	text-transform: none;
	text-decoration: none;
}

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


