/*
Theme Name: itsnotacabaret
Theme URI: http://itsnotacabaret.com/
Description: It's Not A Cabaret
Version: 2.0
Author: Patrick Janelle
Author URI: http://aguynamedpatrick.com/
Tags: white, custom header, fixed width, two columns

	This theme was based on Kubrik, the default WordPress template by Michael Heilemann.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: helvetica, arial, sans-serif;
	text-align: left;
        color: black;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
        text-indent: -9999px;
	}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	font-size: .8em;
	line-height: 1.7em;
	}

.widecolumn .entry p, .narrowcolumn .entry p {
	font-size: 1em;
	line-height: 1.7em;
	}
.entry img {
	width: 560px;
	height : auto;
}

.postmetadata {
        margin: 0;
        padding-top: 2px;
	text-align: left;
        font-weight: bold;
        text-transform: uppercase;
	}

.thread-alt {
	background-color: #f6f7f2;
        }

.thread-even {
	background-color: white;
        }

.depth-1 {
        border: none;
        }

.even, .alt {

	border-left: none;
}

#footer {
	border: none;
        font-weight: bold;
	font-size: .8em;
        text-transform: uppercase;
	}

small {
	font-size: .8em;
	line-height: 1.5em;
        font-weight: normal;
	}

p { 
        font-size: 1.2em;
        line-height: 1.7em;
        }

h1, h2 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}
h3 {
	font-weight: bold;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.1em;
        text-transform: uppercase;
	}

#sidebar h2 {
	font-weight: bold;
	}

#navigation li {
        text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	}

#navigation ul li{
	font-family: Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 0.7em;
        text-transform: none;
	}


#navigation ul li{
	
	}


.widgettitle {
        text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
        }

.featured_tag_post {
display: block;
        font-family: Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
        text-transform: none;
        margin: 0 0 10px 0;
        padding: 0;
        }

.featured_tag_post a{
        margin: 0;
        }

#wp-calendar caption, cite {
        text-decoration: none;
	}

.entry p a {
        text-decoration: underline;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.children { font-size: 0.6em; }

a       { 
        color: black;
        padding: 3px 0 3px 0;
	text-decoration: none;
        }

a:hover, a:active, a:focus {
        outline: none;
}

a:hover {
	color: #888;
	}




#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0 0 0 20px;
        background-image: url('images/bg.png');       
	}

#page {
        background: none;       
	margin: 30px auto;
	padding: 0;
	width: 1095px;
	border: none;

	}

#header {
	margin: 52px 0 0 215px;
	padding: 0;
	width: 800px;
        height: 87px;
        background: url('images/blog_title.png') no-repeat 22px 25px; 
        background-color: white;      
	}

#scrollingcontent {
        float: right;
	padding: 25px 0 20px 0;
	margin: 0 80px 0 20px;
	width: 800px;
        background: url('images/border.png') no-repeat 20px 0; 
        background-color: white;
        }

#sidebar {
        position: fixed;
        top: 50px;
        width: 200px;
        height: 405px;
        background: url(images/navigation_bg.png) no-repeat top left;
        }

#sidebar2 {
        float:right;
        width:188px;
        margin:0;
        padding: 0 20px 0 0;
        }

#sidebar2 ul {
        list-style-type:none;
        margin: 11px 0 0 20px;
        padding: 0;
	}

#sidebar2 ul ul {
        margin: 5px 0 0 0;
	}

#sidebar2 p {
        font-size: 1em;
	}

.xoxo li{
        
}


.narrowcolumn {
	float: left;
	padding: 4px 0 20px 0;
	margin: 0 0 0 20px;
	width: 560px;
	}

.widecolumn {
        float: left;
	padding: 10px 0 20px 0;
	margin: 0 0 0 20px;
	width: 560px;
	}

.navigation {
        float:left;
        height: 20px;
        width: 100%;
        margin: 0 0 15px 0;
        border-bottom: 1px dotted #333;
        }

#pagenav {
        border: none;
        }

.post {
        float: left;
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}




.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.postmetadata.alt {
        border-top: 3px solid #333;
	background-color: #f8f8f8;
        margin: 10px 0 10px 0; 
        padding: 10px;
}


.clear {
	clear: both;
}

#footer {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
        margin: 10px 0 15px 0;
        padding-bottom: 3px;
	text-align: left;
        border-bottom: 1px dotted #333;

}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
        margin-bottom: 20px;
	}

/*	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;
	}
.thumbnail {
        margin: 5px 0 5px 0;
        }
/* 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 {
	}

.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 ul li {
	list-style-type: none;
	list-style-image: none;
        font-size: 1.1em;
	}

#sidebar ul li a{
        display: block;
        height: 15px;
        padding: 5px 0 5px 0;
        }

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
        padding: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar2 ul li ul li a {
	font-size: 1em;
        line-height: 1.5em;
	color: #333;
	}

#sidebar2 ul li ul li a:hover {
	color: #888;
	}

#linkcat-20 ul li {
        display: inline;
        padding: 0 4px 0 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: .8em;
        border-right: 1px solid #bbb;

        }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 0;
	}

#sidebar #searchsubmit {
        margin: 8px 0 0 0;
	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: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

ul.sharebox{
        display: inline-block;
        width: 100%;
        font-size: .9em;
        font-weight: bold;
        border-bottom: 1px dotted #333;
        padding: 0 0 6px 0;
        margin: 0;
        }

.sharebox li, .sharebox2 li{
        display: inline-block;
        height: 14px;
        list-style: none;
        padding: 2px 6px 0 5px;
        border-right: 1px solid #aaa;
        }

ul.sharebox2{
        display: inline-block;
        width: 100%;
        font-size: .9em;
        font-weight: bold;
        border-bottom: 1px dotted #333;
        padding: 0 0 6px 0;
        margin: 0;
       }

.sharebox img, .sharebox2 img{
       
        }


.alt {
	
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 5px 0;
	padding: 10px 5px 5px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.comment-author {
        font-size: 1.3em;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar{
        position: fixed;
        margin: 0;
	padding: 10px 0 0 20px;

	}

#sidebar form {
	margin: 0;
	}
#navigation {
        border-top: 6px solid #000;
        width: 160px;
        padding: 10px 0 0 0;
        margin: 18px 0 0 0;
	}

#archive {
        width: 160px;
        padding: 0;
        margin: 5px 0 20px 0;
	}
#navigation ul li{
	padding: 0;
        margin: 0;
	}
#navigation ul li a{
	padding: 2px 0 0 0;
	}
#search {
        width: 160px;
        padding: 15px 0 0 0;
        margin: 10px 0 0 0;
	}

.widgettitle {
        display: block;
        padding: 0;
        margin: 20px 0 5px 0;
         }
#social-web-links {
        margin-top: 20px;
        }



/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 1em 0;
        border-bottom: 1px solid #ddd;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .8em;
	line-height: 17px;
	padding: 5px 0 5px 0;
	margin: 0;
        color: #555;
        text-transform: uppercase;
        background: #f5f5f5;
}
/* End captions */


