/* 
Theme Name: AAPP SBC Theme
Theme URI: http://aapp-wa.com
Description: Theme for the landing page of the SBC campaign
Author: Timani Tunduwani
Author URI: http://siyana.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */ 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
  @import url('../hybrid/library/css/18px.css');  
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

@import url('../hybrid/library/css/3c-l-fixed.css');
/* Plugins CSS */
  @import url('../hybrid/library/css/plugins.css');  

/* Hybrid's default CSS */
  @import url('../hybrid/library/css/screen.css');  

@import url('../hybrid/library/css/drop-downs.css');

@import url('960.css');

/**
* Body
************************************************/

/* Contains everything */
body {background-color:#EEEEEE;color:#555555;font-family:Arial;font-size:12px;line-height:22px;padding:0 0 50px}

	/* Wrapper for everything inside of the body */
	#body-container {background:transparent url(images/main-bg.png) repeat-y scroll 0 0;margin:0 auto;width:940px;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {border:1px solid #CCCCCC;padding:5px;}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {padding-left:65px;}

	/* Contains site title and tagline */
	#header {margin:0;}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {background:#ffffff none repeat scroll 0 0;display:none;}

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {color:#0C386E;font-family:inherit;font-size:inherit;line-height:inherit;}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {margin:0; width:780px;background:transparent url(images/dots.png) no-repeat scroll 60px 0;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {margin:0 ;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}


.header_top_wrapper{ background:transparent url(images/header-top.png) no-repeat scroll 0 0;height:60px;margin:0 auto;width:940px; }
#content .content{ margin:0;width:780px; }
.content h2, #nav_title{ color:#53301B;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-0.5px;
line-height:normal; 
margin:20px 0 5px;
padding:0 0 5px;}
.slogan{ font-size:20px;font-size:20px; }
.slogan h2{color:#B6203B;font-weight:normal;font-family:Helvetica;font-size:23px;line-height:25px;padding:15px 15px 0; }
.slogan h2 a {
color:#B6203B;
}
.logo{ text-align:right; }
.hero_image{ height:250px;overflow:hidden; }
.hero_image, .slogan, .leader_message{ margin-left:0; }
.taglines img{ margin:5px 0; }
.taglines,#content .tagline_info {color:#fff;}
#content .leader_message{ padding:30px 15px 15px; background:#B6203B ;width:740px;} 
#content .tagline_info{text-align:left;padding-left:20px;}
#content .tagline_register{ text-align:right;width:270px;margin-bottom:30px;}
#content .tagline_register h3{ color:#fff;font-family:Arial;font-size:18px;}

.event_info{ /**  background:#EEEEEE none repeat scroll 0 0; **/margin-left:0;padding:20px 15px; }
.event_info ul, .sponsor_list ul{ margin:0; }
.sponsor_list li{ list-style-image:none;list-style-position:outside;list-style-type:none;margin:10px 0;text-align:center; }
.sponsor_list {margin:0px;}  
.sponsor_list h2{text-align:left}


.event_details{ padding-left:25px;padding-top:20px; }

/* Tables */
table {
  border-collapse: collapse;
}
tr.odd {
  background: #fff;
}
tr.even {
  background: #F9F9F9;
}
th, td {
  text-align: left;
  border-width: 1px;
  border-style: solid;
}
th {
  color: #A45E35;
  background: #EFEDDD;
  padding: .8em 1em;
  border-color: #F3ECD5 #EDE4C5 #DAC88C #EDE4C5;
}
td {
  border-color: #EFEFEF;
  padding: .7em 1em;
}

.profile_table,.profile_table td, th{  border-style:none;border-width:0px;border-color:transparent;}
hr {border-top:1px dotted #ddd;margin-top:20px;}
.nav_list { margin-left:0px;  }
.nav_list li{ 
background:transparent url(/register/sites/all/themes/ninesixtyrobots/css/../images/dots.gif) repeat-x scroll left bottom;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:7px 0;

}
.nav_list li a{color:#346199; }

.footer_bottom_wrapper{ background:transparent url(images/footer.png) no-repeat scroll 0 0;height:60px;margin:0 auto;width:940px; } 
.light{ color:#aaa;}
.dark{ color:#222;}
.foot_note{text-align:center; font-family:georgia; }
.align_center{ text-align:center; }
.spacer{ clear:both; }
.highlighted{ margin:0 0 15px;font-size:16px;font-family:georgia;font-style:italic; } 
.slanted{ font-style:italic; }
.orange{ color:#E86E14 }

.time_lot{width:35%;font-weight:bold;}
.reg_cell{ text-align:right; }
.register_button {background:#D54E21 url(images/registration-tab-bg.png) repeat-x scroll left bottom;text-align:center;
width:160px; float:right }
.register_button a{ -moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;
-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;color:#FFFFFF;text-shadow:1px 1px 1px #B5421C; line-height:40px;
padding:0 10px;font-size:18px;}
