/*
Theme Name: Lightning Media
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI: 
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{

}
a{
	color:#787777;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
html{
	background:#fff url(images/bgr_html.png) repeat-x center top;
}
body{
	color:#787777;
	background:url(images/bgr_main.png) repeat-x bottom;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:950px;
}
/*header*/
#header{
	width:100%;
	height:125px;
	overflow:hidden;
}
/*header_logo*/
#header_logo{
	float:left;
	padding:11px 0 0 0;
}
#logo{
	width:204px;
	height:116px;
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#header_right{
	float:right;
	width:466px;
	background:url(images/iso.jpg) no-repeat scroll 5px 42px transparent;
}
/*topmenu*/
#topmenu{
	width:100%;
	overflow:hidden;
}
#topmenu ul{
	float:right;
	width:100%;
	height:27px;
	background:url(images/bgr_topmenu.png) no-repeat;
	padding:13px 0 0 0;
}
#topmenu li{
	float:left;
	font-size:1.0em;
	color:#464444;
	background:url(images/bgr_topmenu_li.gif) no-repeat left center;
	font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0 23px;
	margin:0 0 0 7px;
}
#topmenu li.first{
	background:none;
}
#topmenu li a{
	color:#464444;
}
#topmenu li a:hover{
	color:#3644f6;
}
/*callus*/
#callus{
	width:100%;
}
#callus p{
	color:#3644f6;
	font-size: 2.3em;
    padding: 6px 13px 0 0;
	text-align:right;
}
/*menu*/
#menu{
	width:100%;
	height:39px;
	overflow:hidden;
}
#topmenu_items{
	float:left;
	background:url(images/bgr_topmenu_items_li.gif) no-repeat left center;
	padding:0 0 0 1px;
}
#topmenu_items li{
	float:left;
	padding:0 1px 0 0;
	font-size:1.1em;
	font-weight:bold;
	background:url(images/bgr_topmenu_items_li.gif) no-repeat right center;
}
#topmenu_items a{
	float:left;
	height:22px;
	display:block;
	padding:11px 36px 0;
	color:#fff;
}
#topmenu_items .first a{
	padding:11px 26px 0;
}
#topmenu_items a:hover, #topmenu_items .current_page_item a{
	background:url(images/bgr_menu_a_hover.gif) repeat-x;
	text-decoration:none;
}
#topmenu_links{
	float:right;
}
#topmenu_links li{
	float:left;
	padding:0 1px 0 0;
	font-size:1.1em;
	font-weight:bold;
	background:url(images/bgr_topmenu_items_li.gif) no-repeat right center;
}
#topmenu_links a{
	float:left;
	height:22px;
	display:block;
	padding:11px 39px 0 25px;
	color:#ffff00;
}
#topmenu_links #topmenu_links_chat{
	background:url(images/ico_chat.gif) no-repeat 15px center;
	padding-left:34px;
}
#topmenu_links #topmenu_links_email{
	background:url(images/ico_email.gif) no-repeat 15px center;
	padding-left:34px;
}
/*main_flash =  Steward 2009-09-23 */
#carousel{
	width:100%;
	overflow:hidden;
	margin:0 0 5px 0;
}
#carousel img{
	width:948px;
	height: 191px;
	float:left;
	border:1px solid #dbd7d7;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
}
#content{
	float:right;
	width:690px;
}
#sidebar{
	float:left;
	width:252px;
}
/*content*/
.content{
	width:100%;
	background:url(images/bgr_content.gif) repeat-y;
	margin:0 0 5px 0;
}
.content_top{
	width:100%;
	background:url(images/bgr_content_top.gif) no-repeat;
}
.content_end{
	width:672px;
	overflow:hidden;
	padding:9px;
	background:url(images/bgr_content_end.gif) no-repeat left bottom;
}
/*post*/
.post{
	width:100%;
	margin:0 0 20px 0;
}
.post .title{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:1.8em;
	font-weight:normal;
	background:#1a1a1a url(images/bgr_maintitle.gif) no-repeat;
	margin:0 0 12px 0;
}
.post .title a{
	color:#fff;
}
.post .title span{
	display:block;
	padding:9px 0 9px 9px;
}
.post .entry{
	font-size:1.2em;
	line-height:1.6em;
	clear:both;
	padding:0 3px 0 3px;
}
.post .entry span{
	color:#3644f6;
}
.post .entry h3{
	font-size:1.0em;
	line-height:1.6em;
	color:#3644f6;
	margin:0 0 12px 0;
}
.post .entry h4{
	font-size:1.3em;
	line-height:1.6em;
	color:#3644f6;
	margin:0 0 12px 0;
}
.post .entry a{
	color:#71a1de;
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 12px 0;
}
.post .entry p img{
	padding:6px;
	border:1px solid #9f9f9f;
	float:left;
	margin:6px 12px;
}
.post .entry ul {
	margin:0 0 12px 25px;
}
.post .entry ul li{
	margin: 0;
	padding:0;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 12px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
}
.post .post_links{
	width:97%;
	overflow:hidden;
	padding:20px 0 0 0;
	clear:both;
}
.post .post_links ul{
	float:right;
	padding:5px;
	background:#f3f3f3;
}
.post .post_links ul li{
	float:left;
	padding:0 3px 0 3px;
	color:#3644f6;
	font-size:1.2em;
}
.post .post_links ul li a{
	color:#3644f6;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.1em;
	line-height:1.4em;
}
.sidebar_widgets .widgettitle{
	color:#fff;
	font-weight:normal;
	font-size:1.8em;
	width:100%;
	height:46px;
	background:url(images/bgr_widgettitle.gif) no-repeat;
}
.sidebar_widgets .widgettitle span{
	display:block;
	padding:21px 0 0 35px;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 6px;
	padding:0 0 0 12px;
	display:block;
	text-transform:uppercase;
}
.sidebar_widgets .widget_categories a:hover, .sidebar_widgets .widget_archive a:hover, .sidebar_widgets .widget_links a:hover, .sidebar_widgets .widget_meta a:hover, .sidebar_widgets .widget_pages a:hover, .sidebar_widgets .widget_meta a:hover, .sidebar_widgets .widget_recent_entries a:hover{
	background:url(images/ico_arrow.png) no-repeat 3px 12px #3644f6;
	padding:5px 0 5px 12px;
	display:block;
}

.widget_inner{
	width:226px;
	padding:9px 13px 9px 13px;
	background:url(images/bgr_widget_inner.gif) no-repeat left bottom;
}
.sidebar_widgets .widget_categories a{
	display:block;
	padding:5px 0 5px 12px;
	background:url(images/ico_arrow.gif) no-repeat 3px 10px;
}
.sidebar_widgets .widget_categories a:hover{

}
.sidebar_widgets .widget_recent_comments a.url{
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 5px 0;
	background:url(images/bgr_sidebar_widgets.gif) repeat-y;
}
.sidebar_widgets ul li a{
	color:#3644f6;
	display:block;
} 
.sidebar_widgets ul li a:hover{
	color:#fff;
	background:#3644f6;
	display:block;
	text-decoration:none;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	border-bottom:1px dashed #dddddd;
	background:none;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
	background:none;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 15px 5px 15px;
	line-height:1.3em;
}
.sidebar_widgets .widget_mykitlist p{
	font-size:1.1em;
	padding:0 0 10px 0;
}
.sidebar_widgets .widget_mykitlist a{
	color:#1828f8;
}
.sidebar_widgets .items{
	color:#1828f8;
}
/*sidebar_subscribe*/
#sidebar_subscribe{
	width:100%;
	height:148px;
	overflow:hidden;
	margin:0 0 5px 0;
	background:url(images/bgr_sidebar_subscribe.gif) no-repeat;
}
#sidebar_subscribe_inner{
	padding:14px 0 0 24px;
}
#sidebar_subscribe h2{
	font-size:2.1em;
	color:#4a4d56;
	padding:0 0 3px 0;
}
#sidebar_subscribe h2 span{
	color:#3644f6;
}
#sidebar_subscribe h3{
	font-size:1.3em;
	color:#4a4d56;
	text-transform:uppercase;
	padding:5px 0 7px 0;
}
#sidebar_subscribe_val{
	color:#585858;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background:#fff;
	border:1px solid #c5c5c5;
	padding:3px;
	width:190px;
}
#sidebar_subscribe_sub{
	display:block;
	margin:7px 0 0 138px;
}
/*footer*/
#footer{
	width:100%;
	height:146px;
	overflow:hidden;
	text-align:center;
}
#footer ul{
	padding:39px 0 20px 0;
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
	color:#fff;
	background:url(images/bgr_footer_menu_li.gif) no-repeat left center;
	padding:0 0 0 55px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#fff;
}
#footer p{
	color:#fff;
	font-size:1.1em;
	line-height:1.3em;
	padding:0 0 6px 0;
}
#footer p a{
	color:#fff;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 40px 20px 40px;
	overflow:hidden;
	color:#8e8b8b;
}
#respond a{
	color:#8e8b8b;
}
#respond h3{
	font-size:2.0em;
	line-height:1.4em;
	color:#4a4d56;
	border-bottom:1px dashed #e8e8e8;
	padding:0 0 6px 0;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	font-size:12px;
}
#top-search { text-align:right; }
#top-search #searchsubmit { background:#000; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; border:none; padding:2px 6px; }
#top-search #s { width:160px; border:1px solid #999; padding:2px; }

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aadb9;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:2.0em;
	line-height:1.4em;
	color:#4a4d56;
	border-bottom:1px dashed #e8e8e8;
	padding:0 0 6px 0;
	font-weight:normal;
	margin:30px 40px 0 40px;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#666;
	margin:0 40px 0 40px;
}
.commentlist a{
	color:#666;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ebf2f6;
	background:#fff;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#f2f7f9;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aadb9;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#869aa7;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:1px solid #9aadb9;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #bdd5de;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #bdd5de;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
	margin:30px 0 0 0;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.single .navigation{
	width:90%;
	margin:0 auto;
}
.navigation a{
	font-weight:bold;
	color:#000;
}
#content .wp-pagenavi{
}
#content .wp-pagenavi a {
	font-weight:normal;
	padding: 4px; 
	margin: 2px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi a:hover{
	color:#333;
	background:#e1dfdf;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#333;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#333;
	background:#e1dfdf;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*product*/
.product{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_product.gif) repeat-y;
	margin:0 0 5px 0;
}
.product_tumb{
	float:left;
	width:197px;
	height:130px;
	background:url(images/bgr_product_tumb.gif) no-repeat;
}
.product_tumb p{
	padding:10px 0 0 5px;
}
.product_tumb p img{
	width:187px;
	height:109px;
}
.product_content{
	float:right;
	width:473px;
	padding:4px 0 0 0;
}
.product_content h3{
	font-size:1.2em;
	line-height:1.6em;
	margin:0 20px 12px 20px;
}
.product_content p{
	font-size:1.2em;
	line-height:2.0em;
	margin:0 20px 15px 20px;
}
.product_content p a{
	color:#71a1de;
	text-decoration:underline;
}
.product_content p a:hover{
	text-decoration:none;
}
.product_links{
	border-top:1px solid #fff;
	padding:5px 8px 5px 0;
	font-size:1.2em;
	line-height:1.6em;
	text-align:right;
}
.product_links a, .product_links span{
	color:#3c49f0;
}
/*submit_my_kit_block*/
#submit_my_kit_block{
	width:100%;
}
#submit_my_kit{
	width:80%;
	margin:30px 3px 0;
}
#submit_my_kit p{
	width:100%;
	orphans:inherit;
	padding:0 0 10px 0;
}
#submit_my_kit label{
	display:block;
	font-size:1.2em;
	padding:0 0 3px 0;
}
#submit_my_kit span.error_msg{
	font-size:1.0em;
	display:block;
	padding:4px 0 0 0;
	color:#F00;
}
#submit_my_kit label span{
	position:relative;
	top:-4px;
}
#submit_my_kit .submit_my_kit_text{
	background:#fff;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666;
	padding:4px;
	width:300px;
}
#submit_my_kit textarea.submit_my_kit_text{
	width:400px;
	height:120px;
	overflow:auto;
}
.submit_my_kit_msg{
	font-size:1.2em;
	color:#06F;
	font-weight:bold;
	padding:0 0 20px 0;
}

#submit_my_kit .hide {
	display: none;
}

#submit_my_kit .show {
	display: inline;
}


/*product_kit*/
.product_kit{
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	padding:30px 0 30px 0;
	margin:0 0 20px 2px;
}
.product_kit_inner{
	width:468px;
	border:1px solid #dadace;
	padding:10px;
	background:url(images/bgr_product_kit.gif) repeat-y;
	font-size:1.1em;
}
.product_kit th, .product_kit td{
	text-align:left;
	padding:0 0 10px 0;
}
.product_kit .product_kit_title{
	width:264px;
	padding-right:28px;
}
.product_kit_q{
	width:117px;
}
.product_kit_input{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	width:20px;
	font-size:1.1em;
}
.product_kit_remove a{
	color:#5c8891;
}
.product_kit_apply{
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}

/* Equipment Hire */
#equipment-hire ul {
	display: block;
	width: 698px;
	margin: 0;
	padding: 0;
	border: none;
}

#equipment-hire ul li {
	display: block;
	position: relative;
	width: 167px;
	height: 130px;
	margin: 5px 5px 0 0;
	float: left;
	border: none;
	background: #ffffff url(images/bgr_equip_hire.gif) no-repeat;
	overflow: hidden;
}

#equipment-hire ul li a {
	display: block;
	width: 167px;
	height: 130px;
	text-decoration: none;
}

#equipment-hire ul li a div {
	display: block;
	width: 165px;
	height: 36px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	z-index: 100;
	background: url(images/cat_st.png) no-repeat;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	margin-top: 80px;
	margin-left: 1px;
}

#equipment-hire ul li a:hover div {
	background: url(images/cat_over.png) no-repeat;
}

/* Products page (categories) */
#title_cats, #title_cats a, #title_cats a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#title_cats a:hover {
	color: #fff;
	text-decoration: underline;
}
#calc ul li{list-style-type:none; margin-bottom:12px}
#calc ul li label{width:260px; float:left}

.post h3 a:link { color:#0099CC}
