/*   
Theme Name: Gorram
Theme URI: http://cortex.signalpodcast.com
Description: The Signal's own theme
Author: Jill Arroway
Author URI: http://www.serenityfirefly.com
Template: abel-one
Version: 1.0
.
My first WordPress theme
.
*/

html
{
    background-color: #664433;
}

/* Normal, standard links. */
a:link { color: #61390A; text-decoration: none; }
a:visited { color: #93540A; text-decoration: none; }
a:active { color: #DD6900;  text-decoration: underline; }
a:hover { color: #DD6900; text-decoration: none; }

/* The main body of the entire forum. */
body
{
    background-color: #F4F4DF;
    color: black;

    font-size: small;
    margin-top: 0; margin-left: 50px; margin-right: 50px;
    padding: 20px;
    font-family: verdana, sans-serif;
}

.navigationbar { font-size: 90%; }
.no-float { clear: both; }

ul {
	list-style: none;
	}

a img  {
	border: none;
	padding: 3px;
	}
	
/*================ Wrap ================*/ 

#wrap {
	background: #F4F4DF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: auto;
	overflow: hidden;
	}
	
/*================ Title bar ================*/
#blogtitle {
	background-color: #F4F4DF;
	color: #383838;
	border-left: 4px #383838 solid;
	display: block;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 2px;
	}

#blogtitle a {
	color: #B82620;
	border: none;
	}
	
#blogtitle h1 {
	color: #B82620;
	font-size: 3.1em;
	font-weight: bolder;
	display: inline;
	}

/*================ Container ================*/

#container {
	overflow: hidden;
	}

/*================ Content ================*/

#content {
	text-align: left;
	}

#content ul {
	padding-left: 2em;
	}

#content ul li {
	padding: 0.2em;
	list-style: square;
	}

#content ul ul li {
	padding: 0.2em;
	list-style: circle;
	}

#content ol {
	list-style-position: inside;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 10px;
	}

/*================ Footer ================*/

#footwrap {
	clear:both;
	color: #383838;
	padding: 2px;
	font-weight: normal;
	background: #F4F4DF;
	}

#footwrap p {
	font-size: 0.8em;
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	text-align:center;
	}

#footwrap a {
	color: #383838;
	border: none;
	font-weight: bold;
	}

#footwrap img {
	padding: 0px;
	margin: 0px;
	}

/*================ Sidebar ================*/

#sidebar {
	float: right;
	width: 150px;
	margin: 0px;
	background: #EBE3D8;
	border: 1px solid #664433;
	font-size: 0.9em;
	padding: 3px;
	}

#sidebar ul {
	padding: 0;
	margin: 2px;
	text-align: left;
	}

#sidebar h2 {
    border-top: 1px solid #664433;
	font-size: 1.2em;
	}

/*================ Search Form ===============*/

input#s {
	width: 95%;
	}

#searchform {
	margin-left: auto;
	margin-right: auto;
	}

/*================ Blockquote ================*/

blockquote {
	margin: 0px 0px 0px 40px;
	padding: 0px 25px 0px 0px;
	font-style: italic;
	color: #7f7f7f;
	border-left: 4px solid #99A8BA;
	}

/*================ Comments ================*/

#comments {
	width: 98%;
	display: block;
	background-color: #F4F4DF;
	border: medium none;
	color: #B82620;
	font-size: 0.96em;
	font-weight: bolder;
	padding: 0pt 2px 2px;
	}

#postcomment {
	display: inline;
	float: left;
	margin-left: 5%;
	}
	
#commentform {
	display: block;
	float: left;
	margin-left: 5%;
	}

.commentmetadata {
	font-size: 0.7em;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 0.2em;
	text-align: right;
	color:#383838;
	border-bottom: 2px solid #B82620;
	background: #F4F4DF;
	}

/*================ date ================*/

.date {
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	margin-right: 0.2em;
	padding: 0.2em;
	text-align: left;
	border: 0px;
	}

.entry {
    background-color: #E1D4BF;
    border-top: 1px solid #664433;
    border-bottom: 1px solid #664433;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	}

/*================ Post ================*/

.postheader {
	display: block;
	}

.posttitle {
	background-color: #F4F4DF;
	padding-bottom: 2px;
	}

.posttitle a {
	border: none;
	display: inline;
	font-size: 1.1em;
	font-weight: bolder;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 0;
	}

.post {
    background: ##F4F4DF;
    border: 1px solid #664433;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	}
	
.post p {
	padding: 3px;
	}

.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	}

/*================ Post Metadata ================*/

.postmetadata {
	display: inline;
	float: right;
	font-size: 0.7em;
	width: 300px;
	padding: 0.4em;
	text-align: left;
	border: 0px;
	}

/*================ Code ================*/

code {
	display: block;
	margin: 10px 40px 0 40px;
	padding: 2px 10px 5px 10px;
	border-top: 2px solid #99A8BA;
	border-bottom: 2px solid #99A8BA;
	color: #383838;
	background: #F4F4DF;
	}

/*================ Navigation ================*/

#navigation {
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#navigation ul {
	text-align: right;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}

#navigation li {
	display: inline;
	margin: 0em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	border-left: 3px solid #606060;
	border-bottom: 3px solid #606060;
	}
#navigation li a {
	border-bottom: 3px solid #606060;
	}

/*================ Calendar ================*/

#wp-calendar  {
	empty-cells: show;
	margin: auto;
	}

/*================ Previous and Next Posts ================*/

.alignright {
	background-color: #F4F4DF;
	display: inline;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	}

.alignleft {
	background-color: #F4F4DF;
	display: inline;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;	
	}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;	
	}
	
.navigation {
	display: table;
	}

/*================ Smileys ================*/

.wp-smiley {
	padding: 0;
	}
