/* 
Theme Name: icf
Theme URI: http://icf.derek-sanders.net
Description: Modified from the Black Letterhead
Author: Derek Sanders
Author URI: http://derek-sanders.net
Version: 1.0
Tags: two columns, fixed width, black, orange, widgets, minimalist, right sidebar, dark, graphics free, 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body 	{ 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        color: #aaaaaa; 
        text-decoration: none; 
        background: #111111;
        }

#page {
	text-align: left;
	}

#header {
	background-image: url('images/icf_head.jpg');
	}

#content {
        background: url(images/bg.gif) repeat-y;
        margin-left: 22px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #E4D3A6;
       }

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}
	
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #FD5A1E;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

 A:link 	{ color: #DD7800; text-decoration: none;}
 A:visited 	{ color: #DD7800; text-decoration: none;}
 A:active	{ color: #DD7800; text-decoration: none;}
 A:hover	{ color: #DD7800; text-decoration: none; background-color:#111111; }

/*
a, h2 a:hover, h3 a:hover {
        color: #FD5A1E;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}*/

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 0px 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 700px;
        /*background: url('images/icf_left.gif') repeat-y 0 0;*/
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 160px;
	width: 700px;
	}

#main {
       overflow: auto;
       background: url('images/icf_left.gif') repeat-y 0 0;
       
       }

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 452px;
        background: url('images/icf_left.gif') repeat-y 0 0;
	}

.pagepost {
	margin-bottom: 40px;
	text-align: left;
        /*padding-left: 22px*/
	}
	
.post {
	margin-bottom: 40px;
	text-align: left;
        /*padding-left: 22px*/
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

	
#footer {
	width: 700px;
        float: 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, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}

.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost 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;
	}

ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */


/* Begin Form Elements */

#searchform {
        height: 6px; 
        padding-top: 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
        background-color: #333333;
        color: #B0B0B0;
        padding: 1px;
	}

#sidebar #searchsubmit {
	background-color: #333333;
        color: #B0B0B0;
        padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding-left: 22px;
	margin: 5px 5px 1px 0;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #333333;
        border: 1px ridge #ccc;
        color: #B0B0B0;
	}

#commentform #submit {
	margin: 0;
	float: right;
        border: 1px ridge #ccc;
	}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	list-style: none;
	}

.commentlist p {
	/*margin: 10px 5px;*/
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


/* Begin Sidebar */

#navleft{
         float: left;
         background: url(images/icf_navleft.gif) repeat-y 0 0;
         width: 33px;
         /*height: 825px;*/
}

#sidebar
{
        float: right;
	/*margin-left: 507px;*/
	width: 193px;
        /*height: 825px;*/
        background: url('images/icf_navbg.gif') repeat-y 0 0;
	}

#sidebar form {
	margin: 0;
	}

.row {
       height: 18px;
       width: 193px;
       background: url('images/icf_navbg.gif');
}

.rm-header {
       height: 18px;
       width: 193px;
       background: url('images/icf_rm.gif');
} 

.leagues {
       height: 18px;
       width: 193px;
       background: url('images/icf_leagues.gif');
} 

/* 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: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;

	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End Various Tags & Classes*/

