/*  
Theme Name: Custom
Theme URI: http://www.rebreathe.org
Description: This is my theme for a tutorial.
Version: 1.0
Author: Joshua Nicholson
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
		margin: 0;
		padding: 0;
}
		
body{
		margin: 0;
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		text-align: center;
		vertical-align: top;
		background-image: url('images/stripes.png') ;
		
}

h1{
		font-family: Georgia, Sans-serif;
		font-size: 24px;
		padding: 0 0 10px 0;
}

a:link, a:visited{
		text-decoration: underline;
		color: #336699;
}

a:hover{
text-decoration: none;
}

p{
		padding: 10px 0 0 0;
}

#outerwrapper{
		float: none;
		margin: 0 auto 0 auto;
		width: 950px;
		text-align: left;
		position:relative;
		left: -5px;
}

#wrapper{
		float: left;
		margin: 0 auto 0 auto;
		width: 950px;
		text-align: left;
		background-color: #eeeeee;
		padding: 0 0 0 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		
}

#header{
		float:left;
		width: 960px;
		height: 230px;
		
		
}
#header a{
		width: 960px;
		height: 230px;
		background-image:url('images/rbheader1b_01.jpg');
		display: block;
		position:relative;
		left: -10px;
		
}

#headerbottom{
		float:left;
		width: 960px;
		height: 27px;
		background-image:url('images/rbheader1b_02.png');
		position:relative;
		display: inline;
		left: -10px;
		z-index: 3000;
	

}

#background_colorb{
		position: relative;
		left: -10px;
		top: 25px;
		float:left;
		width: 960px;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px;  
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
		
}
#background_color{
		position: relative;
		left: 10px;
		float:left;
		width: 950px;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px;  
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
}

#nav_position{
		float:left;
		width:960px;
		position:relative;
		display: inline;
		left: -10px;
		bottom: 10px;
		z-index: 2000;
		}

#search {
		float: left;
		position: absolute;
		left: 750px;
		top: 1px;
		}
		
/* defusion */
/*Main Navbar */

#nav {
	position: absolute;
	bottom: -10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg-menu.gif) repeat-x left top;
	}
	
#nav, #nav ul {
	width: 960px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	background: url(images/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	padding: 0 20px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	line-height: 30px;
	z-index: 3000;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
	z-index: 3000;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
	z-index: 3000;
	}

#nav li li a:hover, #nav li li a:active {
	background:#4a4f54;
	z-index: 3000;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 3000;
	}

a.main:hover
{	background:none;
	z-index: 3000;
	}

/* end defusion */

/* real body of the webpage begins */
/* this section will hold the dynamic content */


#innards_adjuster{
		/* adjusts the location of content */
		float: left;
		position: relative;
		display: inline;
		margin: 0 0 20px 0 ;
}


#container{
		float: left;
		width: 670px;
}

.post{
		padding: 10px 0 10px 0;
}

.post h2{
		font-family: Georgia, Sans-serif;
		font-size: 18px;
}

.entry{
		line-height: 18px;
}

p.postmetadata{
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
}

.navigation{
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
}

.sidebar-right{
		float: left;
		width: 258px;
		background: #ABABAB;
		border: 1px solid #999999;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px; 
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
		margin: 10px 0;
		margin: 0 10px 0 10px;
		display: inline;
		position: relative;
		
}


.sidebar-right .bl{
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_bl.png); 
		position: absolute; 
		bottom: -1px; 
		left: -1px; 
}

.sidebar-right .br{ 
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_br.png); 
		position: absolute; 
		bottom: -1px; 
		right: -1px; 
}


.sidebar-right ul{
		list-style-type: none;
		margin: 2px;
		padding: 0 10px 0 10px;
}

.sidebar-right ul li{
		padding: 10px 0 10px 0;
}

.sidebar-right ul li h2{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.sidebar-right ul ul li{
		padding: 0;
		line-height: 24px;
}

.sidebar-right .widgettitle{
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}


table#wp-calendar{
		width: 100%;
}

/*real body of webpage ends */

#footer{
		clear: both;
		float: left;
		width: 950px;
		height: 100%;
		padding: 10px 0 5px 0;
		position: relative;
		top: 13px;
		left: -10px;
		Z-index: 500;
		
}

#footer_nest{
		float: left;
		width: 950px;
		height:100%;
		background: url(images/bottom.jpg);
		background-position: left;
		background-repeat: repeat-y;
		position: relative;
		top: 2px;
		z-index: 2000;
		}

.footer_box_1{
		float: left;
		width: 304px;
		height: 100%;
		margin: 20px 0;
		margin: 0 11px 20px 10px;
		display: inline;
		position: relative;
}

.footer_box_1 ul{
		list-style-type: none;
		margin: 2px;
		padding: 0 10px 0 10px;
}

.footer_box_1 ul li{
		padding: 10px 0 10px 0;
}

.footer_box_1 ul li h2{
		font-family: Georgia, Sans-serif;
		font-size: 14px;
}

.footer_box_1 ul ul li{
		padding: 0;
		line-height: 24px;
}

.footer_box_1_bottom{
		float: left;
		width: 304px;
		height: 12px;
		background: #ABABAB;
		border: 1px solid #999999;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px;  
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
		margin: 10px 0;
		margin: 0 11px 20px 10px;
		display: inline;
		position: relative;
		z-index: 1000;
		}

.footer_box_1_bottom .bl{
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_bl.png); 
		position: absolute; 
		bottom: -1px; 
		left: -1px; 
}		

.footer_box_1_bottom .br{ 
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_br.png); 
		position: absolute; 
		bottom: -1px; 
		right: -1px; 
}
		
.footer_box_2{
		float: left;
		width: 304px;
		height: 100%;
		margin: 10px 0;
		margin: 0 11px 20px 0;
		display: inline;
		position: relative;
}

.footer_box_2 ul{
		list-style-type: none;
		margin: 2px;
		padding: 0 10px 0 10px;
}

.footer_box_2 ul li{
		padding: 10px 0 10px 0;
}

.footer_box_2 ul li h2{
		font-family: Georgia, Sans-serif;
		font-size: 14px;
}

.footer_box_2 ul ul li{
		padding: 0;
		line-height: 24px;
}

.footer_box_2_bottom{
		float: left;
		width: 304px;
		height: 12px;
		background: #ABABAB;
		border: 1px solid #999999;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px;  
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
		margin: 10px 0;
		margin: 0 11px 20px 0;
		display: inline;
		position: relative;
		z-index: 1000;
		}

.footer_box_2_bottom .bl{
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_bl.png); 
		position: absolute; 
		bottom: -1px; 
		left: -1px; 
}		

.footer_box_2_bottom .br{ 
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_br.png); 
		position: absolute; 
		bottom: -1px; 
		right: -1px; 
}

.footer_box_3{
		float: left;
		width: 304px;
		height: 100%;
		margin: 0 0;
		margin: 0 0 20px 0;
		display: inline;
		position: relative;
}



.footer_box_3 .image_bottom{
		float: left;
		margin: 5px 5px 0 0 ;
}

.footer_box_3 p{
		margin: 0 15px 0 15px;
		font-family: Georgia, Sans-serif;
		font-size: 14px;
		position: relative;
		top: -3px;
}



.footer_box_3_bottom{
		float: left;
		width: 304px;
		height: 12px;
		background: #ABABAB;
		border: 1px solid #999999;
		/* for Mozilla */
		-moz-border-radius-bottomleft: 12px; 
		-moz-border-radius-bottomright: 12px;  
		/* for Safari */
		-webkit-border-bottom-left-radius:12px; 
		-webkit-border-bottom-right-radius:12px; 
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-khtml-border-bottom-right-radius: 12px;
		margin: 0 0;
		margin: 0 0 20px 0;
		display: inline;
		position: relative;
		z-index: 1000;
}

.footer_box_3_bottom .bl{
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_bl.png); 
		position: absolute; 
		bottom: -1px; 
		left: -1px; 
}		

.footer_box_3_bottom .br{ 
		width: 14px; 
		height: 14px; 
		background: url(images/rounded_br.png); 
		position: absolute; 
		bottom: -1px; 
		right: -1px; 
}

#footer p{
		clear: both;
		line-height: 18px;
		position: relative;
		bottom: -17px;
		
}


/* comments css --- not realy important because i am using intense debate but still should be fixed---- */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


