@import url(reset.css);
@import url(featuredcontentglider.css);

/* =global~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {	margin:0;	padding:0;}

html,body {	height:100%;	width:100%;}

body { 
	background: #fff url(img/back.jpg) 0px 118px repeat-x;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px; 	
	line-height: normal;
	color:#333;	
	margin: 0 auto;	
	padding: 0;
	text-align: center; 
}

img {margin: 0; padding: 0;}

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

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

a img { border: none; }

p {
	margin: 0 0 20px 0;
}

ul, li, ul.nolist, ul.nolist li { margin-left: 0; padding-left: 0; list-style-type: none;}

.post ul { margin: 10px 0 20px 20px; }

.post li { list-style-type: square; margin: 10px 0 10px 0; }

.widget ul { margin-left: 1em; padding-left: 1em;}

.widget li { list-style-type: square; margin: 10px 0 10px 0; }

.right { float: right;}

.left {float: left;}


/* =uprising_format~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 


h1 {font: normal 210% Georgia, "Times New Roman", Times, serif;	letter-spacing: -0.05em;	margin-bottom: 10px;	margin-top: 20px;}
h2 {font: normal 170% Georgia, "Times New Roman", Times, serif;	letter-spacing: -0.05em;	margin-bottom: 0px;	margin-top: 0px;}
h3 {font: normal 130% Georgia, "Times New Roman", Times, serif;	margin-bottom: 0px;	margin-top: 0px;}
h4 {font: bold 110% Verdana,Helvetica,Arial,sans-serif; text-transform: uppercase; padding: 5px 0 0 0;	background: #fff;}
h5 {font: normal 150% Georgia, "Times New Roman", Times, serif;	margin-bottom: 0px;	margin-top: 0px;}
h6 {font: bold 90% Arial, Helvetica, san-serif; margin: 0; text-transform: none;}
.resultText {margin: 0 0 20px 0; color: #999;}
.section h2 {font: normal 160% "arial black", helvetica, sans-serif; }


/* =labels~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 


h5.label, h5.menu {
	font: bold 12px "arial black",arial,helvetica,verdana,serif; 
	padding: 7px; 
	line-height: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #707070;
	background: #fff url(img/label_back.jpg) bottom repeat-x;
	border-top:1px solid #ececec;
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}

h5.label {margin: 0 0 20px 0;} 

h5.menu {margin: 0;} 

.label a, .label a:visited{color: #707070;}


/* =main_layout~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 


#outer {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}	

#inner {
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}	

#headerOuter  {	
	width: 100%;
	height: 117px;
	margin: 0 auto; 
	padding: 0;
	border-bottom: 1px solid #777;
	text-align: center;
	background: #404040;
}

#header {	
	width: 950px;
	height: 64px;
	margin: 0 auto; 
	padding: 10px;
	text-align: center;
	background: #404040 url(img/peak.gif) 20px 30px no-repeat;
}

#navOuter  {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #454545 url(img/nav_back.gif) top left repeat-x;
	border-top: 1px solid #393939;
	border-bottom: 2px solid #222;
}

#nav  {
	width: 970px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	clear: both;
	float: none;
	width: 970px;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 10px 0 20px 0;
	color: #787878;
	font-size: .9em;
	text-align: left;
	border-top: 1px dotted #999;
} 

#contentRight {
	width: 240px;
	float: left;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
	display: inline;
}

#contentFeature { 
	margin: 20px 0 0 0;
	padding: 0; 
	width: 730px;
	height: 400px;
	text-align: left; 
	float: left; 
	overflow: hidden;	
	position: relative;
	display: inline;
}

.mainColumn {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;	
}

.twoColumn {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;	
}

.threeColumn {
	clear: both!important;
	width: 970px;
	height:auto;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;	
}

.column1 {
	width: 310px;
	height: 100%;
	margin: 0 20px 0 0;
	padding: 20px 0 20px 0;
	float: left;
	text-align: left;
	display: inline;
}

.column2 {
	width: 310px;
	height: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	float: left;
	text-align: left;
	display: inline;			
}

.column3 {
	float: left;
	width: 310px;
	height: 100%;
	padding: 20px 0 20px 0;
	margin: 0 0 0 20px;
	text-align: left;
	display: inline;			
}


/* =login~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#login {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	float: right;
	text-align: right;
	color: #e7e7e7;
}

#login a, #login a:visited {
	color: #fff;
}

#login a:hover {
	color: #cd0000;
}

#login ul, #login li {
	list-style: none;
	float: right;
}

#login li {
	margin: 0 0 0 10px; 

}

#loginform {
	float: right;
	text-align: right;
}

.user {
	font-weight: bold;
}

#log, #pwd {
	padding: 0 0 0 1px;
	margin: 2px 0 0 0;
	font-size: 1.0em;
	width: 100px;	
	border: 1px solid #848484;
	outline: none;
	background: #676767;
	color: #f2f2f2;
	/*position: relative;*/
	/*bottom: -3px;*/
}	

#loginSubmit {
	padding: 4px 0 0 0;
}


/* =secondary_layout~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.section {
	position: relative;	
	width: 970px;
	height: auto;
	padding: 0;
	margin: 20px 0 10px 0;
	color: #999;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.entry {
	height: auto;
	margin: 0 auto;
	padding: 0;
		
}

.mug {
	width: 46px;
	height: 50px;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px;	
	margin: 5px 5px auto 5px;

}

.thumb {
	width: 100px;
	height: 75px;
	float: left;
	border: 0px solid #fff;
	margin-right: 10px;

}

.thumbRight {
	width: 100px;
	height: 75px;
	float: right;
	border: 0px solid #fff;
	margin-left: 10px;

}

.thumbLeft {
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 10px;

}

.thumbLrg {
	width: 300px;
	height: 200px;
	float: none;
}

.avatar {
	display: block; 
	float: left;	
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px;	
	margin: 0 5px 10px 0;
}

.postMeta {
	color: #333;
}


.adBox {
	clear: both;
	text-align: center;
	padding: 0 0 20px 0;
}


/* =----------------------------------- style some comments */

#commentsContainer {	margin-bottom: 30px;}

#commentsContainer li {list-style: none;} 

#commentsContainer span.hook {	position: relative;	display: block;}

#commentsContainer h3 {	display: block;	margin: 10px 0;	padding: 7px 4px 0;	border-top: 1px dotted #aa0000;}

.cancel-comment-reply {	position: absolute;	top: -1px;	right: 4px;}

.commentlist {	list-style: none; list-style-type: none; margin: 0 0 20px 0;}

.commentlist .comment-author {float: left; height: 42px; width: 200px;  margin-bottom: 10px;}

.comment {border: 1px solid #bbb; background: #fff; padding: 10px;}

.comment p {clear: both;}

.commentlist .comment-author img.avatar { display: block; float: left;	border: 1px solid #e6e6e6;	margin-right: 5px;}

.comment-author cite.fn {position: relative; font-size: 1.2em; font-weight: bold; font-style: normal; top: 14px;}

span.says {display: none;}

.comment-meta {float: right; font-size: 0.8em; font-weight: bold; margin: 0; letter-spacing: -0.02em; text-transform: uppercase; padding-right: 5px;}

.commentlist li .reply {	text-align: right;	padding-bottom: 10px;}.commentlist li .reply a {	display:inline;}

.commentlist li ul,.commentlist li ol,.commentlist li blockquote {	margin: 0 20px;}.commentlist .children {	margin: 0 0 0 20px;}.commentlist .children li {	list-style: none;}#commentform .contain {	margin: 0 0 10px 0 !important;}#commentform #author,#commentform #email,#commentform #url,#commentform textarea {	padding: 4px 3px;	border: 1px solid #ccc;	border-left-color: #bbb;	border-bottom-color: #bbb;	background: #fff;	margin-right: 4px;}#commentform #author,#commentform #email,#commentform #url,#commentform textarea {	border: 1px solid #bbb;	outline: none;	padding: 4px 3px;	width: 160px;}#commentform p label {	margin: 4px 0 0 0;}#commentform textarea {	float: none;	width: 98%;	overflow: auto;}

/* =----------------------------------- tabs */

#menu ul {
	clear: both;
	list-style: none;
	margin: 1px 0 10px 0;
	float: right;
}

#menu li {
	float:left;
	list-style:none;
 	cursor: pointer;
	display:block;
	margin: 0 0 0 1px;
	background: none;
	font-size: 10px;
}

#menu li:hover {
	color: #ee0000;
}

#menu a, #menu a:visited {
	padding: 3px 6px;
	margin: 0;
	color: #fff;
	display: block;
	height: auto;
	background: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #333;

}

#menu a:hover {
	text-decoration:none;
	color: #ee0000;
}

#menu a.selected, #menu a.selected:visited {
	color: #131313;
	background: none;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
}


/* =----------------------------------- navigation */


#current {
	background: #333;
}

#page-bar {
	width:640px;
	float: left;
	font-size: 11px;
	font-family: eurostile, helvetica, arial, sans-serif;
	text-transform: uppercase;
}

#page-bar ul {
	list-style: none;
	z-index:11;
}

#page-bar li {
	float:left;
	list-style:none;
 	cursor: pointer;
	display:block;
	border-right:1px solid #363636;
	height: 29px;	
}

#page-bar li:hover {
	color: #ebebeb;
	background: #414141;
}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding: 7px 13px;
	color: #f2f2f2;
	display: block;
	line-height: 15px;
	height: auto;
	font-weight: bold;
	text-decoration: none;
}

#page-bar a:hover {
	text-decoration:none;
	color: #ebebeb;
	background: #414141;
}



/* Dropdown Menus */


#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#page-bar li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 122px;
	color: #333;
	text-transform:none;
	
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #f4f4f4;
	float: none;
	margin: 0px;
	width: 122px;
	color: #333;
	border-top: 1px solid #898989;
	}

#page-bar li li a:hover {
	background: #fff;
	width: 122px;
	color: #aa0000;
	}


#page-bar li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 148px;
	border: 1px solid #444;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}

#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


 /* Form Elements */


select {
	border:1px solid #ccc;
	width:100%;
}	

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
}

#store {
	width:535px;
	height: auto;
	padding: 0;
	float:left;
	text-align:left;
}

#search {
	width:280px;
	height: 24px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align:left;
	float: right;
}
	
#s {
	float: left;
	padding: 5px;
	margin: 0;
	font-size: 12px;
	width: 190px;
	height: 14px;
	outline: none;
	border: 0px;
	background: #fff;
	color: #454545;
	display: inline;
	background: url(img/search_back.gif) no-repeat;
}	

#searchsubmit {

	float: left;
	height: 22px;
	width: 29px;
	font-size: 11px;
	margin: 0;
	color:#fff;
	display: inline;
}



/* =----------------------------------- meta lead for each post */

span.date, span.author, span.comments { font-size: 0.8em; font-weight: bold; margin: 0; letter-spacing: -0.02em; text-transform: none; padding-right: 5px;}

span.share {font-size: 0.8em; font-weight: bold; letter-spacing: -0.02em; text-transform: none; }

span.comments a { background: url(img/comment.gif) no-repeat right center; padding-right: 12px;} 


/* =----------------------------------- spacing */


.noMargin {
	margin: 0;
	padding: 0;
}

.entry p, entry h1 {
	margin: 0 auto;
	padding: 0;
}

.post {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: auto;	
}

.vertSpacer {
	width: auto; 
	height: 10px;
	padding: 0;
	background: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom: 1px dotted #ccc;
	clear: both;
}


#tabswg {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.widget {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}


.tags a { 
	padding-left: 5px;
}


/*=----------------------------------- photos */

p.wp-caption-text {
	font-size: 0.9em;
	font-weight: bold;
}	


/*=----------------------------------- calendar widget */


#wp-calendar {	text-align: center; border-collapse: collapse;	width: 100%;}

#wp-calendar caption {	font-weight: bold;	margin-bottom: 7px;}

#wp-calendar thead { }

#wp-calendar thead th {	padding: 4px 4px 4px 3px;	border: 1px solid #ccc;	border-width: 1px 0;}

#wp-calendar td {	padding: 10px;}

#wp-calendar td a {display: block; font-weight: bold;}

#wp-calendar a, #wp-calendar a:visited {
	color: #aa0000;
}

#wp-calendar a:hover {
	color: #ff0000;
}


/*=----------------------------------- publish2 widget */


#publish2 {
	margin: 0 auto;
}

#publish2 p {	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}


.publish2_header {

}
.publish2_story_tags,
.publish2_story_publication_date,
.publish2_story_publication_name {
	font-size: 0.8em; font-weight: bold; letter-spacing: -0.02em; text-transform: uppercase; color: #131313; margin-bottom: 0;
}

.publish2_story_publication_date {

}

.publish2_journalist_profile {
	font-style: italic;
}
a.publish2_link, a.publish2_link:visited {


}
a.publish2_link:hover {

}

.publish2_story_headline {
	font: normal 120% Georgia, "Times New Roman", Times, serif; margin-bottom: 0px;	margin-top: 0px;
}
.publish2_story_description {
display: block;
}
.publish2_story_tags {
	font-size:8px;
}
#publish2_footer {
	color:#eee;
}


/*=----------------------------------- lots of lists */


ul.partners, .partners li {
	list-style-type: square;
	margin: 10px;
	padding: 0;
	font-size: .9em;
}

.toplinks {
	float: left!important;
	color: #ccc;
	width: 80px;
	padding: 7px 0 0 0;
	text-align: left;
}

.toplinks a, .toplinks a:visited {
	margin: 0;
	color: #ccc;
}

.toplinks a:hover {
	color: #fff;
}


a.feed {
	background: url(img/icons/feed16x16.png) no-repeat;
	padding-left: 18px;
}

a.twitter {
	background: url(img/icons/twitter16x16.png) no-repeat;
	padding-left: 18px;

}

a.facebook {
	background: url(img/icons/facebook16x16.png) no-repeat;
	padding-left: 18px;
}


/*=----------------------------------- float properties */


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {
	display: inline-block;
	}


/*=----------------------------------- Hides from IE-mac */


* html .clearfix {
	height:1%;
	}

*+html .clearfix {
	height:1%;
	}

.clearfix {
	display:block;
	}
