@charset "UTF-8";
/* CSS Document */

/* Need IE Css for 6&7, mostly social media links and dropdown menus on sidebar, why slideshow not working. 
   Also, do png fix for IE6  */

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, ul, li 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal;font-weight : bold;}

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* GENERAL STYLES */

body {
	background-color: #aaaaaa;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 62.5%;
	line-height: 1.2;
	text-align:center;
	background-image:url(i/tile.jpg);
	}
	
object, video {
	overflow: hidden;
	border: none;
	}
	
/* MAIN LAYOUT */


#wrapper {
	text-align:left;
	width:800px;
	background-color: #8f9cb7;
	margin:0 auto;
	position:relative;
	}

#content-main {
	width:470px;
	margin-left:170px;
	text-align:center;
	background:#eeeeee;
	padding:40px 80px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	min-height:600px;
        height:auto !important;
        height:600px;
	}

#content-main ul {
	list-style:none;
	}

#content-main li {
	
	}

#content-main h2 a {
	display:block;
	font-family: Century Gothic, sans-serif;
	font-size:1em;
	color:#465776;
	text-align:center;
	}

#respond, #comments {margin-top:20px; clear:both;}

#respond h3 {
	margin-top:20px;
	}

.alignleft{float:left;}
.alignright{float:right;}

.navigation div.alignleft{text-align:left; display:inline-block; float:left; width:200px; clear:both;}
.navigation div.alignright{text-align:right; display:inline-block; float:right; width:200px;}

.postmetadata{clear:both;}

.comment-meta{position:absolute; top:0px; right:5px;}

#content-main p {
	text-align:left;
	margin:20px 0;
        font-size:1.2em;
	}

#content-main a {
	text-align:left;
	text-transform:uppercase;
	font-size:1.2em;
	}

.commentlist {
	text-align:left;
	}

.comment-body p {
	margin:0;
	}
	
.comment-body{position:relative;}
	
.comment-author{display:inline;}
.comment-author img{float:left; margin-right:5px;}

#comment {
	width:100%;
	}

#hcard-Douglas-Simon {
	
	}

.fn {
	display:block;
	}

.label {
	color:#8f9cb7;
	}
	
.slash {
	color:#FFFFFF;
	}

.linkcat h2 {margin:10px 0 5px 0;}
.pagetitle {margin-bottom:10px;}
.archive-h2{margin:10px 0;}
.category-media-and-entertainment{margin:10px 0}

.post-title{
	display:block;
	font-family: Century Gothic, sans-serif;
	font-size:1.8em;
	color:#465776;
	text-align:center;
	text-transform:uppercase;
	}
.page-title{
	display:block;
	font-family: Century Gothic, sans-serif;
	font-size:2em;
	color:#465776;
	text-align:center;
	text-transform:uppercase;
        margin-bottom:10px;
	}

/* HEADER */
	
#header {
	height:280px;
	background:url(i/head_background.jpg) no-repeat;
	padding:20px 10px;
	}

#header h1 {
	background:url(i/vv_logo.png) no-repeat;
	display:block;
	width: 292px;
	height:78px;
	text-indent:-9999px;
	}
	
#subheading {
	font-family: Century Gothic, sans-serif;
	font-size:1.2em;
	color:#D2C268;
	width:500px;
	font-weight:bold;
	}
	
#dss {
	width:200px;
	background-color: #8f9cb7;
	text-align:center;
	position:absolute;
	top:35px;
	right:35px;
	padding:10px;
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#dss a {
	display:inline-block;
	background:url(i/dss_logo_small.png) no-repeat;
	text-indent:-9999px;
	width: 151px;
	height: 41px;
	}

#slideshow {
	margin:40px auto 0 auto;
	height: 190px;
	}

/* SIDEBAR */

#content-sub {
	width:160px;
	position:absolute;
	top:300px;
	padding:5px;
	}

#search h3 {
	color:#FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size:2em;
	text-transform:uppercase;
	}

#search-field {
	width:70%;
	}

#search-button {

	}

#social-media {
	background:url(i/dropdown_bar.jpg) no-repeat;
	margin:20px 0 0 -5px;
	}

#sm-head {
	background:url(i/dropdown_button.jpg) no-repeat;
	text-indent:-9999px;
	width:33px;
	height:23px;
	position:relative;
	left:137px;
	}

#social-media ul {
	list-style:none;
	margin-left:5px;
	}

#sm-links {
	background-color:#ddd;
	border-top:solid 2px #aaa;
	border-left:solid 2px #aaa;
	border-right:solid 2px #aaa;
	color:#465776;
	margin-top:-2px;
	}
	
#sm-links li {
	line-height:1.5em;
	border-bottom:solid 2px #aaa;
	padding: 2px;
	position:relative;
	}

#sm-links li img {
	position: absolute;
	right:0;
	margin:0 3px 3px 0;
	}

#menus {
	margin-top:20px;
	}

#menus h3 {
	display:none;
	}

#menus ul {
	list-style:none;
	}
	
.side-link {
	display:block;
	background:#BFC5D3;
	width:150px;
	font-family: Century Gothic, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0;
	padding:0 5px;
	}

#top-pr-trends {
	background:url(i/menu-back.jpg) repeat-y #465776;
	position:absolute;
	left:160px;
	top:0;
	width:170px;
	border:solid 2px #465776;
	}

#top-pr-trends li {
	padding:2px;
	background:#BFC5D3;
	margin-top:2px;
	}

#menu1, #menu2, #menu3 {
	display:block;
	position:relative;
	}
	
.b1{
	background:url(i/border1.jpg) repeat-y;
	width:140px;
	height:2px;
	position:absolute;
	left:-2px;
	top:-2px;
	}
	
.b2{
	background:url(i/border2.jpg) repeat-x;
	width:2px;
	height:140px;
	position:absolute;
	left:-2px;
	top:0;
	}

#categories {
	background:url(i/menu-back.jpg) repeat-y #465776;
	position:absolute;
	left:160px;
	top:0;
	width:170px;
	border:solid 2px #465776;
	}

#categories li {
	padding:2px;
	background:#BFC5D3;
	margin-top:2px;
	}
	
#participate {
	background:url(i/menu-back.jpg) repeat-y #465776;
	position:absolute;
	left:160px;
	top:0;
	width:170px;
	border:solid 2px #465776;
	}
	
	
#participate li {
	padding:2px;
	background:#BFC5D3;
	margin-top:2px;
	}

#categories li.sub, #top-pr-trends li.sub, #participate li.sub {
	margin-top:0px;
	}

#categories a {

	}

#additional-content img {
	display:block;
	margin:20px auto;
	}

#newsroom-headlines {
	width:140px;
	margin:20px 0;
	min-height:100px;
	padding:10px;
	background-color:#465776;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#newsroom-headlines h3 {
	color:#FFFFFF;
	font-size:1.2em;
        margin-bottom: 15px;
	}


div.hl p.hldate {
        color:#8f9cb7;
        font-size: smaller;
        }

#newsroom-headlines div.hl a {
        font-size:1.2em; 
        margin-bottom:10px;
        display:block;
        }

#twitter {
	border:2px #465776 solid;
	background-color:#ffffff;
	margin:20px 0;
	}

#twitter h3 {
	background:url(i/twitter_head.jpg) no-repeat center center;
	width: 154px;
	height: 28px;
	display:inline-block;
	text-indent:-9999px;	
	}

#twitter_update_list {
	list-style:none;
	color:#000;
	}

#twitter_update_list li a {
	display:block;
	}
	
#twitter_update_list li {
	padding:10px;
	}
	
#twitter_update_list li span a {
	display:inline;
	color:#465776;
	}

/* FOOTER */

#footer {
	background:url(i/footer.jpg) no-repeat;
	width:770px;
	height:36px;
	color:#FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	padding:15px;
/*	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px; */
	}

/* LINKS */

a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

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

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

a:active {
	color:#FFFFFF;
	text-decoration:none
	}
	
.side-link:link {
	color:#465776;
	text-decoration:none;
	}

.side-link:visited {
	color:#2E394E;
	text-decoration:none;
	}

.side-link:hover {
	color:#465776;
	text-decoration:underline;
	}

.side-link:active {
	color:#465776;
	text-decoration:none
	}
	
#content-main a:link {
	color:#465776;
	text-decoration:none;
	}

#content-main a:visited {
	color:#2E394E;
	text-decoration:none;
	}

#content-main a:hover {
	color:#465776;
	text-decoration:underline;
	}

#content-main a:active {
	color:#465776;
	text-decoration:none
	}
	
#sm-links a:link {
	color:#465776;
	text-decoration:none;
	}

#sm-links a:visited {
	color:#2E394E;
	text-decoration:none;
	}

#sm-links a:hover {
	color:#465776;
	text-decoration:underline;
	}

#sm-links a:active {
	color:#465776;
	text-decoration:none
	}

#top-pr-trends a:link {
	color:#465776;
	text-decoration:none;
	}

#top-pr-trends a:visited {
	color:#2E394E;
	text-decoration:none;
	}

#top-pr-trends a:hover {
	color:#465776;
	text-decoration:underline;
	}

#top-pr-trends a:active {
	color:#465776;
	text-decoration:none
	}
	
#categories a:link {
	color:#465776;
	text-decoration:none;
	}

#categories a:visited {
	color:#2E394E;
	text-decoration:none;
	}

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

#categories a:active {
	color:#465776;
	text-decoration:none
	}
	
#participate a:link {
	color:#465776;
	text-decoration:none;
	}

#participate a:visited {
	color:#2E394E;
	text-decoration:none;
	}

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

#participate a:active {
	color:#465776;
	text-decoration:none
	}
	
#twitter_update_list a:link {
	color:#465776;
	text-decoration:none;
	}

#twitter_update_list a:visited {
	color:#2E394E;
	text-decoration:none;
	}

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

#twitter_update_list a:active {
	color:#465776;
	text-decoration:none
	}
