/*
Theme Name: AZ Idea Center
Theme URI: http://azideacenter.com
Description: Wordpress theme for AZ Idea Center based on Blueprint CSS.
Version: 1.0
Author: Lloyd Dickson
Author URI: http://azideacenter.com
Tags: 
*/

/*" STANDARD HTML TAGS "*/

body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #111; 
	}

a, a:visited { 
	color: #754a06; 
	text-decoration: none; 
	}

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

a:active, a:focus { outline: none; }

blockquote { 
 
	font-size: 0.9em; 
	font-style: italic; 
	padding: 0 0 0 1em; 
	}

h1, h2, h3, h4, h5, h6 { line-height: 1.2em; }

h1, h2 { color: #9a1919; }

hr { background: #eee; color: #eee; }

small { color: #555; font-size: 0.9em; }

.red { color: #9a1919; }

th { background: #eee !important; }

/*" CUSTOM CSS CLASSES "*/

.clear { clear: both; }

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
	}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
	}

.post { margin: 0 0 3em 0; }

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.wp-caption {
	background: #f6eac6;
	border: 1px solid #ccc;
	padding: 0.5em;
	}

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

ul.check-list { 
	margin: 0;
	list-style: none;
	border: solid 1px #ccc;
	background-color: #eee; }

ul.check-list li { background: url(images/accepted.png) no-repeat; background-position: 5px 8px;
	border-bottom: solid 1px #ccc;
	margin-bottom: -1px;
	padding: 8px 35px 8px; }


/*" FORMS RESET "*/

input[type=submit], button, .button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #424242;
	text-shadow:1px 1px 1px #FFFFFF;
	-webkit-text-shadow:1px 1px 1px #FFFFFF;
	-moz-text-shadow:1px 1px 1px #FFFFFF;
	height: 32px;
	padding: 0 12px;
	background: url(images/gray-bg.jpg) repeat-x; 
	border: solid 1px gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	cursor:pointer;
	border:1px solid #999; }

.button {line-height: 32px; }

.button-small {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #424242;
	text-shadow:1px 1px 1px #FFFFFF;
	-webkit-text-shadow:1px 1px 1px #FFFFFF;
	-moz-text-shadow:1px 1px 1px #FFFFFF;
	height: 22px;
	padding: 0 6px;
	background: url(images/gray-bg.jpg) repeat-x; 
	border: solid 1px gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	cursor:pointer;
	border:1px solid #999;
	line-height: 25px; }

.bt-bgyw { background: url(images/yellow-bg.png) repeat-x;}

input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus, .button:hover, .button:focus  { 
	-webkit-box-shadow:0px 0px 6px #71cfff; 
	-moz-box-shadow:0px 0px 6px #71cfff;
	box-shadow:0px 0px 6px #71cfff; }

input[type=text], input[type=text], textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 8px; }

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
	background-color: #fef8e1;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 6px #71cfff; 
	-moz-box-shadow:0px 0px 6px #71cfff;
	box-shadow:0px 0px 6px #71cfff; }

input[type=text] { height: 23px; }

.colltwo input[type=text] { height: 12px; }

input[type=submit], input[type=text], textarea, label button { 
	font-family: Helvetica, Verdana, Arial, sans-serif; }

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	}
	

	
/*" BACKGROUND "*/

#bgelementone { background: url(images/green-bg.jpg) repeat; }

#bgelementtwo { 
		background: url(images/tan-bg.jpg) repeat-x; 
		background-position: 0px 128px; }

/*" HEADER "*/

#header { margin-top: 30px; margin-bottom: 40px; height: 299px; }

.description { font-size: 18px; line-height: 22px; margin-bottom: 40px; color: white; }		
	

.logo a { height: 94px; width: 230px; display: block;
	background: url(images/azideacenter-logo.png) no-repeat;
	margin-bottom: 15px;
	text-indent: -9999px; 
	}
	
#headerevent { 
	background: url(images/hdic-center-blg.png) no-repeat bottom left; 
	height: 299px; }

#header-sat-event {
	height: 299px;
	border-left: 10px; 
	border-style: solid;
	border-color:  #e09f30; }
	
/*" NAVIGATION "*/	
	
#nav {
	background: url(images/nav-bar.jpg) repeat-x;
	height: 58px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	}
	
	#nav ul {
		list-style: none; margin: 0; padding: 0;
	}
		
	#nav li {
		float: left; display: inline; /* IE6 fix */
		margin: 0; padding: 0; position: relative;
	}
		
	#nav li:hover {
		
	}
		
	#nav li a {
		display: block; 
		text-decoration: none; 
		color: #465d68;
		font-size: 24px;
		line-height: 55px;
		padding-left: 22px;
	}
	
	#nav li a:hover { text-decoration: underline; color: #a22f0c; }	

/*" BREADCRUMBS "*/	

.breadcrumb { 
	padding: 3px 15px; 
	border-bottom: 1px solid gray; 
	background: url(images/nav-bar.jpg) repeat-x center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}


/*" CONTENT "*/
	
#content { 
	background-color: white; 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	 }

.collone { padding: 15px; }
	
.colltwo { padding: 15px 15px 15px 0;  }

/*" SIDEBAR SEARCH "*/

.colltwo #searchform { background: url(images/search-icon.png) no-repeat 0 4px; height: 36px; padding-left: 40px; }

.colltwo #searchform label, .colltwo #searchform label { display: none; }

.colltwo #searchform input#s { margin: 0 4px 0 0; width: 155px; }



/*" SIDEBARS "*/

.sidebar ul { list-style: none; padding: 0;  margin: 0 0 20px;}
		
.sidebar h2 { font-size: 1.2em; }

.colltwo h2 { 
	background: url(images/nav-bar.jpg) repeat-x; 
	padding: 10px; border: solid 1px #d8dada; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }
		
.sidebar h2 a { text-decoration: none; }
		
.sidebar form { margin-bottom: 1.5em; }

#sidebartwo { line-height: 105%; color: white; }

#sidebartwo blockquote {border: none; margin: 0; font-style: italic; color: white; padding-left: 0; }

#sidebartwo h2.widgettitle { display: none; }

#sidebartwo .textwidget h3 { color: white; margin: 0 0 5px;font-size: 14px; }

#sidebartwo .current-event-widget { 
	background: url(images/event-burst.png) no-repeat; 
	padding-left: 40px; height: 98px; 
	font-size: 14px;
	overflow: hidden; }

#sidebartwo .current-event-widget hr { margin-bottom: 7px; }

#sidebartwo .testimonial-widget-container {
	position: relative;
	width: 270px;
	height: 201px;  }

#sidebartwo .testimonial-widget { 
	position: absolute; bottom: 0;
	width: 130px;
	margin-left: 110px;
	padding: 10px; 
	background: url(images/testimonial-bg.png) repeat-x;
	border-left: 10px; 
	border-style: solid;
	border-color:  #e09f30; }



	

/*" EVENT CALENDAR SIDEBAR "*/

.eventsListWidget {position: relative; }

.eventsListWidget .dig-in { position: absolute; top: 9px; right: 10px; }

.eventsListWidget li { clear: both; border-bottom: solid 1px #ccc; height: 70px; margin-bottom: 8px;}

.eventsListWidget .when { 
	background: url(images/event-cal-icon.png) no-repeat; 
	text-align: center;
	color: #fff;
	width: 83px; height: 67px;
	margin-right: 15px;
	float: left; }

.eventsListWidget .month, .eventsListWidget .date {float: right; clear: both; display: inline; margin-right: 14px; text-align: right; }

.eventsListWidget .month {color: white; font-size: 12px; }

.eventsListWidget .date {font-size: 20px; }

/*" EVENT CALENDAR MAIN "*/

#page select.tec-events-dropdown {margin-top: 10px;}

#page .tec-calendar td.tec-present .daynum  { background-color: #e6841e;}

#page .tec-calendar .daynum {background-color: #fff7e1;}

#page .tec-calendar th { 
	background: url(images/nav-bar.jpg) !important; 
	color: #999; 
	text-shadow: none;}

#page .tec-calendar-buttons a, #page #tec-content a.ical { 
	text-transform: capitalize; 
	font-weight: normal;
	text-shadow: none; 
	font-family: Helvetica;
	padding: 0 10px;
	background-color: #c3c2c2; }

#page .upcoming a.tec-button-on, 
#page .grid a.tec-button-on { 
	background-color: #465d68; }

#page #tec-content { width: 910px; margin: 0; padding: 20px; background: white;}

#page #tec-content .ical {float: right;}

/*" DIRECTORY PAGES "*/

.dir-list { 
	font-size: 15px;
	background-color: #eeeeee; 
	border: solid 1px #cccccc;
	}

.dir-list ul { list-style: none; margin: -1px 0 0; padding: 0;}

.dir-list li { 
	border: solid #cccccc; 
	border-width: 1px 0;
	padding: 10px 0; 
	margin-bottom: -1px;
	}
.dir-list a { display: block; }

.dir-list a:hover { background-color: white; 
	-webkit-box-shadow:0px 0px 6px #c1c1c1; 
	-moz-box-shadow:0px 0px 6px #c1c1c1;
	box-shadow:0px 0px 6px #c1c1c1; }

.dir-list a { margin: 0 10px; padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }

		
/*" FOOTER "*/
	
#footer { 
	background: url(images/footer-bg.jpg) repeat-x; 
	margin: 20px 0; 
	padding: 50px 0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
	#footer p { margin: 0.5em 0; }
	
	#footer ul { list-style: none; margin: 0; padding: 0; }
		
	#footer li { display: inline; margin: 0 1em 0 0; }

/*" COMMENT FORM "*/

form#commentform { 
	padding:20px 65px 0; 
	background:#f7f7f7;
	border:1px solid #ddd; }

.slider { 
	clear:both;
	position:relative;
	margin:0 0 10px; }

.slider label { display:block; }

.slider input[type="text"], .slider textarea { width:495px; }

#commentform input[type="submit"] { margin-bottom: 20px; }

/*" SOCIAL "*/

.social-footer { background-color: #f7f7f7; margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #dddddd; }

.social-footer ul { 
	margin: 10px;
	display: block;  
	padding: 0 10px 0; }

.social-footer li { 
	display: inline; 
	margin: 0 10px 0 0; 
	}

/*" THE BUZZ: TESTIMONIALS SIDEBAR "*/
.colltwo-quotes h2 { font-size: 16px; }

.colltwo-quotes blockquote { font-size: 12px; }


