/*

Theme Name: stephanbollinger light

Theme URI: http://stephanbollinger.com

Description: custom template.

Author: sbo

Author URI: http://stephanbollinger.com

Tags: fixed width, widget ready, widgets, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS

Version: 1.0

*/

/*

	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL
	
/*	##################################

   	GENERAL

	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;	
	background:#FFFFFF url(img/backgroundImage.jpg) no-repeat fixed top;
	font:11px/14px Verdana, sans-serif;
	color:#333333;
}

a {
	color:#FF0000;
	outline: none;
	text-decoration: none;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color:#000000; text-decoration: underline; }
a:active { text-decoration: underline; }

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #666666;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}



/*	##################################

   	BASIC LAYOUT

	################################## */

#header {
	position:relative;
	width:930px;
	height:118px;
	margin: 0 auto;
	background:#FFFFFF url(img/logo.jpg);	
}

#content {
	width: 930px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background:#FFFFFF;
}

#content-left {
	float:left;
	width:620px;
	height:auto;
	padding: 15px 0 0 25px;
	background:#FFFFFF;
}

#content-right {
	float:right;
	width:255px;
	height:auto;
	background:#333333;
}

#footer {
	padding: 10px 0;
	background:#333333;
}

/*	##################################

   	HEADINGS

	################################## */

#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0 0 5px 0;
	color: #fff;
	font: 28px/28px Verdana, sans-serif;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	margin: 0;
	color: #999999;
	font:11px/11px Verdana, sans-serif;
}

h1 {
	margin:0px 0 15px 0;
	color: #000;
	font: 40px/40px Verdana, sans-serif;
}

h2, h3, h4 {
	margin:0 0 5px 0;
}

.box-left h2 {
	top: 5px;
	color:#000000;
	font: 30px Helvetica, Arial, sans-serif;
	margin: 8px 0 0 0;
}

.box-left h2 a {
	color:#FF0000;
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	color:#000000;
	font: 20px Helvetica, Arial, sans-serif;
}

.box-left h4 {
	width:170px;
	height:20px;
	color:#FFFFFF;
	font:11px/20px Verdana, sans-serif;	
	background:#CCCCCC;
	margin: 0 0 0 -25px;	
	padding: 0 0 0 25px;	
}

.box-right h3 {
	color:#DCDCDC;
	font:13px/15px Verdana, sans-serif;
	text-transform:uppercase;
}



/*	##################################

   	HEADER

	################################## */







/*	##################################

   	CONTENT

	################################## */

	

/** CONTENT LEFT */



.box-left {
	margin: 0 0 15px 0;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, sans-serif;
}



/** CONTENT RIGHT */


#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}


#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:0;
	color:#999999;
	font:11px/13px Verdana, Tahoma, sans-serif;
}

.box-right a {
	color:#CCCCCC;
}

.box-right h3 {
	padding: 10px 30px 10px 20px;
	background:#000000;
}

.box-right-content {
	margin: 0 20px;
	text-decoration: none;
}

.box-right-bottom {
	height: 20px;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:18px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	text-decoration: none;
}

.box-right p {
	margin: 20px 0 0 0;
}



/*	##################################

   	FORMS

	################################## */



label {

    display: block;

    margin: 0 0 5px 0;

}



.text {

    width: 350px;

    margin: 0 0 10px 0;

    padding: 5px;

    background: url(img/bg-form-text.gif) repeat-x left top;

    border: 1px solid #ccc;

}



textarea {

    width: 450px;

    height: 150px;

    margin: 0;

    padding: 5px;

    background: url(img/bg-form-text.gif) repeat-x left top;

    border: 1px solid #ccc;

}



.submit {

    width: auto;

    padding: 5px;

    color: #fff;

    background: #662625;

	border: 0;

}



/** SEARCH FORM */



#search {

	width: 190px;

	padding: 5px;

	background: url(img/bg-form-text.gif) repeat-x left top;

	border: 1px solid #ccc;

}



#search-submit {

    width:auto;

    padding:5px;

    color:#fff;

    background:#662625;

	border:0;

}



/*	##################################

   	COMMENTS

	################################## */

	

.comment {

	margin: 0 0 20px 0;

	padding: 20px;

	background: #f7f7f7;

	border: 1px solid #ccc;

}



.comment p {

	margin: 0px;

}



.comment-details {



}



.comment img {

	float: none;

	vertical-align: middle;

}



img.avatar {

	float: left;

	margin: 0 10px 10px 0;

}



/*	##################################

   	FOOTER

	################################## */



#footer p {

	width:900px;

	margin:0 0 0 0;

	padding:0;

	color:#fff;

	text-align:center;

}



#footer p a {

	color: #fff;

	text-decoration: none;

}



/*	##################################

   	USEFUL

	################################## */



.clear {

	clear:both;

}



/** WORDPRESS CSS */



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

   margin: 0 10px 10px 0;

}



.alignright {

   float: right;

   margin: 0 0 10px 10px;

}



.wp-caption {

   border: 1px solid #ccc;

   text-align: center;

   background-color: #f3f4f0;

   padding-top: 4px;

}



.wp-caption img {

   float: none;

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0px;

   margin: 0px;

}



/** WIDGETS CSS */



#calendar_wrap table {

	width: 100%;

}



#calendar_wrap td {

	text-align: center;

}



#wp-calendar caption {

	margin: 0 0 10px 0;

	padding: 5px;

	background: #662625;

	color: #fff;

}
