/*
Theme Name: JPAlarms
Theme URI: http://www.jpalarms.co.uk/
Description: 
Version: 1.0
Author: Greg Findley
Author URI: http://gregfindley.com/

*/

html {
	background: #0d0e3d url(images/bg.gif) repeat-x top left;
}
body {
	background: url(images/bgLogo.gif) no-repeat 50.5% 0;
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #262626;
}

a,
a:link,
a:visited {
	color: #e37825;
	text-decoration: underline;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/* *** global *** */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
}
.orange {
	color: #e37825;
}

#wrapper {
	margin: 0 auto;
	width: 888px;
}

/* *** header *** */
#header {
	background: url(images/header.png) no-repeat top center #f3f3f3;
	border-bottom: 2px solid #e37825;
	height: 140px;
}
	/* make header clickable */
	#header h1 a {
		display: block;
		height: 140px;
		text-indent: -9999px; outline: none;
	}
	
	/* hide subheading */
	#header h2 {
		display: none;
	}
	
/* *** content wrapper *** */
#lower {
	background: url(images/sidebar.gif) repeat-y top left #FFF;
}

/* *** right content area *** */
#content {
	float: right;
	padding: 30px;
	width: 618px;
}

	/* headings */
	.pagetitle, .post h1, #content h1, #content h2 {
		color: #2b276c;
		font-size: 22px;
		margin-bottom: 15px;
	}
		.pagetitle a, .post h1 a, #content h1 a, #content h2 a {
			color: #2b276c;
			text-decoration: none;
		}
		.pagetitle a:hover, .post h1 a:hover, #content h1 a:hover, #content h2 a:hover {
			color: #e37825;
			text-decoration: none;
		}

	/* post / page */
	.post {
		padding-bottom: 25px;
	}
		#content .entry h1, #content .entry h2, #content .entry h3, #content .entry h4 {
			color: #e37825;
			margin-bottom: 10px;
		}
		.entry h1 { font-size: 22px; }
		.entry h2 { font-size: 20px; }
		.entry h3 { font-size: 18px; }
		.entry h4 { font-size: 16px; }
		
		.entry p, .entry ul, .entry ol {
			margin-bottom: 20px;
		}
		
		.entry ol li { list-style: decimal outside; margin-left: 25px; }
		.entry ul li { list-style: disc outside; margin-left: 20px; }
		.entry li { margin-bottom: 8px; }
	
	
	/* page navigation */
	.navigation {
		font-size: 12px;
	}
	#content .navigation a {
		border-bottom: 1px dotted #262626;
		color: #262626;
		text-decoration: none;
	}
	#content .navigation a:hover {
		border-bottom-color: #e37825;
		color: #e37825;
		text-decoration: none;
	}


/* *** sidebar *** */
#sidebar {
	float: left;
	width: 210px;
}
	/* headings */
	#sidebar h3 {
		background: url(images/h3Sidebar.gif) repeat-x center left #f0f0f0;
		border: 1px solid #dbdbdb;
		border-width: 1px 0;
		color: #e37825;
		font-size: 11px;
		padding: 13px 17px;
		padding-bottom: 12px;
		text-transform: uppercase;
	}
	
		/* image headings */
		#nav h3 span {
			background: url(images/h3SidebarTxt.gif) no-repeat top left;
			display: block;
			height: 12px;
			text-indent: -9999px;
		}
		#nav_companyinfo h3 span {
			background: url(images/h3SidebarTxt.gif) no-repeat bottom left;
			display: block;
			height: 12px;
			text-indent: -9999px;
		}
		
	/* navigations */
	#sidebar li {
		background: url(images/sidebarUl.gif) repeat-x top left;
		font-size: 15px;
		position: relative;
	}
		#sidebar li ul {
			padding: 14px 17px;
		}
		
		/* top level nav links */
		#sidebar li ul li {
			background: url(images/bullet.gif) no-repeat 0 6px;
			margin-bottom: 7px;
			padding-left: 15px;
		}
		
			/* child pages links */
			#sidebar li ul li ul {
				padding: 0;
				padding-top: 10px;
			}
				#sidebar li ul li ul li {
					background: none !important;
					font-size: 12px;
					padding-left: 0;
				}
				
			/* collapsable nav styles */
			#nav li, #nav li ul {
				display: none;
			}
			
			#nav .current_page_item li, #nav .current_page_item ul, #nav .current_page_parent li, #nav .current_page_parent ul,
			#nav li.page-item-30, #nav li.page-item-39, #nav li.page-item-19, #nav li.page-item-90, #nav li.page-item-142, #nav li.page-item-164, #nav li.page-item-184 {
				display: block;
			}
			
			/* vertical bullet */
			#nav .current_page_parent, #nav > ul > .current_page_item {
				background: url(images/bullet2.gif) no-repeat 0 6px;
			}
			
			/* italicise current child page */
			#nav li ul li.current_page_item {
				font-style: italic;
			}
		
		#sidebar a {
			color: #2b276c;
			text-decoration: none;
		}
			#sidebar a:hover {
				color: #e37825;
				text-decoration: underline;
			}
		
		/* main navigation */
		#nav a {
			font-weight: bold;
		}
		
/* *** footer *** */
#footer {
	background: #FFF;
	border-top: 2px solid #2b276c;
	text-align: center;
}
	/* address */
	#footer p {
		padding-bottom: 10px;
		padding-top: 15px;
	}

	/* contact info */
	#footer ul {
		padding-bottom: 15px;
	}
		#footer li {
			display: inline;
			padding: 0 15px;
		}
	
	#footer a {
		color: #262626;
		font-weight: bold;
	}
		#footer a:hover { color: #e37825; }


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */