/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.bassadvertising.com
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.0
AUTHOR: <a href="http://www.bassadvertising.com">Patrick Heeney</a>
AUTHOR URI: http://www.bassadvertising.com
*/

/* Architecture */
html { }

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	color: #666666;
	background:#fff url(images/bg_tile.gif) left 186px repeat-x;
	border-top:2px solid #000;
}

.container {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}


#wrapper {
	width: 916px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0 55px;
}

#header-print {
    display: none;
}

#header {
	height: 184px;
}

	#header-logo {
		float:left;
		width:281px;
		height:184px;
		background:url(images/logo.gif) 50% 50% no-repeat;
	}

        #header-logo a{
            display:block;
            width:281px;
            height:184px;
            text-indent:-9999px;
        }

	#header-slogan {
		float:left;
		width:495px;
		height:184px;
		background:url(images/slogan.gif) 20% 50% no-repeat;
		text-indent:-9999px;
	}

	#horiz-nav {
		float:right;
		width:140px;
		height:36px;
		padding-top:75px;
	}

	#horiz-nav ul {
		list-style:none;
		padding:0;
		margin:0;
	}

		#horiz-nav ul li {
			float:left;
			padding:0;
			margin:0;
			padding-right:30px;
		}

		#horiz-nav ul li a {
			display:block;
			height:36px;
			text-indent:-999em;
			width:36px;
			background:url(images/menu2.gif) no-repeat;
		}

		#horiz-nav ul li#home a {background-position: 0 0;}
		#horiz-nav ul li#contact a {background-position: 0 -36px;}

		#horiz-nav ul li#home a:hover {background-position: -36px 0;}
		#horiz-nav ul li#contact a:hover {background-position: -36px -36px;}

		#horiz-nav ul li#home a.active {background-position: -71px 0;}
		#horiz-nav ul li#contact a.active {background-position: -71px -36px;}

		#horiz-nav ul li#home a.active:hover {background-position: -36px 0;}
		#horiz-nav ul li#contact a.active:hover {background-position: -36px -36px;}


#content {
}

#page, #front {
	margin-top:10px;
	border-top:1px solid #dfdfdf;
	padding-top:10px;
}

#front .column-1 {
    float:left;
    width:181px;
}
#front .column-2 {
    float:left;
    width:735px;
}

#page .column-1 {
    float:left;
    width:281px;
	padding-right:11px;
	overflow:hidden;
}
#page .column-2 {
    float:left;
    width:624px;
}


#sidebar {
}

/*their#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}*/


#footer {
	margin-top:10px;
	border-top:5px solid #dfdfdf;
	padding-top:20px;
	padding-bottom:20px;
	height:90px;
}

	#footer .copyright {
		float: left;
		width:605px;
		padding-top:15px;
	}

	#footer .address {
		float: left;
		width: 290px;
		height:90px;
		border-left:1px solid #dfdfdf;
		padding-left:20px;
		padding-top:15px;
	}


/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

td {
    text-align: left;
    vertical-align: top;
}

h1, h2 {
	color: #000;
	font-size:20px;
	line-height:30px;
	border-bottom:1px solid #dfdfdf;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
}

.sep {
    line-height:30px;
    border-bottom:1px solid #dfdfdf;
    margin-bottom:5px;
}


.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
    line-height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 760px;
}

#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;
	margin-left: 10px;
	padding: 15px 10px;
}

#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;
}

.breadcrumb{margin-bottom:15px;padding:10px 0px;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;font-size:12px;color:#bd2d24;}
.breadcrumb a{color:#bd2d24;}


/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 20px;
}

.event {
    margin-bottom: 30px;
	padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.entry-title {
    color: #bd2d24;
	font-weight: normal;
	font-size: 160%;
    line-height: 110%;
    padding-bottom: 4px;
}

.entry-event {
    color: #bd2d24;
	font-weight: bold;
	font-size: 130%;
    line-height: 110%;
    padding-bottom: 10px;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #bd2d24;
}

.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 {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.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-posted {
	color: #000;
	font-size: 90%;
	padding-top: 10px;
}

.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-left: 10px;
    margin-right: 10px;*/
}

.entry-content p {
	margin-bottom: 1em;
}

.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;
}



#vert-nav {
	float:left;
	width:231px;
	height:300px;
	background-color:#f3ca30;
	padding:36px 25px 37px 24px;
}

#vert-nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

	#vert-nav ul li {
		padding:0;
		margin:0;
	}

	#vert-nav ul li a {
		display:block;
		height:60px;
		text-indent:-999em;
		width:231px;
		background:#f3ca30 url(images/menu.gif) no-repeat;
	}

	#vert-nav ul li#menu1 a {background-position: 0 0;}
	#vert-nav ul li#menu2 a {background-position: 0 -60px;}
 	#vert-nav ul li#menu3 a {background-position: 0 -120px;}
	#vert-nav ul li#menu4 a {background-position: 0 -180px;}
	#vert-nav ul li#menu5 a {background-position: 0 -240px;}

	#vert-nav ul li#menu1 a:hover,
	#vert-nav ul li#menu1 a.hover {background-position: -231px 0;}
	#vert-nav ul li#menu2 a:hover,
	#vert-nav ul li#menu2 a.hover {background-position: -231px -60px;}
 	#vert-nav ul li#menu3 a:hover,
	#vert-nav ul li#menu3 a.hover {background-position: -231px -120px;}
	#vert-nav ul li#menu4 a:hover,
	#vert-nav ul li#menu4 a.hover {background-position: -231px -180px;}
	#vert-nav ul li#menu5 a:hover,
	#vert-nav ul li#menu5 a.hover {background-position: -231px -240px;}


#featured {
	float:right;
	width:624px;
}

#featured ul {
	list-style:none;
	padding:0;
	margin:0;
}

	#featured ul li {
		float:left;
		padding:0;
		margin:0;
		width:311px;
		height:192px;
	}

	#featured ul li a {
		display:block;
		text-indent:-999em;
		width:305px;
		height:181px;
	}

	#featured ul li#feat1 a {background:url(images/featured1.jpg) 0 0 no-repeat;}
	#featured ul li#feat2 a {background:url(images/featured2.jpg) 0 0 no-repeat; float:right;}
 	#featured ul li#feat3 a {background:url(images/featured3.jpg) 0 0 no-repeat;}
	#featured ul li#feat4 a {background:url(images/featured4.jpg) 0 0 no-repeat; float:right;}

	#featured ul li#feat1 a:hover,
	#featured ul li#feat1 a.hover {background-position: 0 -181px;}
	#featured ul li#feat2 a:hover,
	#featured ul li#feat2 a.hover {background-position: 0 -181px;}
 	#featured ul li#feat3 a:hover,
	#featured ul li#feat3 a.hover {background-position: 0 -181px;}
	#featured ul li#feat4 a:hover,
	#featured ul li#feat4 a.hover {background-position: 0 -181px;}



#content h2, #content h3, #content h4, #content h5, #content h6 {font-size:100%;font-weight:bold;margin-bottom:10px;}


/* Alignments */
.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.aligncenter {
    clear:both;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	/*margin-bottom: 20px;*/
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* 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: underline;
}

.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;
}

/* Font Sizer */

.fontsizer {float:right;padding:0 0 10px 10px;} /* Container element */

/* Font-Sizer Specific Styling */

.fsizer {width:85px; height:25px;} /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-left: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a.fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a.fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a.fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */
