/***General styles***/

html {
	background-color:#F4F4F4;
}
body {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size: 12px;
	max-width: 950px;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #420600;
	font-size: 12px;
}
a:active {
	color: #240300;
}
a:visited {
	color: #420600;
}
a:hover {
	background: none;
	text-decoration:none;
}
ul.menu a {
	font-size: 12px;
}
li {
	font-size:12px;
	line-height: 16px;
}
/***Layout elements***/

#header {
	padding-bottom:9px;
}
#header h1 {
	height: 153px;
	padding: 0 0 0 0;
}
#body {
	position:relative;
}
#main {
	float:left;
	margin-top: 39px;
	width: 57%;
	padding-top: 0px;
	padding-bottom: 0;
	overflow:inherit;
	position:inherit;
}
#main h2 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A2D35;
	padding-left:10px;
}
#container {
float: left;
background-color: #FDFDFD;
-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5);
}
#content a {
	color:/*#9A260E*/#CC3211;
}
#content {
	width:100%;
	padding:10px 10px 0;
	border-top: 0px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3211;
	padding: 0;
	padding-bottom:2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D7DCE1;
}
#content h4 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	color: #B62D10;
}
#content ol li h4 a {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	color: #B62D10;
}
#breadcrumb {
	background: #D6E6EB;
	position: absolute;
	top: -26px;
	left: -198px;
	width: 940px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/***Navigaton***/
 
#navbar {
	background: #353535;
	width:950px;
	z-index:1000;
	position:absolute;
	top:-67px;
	left:-198px;
	height: 36px;
	padding-bottom: 0;
	border-bottom: 0;
}
#navbar .menu {
background-color:#353535;
height:36px;
}

ul.menu li {
	padding-right: 0;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	border-right: 1px solid #284351;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	letter-spacing: 0px;
}
#navbar a:hover {
	color: #F5F5F5;
	background: #CB6B14;
}

#navbar ul li#home a {
	width:10px;
	background-image:url('images/home.gif');
	text-indent:-10000px;
	padding-right:15px;
	background-position:5px 2px;
	background-repeat:no-repeat;
}
#navbar ul li#home a:hover,
#navbar ul li#home.selected a,
#navbar ul li#home.selected a:hover  {
	background-image:url('images/home2.gif');
	background-position: 5px 2px;
}
/***Sidebar***/

#sidebarWebFeed {
	padding-bottom:30px;
}

#sidebar div.block {
	font-size: 12px;
	width: 89%;
	margin: 5px 0;
	padding: 0 5px;
	border-bottom: 2px solid #D1D1D1;
}
#sidebar div.block span.blockTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5E6877;
	width: 181px;
	height: 24px;
	line-height: 28px;
	text-indent: 8px;
	margin: 0 0 0 -5px;
	border-bottom: 2px solid #D1D1D1;
	margin-bottom:8px;
}
#sidebar div.block span.blockSubtitle {
	padding-left: 10px;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 12px;
}
#leftSidebar {
	width: 20%;
	margin-left: 8px;
	margin-right: 0;
	overflow: hidden;
	padding-top: 0;
}
#leftSidebar, #rightSidebar {
	margin-top: 34px;
}
#rightSidebar {
	width: 20%;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	padding-top: 0;
}

/***Various elements***/

form {
	padding-left: 10px;
}
div, p, table, td, th {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: /*#CC3211*/#396374;
	line-height: 140%;
}
a:link, a:visited {
	color: #CC3211;
	text-decoration: none;
}
a:hover {
	color2: #C40000;
	text-decoration: underline;
}
p {
	margin-top: 0;
	margin-bottom: 8px;
}
form, input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	font-size:12px;
}

/***Footer***/

#inf_footer {
float: left; 
width: 100%;
background: #D5DADD; 
border-top2: 2px solid #D5DADD;
margin-top:10px;
padding-top:15px; 
padding-bottom:5px;
}
#inf_footer img {
	margin-left:10px;
}
#inf_footer p {
	margin-left:10px;
}
#inf_footer a {
	color:#CB6B14;
}
#inf_footer .left {
	float:left;
}
#inf_footer .right {
	float:right;
}
#inf_footer .author {
	color: #74878b;
}
#inf_footer .author a {
	color: #74878b;
}
.footer_logo_right{ float: right;}
.footer_logo_right_last{ float: right; margin-right: 10px;}

/***Various***/

#content .pkp_form_error {
	font-size:11px;
}
div.separator {
	border-bottom: 1px solid #D5DADD;
}
#issueCoverImage img {
-moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
/* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');
width:300px;
height:425px;
margin-bottom:20px;
}
#issue img {
-moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
/* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');
}
#topBar{
display:none;
}
#contact h4 {
	font-size:15px;
}
input.defaultButton {
	background-color:/*#CC3211*/#E67817;
}
.steplist {
	font-size:13px;
}
#sidebar-username {
	width:80px;
	margin-top:2px;
	margin-bottom:2px;
}
#sidebar-password {
	width:80px;
	margin-top:2px;
	margin-bottom:2px;
}
#simpleQuery {
	width:100px;
	margin-top:2px;
	margin-bottom:2px;
}
#searchField {
	width:104px;
	margin-top:2px;
	margin-bottom:2px;
}
#sidebarWebFeed img {
	margin-top:1px;
	margin-bottom:1px;
}
input.button {
	margin-bottom:2px;
}
#sidebarinfCustom {
	font-size:12px;
}
#sidebarinfCustom img {
	margin-bottom: 7px;
}
#sidebarinfCustom .smaller {
	font-size:11px;
}
#sidebarinfCustom .smaller a {
	font-size:11px;
}
.blank_space {
	height:7px;
}
.listing table, .listing tr, .listing td  {
	font-size:11px;
}
.listing a {
	font-size:10px;
}

#content .listing a {
	color: black;
}