/*
Theme Name: eMediaMinute
Theme URI: http://advmediaservices.com
Description: Advanced Media First Theme. Lets see how it turns out
Version: v1.0 (WP2.8.1)
Author: Nathan Sego
Author URI: http://advmediaservices.com
Tags: Clean, Fresh, Slick
*/


/* ==================================
 *
 * Colors:
 * #5A2A8A - Purple
 * #FFB129 - Orange
 * #F3F3F3 - Lt Purple BG
 * #CCC - Lines
 * #666 - Text
 * #CCC - Lt. Text
 *
 * ================================== */

@charset "utf-8";

/*
 * 		CSS Reset 
 */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/*
 * 		Basic Tag Styles 
 */
 
html {
	background: transparent url("/news/wp-content/themes/eMediaMinute/style/images/advBlogBG.gif") repeat-x center top; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#666;
}

a:link,
a:visited {
	color: #5a2a8a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #5a2a8a;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}
p {margin: 0px 0px 10px 0px;}

blockquote {
	background-color:#F3F3F3;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
}

ol, ul {
	margin: 0px 0px 10px 50px;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin: 0px 0px 3px 0px;
	list-style: inherit;
	color: #5a2a8a;
}

label {
	font-size: .8em;
	margin: 0px 0px 3px 0px;
	display: block;
}

input.text {
	width: 165px;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCC;
}

input.primeBtn {
	width: 50%;
	height: 25px;
	background-color: #5a2a8a;
	color: #FFF;
	float: right;
	border: none;
}

/*
 *		Layout Styles 
 */

#theWrapper {
	background-color: #FFF;
	padding: 20px 20px 20px 20px;
	height: 700px;
	width: 750px;
	margin: 0px auto 20px auto;
}
#theHeader {
	background: transparent url("/news/wp-content/themes/eMediaMinute/style/images/blogHeader.jpg") no-repeat center top; 
	height: 204px;
	width: 750px;
	padding: 0px 0px 10px 0px;
}
#theHeader h1 {
	text-indent: -9999px;	 
}

#theNavigation {
	width: 750px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	text-align: right;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#theNavigation #homeBtn {
	position: absolute;
	left: 0px;
	bottom: 10px;	
}

#theNavigation #titleDate {
	letter-spacing: .30em;
	font-weight: bold;
}

#theNavigation #titleDate span {
	font-size: 1.2em;
	color: #5a2a8a;	
}

#theBody {
	width:750px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#contentLeft {
	width: 175px;
	float: left;
}

#contentLeft div.sectionHolderLt ul {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #F3F3F3;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#contentRight {
	width: 534px;
	float: right;
	padding: 0px 0px 0px 19px;
	border-left: 1px solid #CCC;
}

#pageTopBtn {
	float: right;
	padding: 10px 0px 0px 0px;
}

#pageTopBtn a:link,
#pageTopBtn a:visited {
	color: #666;
	font-size: .75em;
	text-decoration: none;
}

#emailContinue {
	background-image: url("/news/wp-content/themes/eMediaMinute/style/images/continuedBanner.png");
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	left: 0px;
	position: absolute;
	text-indent: -9999px;
	width: 210px;
}

#theFooter {
	padding: 0px 0px 40px 0px;
	font-size: 0.75em;
	position: relative;
	color: #CCC;
}

#theFooter img {
	position: absolute;
	top: 0px;
	right: 0px;
}
 
/*
 * 		Wordpress Styles 
 */

#sidebar {
	clear: both;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	list-style: none;
}

#sidebar p.alignCenter {
	text-align: center;
}

/*
 * 		Class Styles 
 */

.sectionHolderLt {
	margin: 0px 0px 20px 0px;
}
div.clearBoth {
	clear:both;
	height: 20px;
}

.theDate {
	font-size: .75em;
	margin: -5px 0px 10px 0px;
	color: #999;
}

.last {
	margin-bottom: 30px;
}

.theTitle {
	text-decoration: none;
}

.postSnip {
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
}

.postSnipLast {
	padding: 0px 0px 10px 0px;
}

.imageMiddle {
	vertical-align: middle;
}

.continue {
	text-align: right;	
}

.continue a:link,
.continue a:visited {
	width: 20%;
	height: 20px;
	font-size: .85em;
	color: #FFF;
	background-color: #5A2A8A;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}

.socialIcons {
	float: right;
}

.postNavigation {
	font-size: .85em;
}

.postNavigation div#newerArticleBtn {
	float: left;
}

.postNavigation div#olderArticleBtn {
	float: right;
}

.blogImage {
	float: right;
	margin: 0px 0px 5px 10px;
}

textarea.commentArea {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
}

input.commentText {
	width: 165px;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCC;
}

input.commentSubmitBtn {
	width: 30%;
	height: 25px;
	background-color: #5a2a8a;
	color: #FFF;
	border: none;
}
