/*
Theme Name: Nevada News Bureau
Theme URI: http://www.nevadanewsbureau.com/
Description: The custom theme for Nevada News Bureau
Version: 1.1
Author: Andrew Riley
Author URI: http://andrewriley.net/
Tags: fixed width, three columns, widgets
*/


/* GENERAL LAYOUT */

body {
	margin: 0px;
	background-color: #e9e7d8;
	background-image: url('images/bgpixel.jpg');
	font-family: georgia, times;
	font-size: 85%;
}

#pagehead {				/* adds the top of the background image */
	height: 12px;
	width: 980px;
	margin: 5px auto 0px auto;
	background-image: url('images/page-bg-head.jpg');
	background-repeat: no-repeat;
}

#pagebody {
	width: 960px;		/* Padding brings the total width to 980 px */
	margin: 0px auto 0px auto;
	padding: 0 10px 10px 10px;
	background-image: url('images/page-bg-body.jpg');
	background-repeat: repeat-y;
}

#pagefoot {				/* adds the bottom of the background image */
	height: 15px;
	width: 980px;
	margin: 0px auto 10px auto;
}

/* HEADER */

#header {
	margin: 0px;
	padding: 0px;
	background-color: #e9e7d8;
	background-image: url('images/bgpixel.jpg');
	text-align: center;
}

#headerimg {
	background-image: url('images/header-date.jpg');
	background-position: center;
	width: 958px;
	height: 160px;
	border: solid 1px #ddd;
	border-bottom: 0px;
}

/***********************************************************/
/*  LAYOUT TABLE                                           */
/***********************************************************/

.sidebar-cell {
	width: 250px;
	background-color: #fff;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	overflow:hidden;
}

#content-cell {
	width: 460px;
	max-width: 460px;
	overflow: hidden;
}



/***********************************************************/
/*  SEARCH FORM                                            */
/***********************************************************/

#search {
	width:230px;
	float: right;
}

#searchform {
	margin-top:3px;
}



/***********************************************************/
/*  SIDEBARS                                               */
/***********************************************************/

/* LEFT SIDEBAR */
#leftbar {
	border-top: solid 1px #d0bd92;
	overflow:hidden;
}

#leftbar a:link, #leftbar a:visited {
	color: black;
	text-decoration: underline;
}

#leftbar a:hover {
	color: red;
}


/* RIGHT SIDEBAR */
#rightbar {
	border-top: solid 1px #44588b;
	overflow:hidden;
}

/* LEFT COLUMN TOP LINKS */
#leftlinks {
	background-color: #fff;
	overflow:hidden;
}

#leftlinkone, #leftlinktwo, #leftlinkthree {
	width: 100%;
	display: block;
	padding: 8px 0 7px 25px;
	overflow: hidden;
	background-color:#d0bd92;
	color:#000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #dccfaf;
	text-decoration: none;
}

#leftlinkone:hover, #leftlinktwo:hover, #leftlinkthree:hover {
	background-color:#dccfaf;
	color:#000;
}


/* RIGHT COLUMN TOP LINKS */
#rightlinks {
	background-color: #fff;
	overflow:hidden;
}

#rightlinkrssblog, #rightlinkrss, #rightlinktwitter, #rightlinkfacebook, #rightlinkstumble, #rightlinkvideos, #rightlinkaudio {
	width: 100%;
	display: block;
	padding: 8px 0 7px 25px;
	overflow: hidden;
	background-color:#657aaf;
	color:#fff;
	font-family: arial;
	/* font-size: 10px; */
        font-size:.98em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #44588b;
	text-decoration: none;
}

#rightlinkrssblog:hover, #rightlinkrss:hover, #rightlinktwitter:hover, #rightlinkfacebook:hover, #rightlinkstumble:hover, #rightlinkvideos:hover, #rightlinkaudio:hover {
	background-color:#44588b;
	color:#fff;
}

#rightlinkaudio { background-color:#414F71; }


/* REMOVE BULLETS AND INDENTS FROM SIDEBARS */
#leftbar ul, #rightbar ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


/* LEFT SIDEBAR HEADINGS */
#leftbar li.widget h2 {
	background-color: #d0bd92;
	color:#000;
	padding: 8px 0 7px 25px;
	margin: 0;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}

/* 	LEFT SIDEBAR WIDGET BODIES */
#leftbar li ul, #leftbar .textwidget, #leftbar #calendar_wrap {
	padding: 10px;
	background-color:#fff;
	font-family:arial;
	text-align:justify;
	font-size: 10pt;
}

/*	EMAIL ALERT WIDGET */
#newsblast {
	text-align: center;
	color: black;
	font-family: arial;
}

#newsblast a {
	font-weight: bold;
	text-decoration: underline;
}





/* RIGHT SIDEBAR HEADINGS */
#rightbar li.widget h2 {
	color:#000;
	padding: 10px 0 0 10px;
	margin: 0;
	border-top: solid 1px #ddd;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}

/* 	RIGHT SIDEBAR WIDGET BODIES */
#rightbar li ul, #rightbar .textwidget, #rightbar #calendar_wrap {
	padding: 4px 10px 10px 10px;
	background-color:#fff;
	font-family:arial;
	text-align:justify
	font-size: 10pt;
}







/***********************************************************/
/*  CONTENT AREA                                           */
/***********************************************************/
#content-area {
	background: #fff;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px white;
}

#content-area p:first-child:first-line {
	font-size: 105%;
}

#content-area p {
	text-align: justify;
}

.narrowcolumn {
	padding: 0 10px 0 10px;
	text-align: justify;
}

#content-area p img {
	float: right;
	padding: 0px 0px 5px 10px;
}

#content-area h2, 
#content-area h2 a:link, 
#content-area h2 a:hover,
#content-area h2 a:visited {
	font-family: arial;
	text-transform: capitalize;
	color: black;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 0px;
}


.byline {
	font-family: arial;
	font-size: 10px;
}

.author-link {
	color: black;
}

.postmetadata, .postmetadata a:link, .postmetadata a:visited {
	font-family: arial;
	font-size: 11px;
	color: black;
}

#content-area blockquote {
	font-style: italic;
	color: #555;
}


.divider {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #ddd;
}

#sociofluid {
	width: 100%;
	margin: 40px 0px 0px 40px;
	font-family:arial;
	font-size:10px;
	font-weight: bold;
}

#creativecommons {
	font-size: 11px;
	color:#000;
	font-family: arial;
	text-align: justify;
	padding: 30px 70px 30px 70px;
}

#creativecommons a:link {
	color:#000;
}

#relatedstories {
	clear: both;
	margin-top: 0px;
}

#relatedstories h3 {
	font-family: arial;
	margin: 0px;
}

#relatedstories li {
	text-transform: capitalize;
	font-family:arial;
}

#relatedstories li a:visited,
#relatedstories li a:link,
#relatedstories li a:active,
#relatedstories li a:hover {
	color: black;
}



/***********************************************************/
/*  DYNAMIC NAVIGATION MENU                                */
/***********************************************************/

/* NAVIGATION BAR */

#navigation {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	/* background-image: url('images/navigation-bg.jpg'); */
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	text-align: center;
}

#nav-links {
	color: #fff;
	font-family: arial;
	line-height: 30px;
	font-size: 12px;
	width: 700px;
	float: left;
	text-transform: uppercase;
}

#nav-links a:hover {
	background:#fff;
	color:#000;
}

.menu {
	width:720px; 
	height:30px; 
	position:relative; 
	z-index:100; 
	font-family:arial, sans-serif; 
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:720px; 
	w\idth:720px;
}

/* 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:130px;
}

/* 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:130px;
	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:129px; 
	height:30px; 
	border:0px solid #000; 
	border-width:0px 0 0px 0px; 
	padding-left:0px; 
	line-height:30px; 
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:130px; 
	w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#fc0;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#fc0;
}

.menu ul ul :hover > a.drop {
	background-color:#fc0;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#000;
	color:#fff;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#fff;
	color:#000;
}


/* 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:30px;
	left:0;
	width:129px;
	border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:29px;
	t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:129px; 
	top:-1px; 
	width:149px;
}

/* 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:#000; 
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding:8px 0px 8px 0px; 
	width:127px;
	border-width:0 1px 1px 1px; 
	border-color:#666666;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:129px;
	w\idth:127px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#000;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff; 
	background:#000;
}

.menu ul ul :hover > a {
	color: #000;
	background:#fff;
}

/* 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;
}

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}


/***********************************************************/
/*  FOOTER                                                 */
/***********************************************************/

#footcelll {
	padding: 20px 0 0 0;
	border-top: solid 1px #ddd;
}

#footcellc {
	padding: 20px 0 0 0;
	border-top: solid 1px #ddd;
	color: #000;
}

#footcellc a:link, #footcellc a:visited {
	color: #000;
	text-decoration: underline;
	font-family: arial;
	font-size: 9pt;
}

#queries {
	color: #999;
	font-size: 7pt;
	font-family: arial;
	text-transform: uppercase;
	padding-top: 4px;
}

#footcellr {
	padding: 20px 0 0 0;
	border-top: solid 1px #ddd;
}

#footlinks {
	margin-left: -40px;
}

#footlinks li {
	display: inline;
	text-align: center;
	list-style-type: none;
	margin: 0 4px 0 4px;
	text-transform: uppercase;
}

.wp-caption {
	font-style: italic;
	font-family: arial;
	font-size: 80%;
	color: #666666;
}

/* ejd */
#commentform textarea#comment {
width:440px;
}