/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */
html { }

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}




/* PRICE */





#wrapper {
	width: 930px;
	margin: 0;
	background: #FFFFFF;
}

#header {
	margin: 0 auto;
background: #fff;
width: 100%;
}

/* Stuff added by Issa */

#below_menu_level {
	width:1200px;
	border-bottom:1px #fff solid;
	border-top:1px #fff solid;
}

#rotating {
	float:left;
	width:540px;
	height:227px;
background: url (http://www.otheravenues.coop/wp-content/themes/CorporateSandbox/images/1266975527.jpg);
}

#grass {
	float:left;
	width:330px;
	height:182px;
	padding:30px 300px 15px 30px;
	background:url(images/green_grass_bg.png);
	font-size:18px;
	color:#fff;
}
#grass h1 {
	color:#fff;
	font-size:22px;
	margin-bottom:0;}
#middle {
	width:1200px;
}

#left_container {

	float:left;
	width:525px;
	
}

#monthly_sales {
	
	background-color:#ffffff;
	padding:25px 35px 20px 25px;
}

#middle_left {
display: none;
	background-color:#c2e267;
	height:30px;
	width: 525px;
}

#upcoming {
	float:right;
	width:665px;
	background:url(images/circles_bg.png) no-repeat bottom right;
	padding-left:10px;
	
}

#left_three_rows {
float:left;
width:215px;

}

#right_three_rows {
float:right;
width:215px;

}

#box_title {
width:215px;
padding-bottom:15px;
padding-top:25px;
}

#box_description {
	font-size:13px;
	padding-top:10px;
	color:#000000;

}

#box_left {
	float:left;
	width:115px;

}

#box_left_pic {
	float:left;
	padding-right:15px;
	padding-bottom:5px;
}








#upcoming_pix {
	float:left;
	width:128px;
	padding-right:10px;
	padding-top:10px;


}

#upcoming_right {
	padding-top:10px;
	color:#000000;
	font-size:13px;

}


/*end issa stuff*/


#subhead {
    background: url(images/header_bg.gif) top center repeat-x;
	margin: 0;
	width: 100%;
	float: left;
}

#nav {
	overflow: hidden;
	width: 100%;
	height: 29px;
background-image:url(images/navbg.jpg);
background-color:#000;

}

#container {
	float: left;
	width: 100%;
}
#indexContainer {
	float: left;
	width: 100%;
	background:#C2E267 url(images/bg_home_main.png) repeat-x top;
}

#content {
	margin: 0px;
	width: 600px;
float: left;

margin-bottom: 300px;
font-size: 14px;
color: #333;
}

#content h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #147AAD;
}


#content h2 {
}


#content h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #669900;
margin-bottom: 5px;
}


#content h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
margin-bottom: 15px;

}

#content h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
	color: #660000;
margin-bottom: 5px;
}

#content h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
	color: #660000;
margin-bottom: 15px;
}



.post {
border-top: 1px dotted #ccc;
clear: both;
}


#footer {
	clear: left;
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	background-color: #F6FAE8;	
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #663300;
	text-decoration: none;
outline: none;
}

a:hover {
	color: #663300;
	text-decoration: none;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#menu {
	margin-left: 30px; 
	float: left; 
	width: 100%; 
	height:26px; 
	line-height:0px;}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}


#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
       
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	border-right: solid 1px #fff; 
	padding: 15px 10px;
}


#menu ul li:hover {
background: #0099cc;
}




#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */


.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-top: 15px;
	padding-top:10px;
}

.entry-title {
	width: 400px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {

}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a, .entry-comments span {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.entry-comments span {
	color: #CCCCCC;
	font-weight: normal;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

.widgettitle  {
   display: none;
   
 }

#sidebar  {
   width: 200px;
   height: 420px; 
   height: inherit;
   float: left;
   font-size: 100%;
   font-weight: bold;
   color: #663300;
   margin: 20px 20px 20px 20px; 
   padding-right: 10px;
   list-style: none;

}

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #663300;
	text-transform: lowercase;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
   
}

#sidebar ul li {
	padding-bottom: 10px;
padding-top: 10px;
	border-bottom: 1px solid #99CC00;
padding-left: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul, #catSidebar ul  {
	margin-left: 10;
	padding: 10px 0 0 0;
}

#sidebar ul li ul li, #catSidebar ul li  {
	padding: 10px 2px 10px 10px;
font-size: 12px;
	margin: 0;
border-top: 1px solid #99CC00;
border-bottom: 0px;
}

#sidebar ul li ul li a, #catSidebar ul li a , #sidebar ul li ul li a:visited, #catSidebar ul li a:visited  {
color: #94714D;
}

#sidebar ul li ul li ul li {
	padding: 10px 0 0 0px;
	margin: 0;
	border-bottom: none;
}

#catSidebar {
	
	padding-bottom:10px;
	padding-left:20px
	padding-top:10px;
	}

#sidebar a:visited {
	color: #663300;
	text-decoration: none;
}


#sidebar a {
	color: #663300;
	text-decoration: none;
}


#sidebar a:hover {
	color: #147AAD;
	text-decoration: none;
}

/*Sidebar - home page widgets */
#homepage_boxes {
	color:#000000;
	line-height:140%;
	}

#homepage_boxes h1 {
	color:#78a600;
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
	}
#homepage_boxes h2 {
	color:#004579;
	font-size:12px;
	padding-top: 0px;
	}

#homepage_boxes h3 {
	color:#3ea9d6;
	font-size:15px;
	}
	
#homepage_boxes img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
	
#rounded_top {
	width:364px;
	height:16px;
	display:block;
	background:url(images/white_corners_top.png) no-repeat;
	margin-left:5px;
	}

#homepage_box_top {
	background:#ffffff;
	width:324px;
	min-height:140px;
	display: block;
	padding:25px 20px 0;
	margin:0 5px 30px 5px;
	}

#homepage_box_bottom {
	background:#ffffff;
	width:324px;
	min-height:150px;
	display: block;
	padding: 5px 20px 0px 20px;
	margin:0 5px 15px;
	}

#homepage_box_bottom p{
padding-bottom: 10px;
padding-top: 0px;
	}


/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: none;
	color: #663300;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

blockquote {
padding: 15px;
background: #EDFDFF;
border-top: 2px solid #669900;
border-bottom: 1px solid #669900;
margin-bottom: 20px;
color: #006699;
font-weight: bold;
font-size: 15px;
}

.post-comments {
display: none;
}










#monthly_sales h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #147AAD;
	margin-bottom: 15px;
	
}


#monthly_sales h2 {
}


#monthly_sales h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #669900;
margin-bottom: 5px;
font-weight: bold;
}


#monthly_sales h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
margin-bottom: 15px;
}

#monthly_sales h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #660000;
margin-bottom: 5px;
}

#monthly_sales h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.avatar {
display: none;}

#content .post-headline {
margin-bottom: 15px;
}
