/*  
Theme Name: Blank Style
Theme URI: http://brunico.com/
Description: A totally blank theme for wordpress
Version: 0.0.2
Author: Adam Prime | Omri Tintpulver
Author URI: http://kabob.ca/ | http://so.ca/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */

.narrowcolumn {
	display:block;
	float: left;
        width:468px;
}

.widecolumn {
        border: 1px solid green;
        float: left;
}

#sidebar
{
	display:block;
	float:left !important;
        width: 250px;  /* this width is really the only thing you should need to edit. */
	margin-right:26px;
        }

#sidebar img {
	border: none;
}
#sidebar ul li {
list-style:none;
}
/* Begin Structure */




/* Begin Typography & Colors */

.entry {
	font-size: 1em;
	text-align: left;
        margin-top: 1em;
}

.entry p {
        margin: 0 0 1em 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	list-style: none !important;
	}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: .8em ;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata {
	color: #777;
	}

#sidebar_inner {
	background: url(/2010/images/recentposts.jpg) repeat-x;
	color:white;
	text-transform:uppercase;
}

.subscribe {
	text-transform:uppercase !important;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar h2 {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: .3em;
}

	
/* End Sidebar */


.post {
	margin: 0 0 20px;
        clear: both;
	}

.post hr {
	display: block;
	}

.post h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
}

/* post sub-title */
.blogSubTitle {
        color: #999;fa
        }

/* post sub-sub-title */
.blogSubSubTitle, .blogSubSubTitle :link, .blogSubSubTitle :visited {
        color: #999;
        font-size: .9em;
        }

/* post bottom (light blue #E3FBFB and border #37EBF4) */
.blogBar {
	font-size: 12px;
	padding: 8px 4px;
        margin-bottom: 1em;
}



/* other stuff */
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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
	}
/* End Images */



/* 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 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: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
        border: 1px solid black;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.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 Various Tags & Classes */

.center {
	text-align: center;
	}


.navigation {
	display: block;
        overflow: auto;
/*        margin-bottom: 1em;*/
        padding-bottom: 1em;
/*        border: 1px solid black;*/
}

.navigation br {
        clear: both;
}
.linkcat, .categories, li.linkcat, li.categories {
list-style:none;
padding-left:0 !important;
margin:0 !important;
}

.categories ul li, .blogroll li {
margin-right:10px;
}
.linkcat h2, .categories h2 {
margin:0 !important;
}

/* End Various Tags & Classes*/

