/*
Theme Name: AMBC
Theme URI: http://asideproject.com/
Version: 1.0
Author: George Middlebrooks
Author URI: http://asideproject.com/

	AMBC v1.0
	 http://www.asideproject.com/


*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}





/* =GM
--------------------------------------------------------------------*/



body {
	text-align: center;
	margin: 0 0 20px 0;
	font: 11px/150% "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	background: #313939;
	color: #321;
	}


p, ul, ol, hr {
	margin: .5em 0 1.5em 0;
}


ul, ol {
	padding-left: 2em;
}

ul {
	list-style-type: square;
}

.hometext object {
	display: block;
	margin-bottom: 20px;
	border: 4px solid #fefef0;
}

hr {
	border-top: 1px dotted #a49574;
	clear: both;
}

.entry ul li ul {
	margin-bottom: 0;
}

.entry ul li {
	margin-bottom: .2em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}



a {
	color: #b60;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #940;
}

a:hover {
	color: #b88314;
	text-decoration: none;
}



/* =headers
--------------------------------------------------------------------*/

@font-face {
   font-family: 'Chunk Five';
   src: url('Chunkfive.otf') format("opentype");
}


h1, h2, h3, h4 {
	font-family: 'Chunk Five', Rockwell, "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
/* 	font-weight: bold; */
	margin-top: .2em;
	margin-bottom: .5em;
	}

h1 {
	font-size: 28px;
	}

#header h1 {
	margin: 0;
	text-indent: -10000px;
	height: 180px;
	background: url(images/bg-header.jpg) 50% 50% no-repeat;
	}


h2 {
	font-size: 24px;
	border-bottom: 1px dotted #987;
	padding-bottom: .4em;
	}



#sidebar h2, .widgettitle {
	font-size: 1.3em;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-size: 16px;
	}
	
	
h4 {
	font-size: 14px;
}


.hometext {
	font-size: 120%;
	line-height: 140%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}




/* =structure
--------------------------------------------------------------------*/

#page {
	background: #d9d0b3 url(images/bg.jpg) 50% 0 repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left
}


#header {
	background: #bebea7;
	padding: 0;
	height: 180px;
	width: 960px;
	border-bottom: 1px dashed #353d3d;
	}

#content, #sidebar, .content, .sidebar {
	float: left;
	display: inline;
	margin: 20px;
}

#content, .content {
	width: 670px;
	margin: 20px 20px 20px 30px;
/* 	background: #eee; */
}

#sidebar, .sidebar, #sidebar .widget {
	width: 200px;
/* 	background: #fff; */
}


#footer {
	background: #bebea7 url(images/bg-footer.jpg) 50% bottom repeat-y;
	width: 100%;
	clear: both;
	color: #bba;
	border-top: 1px dashed #353d3d;
	padding-bottom: 30px;
	font-size: 90%;
	}
	
#footer a {
	color: #ddb;
}
#footer a:hover {
	color: #fff;
}

.pad20 {
	padding: 20px;
}

.pad30 {
	padding: 20px 30px;
}

/* =nav
--------------------------------------------------------------------*/

#nav, .menu {
	background-color: #c8a536;
	border-bottom: 1px dotted #353d3d;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#nav li, 
.menu li {
	display: inline;
	float: left;
	border-right: 1px solid #d9b647;
}

#nav li a, 
.menu li a {
	display: block;
	padding: 12px 18px;
	color: #654;
	color: #321;
	text-decoration: none;
	text-transform: uppercase;
}



#nav li a:hover, #nav li a.current,
.menu li a:hover, .menu li.current_page_item a {
	color: #fff;
	background: #d9b647;
	text-shadow: .1em .1em .1em #654;
}

#nav li a.current,
.menu li.current_page_item a {
	text-shadow: .1em .1em .3em #654;
}

.menu li ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

.menu li:hover ul {
	left: 0;
}

.menu li ul li {
	min-width: 180px;
}

.menu ul ul ul {
	left: 100%;
	top: 0;
}




/* =content classes
--------------------------------------------------------------------*/


small, .smaller {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




.c, .center {
	text-align: center;
}


li.linkcat {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* =multi-columns
--------------------------------------------------------------------*/


/* =multi-column layout for use in a 960px-wide grid
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;

}

.threefourth {
	width: 670px;
}

.half {
	width: 440px;
}

.third {
	width: 286px;
}

.fourth {
	width: 210px;
}

.sixth {
	width: 150px;
}

.eighth {
	width: 110px;
}

.twelfth {
	width: 70px;
}


.last {
	margin-right: 0;
}



/* =forms
--------------------------------------------------------------------*/



label {
	display: block;
	margin-bottom: 2px;
}

#searchform label.screen-reader-text {
	display: none;
	}

input, textarea, select {
	font-size: 12px;
	line-height: 100%;
	clear: right;
/* 	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777; */
	border: 3px solid #fff;
	padding: 3px;
	display: block;
	width: 180px;
	margin-bottom: .5em;
	color: #888;
}

.fourth input[type=text] {
	width: 80%;
}

select {
	width: auto;
}

textarea {
	float: none;
	width: 350px;
}

form hr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: .1em;
}


input:focus, textarea:focus, select:focus {
	background: #ffe;
	color: #555;
	border-color: #bb6600;
}

.loose, .check, ul.input-group input, input[type=radio] {
	width: auto;
	text-align: left;
	margin-bottom: 0;
	display: inline;
}

.loose, .check, .input-group input, input[type=radio] {
	margin: 0 .5em 0 0;
}

input[name=zip], input#zip {
	width: 60px;
}

.but, input[type=submit] {
	border-color: #a9b5af #868d8d #868d8d #a9b5af;
	border-width: 2px;
	background: #efefcf;
	width: auto;
	padding: 5px;
	color: #555;
}

.but:active, input[type=submit]:active {
	background: #fff;
	border-color:  #868d8d #a9b5af #a9b5af #868d8d;
}


.check {
	border: 0;
}


.input-group, .input-group li {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

select {
	border: 1px solid #555;
	color: #333;
}


div.donate input {
	border: 0;
	}


input[type='hidden'] {
	visibility: hidden;
	height: 0;
}



/* =special stuff
--------------------------------------------------------------------*/

.ghost {
	visibility: hidden;
	clear: both;
	margin: 0;
	width: 0px;
}

.entry hr {
	clear: both;
}




/* =wp crap
--------------------------------------------------------------------*/


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


.commentlist li {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

/* =wp calendar
--------------------------------------------------------------------*/

#wp-calendar {
	empty-cells: show;
	margin: 6px auto 0;
	width: 100%;
/* 	background: #ddc; */
	}


#wp-calendar #prev a, #wp-calendar #next a {
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #a98;
	margin: 10px 0 0 0;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px;
	background: none;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #today a {
	color: #fff !important;
}


#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

#wp-calendar #today {
	color: #fff;
	background: #c37c1e;
}

#wp-calendar #todayWidget {
 	border: 3px solid #036; 
}
#wp-calendar #todayWidget {
	background-color: #c37c1e;
}

#EC_loadingPane:hover {
	background: none !important;
}

#wp-calendar td.pad:hover {
	background: none !important;
}


/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	margin: 0px 0 0;
	width: 640px;
	}

.widecolumn {
	width: 640px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
	}

img.alignleft, img.l, .attachment-thumbnail {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .r {
	float: right;
	}

.alignleft, .l {
	float: left;
	}
	
	
.half img {
	max-width:200px;
}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	padding: 0;
	}


ul#cats {
	padding-bottom: 1em;
	border-bottom: 1px dotted #a49574;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form { 
/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: auto;
	}

#commentform input {
/* 	margin: 5px 5px 1px 0; */
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

.navigation {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





/* =calendar-related stuff
--------------------------------------------------------------------*/

.category-events h3 {
	background: url(images/cal.gif) 0 50% no-repeat;
	padding: 1px 0 2px 22px;
}

.hentry .entry {
	margin-top: 1em;
}


table.ec3_schedule {
	margin: 0 10px 5px 0;
	border: 1px solid #cba;
	border-color: #cba #a98 #a98 #cba;
}

table.ec3_schedule td {
	font-weight: bold;
}

/* = widget styles
--------------------------------------------------------------------*/

.widget {
	padding-bottom: 1em;
}

#sidebar .widget {
	border-bottom: 1px dotted #a49574;
	margin-bottom: 1em;
}


#content .widget {
	border-bottom: 1px dotted #cab;
	margin-bottom: 1em;
}

.simpleimage {
/* 	text-align: center; */
}

.hidey {
	text-indent: -10000px;
	height: 0px;
	overflow: hidden;
}



/* = thumby nav
--------------------------------------------------------------------*/

.navigation a img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	margin: 0 10px;
}
.navigation a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	margin: 0 10px;
}

	
.thumbnavl {
	width: 50%;
	text-align: right;
	float: left;
	margin-left: auto;

	background: url(images/arrowl.gif) right 50% no-repeat;
}
.thumbnavr {
	width: 50%;
	float: left;
	text-align: left;
	margin-right: auto;
	background: url(images/arrowr.gif) left 50% no-repeat;
}


#rotator,
#wpcontent_slider_container {
	border: 4px solid #fefef0;
/* 	float: left; */
	clear: both;
	margin-bottom: 20px !important;
	padding: 0;
	}
#rotator img {
	}
