﻿/* Theme Name: Winxperts News */
/* Stylesheet for Winxperts Homepage */
/* Creation Date: February 5, 2010 */
/* Modified Date: */

/* MAIN BODY */

/* SPECIAL COVERAGE */
#special-coverage-wrapper {
	background:white;
	color:black;
}

#special-coverage-wrapper div {
	display:inline-block;
}

body {
	background:#cfcfcf;
	background-image:url('images/winter-bg-site.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0 auto;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:5px;
}

li {
	padding:0;
}

img {
	border:0;
}

/* CONNECT WITH WINXPERTS LINK */

#twitter-logo-link {
	background:transparent url('images/twitterlogo.png');
    background-repeat: no-repeat;
    height:30px;
    width:153px;
}

#facebook-logo-link {
	background:transparent url('images/facebooklogo.png');
    background-repeat: no-repeat;
    height:30px;
    width:153px;
}


/*** MENU STYLE ****/
#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 35px; 
    font-weight: bold; 
    text-transform: uppercase; 
	font-size: 0.95em;
	padding: 5px 8px;
	margin-left: 6px;
} 
 
#navtabs li { 
    float: left; 
    background:  transparent url(images/tab_inactive.png) no-repeat left top; 
    padding: 0px 0 8px 14px; 
    margin-right: 0px; 
} 
 
#navtabs li a { 
    background: transparent url(images/tab_inactive.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
    color:black;
   
} 

#navtabs li a:hover { 
    background: transparent url(images/tab_inactive.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
    color:black;
   
} 

 
#navtabs li.current_page_item { 
    background: transparent url(images/tableft_active.png) no-repeat left top; 
    font-size: 1.05em;
	font-weight: bold;
	padding: 0;			
	margin: -4px 0px auto 5px;
	position: relative;	
} 
 
#navtabs li.current_page_item a { 
    background: transparent url(images/tabright_active.png) no-repeat right top; 
    color: black; 
    padding: 10px 15px 10px 10px;
	margin-left: 6px;
	display: block;	

}
/** END MENU STYLE **/


/* HEADER */

h1, #content_jump {
	text-indent: -9999px;
	height: 0px;
	width: 0px;
}

#header {
	position: relative;
}

#branding {
	background: #1d3652 url(images/branding_bg.png) repeat-x top;
	min-height: 93px;
}
/* END HEADER */
	
/* PRIMARY NAVIGATION */
#primary_nav {
	background: grey url(images/primarynav_bg.png) repeat-x;
	font-size: 0.95em;
	border-bottom: 5px solid grey;
	padding-left: 10px;
	height: 31px;	
}

	#primary_nav ul li, #primary_nav ul li a {
		color: black;
		text-decoration: none;
	}
	
	#primary_nav ul li {
		font-size: 0.95em;
		padding: 8px 8px;
		margin-left: 6px;
	}
	
		#primary_nav li.current_page_item {
			background: transparent url(images/tableft_active.png) no-repeat top left;
			font-size: 1.05em;
			font-weight: bold;
			padding: 0;			
			margin: -4px 0px auto 5px;
			position: relative;	
			color:black;	
		}
		
		#primary_nav li.current_page_item a {
			background: transparent url(images/tabright_active.png) no-repeat top right;
			padding: 10px 15px 10px 10px;
			margin-left: 6px;
			display: block;		
			color:black;	
		}
		
	#primary_nav ul li a {
		color: black;
		text-decoration: none;
	}
/* END PRIMARY NAVIGATION */


/* HOME PAGE(home.php) */

#content {
	color:#000000;
	font-size:inherit;
	font-family:inherit;
	width:930px;
	margin: 0 auto;
	height:100%;
	background:transparent;
}

#top-main-wrapper {
	width:930px;
	height:200px;
	margin-top:5px;
}

#top-main-wrapper div{
	display:inline-block;
}

#middle-content-wrapper {
	width:930px;
	height:auto;
	margin-top:10px;
	clear:both;
}

#middle-content-wrapper div {
	display:inline-block;
}

#news-picture-rotator {
	height:200px;
	width:300px;
	margin-left:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	vertical-align:top;

}

#news-picture-rotator-header {
	height:20px;
	width:300px;
	color:black;
	font-weight:bold;
	background:url('images/box-header.png') transparent repeat-x;
	vertical-align:top;
		font-size:9pt;
}

#news-picture-rotator-header h4{
	vertical-align:top;
	margin:0px;
	margin-left:5px;
}

#latest-news-posts {
	height:200px;
	width: 300px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	vertical-align:top;
		font-size:9pt;
}

#latest-news-header {
	height:20px;
	width:300px;
	color:black;
	font-weight:bold;
	background:url('images/box-header.png') transparent repeat-x;
	vertical-align:top;
}

#latest-news-header h4 {
	vertical-align:top;
	margin:0px;
	margin-left:5px;
}


#latest-forum-posts {
	height:200px;
	width:300px;
	margin-right:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#latest-forum-posts-header {
	height:20px;
	width:300px;
	color:black;
	font-weight:bold;
	background:url('images/box-header.png') transparent repeat-x;
	vertical-align:top;
}

#latest-forum-posts-header h4 {
	vertical-align:top;
	margin:0px;
	margin-left:5px;
}

#latest-posts {
	height:auto;
	width: 600px;
	background:url('images/box-background.png') transparent repeat-x;
	margin-left:7px;
	margin-bottom:10px;
	border:1px black solid;
}

#latest-posts-header {
	height:20px;
	width:600px;
	color:black;
	font-weight:bold;
	background:url('images/box-header.png') transparent repeat-x;
	vertical-align:top;
}

#latest-posts-header a{
	color:black;
	text-decoration:none;
}

#latest-posts-header a:hover{
	color:black;
	text-decoration:underline;
}


#latest-posts-header h4{
	vertical-align:top;
	margin:0px;
	margin-left:5px;
}

#latest-posts-content {
	height:auto;
	padding:0 0 0 5px;
	background:white;
}

#posts-wrapper {
	width:600px;
	height:auto;
	vertical-align:top;
}

#post-meta {
	height:20px;
	margin-top:10px;
	font-size:9pt;
	width:600px;
	vertical-align:bottom;
		background:white;
}

#post-meta span {
	margin-left:10px;
}
/* END HOME PAGE (home.php) */

/* SINGLE POST (single.php) */
#single-post-main {
	width:930px;
	height:auto;
	margin-left:7px;
}

#single-post-main div{
	display:inline-block;
}

#single-post-wrapper {
	width:600px;
	height:auto;
	border:1px black solid;
	background:white;
}

#single-post-meta {
	font-size:9pt;
	padding:0px 0px 0px 5px;
}

#single-post-header {
	height:30px;
	background:transparent url(images/single-post-header-bg.jpg) repeat-x;
	width:600px;
	vertical-align:top;
}

#single-post-header h3 {
	margin:0px;
	padding:5px 5px 0px 5px;
}

#single-post-content {
	padding:5px 5px 0px 5px;
}

#single-post-content ul{
	list-style:none;
}


#single-post-share {
	height:30px;
	width:600px;
	border-top:1px gray solid;
}
/* END SINGLE POST (single.php) */

/* POST COPYRIGHT */
#post-copyright {
	color:gray;
	font-size:8pt;
}
/* END POST COPYRIGHT */

/* SECONDARY NAVIGATION */
#second-nav {
	margin:0px 0px 5px 5px;
	text-align:center;
	font-size:9pt;
	height:30px;}

#second-nav a{
	color:black;
	text-decoration:none;
}

#second-nav a:hover {
	color:black;
	text-decoration:underline;
}
/* END SECONDARY NAVIGATION */

/* BREAKING NEWS HEADER */
#breaking-news {
	height:20px;
	color:white;
	background:red;
	text-align:center;
	}

#breaking-news a{
	color:white;
	text-decoration:none;
}

#breaking-news a:hover{
	color:white;
	text-decoration:underline;
}

/* END BREAKING NEWS HEADER */

/* SIDEBAR STYLE */
#sidebar {
	width:300px;
	position:relative;
	margin-left:15px;
	vertical-align:top;
	margin-right:7px;

}

#player-box-wrapper {
	height:220px;
	width:300px;
	margin-top:7px;
	margin-bottom:7px;
	margin-right:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#top-sidebar-box-wrapper {
	height:200px;
	width:300px;
	margin-bottom:7px;
	margin-right:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}


#sidebar-box-wrapper {
	height:200px;
	width:300px;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#sidebar-box-wrapper-desktop {
	height:235px;
	width:300px;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:7px;
	background:url('images/box-background.png') white no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#sidebar-box-header {
	height:20px;
	width:300px;
	color:black;
	font-weight:bold;
	background:url('images/box-header.png') transparent repeat-x;
	vertical-align:top;
}

#sidebar-box-header h4 {
	vertical-align:top;
	margin:0px;
	margin-left:5px;
}


/* AD BOX */
#sidebar-adbox-wrapper {
	height:272px;
	width:300px;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:7px;
	background: white url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#sidebar-social-box {
	height:150px;
	width:300px;
	margin-bottom:7px;
	margin-right:7px;
	background:url('images/box-background.png') transparent no-repeat;
		/* REMOVE */
	border:1px black solid;
	font-size:9pt;

}

#sidebar-social-box div{
	display:inline-block;
	vertical-align:top;
}

#digg-button {
	margin:3px 5px 0px 5px;
}

#facebook-button {
	margin:3px 5px 0px 5px;
}

#twitter-button {
	margin:3px 5px 0px 5px;
}



/* END SIDEBAR STYLE */

/* FOOTER STYLE */
#footer {
	width:100%;
}