/*  
Theme Name: Black Ice
Theme URI: http://www.buckleupstudios.com
Description: Free high-quality Wordpress Theme
Version: 1.0
Author: Keith Curreri
Author URI: http://wwww.buckleupstudios.com

Tags: black, blue, two-columns, fixed-width, left-sidebar 
	Both the design and code are released under GPL.
    http://www.opensource.org/licenses/gpl-license.php

*/

/*======GENERAL STYLES======*/
a img{
	border: 0px;
}
body{
	text-align: center;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	background-color: #282828;
}

a:link, a:visited{
	text-decoration: underline;
	color: #0d5b8f;
}

a:hover{
	text-decoration: none;
}
#bodyContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 1000px;
}
#outsideContainer{
	background-image: url('images/topSlice.gif');
	margin: 20px 0px 0px 0px;
	height: 184px;
}
#sidebar{
	background-color: #fff;
	width: 250px;
	height: 600px;
	float: right;
	margin: -20px 0px 0px 0px;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}

#container{
	float: left;
	width: 740px;
}

.sidebar{
	float: right;
	width: 250px;
	background: #fff;
	margin: -204px 0px 0px 0px;
	min-height: 800px;
}
.error{
	color: #fff;
	margin-top: 20px;
}
/*=====TitleInformation======*/
#titleInfoContainer{
	float: left;
	color: #fff;
	padding: 50px 0px 0px 0px;
	width: 740px;
}
#titleInfoContainer h1 a{
	color: #fff;
	text-decoration: none;
}
#titleInfoContainer h1{
	font-size: 26pt;
}
#titleInfoContainer h2{
	font-size: 14pt;
	font-weight: normal;
}
/*===Post Formating===*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

#container img{
	padding: 2px;
	border: 1px solid #1872a0;
}
	

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px 0 10px 0;
	overflow: hidden;
}

.post h2{
	font-size: 28px;
	font-weight: normal;
}
.post h2 a{
	color: #1d87be;
}
.post h2 a{
	text-decoration: none;
}
.postInfo{
	color: #8b8b8b;
	font-style: italic;
	margin-top: 2px;
	font-size: 11pt;
}
.postInfo a{
	color: #0d5b8f;
}
.entry{
	line-height: 18px;
	color: #e7e7e7;
	width: 720px;
	line-height: 1.5;
	padding: 15px 0px 25px 0px;
}

p{
	padding: 10px 0 0 0;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	color: #8b8b8b;
	font-style: italic;
}
p.postmetadata a{
	color: #0d5b8f;
}


blockquote{
	margin: 10px 40px 0px 40px;
	padding: 10px;
	background-color: #686868;
	border: 1px solid #1872a0;
	font-size: 10pt;
}


/*=====IMAGE ALIGNMENT======*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/*=====FOOTER=====*/
#footer{
	clear: both;
	text-align: center;
	border-top: 1px solid #8b8b8b;
	padding: 0px 0px 20px 0px;
	width: 1000px;
	color: #8b8b8b;
	font-size: 9pt;
	font-style: italic;
}
#footer a{
	color: #8b8b8b;
}
#footer p{
	margin: 0px 0px -5px 0px;
}
/*====SIDEBAR====*/
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0px 10px 0 10px;
}

.sidebar ul li{
	padding: 20px 0 0px 0;
}

.sidebar ul li h2{
	font-size: 16px;
	color: #1872a0;
	margin: 0px 0px 5px 0px;
}

.sidebar ul ul li{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 15px;
	color: #1872a0;

}
.sidebar ul ul a{
	color: #000;
	text-decoration: none;
}
.current_page_item{
	list-style-type: disc;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}
/*====COMMENTS===*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	color: #e7e7e7;
}
.comments-template a{
	color: #1872a0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #ccc;
	min-height: 80px;
}
.authcomment{
	font-size: 200pt;
}
.commentlist p{
	margin: 0px 0px 0px 65px;
}
.commentlist blockquote{
	margin: 20px 20px 20px 60px;
	padding: 10px;
}
.commentlist blockquote p{
	margin: 0px;
	padding: 0px;
}
.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}
.avatar{
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}