/*
Theme Name: myreporter 
Theme URI: http://www.myreporter.com
Description: MyReporter Help Desk
Version: 1.0
Author: Vaughn Hagerty
Author URI: http://www.starnewsonline.com/
Tags: custom header, fixed width, two columns, custom functions


*/
body {
	margin: 0px;
	text-align: center;
	height: 100%;
	background: #cecece;
/*	background-image: url('images/mrBG.jpg');
	background-repeat: repeat; */

}


/*TYPEOGRAPHY*/

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

p {
	margin-bottom: 5px;
	font-size: 10pt;
         color: #000000;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration:underline;
}
a:visited {}

.entry {
	font-family: Georgia;
	line-height: 1.75;
}

p.postDate {
	text-indent:0em !important;
}


/*HEADERS*/

/*BREADCRUMBS*/
#breadcrumbs {
	text-transform:uppercase;
	margin-bottom:15px;
}

/*CONTENT*/


h4.frontCategory {
	margin: .5em 0 .25em 0;
/*	color: #5ea239; */
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: .05em;
}
p.frontCategoryBullet {
	display:inline;
	color: #2f589c;
        font-family:Georgia;
	font-weight: bold;
	font-size: 12pt;
	margin:0 .5em 0 0;
}
p.frontCategoryStart {
	display: inline;
	color: #000000;
	font-weight: bold;
}

p.frontCategoryTitle {
	display: inline;
	color: #000000;
	font-weight: normal;
	margin-right: .5em;
}

a.frontCategoryTitle {
	font-weight: normal;
	color: #000000;
}

a.frontCategoryStart {
	font-weight: bold;
	color: #000000;
}

.entry {
	font-family: Georgia;
	line-height: 1.75;
}

h4.related-links {
	font-size: 13pt;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4pt;
}

ul.related-links {
	margin-top: 0;
	margin-left: 0;
	list-style-position: outside;
	padding-left: 1em;
	font-family: Tahoma;
}
a.related-links {
	font-family: Tahoma;
	font-weight: normal;
}

#askTopper {
	font-family: Tahoma;
	font-weight: normal;
}

#askTopper h4 {
	font-size: 11pt;
	line-height: .5;
	margin-bottom: 0;
	text-transform: uppercase;
}

#askTopper p { 
	font-size: 10pt;
}
/*FORMS*/

#searchForm div {
/*	padding-top: 5px;
	margin-top: 10px; */ 
}

	
#searchForm input {
	font-size:12px;
	padding:4px 2px; 
	border:solid 1px #06437a;
	width:250px;
	color: #06437a;
	margin:5px 5px 5px 0;

}

#searchForm button {
	margin-bottom: 4px;
      font-size: 12pt;
      font-weight: bold;
      text-transform:uppercase;
      color: #ffffff;
      background: #06437a;
}

#searchForm form {
      margin: 0 0 .75em 0;
}


#searchForm p {
      font-size: 12pt;
      font-weight: bold;
      color: #587FBF;
      text-transform: uppercase;
}

#questionForm {
	width: 100%;
      font-size: 12pt;
}
#questionForm input textarea {
        padding:4px 2px;
        border:solid 1px #06437a;
        width:100%;
        color: #7b7878;
        margin:5px 5px 0 0;

}

#questionForm button {
      text-transform:uppercase;
      color: #ffffff;
      background: #06437a;
	margin-right:8px;
}	

div.searchButton {
	width:100%;
	text-align:right;
}



/*FOOTER*/

#footer {
	width: 100%;
	font-size: 10pt;
        padding-left: 1em;
        padding-bottom: 5px;

}

#footer a {
        color: #000000;
        text-transform: uppercase;
}

/*IMAGES*/

.wp-caption {
float: left;
padding: 5px;
margin: 5px;
border: 1px solid #000000;
font: 8pt Tahoma;
}

.wp-caption-text {
margin-top: 5px;
}

/*COMMENTS*/
textarea#comment {
	width:400px;
	height:10em;
	font-family: Tahoma,Arial, Verdana, sans-serif;
	border: 1px solid #000000;
	padding: 5px;
}
/*POPUPS*/
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}

#questionFormWindow, #commentsFormWindow {
	display:none;  
	height: 0;
	width: 0;
	padding: 0;
	border: 4px solid;
	font-family: tahoma, arial, sans-serif;
	background: #fff;
	text-align: left;
}

#questionFormWindowControls, #commentsFormWindowControls {
	height: 0;
	width: 0;
	color: #fff;
	background: #000;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: 0;
	font-weight: bold;
	font-size: 8pt;
}
#questionFormWindowControls a,#commentsFormWindowControls a  {
	color: #fff;
	background: #ff0000;
	padding: 1px;
}

#questionFormWindowControls a:hover,#commentsFormWindowControls a:hover {
	text-decoration: none;
}


#questionFormTitle, #commentsFormTitle{
	width:492px;
	display: inline;
	float: left;
	color: #fff;
	text-align:left;
}
#questionFormControl, #commentsFormControl{
	width:35px;
	display: inline;
	float: left;
	color: #fff;
	text-align:right;
}

#questionFormPanel, #commentsFormPanel{
	height: 0;
	width: 0;
	padding: 5px 10px;
	background: #fff;
	color: #000;

}
#questionForm button, #commentsForm button{
	background: #000;
	color: #fff;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 4px;
}

#questionForm input, #commentsForm input {
	width:350px;

}

#permissionDiv input {
	width: 10px;
}

#questionForm textarea, #commentsForm textarea {

	width: 350px;
	height: 200px;
}


#mapWindow {
	display:none;  
	height: 0;
	width: 0;
	padding: 0;
	border: 4px solid;
	font-family: tahoma, arial, sans-serif;
	background: #fff;
	text-align: left;
}
#mapWindowControls {
	background: #000;
	color: #fff;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: 0;
	font-weight: bold;
	font-size: 8pt;
}

#mapWindowControls a {
	color: #fff;
	background: #ff0000;
	padding: 1px;
}

#mapWindowControls a:hover {
	text-decoration: none;
}

#mapWindowControls span {
	display: inline;
	color: #fff;
}

#thisAddress {
/*	width:660px; */
	display: inline;
	float: left;
	color: #fff;
	text-align:left;
}
#controls {
	width:35px;
	display: inline;
	float: left;
	color: #fff;
	text-align:right;
}

#directionsPanel {
/*	height: 480px;
	width: 300px; */
	margin: 2px;
	background: #fff;
	color: #000;
	float: left;
	font-size: 9pt;
}

#directions {
	height: 0;
	width: 0;
	padding:3px;
	overflow: auto;
}

#formPanel button {
	background: #000;
	color: #fff;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 4px;
}

#map {  
	height: 0;
	width: 0;
	margin:2px;
	border:0;
	float: left;  
}  

/*NEW STUFF */

#mainContainer {
	margin: 0 auto;
	padding: 5px 5px;
	width: 980px;
	height: 100%;
	text-align: left;
}


#desktop {
	margin: 0 0 10px 0;
	padding: 0;
	width: 980px;
/*	height: 100%; */
	background-image: url('images/mrWoodBG.jpg');
	background-repeat: repeat;
}


#headerTop {
	width: 980px;
	height:145px;
	margin:5px 0 0 0;
	border-top: 4px solid #5e97bc;
	background-image: url('images/mrBluePixel.gif');
	background-repeat: repeat;
}

#headerTop img {
	border: 0;

}

#logo {
	float:left;
	display: inline;
	margin-left: 15px;
}

#logo img {
	width: 500px;
	height: 126px;

}
#askQuestion {
	float:left;
	display: inline;
/*	padding: 40px 0 40px 130px; */
	padding: 40px 0 40px 240px;
	border: 0;
}

#askQuestion img {
	width: 150px;
	height: 53px;

}


#notepadContainer {
	width:560px;
/*	height:1080px; 
	height: 100%; */
	margin: 20px 10px 10px 10px;
	padding:0;
	border-bottom: 7px solid #573b35;
	clear: both;
	float:left;
}

#notepadTop {
	width:560px;
	height:76px;
	margin: 0;
	padding:0;
	border:0;
	background-image: url('images/mrNotebookTopW.gif');
	background-repeat: no-repeat;
}



#notepadLine {
	width: 545px;
	_width: 560px;
/*	height: 1004px; 
	height: 100%; */
	margin: 0;
	padding: 0;
	border-left: 8px solid #573b35;;
	border-right: 7px solid #573b35;;
	background-image: url('images/mrNotebookLine.jpg');
	background-repeat: repeat;
}

#frontContent {
	width: 510px;
/*	height: 100%; */
	margin: 0;
	padding: 1px 20px 20px 20px;
	font-family: tahoma;
}

#topicsContainer {
	height: auto;
	display: block;
	width: 420px;
	margin: 0;
	padding: 0;
/*	clear: both; */
}

div.topicsColumn {
	width: 190px;
	display: inline; 
	float: left;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 0;

}

#leadIn {
	margin: 0 0 6px 0;
	font-size: 16pt;
	font-weight: bold;
	clear: both;
}

p.leadIn {
	font-size: 10pt;

}

#frontContent h3 {
	margin-bottom: 6px;
	font-size: 16pt;
	font-weight: bold;
	clear: both;
}

#frontContent p {
	margin: 0 0 4px 0;
	font-size:12pt;
	line-height: 150%;

}

#frontContent ul {
	font-size: 12pt;
	margin: 5px 0;
	padding-left: 1em;
	_padding-left: 0;
	_margin: 5px auto 5px 1em;
	list-style-position: outside;
}

#frontContent li {
	font-weight: normal;
	margin-bottom: .75em;
}


#frontContent h4 {
	font-size: 15pt;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0;
} 

#frontContent a {
	color: #06437a;
	text-decoration: none;
	font-weight: normal;
} 

#frontContent a:hover {
	text-decoration: underline;
} 


a.frontMore {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	}
a.frontMore:hover {
	text-decoration: underline;
	}

p.browseMore {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
}

#singlePost p {
	padding-bottom:1em;
	text-indent: 1em;
}

#clickHere {
	margin: 1em 0;
}

#clickHere a {
	color:#06437a;
}

/*BYLINE */

#byline {
	margin: 5px 0;
	padding:0;

}

#byline a {
	font-weight:bold;

}

/*YOU ASKED */
a.youAsked {
	font-size:8pt !important;
	font-weight:bold !important;
	color:#06437a !important;

}
span.youAsked {
	font-size:8pt !important;
	font-weight:bold !important;
	color:#06437a !important;

}


/*COMMENTS*/

#comments {
	margin-top: 1em;
}

#comments h4 {
	text-transform: none;
	font-size: 12pt;
	font-weight: bold;

}


/*CATEGORY PAGES*/
#pagedNav {
	margin-bottom: 1em;
	padding-top: 1em;
	width: 435px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: black;

}




#pencilFront {
	width:564px;
	height: 68px;
	margin:0;
	padding:0;
	border:0;
	background-image: url('images/mrPencil.gif');
	background-repeat: no-repeat;
/*	position:absolute;
	top: 1150px;
	left: 175px;
	_left: 150px; */
	visibility: hidden;
}

/*AD SIDEBAR*/
#stickyNotesContainer {
	width: 336px;
	height: 100%;
/*	margin: 35px 30px; */
	margin: 35px 10px 35px 30px;
	padding: 0;
/*	height: 1170px; */
/*	margin: 35px 30px;
	border: 7px solid #06437a;
	padding: 5px; */
	float:left;
/*	background-image: url('images/mrNotebookPixel.gif');
	background-repeat: repeat; */
}

#stickyNotesContainer a {
	color: #06437a;
	font-family: tahoma;
}

#stickyNotesContainer h3 {
	width: 100%;
	text-align: center;
	font-family: tahoma;
	font-size: 12pt;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-bottom: 1pt solid #000;
}

#stickyNotesContainer ul {
	font-size: 12pt;
}


#mostPopularTop {

	width: 315px;
	margin-left: 9px;
	border: 7px solid #06437a;
	padding: 5px;
	background-image: url('images/mrNotebookPixel.gif');
	background-repeat: repeat;

}

#mostPopularBottom {

	width: 315px;
	margin-left: 9px;
	border: 7px solid #06437a;
	padding: 5px;
	background-image: url('images/mrNotebookPixel.gif');
	background-repeat: repeat;

}

#recentlyDiscussed {

	width: 315px;
	margin-left: 9px;
	margin-top: 15px;
	border: 7px solid #06437a;
	padding: 5px;
	background-image: url('images/mrNotebookPixel.gif');
	background-repeat: repeat;

}


#largeUnitAd {
/*	display:inline; */
	margin: 10px;
	width: 336px;
	height: 280px;
}

/*NAV BAR */
#navBar {
	
	width: 1020px;
	padding-left: 1.25em;
/*	text-align:center; */ 

}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*	text-align:center; */
	
}

#nav li ul {
	position: absolute;
	width: 8.75em;
	left: -999em;
/*	text-align:center; */
}

#nav li:hover ul {
	left: auto;
/*	text-align:center; */
}
#nav li:hover {
background: #06437a;

}
#nav a {
	margin: 0 0 2px 1em;
	_margin: 0 0 2px 0;
/*	text-align:center; */
	display: block;
	width: 8.75em;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.topNav {
	text-align:center;

}

#nav li {
	float: left;
	width: 8.75em;
	margin: 0 1em 0 0;
/*	text-align:center; */
	background:#5E97BC;
	color:white;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
/*	text-align:left; */ 
}
/*TEMP A LINK COLOR */

#singlePost a {
	color:#06437a;
}

/*RELATED POSTS*/

#relatedPosts {
	margin: 7px 5px 0 3px;
	float:right;
	padding: 4px;
	border: 1px solid #000;
	width: 200px;
	font-size: 9pt;
}
#relatedPosts p {
	width: 100%;
	font-size: 9pt;
	margin-left: 2px;
}
#relatedPosts li {
	font-size: 9pt;
}

/* ADS */

#topLeaderboardAd, #bottomLeaderboardAd {
	margin: 0 auto; 
	text-align:center;
	padding-top: 30px;
}

#bottomLeaderboardAD {
	padding-top: 50px;
}

/*map embed */
.map-embed { padding: 10px; }
