/* 
Theme Name: Have Media Will Travel
Theme URI: http://havemediawilltravel.com
Description: A custom designed and coded child of the Hybrid theme framework.
Author: Joshua Clanton
Author URI: http://designpepper.com
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 */
body {
	background-color: #7f6120;
	background-image: url('images/texture.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	color: #5a5a53;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
font-style:normal !important;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		width: 950px;
		padding: 0 5px;
		margin: auto;
		background-color: #e2e2d9;
		background-image: url('images/bg.gif');
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #7e7e02;
	background-color: #bcbc76;
	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	border-radius: 1px;
}
a:visited {
	color: #7e7e02;
	background-color: #bcbc76;
	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	border-radius: 1px;
}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {
	color: #ac5500;
	font-size: 18px;
	margin-bottom: 20px;
}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong { 
	font-weight: bold; 
}
em { 
	font-style: italic; 
}
cite { 
	font-style: italic;
}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {
	text-decoration: line-through;
}

/* Paragraphs */
p {
	margin-bottom: 20px;
}

/* 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 {
	float: left;
	margin: 10px 10px 10px 0;
}
.right, .alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.center, .aligncenter {}
.block, .alignnone {}
.clear {
	clear: both;
}

/**
* Images
************************************************/

/* Normal images */
img {
	border: 5px solid #d0d0c5;
}
a img {}

/* WP Smilies */
img.wp-smiley {
	border: none;
}

/* Thumbnails */
.thumbnail {
	display: none;
}

/* WP Captions [caption] */
.wp-caption {
	text-align: center;
	background-color: #d0d0c5;
	color: #272724;
}
	.wp-caption img {
		margin: 0;
		border-bottom: none;
	}
	.wp-caption p {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 10px;
		padding: 0 5px 5px 5px;
		margin: 0;
	}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background-image: url('images/header.jpg');
	height: 500px;
	width: 960px;
	position: relative;
	left: -5px;
	_margin-right: -10px;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a {
				position: absolute;
				left: 80px;
				top: 60px;
				height: 240px;
				width: 300px;
				text-indent: -99999em;
				background: none;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			position: absolute;
			left: -99999em;
		}
		
		/* Photo Credit */
		#photo-credit {
			width: 11px;
			height: 235px;
			position: absolute;
			left: -11px;
			top: 55px;
			background-image: url('images/photo-credit.jpg');
			text-indent: -99999em;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation { display: none; }

	/* 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 {}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		position: relative;
		top: -85px; 
		margin-bottom: -85px;
		width: 470px;
		padding-left: 30px;
		float: left;
		}

		/* Breadcrumb trail */
		.breadcrumb { display: none; }

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			padding-bottom: 40px;
			margin-bottom: 40px;
			border-bottom: 1px dashed #c1c1b8;
font-style:normal !important;
		}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 24px;
				font-weight: normal;

font-style:normal !important;
			}
				.entry-title a {
					color: #ac5500;
					background: none;
				}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {
				color: #ac5500;
				font-size: 24px;
				font-weight: bold;
			}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				color: #ac5500;
			}
				.byline a{
					color: #ac5500;
					background: none;
				}
				.byline a:hover {
					text-decoration: underline;
				}
				.comments-link{ font-weight: bold; }

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link { font-weight: bold; }

			/* 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 {
						list-style: none;
					}

						/* 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 {
								float: left;
								margin: 0 10px 10px 0;
							}

							/* 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 {}

/**
* Sidebar
************************************************/

#sidebar {
	float: right;
	width: 370px;
	padding-right: 30px;
	position: relative;
	top: -165px;
	margin-bottom: -165px;
	font-size: 12px;
	line-height: 14px;
}
	#sidebar img { border: none; }
		#about img { margin: 0 5px 0 0; }
	#social-icons {
		padding-top: 19px;
		padding-bottom: 19px;
		border-top: 1px dashed #c1c1b8;
		border-bottom: 1px dashed #c1c1b8;
		margin-bottom: 20px;
	}
		#social-icons a { background: none; padding: 0;}
			#linkedin { margin-right: 20px; }
			#twitter { margin-right: 15px;}
	#tweets { 
		border-bottom: 1px dashed #c1c1b8;
		margin-bottom: 20px;
	}
		.twitter-message {
			background-color: #D0D0C5;
			color: #272724;
			padding: 5px 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
	#email { margin-bottom: 30px; }
		#email img { float: left; }
		#email span { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
		#email #subscribe {
			background-color: #bcbc76;
			color: #ac5500;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border: none;
			cursor: pointer;
		}
	.sidebar-title {
		width: 320px;
		height: 90px;
		background-repeat: none;
		text-indent: -9999em;
		position: relative;
		left: -5px;
		margin-bottom: 10px;
	}
		#passions .sidebar-title { background-image: url('http://havemediawilltravel.com/wp-content/uploads/blog_topics.gif'); }
		#projects .sidebar-title { background-image: url('images/projects-title.jpg'); }
		#links .sidebar-title { background-image: url('images/links-title.jpg'); }
		#archives .sidebar-title { background-image: url('images/archives-title.jpg'); }
	#passions {}
		#passions a { background: none; padding: 0; }
		#passions img { margin-bottom: 20px; }
	#projects {}
		#projects strong { font-size: 14px; }
		#projects img { margin: 0; }
	#links { padding-bottom: 10px; }
		#links ul { list-style: none; padding-bottom: 10px;}
			#links li { width: 175px; float: left; margin-right: 10px; margin-bottom: 2px;}
	#archives { padding-bottom: 10px; }
		#archives ul { list-style: none;}
			#archives li { width: 175px; float: left; margin-right: 10px; margin-bottom: 2px;}
			
#sidebar .addthis_container { display: none; }

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	height: 300px;
	width: 960px;
	position: relative;
	left: -5px;
	background-image: url('images/footer.jpg');
	_margin-right: -10px;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
/* AddThis */

.addthis_container a {
	background-color: transparent;
}

.addthis_container img {
	border: none;
}

/* Entry Meta */

.entry-meta, .post-meta-data {
	display: none;
}