/*
Theme Name: VodPod Theme
Theme URI: http://www.press75.com/
Description: The official Vodpod.com WordPress theme... powered by Vodpod.com, and designed by Press75.com. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/vodpod-theme/">http://www.press75.com/docs/vodpod-theme/</a>. Don't forget to configure the VodPod Theme Options page.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jasonschuller.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jasonschuller.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

body { 
color : #000;
font-size : 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin : 0px auto 10px auto;
background: #FFF url(images/bg.png) center top repeat-x;
} 


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

a:hover {
color:#555555;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 2px 0;
padding: 0;
font-weight: normal;
}

h1 {
font-size: 20px;
margin-bottom:5px;
}

h2 {
font-size: 18px;
margin-top: 2px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 14px;
padding-bottom:20px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

p {
margin: 0 0 10px 0;
}

img {
border: none;
}

/** Main Site Wrapper **/
#wrapper {
background: none;
width: 870px;
margin: 0px auto;
overflow: hidden;
}

#wrapper_inside {
	width: 870px;
	margin: 0px auto;
	padding: 0;
}

#wrapper_bottom {
background: none;
width: 870px;
height: 20px;
margin: -5px auto;
overflow: hidden;
}

/** Header **/
#header { 
padding :0px; 
background:none;
margin:0px 0px 0px 0px; 
height:100px;
} 

.headline {
background:none;
	margin:0px;
	width:870px;
	height:100px;
}

#header_inside {
background: #333333;
width: 940px;
margin: 0 13px 0 13px;
float: left;
}

#header_top {
width: 940px;
height: 115px;
float: left;
border-bottom: 1px solid #666666;
}

#header_nav {
background: #3D3D3D;
width: 940px;
height: 30px;
float: left;
}

#header_categories {
width: 465px;
height: 30px;
float: left;
}

#header_pages {
width: 465px;
height: 30px;
float: right;
}

#header_pages ul {
float: right;
background: url(images/menu-divider.png) top left no-repeat;
}

#header_bottom {
background: url(images/frame-bottom.png) top left no-repeat;
width: 966px;
height: 20px;
margin: -5px 0 0 0;
float: left;
}

* + html #header_bottom {
position: relative;
z-index: 2;
margin-top: 5px;
}

#header_left {
width: 452px;
padding: 0 0 0 10px;
float: left;
}

#header_left h1 {
font-size: 28px;
color: #FFFFFF;
padding: 50px 0 0 0;
}

#header_left a {
color: #FFFFFF;
}

#header_left a:hover {
color: #CCCCCC;
}

#header_right {
width: 468px;
padding: 27px 10px 0 0;
float: left;
}

/** Featured Content **/
#content_featured {
width: 870px;
background:  url(images/vidshadow.png) repeat-y;
height: 237px;
float: left;
}

* + html #content_featured {
position: relative;
z-index: 1;
}

#content_featured_inside {
background:  url(images/vidshadow.png) repeat-y;
width: 850px;
float: left;
margin-left:10px;
}

#content_featured_bottom {
background: url(images/frame-bottom.png) top left no-repeat;
width: 870px;
height: 20px;
margin: -5px 0 0 0;
float: left;
}

* + html #content_featured_bottom {
position: relative;
z-index: 1;
}

.thumbnail_image {
background: url(images/thumbnail-shadow.png) top left no-repeat;
padding: 1px 3px 5px 3px;
}

/** Single Video **/
#content_video {
background: url(images/frame-color.png) top left repeat-y;
width: 870px;
padding: 0 0 15px 0;
float: left;
}

#content_video_bottom {
background: url(images/frame-bottom.png) top left no-repeat;
width: 870px;
height: 20px;
margin: -5px 0 0 0;
float: left;
}

#single_video {
margin: 172px 0 0 0;
padding: 0 30px 0 30px;
}

* + html #single_video {
margin: 35px 0 0 0;
padding: 0 30px 0 30px;
}

/** Main Content **/
#content_wrapper {
background: url(images/fold.png) top right no-repeat;
width: 870px;
margin: 0 0 0 0;
float: left;
}

#content_left {
width: 627px;
padding: 15px 0 0 3px;
float: left;
}

.post_nav {
width: 610px;
margin-bottom: 10px;
padding: 0 0 0 10px;
float: left;
}

* + html .post_nav {
margin-top: -10px;
}

/* Content Carousel */
#content_featured_inside .carousel  {
position: relative;
overflow: hidden;
padding: 12px 0 0 0;
color: #CCCCCC;
}

#content_featured_inside a {
color: #FFFFFF;
}

#content_featured_inside a:hover {
color: #CCCCCC;
}

#content_featured_inside .main {
margin: 0;
}

#content_featured_inside .carousel a.prev {
display: block;
position: absolute;
width: 75px;
height: 235px;
background: url("images/previous.png") no-repeat 0 0;
top: 0;
left: 0;
z-index: 10000;
}

* + html #content_featured_inside .carousel a.prev  {
top: 4px;
}

#content_featured_inside .carousel a.prev:hover {
background: url("images/previous.png") no-repeat 0 -250px;
}  

#content_featured_inside .carousel a.next {
display: block;
position: absolute;
width: 75px;
height: 235px;
background: url("images/next.png") no-repeat 0 0;
top: 0;
right: 0;
z-index: 10000;
}

* + html #content_featured_inside .carousel a.next  {
top: 4px;
}

#content_featured_inside .carousel a.next:hover {
background: url("images/next.png") no-repeat 0 -250px;
}  

#content_featured_inside .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content_featured_inside .carousel .rotate {
float: left;
margin: 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content_featured_inside .carousel ul {
margin: 0;
}

#content_featured_inside .carousel li img {
width: 200px;
height: 150px;
}

#content_featured_inside .carousel li {
width: 206px;
height: 225px;
margin: 0 95px 0 -80px;
}

#content_featured_inside .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 0 5px 10px 3px;
}

.intro p {
margin: 0 0 5px 0;
color: #FFFFFF;
}

.intro h3 {
margin: 8px 0 1px 0;
font-size: 15px;
color: #FFFFFF;
}

/** Post Styles **/
.post_wrapper {
background: url(images/post-divider.png) bottom left no-repeat;
width: 610px;
margin-bottom: 20px;
padding: 0 0 10px 10px;
float: left;
}

.post_wrapper ul {
margin: 0 0 30px -40px;
list-style: none;
}

* + html .post_wrapper ul {
margin: 0 0 30px 0px;
}

.post_wrapper li {
background: url(images/bullet.png) top left no-repeat;
padding: 3px 0 5px 17px;
margin: 0 0 0 0;
}

.post_details {
background: url(images/details-bg.png) top left no-repeat;
width: 200px;
height: 228px;
padding: 20px 20px 0 20px;
margin: 0 15px 10px 0;
float: left;
}

.post_thumbnail {
width: 200px;
height: 150px;
margin: 0 0 5px 0;
float: left;
}

.play_button {
position: absolute;
width: 200px;
height: 150px;
background: url(images/play.png) 0 -150px no-repeat;
z-index: 10000;
}

.play_button:hover {
background: url(images/play.png) 0 0 no-repeat;
}

.play {
width: 200px;
height: 150px;
}

img.thumbnail {
width: 200px;
height: 150px;
}

.post_ratings {
width: 125px;
height: 30px;
float: left;
}

.post_comments {
background: url(images/comments.png) top left no-repeat;
width: 26px;
height: 28px;
padding: 2px 0 0 0;
font-size: 10px;
text-align: center;
float: right;
}

.post_comments a {
color: #FFFFFF;
}

.post_comments a:hover {
color: #CCCCCC;
}

.post_views {
width: 250px;
margin: 11px 0 0 0;
color: #3D3D3D;
float: left;
}

.post_views a {
color: #3D3D3D;
}

.post_views a:hover {
color: #000000;
}

/** Video Popup **/
.video {
text-align: center;
}

/** Sidebar Styles **/
#content_right {
width: 300px;
margin: 0 0 0 33px;
float: left;
}

#content_right ul {
margin: 0;
padding: 0;
list-style: none;
}

#content_right li {
margin: 0;
padding: 5px 0 5px 0;
list-style: none;
}

#content_right h3 {
margin: 0;
padding: 0 0 5px 0;
}

.widgets {
background: url(images/widget-divider.png) bottom right no-repeat;
width: 300px;
float: left;
margin: 15px 0 15px 0;
padding: 5px 0 10px 0;
}




#sidebar { 
 background:url(images/sidebarback.png);
 background-repeat:no-repeat;
width : 185px;
color : #555;
padding: 0px 0px 0px 0px;
margin : 0px 0px 0px 20px;
text-align : left;
position : relative;
font-size : 12px;
float:left;

}
#sidebar p { 
padding : 0;
list-style-type : none;
margin : 0;
} 
#sidebar h2 { 
	color : #D9272D;
	font-size : 12px;
	font-weight:normal;
	font-family:Myriad Pro, Verdana;
	margin : 0 0 5px 4px;
	padding-bottom:10px;
} 

#sidebar h3 { 
	color : #D9272D;
	font-size : 16px;
	font-weight:normal;
	font-family:Myriad Pro, Verdana;
	margin : 0 0 5px 4px;
} 

#sidebar a { 
color : #000;
display : block;
font-size:12px;
font-weight:none;
text-decoration : underline;
margin : 0;
} 
#sidebar a:hover { 
color : #D94616;
text-decoration : none;
border-bottom:none;
} 
#sidebar ul { 
list-style-type : none;
padding : 0;
} 

#sidebar ul ul { 
padding : 0;
margin : 0;
}

#sidebar ul li { 
display : inline;
padding : 0;
margin : 0;
list-style-type : none;
} 

.p75_sidebar_ads {
margin: 0px;
text-align: center;
}

.p75_sidebar_ads img {
margin: 0 10px 10px 0;
}

.cat_posts {
background: none;
margin: 0;
}

.side_featured_post {
background: url(images/widget-divider.png) bottom right no-repeat;
margin: 8px 0 0 0;
padding: 8px 10px 15px 0;
float: left;
}

.side_featured_post img {
float: left;
margin: 0 8px 4px 0;
border: 1px solid #999999;
}

.side_featured_post img:hover {
border: 1px solid #000000;
}

#footer_wrapper {
width: 870px;
margin: 0px auto;
padding: 0px 0 0 0;
overflow: hidden;
}

* html #footer { 
width : auto;
text-align : left;
margin : 0px 0px 0px 0px;
padding : 0px;
float : left;
} 

.credits { 
margin: 0px 0px 0px 0px; 
float:left;
background:url(images/footer.png) no-repeat;
color:#999;
text-align:center;
width:870px;
height:80px;
}

#footer { 
width : auto;
text-align : left;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
margin : 0px 0px 0px 0px;
padding : 0px;
float : left;
display:inline
}

#footer li { 
margin-bottom:3px;
}

#footer a { 
color:#fff;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
margin-bottom:3px;
text-decoration:underline;
}
#footer a:hover {
color:#FFF;
border-bottom:none;
}

#footer ul { 
margin:0px;
list-style-type:none
}

#footer p { 
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
color:white;
margin:0px;
}

#footer h2 { 
background:url(images/heading_pat.gif);
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
color:white;
margin:0px;
}



/** menu styles **/
.sf-menu,.sf-menu * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
text-align: left;
}

.sf-menu {
line-height: 1.0;
}

.sf-menu ul {
position: absolute;
top: -999em;
width: 150px;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu li:hover {
visibility: inherit;
}

.sf-menu li {
float: left;
position: relative;
background: url(images/menu-divider.png) top right no-repeat;
}

.sf-menu a {
display: block;
position: relative;
text-decoration: none;
padding: 8px 12px 8px 12px;
}

.sf-menu a:hover {
color: #CCCCCC;
}

* + html .sf-menu a {
padding: 7px 10px 7px 10px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left: 0;
top: 30px;
z-index: 500000;
}

.sf-menu a,.sf-menu a:visited {
color: #FFFFFF;
}

.sf-menu li li {
background: #3D3D3D;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin: 0 0 -1px 0;
}

.sf-menu li li:hover {
background: #333333;
}

.sf-menu li li li {
left: -270px;
top: -1px;
background: #3D3D3D;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

.sf-menu a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

.subscribe a {
background: url(images/rss.png) right no-repeat;
padding-right: 20px;
margin-right: 12px;
}

* + html .subscribe a {
padding-right: 25px;
}

li.subscribe {
background: none;
}

.subscribe a:hover {
background: url(images/rss-over.png) right no-repeat;
}

/** begin comment styles **/
#comments {
margin: 0 0 0 0;
}

#comments h3 {
font-size: 16px;
font-weight: normal;
color: #181512;
margin: 5px 0 0 0;
padding: 0;
}

#comments p {
margin: 5px 0 5px 0;
}

.comment-author {
font-size: 14px;
font-weight: normal;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
margin: 0 0 10px 0;
}

.avatar {
float: right;
display: inline;
padding: 2px;
margin: 5px 0 4px 4px;
border: 1px solid #CCCCCC;
}

#comment {
width: 610px;
font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color: #333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom: 10px;
width: 610px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0;
}

ol.commentlist li.alt {
background: url(images/post-divider.png) bottom left no-repeat;
width: 610px;
padding: 0 0 22px 10px;
margin: 5px 0 15px 0;
}

ol.commentlist li {
background: url(images/post-divider.png) bottom left no-repeat;
width: 610px;
padding: 0 0 22px 10px;
margin: 5px 0 15px 0;
}

ol.commentlist li div.reply {
color: #666666;
font: bold 9px/1 helvetica,arial,sans-serif;
padding: 7px 10px 5px 10px;
text-align: center;
width: 36px;
background: #CCCCCC;
border: 1px solid #666666;
margin: 10px 0 0 0;
cursor: pointer;
}

ol.commentlist li div.reply:hover {
background: #666666;
}

ol.commentlist li div.reply a {
color: #333333;
text-decoration: none;
text-transform: uppercase;
}

ol.commentlist li ul.children { 
list-style: none; 
margin: 0;
padding: 0;
text-indent: 0; 
}

ol.commentlist li ul.children li {
background: none;
margin: 0;
padding: 10px 0 0px 0;
border: none;
}

ol.commentlist li ul.children li.alt {
background: none;
margin: 0;
padding: 10px 0 0px 0;
border: none;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
background: url(images/submit.png) no-repeat;
border: none;
width: 125px;
height: 35px;
cursor: pointer;
}

input#submit:hover {
background: url(images/submit-over.png) no-repeat;
}


#comment,#author,#email,#url {
border: 1px solid #E5E3D8;
padding: 2px;
margin: 3px 0 2px 0;
color: #404040;
}

#comment {
background: url(images/area.png) top left no-repeat;
border: none;
width: 600px;
height: 290px;
padding: 5px 10px 5px 5px;
margin: 2px 0 8px 0;
}

#respond {
padding: 0 15px 20px 10px;
width: 610px;
}

* + html #respond {
margin: -20px 0 0 0;
}

#author {
background: url(images/fields-name.png) top left no-repeat;
border: none;
width: 164px;
height: 26px;
padding: 9px 125px 5px 5px;
margin-top: 5px;
}

#email {
background: url(images/fields-email.png) top left no-repeat;
border: none;
width: 164px;
height: 26px;
padding: 9px 125px 5px 5px;
}

#url {
background: url(images/fields-web.png) top left no-repeat;
border: none;
width: 164px;
height: 26px;
padding: 9px 125px 5px 5px;
}

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

.fieldset li {
margin: 0 0 10px 0;
padding: 0;
}

/** wordpress basics **/
.wp-caption img {
margin-bottom: 5px;
padding:5px;
background-color:#FFFFFF;
}

.wp-caption-text {
color:#FFFFFF;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
text-transform: uppercase;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

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

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
background-color: #FFF;
padding: 10px 5px 0 5px;
margin-bottom: 5px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 5px;
margin: 0;
background: none;
color: #333;
}


/* Navigation Bar*/
#navbar {
	 float:left; padding:0px; margin:auto; height:28px; width:870px; background:url(images/menu_bg.png) no-repeat; text-decoration:none; z-index:10;}


#page-bar {
	width:870px;margin:auto; padding-left: 0px; z-index:10; position:absolute;  float:left;
	}

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

#page-bar li {
	width:105px;
	text-align:center;
	float:left;
	list-style:none;
	border-left:1px solid #FFF;
	}

#page-bar li:hover {
	background: #none;
	color:#cccccc;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	line-height:28px;
	font-weight:100;
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
		color:#cccccc;

	}


.menu { float:left; padding:0px; margin-left:10px;  height:28px; width:870px; text-decoration:none; z-index:10;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:870px; w\idth:870px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:100px; height:28px; border-right:1px solid #fff; border-width:1px 0 1px 1px;  line-height:28px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:url(images/menu_bg.png); }
/* style the second level hover */
.menu ul ul a.drop:hover{background:url(images/menu_bg.png);}
.menu ul ul :hover > a.drop {background:url(images/menu_bg.png);}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(images/menu_bg.png);}
/* style the third level hover */
.menu ul ul ul a:hover {background:#none;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0; width:100px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#D9272D ; color:#000; height:auto; line-height:28px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:106px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#cccccc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;} 

#newssearch { 
width : 870px;
height:32px;
background:url(images/searchline.png);
background-repeat:no-repeat;
text-align : left;
margin : 0px 0px 0px 0px;
padding : 0px;
float : left;
}

#newssearchhome { 
width : 870px;
height:32px;
background:url(images/searchline.png);
background-repeat:no-repeat;
text-align : left;
margin : 0px 0px 0px 0px;
padding : 0px;
float : left;
}

.search_header {
	float:left;
	width:220px;
	color:#000;
	font-size:15px;
}

#searchform_header { 
margin : 0px;
padding : 0px;
position:relative;
top:5px;
left:560px;
overflow:hidden;
font-size:12px;
width:380px;
}

#newsform_header { 
margin : 0px 0px 0px 0px;
padding : 0px;
position:relative;
top:8px;
right:195px;
overflow:hidden;
font-size:10px;
width:300px;
}


#searchbar {
width : 824px;
height:10px;
padding : 0px;
margin : 10px 0px 10px 13px;
float : left;
} 


#contentsearch {
background:none;
width : 400px;
padding : 0px;
margin : 22px 350px 8px 4px;
float : right;
} 

#searchform { 
padding : 0;
overflow : hidden;
display:none;
} 
#s { 
padding : 0px;
width:175px;
height:15px;
background: #BDCCD4;
color: #000;
font-family:Verdana, Arial;
font-size:9px;
} 

#contenthome {
background:none;
width : 600px;
padding : 0px;
margin : 25px 30px 8px 4px;
float : right;
} 

#wrap { 
	background-repeat: repeat;
	margin: 0px auto 0px auto;
}

#contentfill { 
width : 870px;
background:url(images/shadow.png);
background-repeat:repeat-y;
text-align : left;
margin : 0px 0px 0px 0px;
padding : 0px;
float : left;
display:inline
}

#pressrelease { 
margin : 4px 0px 20px 5px;
padding-bottom:40px;
text-align : center;
font-size : 12px;
float:left;

}

#breadcrumb {
background:none;
width : 600px;
padding : 0px;
margin : -10px 190px 10px 4px;
float : right;
} 

#searchresults {
background:none;
width : 600px;
padding : 0px;
margin : -20px 0px 0px 0px;
float : left;
} 


#breadcrumb h1 {
font:Verdana, Arial, Helvetica, sans-serif; color:#999999;
font-size:12px;
font-weight:none;


}

#content p { 
padding : 0 0 15px 0;
margin : 0;
line-height : 16px;
font-size:14px;
clear:both;
} 

#content p a { 
padding : 0 0 15px 0;
margin : 0;
line-height : 16px;
font-size:14px;
clear:both;
color : #0000ff;
text-decoration:underline;
} 

#content table { 
padding : 0 0 15px 0;
margin : 0;
line-height : 16px;
font-size:14px;
clear:both;
} 

#content table a { 
padding : 0 0 15px 0;
margin : 0;
line-height : 16px;
font-size:14px;
clear:both;
color : #0000ff;
text-decoration:underline;
} 

#content p ol { 
margin : 0;
padding : 0 0 0 20px;
} 
#content p ul { 
margin : 15px;
padding : 0 0 0 20px;
} 
#content li { 
margin-left : 10px;
padding : 0 0 0 5px;
} 
#content h1 { 
font-size : 22px;
font-family:Arial, Helvetica, sans-serif;
line-height:23px;
font-weight : normal;
letter-spacing:-1px;
padding : 0;
margin : 0;
margin-bottom:5px;
} 
#content h1 a { 
color : #D9272D;
text-decoration : none;
border-bottom:none;
} 
#content h1 a:hover { 
color : #D9272D;
text-decoration : none;
}

#content h4 { 
font-size : 10px;
color:#999999;
font-family:Verdana;
font-weight : normal;
letter-spacing:0px;
padding : 0;
margin : 0;
margin-bottom:0px;
} 
#content h4 a { 
color : #999;
text-decoration : none;
border-bottom:none;
} 
#content h4 a:hover { 
color : #999;
text-decoration : none;
}

#content h3 { 
font-size : 32px;
color:#D9272D;
font-family:Myriad Pro, Verdana;
line-height:23px;
font-weight : normal;
letter-spacing:0px;
padding : 0;
margin : 0;
margin-bottom:5px;
} 
#content h3 a { 
color : #FF6000;
text-decoration : none;
border-bottom:none;
} 
#content h3 a:hover { 
color : #666;
text-decoration : none;
}

#content h2 { 
font-size : 34px;
font-family:Myriad Pro, Verdana;
line-height:23px;
font-weight : normal;
letter-spacing:0px;
padding : 0;
margin : 0px 0px 10px 0px;
} 
#content h2 a { 
color : #D9272D;
text-decoration : none;
border-bottom:none;
} 
#content h2 a:hover { 
color : #D9272D;
text-decoration : none;
}

#contentsearch h6 { 
font-size : 16px;
font-family:Verdana;
line-height:23px;
font-weight : normal;
letter-spacing:0px;
padding : 0;
margin : 10px 0px 5px 0px;
text-decoration:underline;
} 
#contentsearch h6 a { 
color : #D9272D;
text-decoration : underline;
border-bottom:none;
} 
#contentsearch h6 a:hover { 
color : #D9272D;
text-decoration : underline;
}

#content {
background:none;
width : 790px;
padding : 0px;
margin : 25px 40px 8px 4px;
float : right;
} 

/*div.date{display:none;}*/