/*
Theme Name: idBrooklyn based on Coldware v1.0
Theme URI: http://whataweek.info/
Description: theme based on Coldware v1.0
Author: Paul Baranowski
Author URI: 
version: 1.0
Tags: brooklyn, id, 
*/




/* basics */

*{margin:0; padding:0;}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
    background: #2188ce url('images/backgroundidb2.png') no-repeat top center; 
}

#background {
	width:100%;
	height:auto;
	margin:auto;
}

#header {
	width:807px;
	height:166px;
	margin:auto;
	background-image:url(images/bluebd.png);
	background-repeat:no-repeat;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:231px;
	height:146px;
	float:right;
	margin-top:23px;    
}

#nav {
	width:575px;
	height:146px;
	float:left;
	margin-top:20px;
	text-align:center;
}

#body {
	width:806px;
	height:auto;
	margin:auto;
	background-image:url(images/bodyback.png);
	background-repeat:repeat-y;
}

#content {
	width:550px;
	height:auto;
	float:left;
	background-color:FFF;
	margin:auto;
    padding:20px;
}

#sidebar {
    padding:5px 0 5px 0;
	width:190px;
	height:auto;
	float:right;
	background-color:#330000;
	margin:0 auto;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
    color:#FFFFFF;     
	text-decoration:none;
}

#footer1 {
	background-color:#8d5731;
	background-image:url(images/dropshadow.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:auto;
	width:806px;
	height:266px;
	clear:both;
}

#footerbldg {
	background-image:url(images/footerimg.png);
	float:right;
	width:580px;
	height:266px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer2 {
	background-color:#330000;
	height:130px;
	clear:both;
}

#rss {
	width:200px;
	height:35px;
    padding-top:10px;
}
	
#rssbtn {
	height:34px;
	width:31px;
	float:right;	
	padding-right:30px;
	border: 0;
	color:#FFF;
}

a.rsswidget {
	text-decoration:none; 
    color:#FFF;       
}

#sidebar ul {
	list-style:none;
}

#calendar_wrap {
	margin:auto;
    width:120px;
}

.post h2 {
	padding: 0 0 10px 0;       
    font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.post h2 a {
    text-decoration:none;
    font-size:26px; 
    color:#000;      
}

.post small {
     font-size:10px;
       
}

.post p {
	font-size:12px;
    padding:5px 0 5px 0;
       
}

.postmetadata a {
	font-size:10px;
    text-decoration:none;        
}

p.postmetadata {
	font-size:10px;
    padding: 5px 0 5px 0;
}

#credentials {
    margin:auto;
    width:200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    color:#FFF;
    text-decoration:none;
}

#divider {
    background-image:url(images/titledivider.png);
    background-repeat:no-repeat;
    width:594px;
    height:58px; 
    margin-right:10px;
} 

#subscribe {
	width:auto;
	padding-left:0px;
	float:left;	
    font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#F90;
}

h2 {
	padding-left:0px;
    font-size:14px;
	font-weight:bold;
	color:#F90;
}

.categories {
	padding-top:20px;
	width:190px;
	height:auto;
	text-align:left;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.subcategories {
    padding-top:10px;
	width:190px;
	height:auto;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
    color:#FFF;
    text-decoration:none;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	color: #FF9900;
}


.categories a {
	color: #FFF;
	text-decoration: none;
}

.categories a:hover {
	text-decoration: underline;
	color:#F90;
}

.categories a:visited {
	color: #FFF;
}

ul.widget-stuff a {
	color: #FFF;
    text-decoration: none;
}

ul.widget-stuff a:hover {
	color: #F90;
    text-decoration: underline;
}

ul.widget-stuff a:visited {
	color: #FFF;
}




/*NAV CSS BEGINS HERE*/

.chromestyle{
	width: 575px;
	font-weight: bold;
	position: absolute;
	top: 136px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:150%;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/*NAV CSS ENDS HERE*/

#twitter_div{
	width:180px;
	clear:both;
	margin-top:10px;
	padding-bottom:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	float:left;
	line-height: 150%;
}

.sidebar-title {
	color:#F90;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#twitter a {
	color: #FFF;
}

ul#twitter_update_list {
	text-align: left;
	list-style:none;
    width:175px;
}

ul#twitter_update_list li{
	margin: 4px;    
    text-decoration: none;
}

#themenav li{
      text-decoration: none;
      display: inline;
      margin: 0 5px;

}

#themenav li a {
	text-decoration: none;
        color:#F90;
        font-weight:bold;
}

.image {
     margin-left:-13px;	

}
