/*
Theme Name: Copenhagen Burslesque September 2009 (black_and_red)
Theme URI: http://www.copenhagenbursleque.com/
Description: Copenhagen Burlesque theme.
Version: 0.0.2 (alpha)
Author: Carlo Rizzante
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset browser defaults */
@import url('styles/reset.css');

/* Apply basic typography styles */
@import url('styles/typography.css');


/* colors used in the layout and styles
_____________________________________________________________________________________________________*/
/*

light blue: #4A8797;
light grey: #aaa;
red: #900;

*/


/* body and #wrap
_____________________________________________________________________________________________________*/

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-size: 62.5%;
	height: 100%; 
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: transparent url(styles/grids/960_grid_12_col.gif) repeat-y 50% 0;
	background: transparent url(images/bg_pattern_grey.gif) repeat 0 0;
}

#wrap {
    width: 960px;
    height: 580px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}


/* header
_____________________________________________________________________________________________________*/

#header {
	text-align: left;
	height: 360px;
	width: 960px;
}

h1#logo a {
	position: relative;
	display: block;
	width: 960px;
	height: 360px;
	background: transparent;
	border: none!important;
	}

h1#logo span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/bg_header.png) no-repeat 0 0;
}

#night-theme {
	width: 960px;
	background: transparent url(images/bg_content.png) repeat-y 0 0;
	text-align: center;
	padding: 10px 0;
}

#header-menu {
	width: 960px;
	height: 50px;
	background: transparent url(images/bg_header_menu.png) no-repeat 0 0;
}

#top-bar {
	width: 940px;
	height: 26px;
	padding: 14px 20px 0 0;
	/* background: transparent url(images/bg_topbar.png) no-repeat 0 0; */
	text-align: right;
	background: transparent url(images/bg_pattern_red.gif) repeat;
	border: solid 1px #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*
div#languages {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 11px;
}

div#languages a {
	float: left;
	display: block;
	width: 16px;
	height: 11px;
}

div#languages a.lang_it {
	background: transparent url(images/flag_it.gif) no-repeat 0 0;
	padding-right: 10px;
}

div#languages a.lang_uk {
	background: transparent url(images/flag_uk.gif) no-repeat 0 0;
}

div#drawn a {
	clear: both;
	display: block;
	width: 940px;
	height: 270px;
	background: transparent url(images/bg_header2.jpg) no-repeat 0 0;
	}
*/


/* pages in the right sidebar
_____________________________________________________________________________________________________*/



/* content
_____________________________________________________________________________________________________*/

#wrap-background {
	width: 960px;
	margin: 0;
	padding: 20px 0 20px 0;
	background: transparent url(images/bg_wrap-background.png) repeat-y;
}

#content {
	float: left;
	width: 539px;
	margin: 0;
}

.page-contact label {
	margin-top: 10px;
}

#kpg-album-description {
	background-color: #000!important;
}

.divisor {
	clear: both;
	width: 539px;
	height: 1px;
	margin: 10px 0;
	border: none;
	border-top: 1px solid #aaa;
}

.navigation {
	padding-bottom: 10px;
}

.item {
	padding: 0;
	margin-bottom: 1.5em;
}
 
.item p {
	font-size: 1.6em;
	line-height: 1.3em;	
}

.item p a {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

.item p a:hover {
}

.item img {
	border: none;
	padding: 5px;
	margin: 5px;
	background: #fff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.item ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 18px;
}

.itemhead h3 {
	display: inline;
}

.date {
}

input {
	font-size: 100%;
}

.metadata {
	font-size: 1.2em;
	line-height: 220%;
	margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited {
	color: #900;
}

cite {
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#content .item object {
	width: 539px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}


/* contact
_____________________________________________________________________________________________________*/

#si_contact_form div input, #si_contact_form div textarea {
	margin: 6px 0 20px 0;
}

/* portfolio, pictures and images
_____________________________________________________________________________________________________*/

.page-portfolio a img {
	float: left;
	border: none;
	margin: 0 19px 20px 0;
	padding: 0;
	width: 220px;
	border: none!important;
}

.page-portfolio a img.third {
	margin: 0;
}

.page-portfolio a img.last {
	clear: both;
}


/* sidebar-l
_____________________________________________________________________________________________________*/

#sidebar-l {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar-l div {
	width: 138px;
	padding: 10px 0 5px 10px;
	margin: 0 20px 30px 0;
	background: transparent url(images/bg_pattern_red.gif) repeat;
	border: solid 1px #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar-l div#sponsors ul li a img {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100px;
}

#sidebar-l a img {
}


/* sidebar-r
_____________________________________________________________________________________________________*/

#sidebar-r {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar-r div {
	width: 218px;
	padding: 10px 0 5px 10px;
	margin: 0 0 30px 20px;
	background: transparent url(images/bg_pattern_red.gif) repeat;
	border: solid 1px #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar-r div#subscribe- {
	width: 205px;
	height: 100px;
	padding: 15px 15px 0 30px;
	background: transparent url(images/bg_subscribe.png) no-repeat 0 0;
}

#sidebar-r div#sections- {
	width: 205px;
	height: 285px;
	padding: 15px 15px 0 30px;
	background: transparent url(images/bg_sections.png) no-repeat 0 0;
}

#sidebar-r div#admin-area- {
	width: 205px;
	height: 195px;
	padding: 15px 15px 0 30px;
	background: transparent url(images/bg_adminarea.png) no-repeat 0 0;
}
	

/* li, search & feed
_____________________________________________________________________________________________________*/

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 5px;
}

#feed-area  span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding-right: 10px;
	background: transparent url(images/feed-icon.gif) no-repeat 0 0;
}

#feed-area  p {
	font-size: 2em;
}


/* comment area
_____________________________________________________________________________________________________*/

#comment {
	width: 470px;
	background: #333;
	color: #fff;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ddd;
        font-size: 1.3em;
}
	
#comment {
    padding: 10px 20px 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 3em;
    color: #fff;  
}

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #900;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	width: 450px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	color: #000;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #515441;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #900;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* gravatar settings
_____________________________________________________________________________________________________*/

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}


/* calendar (if any)
_____________________________________________________________________________________________________*/

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar td {
	color: #515441;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #4A8797;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* footer
_____________________________________________________________________________________________________*/

#footer {
	width: 960px; 
	height: 95px;	
	text-align: left;
	margin-bottom: 40px;
	padding-top: 15px; /* 46px with Georgia font */
	background: transparent url(images/bg_footer.png) no-repeat 0 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}