/** GLOBAL SETS **/

body {
	background: #eaeaea;
	margin: 0;
	padding: 0;
	font-family: helvetica,verdana,arial,sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #444444;
}

body a {
	
	text-decoration: none;
	color: #004F94;
}

h1 {font-size: 20px; margin: 0px; font-weight: bold;}
h2 {font-size: 16px; margin: 0px; font-weight: bold;}
h3 {font-size: 14px; margin: 0px; font-weight: bold;}
h4 {font-size: 13px; margin: 0px; font-weight: bold;}
h5 {font-size: 12px; margin: 0px; font-weight: bold;}
h6 {font-size: 10px; margin: 0px; font-weight: bold;}
p {font-size: 12px; margin: 0px;}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Navicast Title */

#ptitle {
	background: #852200;
	width: 821px;
	margin: 0 auto;
	height: 100px;
	color: #a00000;

background: -moz-linear-gradient(top, #aa1600 0%, #852200 45%, #5f0100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa1600), color-stop(45%,#852200), color-stop(100%,#5f0100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA1600', endColorstr='#5F0100',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* W3C */
}

#ptitle h1{
	width: 300px;
	height: 40px;
	font-family: Concielian;
	padding-top: 30px;
	float: left;
	font-size: 38px;
	background: url('images/Navicast-top-logo.png') no-repeat right bottom;
	position: relative;
	left: 40px;
}

#ptitle a{
	display: none;
	
}

#ptitle h3{
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 11px;
	color: #d5d5d5;
	position: relative;
	top: 54px;
	float: left;
	left: 340px;
text-shadow: #212121 2px 3px 4px;
}


/* End Navicast Title */

/* Navicast Header */

#pheader {
	background: #333333;
	width: 821px;
	margin: 0px auto;
	height: 24px;
	border-top: 1px #808080 solid;
	border-bottom: 1px #000000 solid;
background: -moz-linear-gradient(top, #404040 0%, #101010 70%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(70%,#101010)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#101010',GradientType=0 ); /* ie */
}

	/* menu */

#menu {
	font-family: helvetica,verdana,arial,sans-serif;
	text-transform: uppercase;
	width: 821px;
	margin: 0px auto;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
}


#menu a {
	/*color: #FF4C0C;*/
	color: #d5d5d5;
}

#menu a:hover {
	color: #FFA810;
}

#menu ul {
	margin: 0 0 0 -20px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0 16px 0 0px;
}

/* End Navicast Header */

#pbody {
	width: 821px;
	margin: 0 auto;
	background-color: #151515;
	overflow: hidden;
	
	border-left: 0px solid #5e5e5e;
	border-right: 0px solid #5e5e5e;
	padding-top: 0px; 



}

#sidebar {
	width:180px;
	display: table;
	float: left;
}

#featured {
	color:#eee;
	font-family: helvetica,verdana,arial,sans-serif;
	display: table;
	clear: left;
	top: -30px;
	padding: 0px 40px 0px 0px;
	border: 0px solid #777777;
	position: relative;
	top: -30px;
	/*text-align: justify;*/
}

#featured h2{
	color: #852200;
	font-size: 14px;
	margin-top: 30px;
}

#featured h3{
	font-size: 12px;
	margin-top: 2px;
}

#featured p{
	color: #444444;
	font-size: 11px;
	margin-top: 2px;
}

#featured a{
	font-size: 11px;
	margin-top: 2px;
}


#content {
	text-align: left;
	background-color: #ffffff;
	border-right: 1px solid #d5d5d5;
	display: table;
	width: 640px;
float: right;
}

#content h1{margin: 0 0 12px 0; color: #852200;}
#content h2{margin: 0 0 10px 0;}
#content h3{margin: 0 0 7px 0;}
#content h4{margin: 0 0 7px 0;}
#content p{margin: 0 0 9px 0;}

.post {
	padding: 40px 40px 40px 40px;
	margin: 0px;
}

.post .entry {
	margin: 0px;
}

.post .meta {
	margin-top: 20px;
	color: #CCCCCC;
}

.post .meta p{
	font-size: 10px;
}

/* CHILD MENU */
#child_menu {
	width: 140px;
	text-transform: uppercase;
	margin: 20px 20px 40px 20px;
	float: left;
	display: table;
	font-family: helvetica,verdana,arial,sans-serif;
	border-bottom: 1px dotted #5e5e5e;
}

#child_menu p {
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dotted #5e5e5e;
	font-weight: bold;
}

#child_menu .current a {
	
	font-size: 11px;
	color: #852200;
}

#child_menu #parent a {
	/*color: #FF4C0C;*/
}

#child_menu #parent {
	/*display: none;*/
}

#child_menu a {
	color: #c0c0c0;
}

#child_menu a:hover {
	color: #FFA810;
}


/* p01 CONTACT FORM */
form {
	width: 480px;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 12px;
}

form .label {
	margin-top: 8px;
}

input.submit {
margin-top: 8px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding:8px 4px;
	width:130px;
	font-weight:bold;
	border:none;
	background:#444444;
	color:#ccc;
	}
	
input.submit:hover { 
	color:#FFA810; 
	}

#p01-contact1_field0, #p01-contact1_field1, #p01-contact1_field2, #p01-contact1_field3, #p01-contact1_field4, #p01-contact1_field5, #p01-contact1_field6, #p01-contact1_field7, #p01-contact1_field8, #p01-contact1_field9, #p01-contact1_field10, #p01-contact1_field11, #p01-contact1_field12, #p01-contact1_field13, #p01-contact1_field14 {
	width: 80%;
	font: 12px/18px "Courier New", Courier, mono;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 4px;
}

#pfooter {
	/*background: #852200;*/
	background: #852200;
	width: 821px;
	margin: 0 auto;
	height: 20px;
	text-align: center;
	border-top: 1px solid #000000;
background: -moz-linear-gradient(top, #aa1600 0%, #852200 45%, #5f0100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa1600), color-stop(45%,#852200), color-stop(100%,#5f0100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA1600', endColorstr='#5F0100',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #aa1600 0%,#852200 45%,#5f0100 100%); /* W3C */
}

#pfooter p#legal{
	padding-top: 4px;
	color: #d5d5d5;
	font-size: 9px;
}

