/******
Theme Name: McGinn Company Standard
Theme URI: http://mcginncompany.com
Description: Clean and simple WordPress theme, easily customizable, CSS Valid. There are 2 different style-sheets: sidebar on the left or on the right. Instructions included in the zip file.
Author: Jon Phillips
Author URI: http://mcginncompany.com
*****/

body {
	margin: 0;
	padding: 0 10px 0 10px;
	color: #333333;
	text-align: left;
	font-family: "Lucida Bright", Georgia, Times, Serif;
        font-size: 0.8em;
        line-height:155%;
        letter-spacing: 1px;
        background-repeat: no-repeat;
        background: #ffffff;
        background-position: center top;
        background-image: url(http://www.carolinaoutdoors.org/images/backspread.jpg);
}

#container {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	line-height: 1.4em;
}


a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #555555;
}
.widget_rss h2 {
display:none;
}
.widget_calendar h2 {
display:none;
}

a:hover, a:active {
	color: #1C1D16;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.8em;
}

ul, ol, blockquote, pre {
	color: #555555;
	margin: 12px;
	padding: 8px;
}


ul {
	list-style-type: square;
}

blockquote, pre {
	background-color: #F9F6ED;
	border: 1px solid #cccccc;
}

ins {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

del {
	color: #555555;
}

abbr, acronym {
	cursor: help;
}

/**--Header--**/

#header {
	padding: 0;
	margin: 15px 0 15px;
	text-align: left;
}


#header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	text-align:left;
	color: #1C1D15;
	padding: 10px 0px 0px 0px;
	line-height: 0.8em;
}

#header h2 {
	text-align:left;
	padding: 0;
	font-size: 14px;
	color: #555555;
}

#header h1 a {
	color: #1C1D15;
	text-decoration:none;
}

#header h1 a:hover {
	color: #555555;
	text-decoration:none;
}

#header h1 a:visited {
	color: #1C1D15;
	text-decoration:none;
}

#header #search {
	float: right;
	padding: 0 10px 0 0;
}

#header #search input {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover {
	background-color: #e5e5e5;
	border: 1px solid #efefef;
}


/**--Content--**/

#content {
	width: 720px;
	float: left;
}

#content2 {
	width: 850px;
	background: #fff;
	float: left;
}
#blogad {
padding: 20px;
background-color: #EFEFEF;
text-align: center;
border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
#blogad img {
width: 620px;
}
#sidead {
padding: 20px;
background-color: #EFEFEF;
text-align: center;
border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
#sidead img {
width: 170px;
}
.post {
	padding: 110px 40px 0px 10px;
	margin: 0;
}

.post h2 {
        font-family: "Helvetica",sans-serif;
        font-weight: 600;
        font-size: 3.0em;
        letter-spacing: -1px;
	line-height: 33px;
        color: #c43508;
}
.post h3 {
        font-family: "Helvetica",sans-serif;
        font-weight: 600;
        font-size: 2.5em;
        letter-spacing: -1px;
	line-height: 22px;
        color: #999999;
}
.post h2 a {
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: none;
	color: #ec3800;
}

.post h2 a:visited {
	text-decoration: none;
	color: #c43508;
}

.entry {
	line-height: 20px;
	border-top: 1px solid #efefef;
	padding: 10px 0 0 0;
        font-size: 12px;
        letter-spacing: 0px;
	line-height: 22px;
}

.postinfo {
	color: #666;
        text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 5px 0;
}

.postinfo a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

.postinfo a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.postdate {
	color: #666;
}

p.postmetadata {
	font-size: 12px;
	color: #666;
	font-style: italic;
        letter-spacing: 1px;
	border-top: 1px solid #999999;
	background: #f9fbf5;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
}

p.postmetadata a {
	color: #666;
	text-decoration: none;
}

p.postmetadata a:hover {
	color: #000;
	text-decoration: none;
}
































p.postmetadata strong {
	float: left;
	text-decoration: none;
}

.entry img.left { 
	padding: 6px; 
	margin: 10px 10px 10px 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 10px auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/**--Navigation--**/

#menu {
	clear: both;
	text-decoration: none;
	float: left;
	width: 100%;
	text-align: center;
}

#menu a {
	text-decoration: none;
font-weight: bold;
	color: #efefef;
	font-size: 14px;
        letter-spacing:1px; 
        text-transform: uppercase;

}
#menu li {
        margin:0 12px 0 12px;
}
#menu a:hover {
	text-decoration: none;
	color: #ffffff;
        text-decoration: none; 
        border-bottom: double 3px;
}

#menu ul {
	margin: 0 auto;
	text-decoration: none;
	width: 960px;
	padding: 5px 0;
	text-align: center;
}

#menu ul li {
	display: inline;
	padding: 0;
	font-size: 13px;
}

.nav {
        text-align: center;
	padding: 10px 20px 10px 0px;
        margin-top: 40px;
	line-height: 20px;
        background-color: #eb6a0b;
}
.nav a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        color: #ffffff;
        border-bottom: 2px solid #eb6a0b;
}       
.nav a:hover {
        border-bottom: 3px solid #ffffff;
}
/**--Sidebar--**/

.sidebar {
	float: left;
	width: 240px;
	margin: 90px 0px 30px 0px;
	display: inline;
	overflow: hidden;
}

.sidebar ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 30px 0px;
}

.sidebar ul li {
	text-decoration: none;
	margin: 0;
	padding: 0 0 5px 0;
	color: #555555;
}

.sidebar ul li h2 {
        font-family: "Helvetica",sans-serif;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
	line-height: 22px;
	margin: 0;
	padding: 5px 3px 3px 3px;
	text-transform: uppercase;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	color: #555555;
	font-weight: 500;
}

.sidebar ul ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.sidebar a {
	color: #1C1D15;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 6px 0px; 
}

.sidebar a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: underline;
}

/**--Footer--**/

#footer {
	clear: both;
	color: #555555;
	padding: 10px 0;
	text-align: center;
	margin: 20px 0 20px;
	border-top: 1px solid #efefef;
	background: #ffffff;
}

#footer p {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
	margin: 0;
	padding: 0 10px 10px;
}


#footer a:link, #footer a:visited {
	color: #999999;
        text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000;
}


/**--Comments Section--**/

#commentlist li {
	margin-bottom: 1.5em;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #888888;
}

#commentform {
	margin: 40px 0;
	padding: 0 0 0 40px;
	width: 400px;
}

#commentfun {
	padding: 20px 0 0 0px;
}

#commentform textarea {
	border: 1px solid #efefef;
	width: 400px;
}

#commentform textarea:hover {
	border: 1px solid #efefef;
}

#commentform textarea:focus {
	border: 1px solid #efefef;
}


#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	border: 1px solid #efefef;
	width: 400px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	border: 1px solid #efefef;
	width: 400px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	border: 1px solid #efefef;
	width: 400px;
}

#commentform input{
	margin-bottom: 3px;
}
#wp-calendar {
	border: 1px dotted #efefef;
	empty-cells: show;
	font-size: 12px;
        text-transform: uppercase;
        text-align: center;
	margin: 0;
	width: 99%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #dddddd;
        padding-bottom: 5px;
	font-size: 11px;

        letter-spacing: 1px;
        text-decoration: italic;
	text-align: center;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida bright', Georgia, times, serif;
	letter-spacing: normal;
	padding: 2px;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
