/* 
Theme Name: Get up and Running
Theme URI: http://www.geteupandrunning.net/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Mark Sharp
Author URI: http://www.getupandrunning.net
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/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'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
html, body {
    /*background-image: url('images/structure/greengradient.png');*/
    /*background-color: #3b67e4; */ /* rgb 59,103,228  */
    height: 100%;
    font-family: Verdana,Tahoma,Helvetica,sans-serif;
    color: #231381; /*#333333;*/ /* rgb  35,19,129 */
    font-size: 12px;
}

	/* Wrapper for everything inside of the body */
	#body-container {
        overflow: hidden;
        /*margin: 0px auto 30px auto;
        width: 785px;*/
        background-color: #fff;
    }

/**
* Elements
************************************************/

/* Hyperlinks */
a {color: #339900;}
a:link {}
a:visited {}
a:hover { text-decoration: underline;}
a:active {}

/* Headers */
h1 { font-size: 2.0em;  font-weight: normal; margin-bottom: 5px; color: #339900; font-family: 'Molengo', arial, serif;}
h1 a { color: #339900; }
h2 { font-size: 1.5em; color: #3b67e4; font-weight: normal; font-family: 'Molengo', arial, serif;}
h2 a { color: #3b67e4; }
h3 { font-size: 1.2em; color: #339900; font-weight: bold; font-family: 'Molengo', arial, serif;}
h3 a { color: #339900; }
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em { }
cite {font-size: 1.1em; font-style: italic; font-weight: bold; color: #3b67e4;}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p { margin-bottom: 16px; line-height: 16px; text-align: justify;}

/* Unordered lists */
ul {}
	ul li {margin-left: 30px; margin-bottom: 3px;}

/* Ordered lists */
ol {margin: 10px 0 10px 30px; }
	ol li {margin-bottom: 3px;}

/* 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 { float: left;}
.right, .alignright {float: right;}
.center, .aligncenter {text-align: center;}
.block { display: block;}
.alignnone {}
.clear { clear: both;}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}
img.alignright {padding: 5px; margin: 0 0 10px 10px; border: solid #3b67e4 1px; background-color: #fbfbfb; }

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.archive .thumbnail, .page-template-blog .thumbnail, .page-template-example-sites .thumbnail { float: right; padding-left: 15px;}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	margin: 0px auto 30px auto;
    width: 100%;
    height: 130px;
	border-bottom: solid #3b67e4 1px;
	background-color: #3b67e4;
}

	/* Contains site title and tagline */
	#header {
		margin: auto auto auto auto;
        width: 962px;
	}

		/* Site title */
		#site-title { padding: 20px 0 5px 0; }
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description { font-weight: bold; color: #fff;font-size: 17px; width: 318px; text-align: center;font-family: 'Molengo', arial, serif;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {}

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
		margin: auto auto auto auto;
        width: 962px;
		overflow: auto;
    }

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {width: 600px;	float: left; margin: 0px 27px 0 3px;  }

		/* Breadcrumb trail */
		.breadcrumb { margin-bottom: 5px;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post, .page {background-color: #FBFBFB; padding: 10px; margin-bottom: 20px;}

			/* Post, page, and archive titles */
			.entry-title { font-size: 2.0em;  font-weight: normal; margin-bottom: 5px; color: #339900; }
			.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 {font-size: 1.5em; }
			.navigation-links .previous {float: left; }
			.navigation-links .next {float: right; }

		/* 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 { clear: both; margin-bottom: 10px; min-height: 80px; padding: 0 10px 0 10px;}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.even .comment-text, #comments li.even .comment-meta-data {background-color: #FBFBFB;}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.comment-author { }
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar { float: right; padding-left: 15px;}

							/* Comment meta data */
							#comments .comment-meta-data {width: 450px; float: left;}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {float: left; width: 450px;}

					/* 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)
	************************************************/
    .sidebar {width: 250px; float: left; }
	/* Widgets in general */
	.widget {padding: 0 0 0 0px; margin: 0 0 20px 0; }
		.widget-inside {}
			.widget-title {color: #fff; font-size: 2.0em; font-weight: normal;  background-color: #3b67e4;
				-moz-border-radius: 15px 15px 0 0px;
				border-radius: 15px 15px 0 0px;
				text-align: center;
				padding: 0 0 5px 0;
				
			}
			.widget-title a {color: #fff;}
			.widget-inside ul, .textwidget { border: solid 1px #3b67e4; background-color: #FBFBFB; padding-top: 5px; list-style: url('images/star.gif');}
				.widget-inside ul li {  padding: 3px;}
					.widget-inside ul ul {border: none; }

	/* Primary widget section */
	#primary { }
		#primary .widget {
           
        }
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {list-style: url('images/star.gif');}
					#primary .widget ul li {}
                    
                    


	/* Secondary widget section */
	#secondary { float: left; background-color: #fff; height: 100%; padding: 25px 0; font-size: 0.9em;}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul { list-style: url('images/star.gif'); }
					#secondary .widget ul li {}
					
	.widget-pages ul {border: none; padding: 3px;}
	.tweet {border-bottom: solid 1px #3b67e4;  }
		.tweet ul {padding: 3px; list-style: none !important;}
/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {clear: both;
	margin: 20px auto auto auto;
        width: 962px;
		overflow: auto;
    
	
	
}

	/* Subsidiary widget section */
	#subsidiary {width: 100%; }
		#subsidiary .widget {float: left; width: 250px; margin-right: 65px; height: 100%;}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}
				.term-cloud {padding: 5px; border: solid 1px #3b67e4; background-color: #FBFBFB; }

	/* Footer section */
	#footer { width: 100%; margin-top: 10px; font-size:0.8em; clear:both;}

		/* Footer extra */
		#footer .copyright {text-align: center;}
		#footer .credit {}
