/*  
Theme Name: Prime
Theme URI: http://www.primeadvertising.com
Description: Prime Advertising and Design theme designed by Roclyn Mewhorter and programmed by Josh Ranta.
Version: 1.0
Author: Prime Advertising
Author URI: http://www.http://www.primeadvertising.com/


*/

* {margin:0px;padding:0px;}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	color: #fff;
	background-color:#000;
	/*background: #000 url(images/container-bg.jpg) top center no-repeat;*/
}

.outerWrapper {
	width:900px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
}
	
.wrapper {
	width: 900px;
	position:relative;
	float:left;
}


/*#bg{
	align: center;
	background: #000 url(images/container-bg.jpg) top center no-repeat;
	position:absolute;
	top:100px;
	height:535px;
}*/

h1, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h2{font-family:Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;font-style:italic;}

/*p img {
padding: 15px;
margin: 15px;
}*/

a{
	text-decoration: none;
	color: #fff;
}

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

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e0e0e0;
	color: #e0e0e0;
}

small{
	font-size: 12px;
}

pre{
	width: 90%;
}

/*input,*/textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#header{
/*	padding: 10px;*/
	text-align: right;
	vertical-align: top;
	background-color:#f99c1c;
	color: #fff;
	clear: both;
	height:35px;
}

#header-dropshadow{
	background: url(images/header-dropshadow.png) bottom left repeat-x;
	position:relative;
	top:35px;
	height:3px;
}

#header a{
	color: #fff;
}

#header .menu{
	margin: 0  auto;
	width: 900px;
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
}

#header .menu ul{
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

#header .menu ul li{
	display: inline;
	padding: 0 20px 0 0;
}

#header .menu ul li h1{
	display: inline;
	font-weight: bold;
}

#sub-header{
	color: #fff;
	border-bottom:1px solid #2e2e2e;
	background: url(images/blog-nav-bg.jpg) top center no-repeat;
}

.blog-nav{
	margin: 0  auto;
	width: 900px;
}

#container{

	float: left;
	background: #000 url(images/container-bg.jpg) top center no-repeat;
}

#page{
	/*border:1px solid white;*/
	width: 900px;
	clear: both;
}

.narrowcolumn{
	float: left;
	width: 600px;
	/*border:1px solid green;*/
	overflow:hidden;
	margin-top:30px;
}


.banner{
	width: 500px;
	background: #e8eefc;
	clear: both;
}

.banner img{
	margin: 5px;
	padding: 10px;
	border: 1px solid #c8d4f0;
	background: #fff;
}

.post{
	padding: 0px 16px;
	/*border:1px solid red;*/
	width:465px;
	float:right;
}

.post h2{
	/*border-bottom: 1px solid #e0e0e0;*/
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}

.post h2 p {
	/*border-bottom: 1px solid #e0e0e0;*/
        font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	text-align: left;
	color: #fff;
        font-weight: normal;
        padding: 0 0 10px;
        padding-top: 5px;
}

.entry{
	line-height: 18px;
	float:left;
	*width:460px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h3{ font-size: 16px; }

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #e0e0e0;
	padding: 4px;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
}

.entry ul{
	margin:10px 0 0 30px;
}

.postinfo a{
	text-decoration:underline;
	color:#f99c1c;
}

.posted-by{
	color:#f99c1c;
	font-weight:bold;
	font-size:11px;
	margin-left:5px;
}
.posted-tags-title{
	color:#f99c1c;
	font-weight:bold;
	font-size:11px;
	margin:20px 0 0 5px;
}
.posted-tags {
	color:#6d6d6d;
	float:left;
	margin-left:5px;
	/*border:1px solid white;*/
}
.posted-tags a{
	color:#6d6d6d;
	text-decoration:underline;
	line-height:20px;
}
.posted-tags a:hover{color:#fff;}
.post a { color: #F99C1C; }
.post a:hover {
	text-decoration: underline;
	}
.post-date{color:#f99c1c;}

.browse{
	/*margin: 0 16px 0;*/
	/*border-top: 1px solid #e0e0e0;*/
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;
	float:left;
	/*border:1px solid green;*/
	width:600px;
	position:relative;
}

.sidebar{
	display: inline;
	float: right;
	margin: 45px 0 0 0px;
	width: 265px;
	font-size: 12px;
	/*border:1px solid green;*/
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li#search input{
	margin: 0 0 5px 0px;
	background-color:#F39;
}

#searchform{
background: url(images/blog-search-swirls.png) bottom right no-repeat;
height:75px;
/*border:1px solid white;*/
}

.sidebar li.widget_search form{
/*	padding: 5px;*/
	/*border:1px solid white;*/
	
}

.sidebar li.widget_calendar table{
	border: 1px solid #c8d4f0;
	padding: 10px;
	background: #fff;
}

.sidebar li.widget_categories{
	/*border: 1px solid red;*/
}
.sidebar li.widget_categories select{width:242px;}
.sidebar li.widget_categories h2{
	/*border: 1px solid purple;*/
	/*	padding: 8px 10px 8px;*/
	background: url(images/blog-category.png) top left no-repeat;
	color:red;
	text-align:right;
}

.sidebar li.widget_archive{
	/*border: 1px solid red;*/
}
.sidebar li.widget_archive select{width:242px;}
.sidebar li.widget_archive h2{
	/*border: 1px solid purple;*/
	/*	padding: 8px 10px 8px;*/
	background: url(images/blog-archive.png) top left no-repeat;
	color:red;
	text-align:right;
}

.sidebar li.widget_tag_cloud{
	/*border: 1px solid red;*/
	width:223px;
}
.sidebar li.widget_tag_cloud select{width:242px;}
.sidebar li.widget_tag_cloud h2{
	/*border: 1px solid purple;*/
	/*	padding: 8px 10px 8px;*/
	background: url(images/blog-tag-header.jpg) top left no-repeat;
	text-align:left;
	height:55px;
	margin-left:-10px;
}

.sidebar li.widget_tag_cloud a{text-decoration:none;color:#6d6d6d;line-height:22px;padding-right:5px;}
.sidebar li.widget_tag_cloud a:hover{color:#fff;}

.sidebar ul li{
	margin: 0 0 10px;
	padding: 5px;
/*	background: #e8eefc;*/
}

.sidebar ul li h2{
	/*border: 1px solid #c8d4f0;*/
	padding: 8px 10px 8px;
	font-size: 12px;
	font-weight: bold;
/*	background: #227AB9 /*url(images/bg_ul_li_h2.gif) repeat-x;
    color: #ffffff;*/
}

.sidebar ul ul{
	/*border: 1px solid #c8d4f0;*/
	border-top: 0;
	padding: 10px;
	/*background: #fff;*/
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	line-height: 24px;
	/*background: #fff;*/
        
}

.sidebar ul ul li h2{
	border: 0;
	padding: 0;
	/*background-image: none;*/
}

.sidebar ul ul ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
        font-size: 12px;
}

#sidebar-rss-feed{
	width:243px;
	height:212px;
	background: url(images/rss-feed-bg.jpg) top left no-repeat;
	/*border:1px solid white;*/
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #e0e0e0;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


/* wp-calendar */

#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	font-size: 11px;
}

#wp-calendar caption{
	padding: 10px 15px;
        font-weight: bold;
}

#wp-calendar th{
	padding: 1px;
	text-align: center;
	vertical-align: top;
	background: #e8eefc;
}

#wp-calendar td{
	padding: 2px;
	text-align: center;
}

#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */


#footer-logo{
	float:right;
	background: url(/themes/MAIN/images/final-footer-logo.png) top left no-repeat; 
	width:295px;
	height:213px;

}
#footer{
	width:914px;
	float:left;
	margin:0 0 30px 0px;
	font-size:10px;
	color:#5b5b5b;
	clear: both;
	position:relative;
}
#footer p{ padding:0px;}
#footer h2{
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#e9661a;
}
#footer-links{
	float:left;

}
#footer-links a{color:#5b5b5b;text-decoration:none;}
#footer-links a:hover{color:#fff;}
#footer-links-left{
	float:left;
	width:240px;
	line-height:20px;
}




.gravatar {
        float:left;
        padding: 3px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: left;
	/*padding: 2px;
	margin-right: 5px;*/
	margin: 13px 0 0 14px;
	border: 1px solid #fff;
	/*background: #ddd;*/
}
#postgrav-bg{
	background: url(images/blog-poster-bg.png) top left no-repeat;
	width:95px;
	height:105px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#footer-bg{
	width:100%;
	height:253px;
	background-color:#1b1b1b;
	float:left;
}

.blog-footer-wrapper {
	width: 900px;
	height:253px;
	position:relative;
	float:left;
	background: url(images/blog-footer-bg.png) top left no-repeat;
}

#footer-monitor{
	float:right;
	width:290px;
	height:290px;
	/*border:1px solid orange;*/
	position:relative;
	top:-45px;
	background: url(images/blog-footer-monitor.png) top left no-repeat;
}

.addtoany_list {margin-top:20px;}
.addtoany_list li{list-style-type:none;}

#web-header{
	float:left;
	width:106px;
	height:52px;
	background-image: url(/themes/MAIN/images/sub-nav-web.png);
}

#web-header:hover{background-image: url(/themes/MAIN/images/web-hover.png);}

#multimedia-header{
	float:left;
	width:173px;
	height:52px;
	background-image: url(/themes/MAIN/images/sub-nav-multimedia.png);
}

#multimedia-header:hover{background-image: url(/themes/MAIN/images/multimedia-hover.png);}

#print-header{
	float:right;
	width:130px;
	height:52px;
	background-image: url(/themes/MAIN/images/sub-nav-print.png);
}

#print-header:hover{background-image: url(/themes/MAIN/images/print-hover.png);}

#community-header{
	float:right;
	width:158px;
	height:52px;
	background-image: url(/themes/MAIN/images/sub-nav-community.png);
}

#community-header:hover{background-image: url(/themes/MAIN/images/community-hover.png);}
