/*
Theme Name: ProPanels.com Theme
Theme URI: http://www.propanels.com
Description: Custom Wordpress Theme for ProPanels.com
Author: Craig Smith
Author URI: http://www.craigthegraphicartist.com/
Version: 1
*/
@import url("css/reset.css");

/* ============Global=========== */
body{font-weight:normal !important;}
ul, li, ol {list-style:none; margin:0;padding:0;}

/*Type Styles*/
p,h1,h2,h3,h4,h5,h6,ul,ol,li,a{ font-family:Arial, Helvetica, sans-serif;}
h1,h2,h3,h4,h5,h6 { font-size:24px; -webkit-font-smoothing: antialiased;}

/*Generic Classes*/
.clear {clear:both;}
.floatleft {float:left;}
.floatright {float:right;}
.alignright{float:right;}
.alignleft{float:left;}
body{
	color: #D6D6D6;
        background-image:  url('images/bodybg.jpg');
	background-color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* Links */
a {color:#6a6a6a; text-decoration:none;}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
#logo a:focus, a:active, a:hover{text-decoration:none;}

#wrapper{
    width: 960px;
    margin: 0px auto;

}
/* ============Header=========== */
#header{
	width:960px;
	margin: 0px auto 25px auto;
	position:relative;

}

#header h1 {
	letter-spacing: -2px;
	font-style: italic;
	font-weight: bold;
	color: #ececec;
	font-size: 44px;
	margin:0; padding:0;
}

#header h2 {
	margin: 0px;
	font-style: italic;
	color: #ffb05a;
	font-size: 18px;
	font-family: arial;
	padding:0px;
	}

#logo{float:left}
#headrt{float:right; margin-top:15px;}


/* ============Content=========== */
#content{
	float:right;
	background-image: url('images/contentbg.jpg');
	background-repeat: repeat;
	width:685px;
	padding:15px;
	min-height:865px;

}
#content h1{
	letter-spacing: -2px;
	font-size: 36px;
	font-family: arial;
	color: #ffb051;
	clear: both;
	margin:0px 0px 20px 0px;
	padding:0;
}
#content h2{
	padding:0px 0px 0px 10px;
	line-height: 30px;
	color: #ffebb0;
	background-color: #3e6f80;
	font-size: 24px;
	font-family: arial;
	clear: both;
	margin:20px 0px 20px 0px;
}
#content h3{
	line-height: 30px;
	color: #ffebb0;
	background-color: #3e6f80;
	font-size: 24px;
	font-family: arial;
	clear: both;
	padding:0 0 0 5px;
	/*margin-bottom:-10px;*/
}
#content h4{
	font-size:15px;
	margin:0;
}
#content ul, #content li, #content ol{
	font-weight:normal;
	font-size:14px;
}
#content img {margin-bottom:5px; margin-left:5px; border:solid 2px #ccc;}
#content a {color: #ffebb0;}
.clearimg{float:none;}

/* ============Menus=========== */
#top_nav ul, #top_nav li {margin:0; padding:0;}
#top_nav{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding:0;
    clear:both;
}
#top_nav ul li{
    display: block;

}
#top_nav ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffebb0;
	font-size: 16px;
	padding-left:10px;
	text-decoration:none;
	display:block;
	}
#top_nav ul li a:hover{
	background:#444;
	color:#fff;
	text-decoration:none;
	}
#top_nav .current_page_item,#top_nav .current_page_parent,#top_nav .current_page_ancestor {
	background:#3e6f80;
	color:#fff;
	text-decoration:none;
	}

/* ============Sidebar=========== */
#sidebar{
	float:left;
	width:240px;
	background:#171515;
	border:solid 2px #353535;

}
.dsidebar-widgets{
	padding-top: 5px;
	padding-bottom: 20px;
	color: #ffebb0;
	font-size: 16px;
	padding-left: 10px;

}
/*=======Search From==========*/
.form-search{
	margin:0;
	padding:0 6px;
	list-style:none;
	margin-top:15px;
}
.form-search .frame{
	float:right;
	width:160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 35px;
	padding-left: 0px;
	border:0;

}
.form-search .text{
	float:left;
	width:125px;
	padding:7px 4px;
	margin:0;
	background:#444;
	border:0;
	font-size:12px;
	color:#fff;
}
.form-search .btn-search{
	float:left;
	width:15px;
	height: 29px;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	background-image: url(images/searchbtn.jpg);
	background-repeat: no-repeat;
}
.form-search label{
	float:left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	line-height: 26px;
	font-weight: bold;
	padding: 2px 5px 0px 0px;
}
/*color thumbs*/
.colortxt{font-size:22px; color:#fefefe; margin-left:5px;}
#productcolor{
	margin-top:15px;
	margin-bottom:15px;
	padding:8px 5px 0 5px;
	background-image: url('images/customhr.png');
	background-repeat: repeat-x;
	background-position: center top;
}
#productcolor img{float:left; margin-right:3px; margin-left:3px; margin-bottom:3px;}

/*downloads*/
#downloads{
	margin-top:15px;
	margin-bottom:15px;
	padding:15px 10px 5px 10px;
	background-image: url('images/customhr.png');
	background-repeat: repeat-x;
	background-position: center top;}
#downloads p{display:block;}
#downloads a {color: #ffebb0; text-decoration:none;}
#downloads a:hover {text-decoration:underline;}

/*Newsletter signup*/
.signup{padding-left:10px; padding-right:10px; padding-top:15px; color:#444; line-height:30px;background-image: url('images/customhr.png');background-repeat: repeat-x;
	background-position: center top;}
.signup p {font-size:22px; color:#ffebb0; margin-bottom:18px; line-height:15px;}
.signup input{background:#444; color:#fff; border: solid 2px #444; margin-top:15px; border:0; margin-bottom:15px; float:right; line-height:30px;}
.signup select, .signup textarea{height:30px; background:#444; width:125px;padding:0 5px; color:#fff;}
.signup label wpml-1344274513email{float: left;}
.signup #wpml-1344274513name{width:165px; height:30px; float:right;}
.signup #wpml-1344274513email{width:165px; height:30px; float:right;}
.signup legend{float:left; padding-top:15px;}
fieldset{height:45px;}
/* #frm_form_6_container select, #frm_form_6_container input{height:30px; background:#616161; width:50%; border:solid 1px #2e2e2e;  padding:0 5px; color:#fff;}
#frm_form_6_container textarea{height:125px; background:#616161; width:50%; border:solid 1px #2e2e2e;  padding:0 5px; color:#fff;}
#wpcf7-f120-p117-o1 #state {width:175px; line-height:30px;}
#frm_form_6_container input[type="checkbox"]{float:left; margin:-3px 5px 0 0; padding:0; background:transparent; border:0;}
#frm_form_6_container input[type="submit"] {width:75px;}
#frm_form_6_container label{color:#fff; font-family:arial; margin:0; padding:0; font-weight:normal;}*/
#catalogorder{margin-bottom:55px; position:relative;}
.with_frm_style .submit input[type="submit"]{float:left; margin-top:460px; margin-left:135px; width:355px; border:1px solid #000; padding:5px;}
.with_frm_style .submit input[type="submit"]:hover{border:1px solid #ccc;}

/* ============Footer=========== */
#footer{float:right; width:715px; margin-top:25px;}
.ftwidget{float:left; width:33%;}
.ftwidget:first-of-type{margin-left:5px;}
.ftwidget strong, .ftwidgetlast strong {color:#ffb05a; font-size:20px; font-weight:normal;}
.ftwidgetlast{float:right;}
#privacy{color:#6a6a6a; text-decoration:none;font-size:13px;float:left; margin-top:-6px;}
#copyright{text-align:left; font-size:11px; color:#6a6a6a; float:right;}
#copyright a {color:#6a6a6a; text-decoration:none;}

/* ============Blog=========== */
.entrydate{float:right;}


/* ============Forms=========== */
#header #headrt a{text-decoration:none; color: #ffb05a;}

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	margin:4px 0px 4px 5px;
	padding:0px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:120px;
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px;
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	display:block;
	margin:4px 0px 4px 5px;
	position:relative;
padding:0;

}

.ngg-gallery-thumbnail img:hover {
	border:solid 2px #3e6f80;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top: 15px;
    padding-bottom: 2px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 8px;
    text-decoration: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {

}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	outline: none;
	float: right;
}

.slideshowlink {

}

/* ----------- JS Slideshow -------------*/
.ngg-slideshow {
    overflow:hidden;
    position: relative;
}

.ngg-slideshow * {
    vertical-align:middle;
}

/* See also : http://www.brunildo.org/test/img_center.html */
.ngg-slideshow-loader{
    display: table-cell;
    text-align: center;
    vertical-align:middle;
}

.ngg-slideshow-loader img{
    background: none !important;
    border: 0 none !important;
    margin:auto !important;
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px;
	padding:1px;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;
}

.ngg-galleryoverview div.pic img{
	width: 100%;
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

#TB_window {
	z-index: 9999 !important;
}
#cboxBottomCenter {height: 105px;}
#cboxTitle {bottom: -45px; color: #fff;}
#cboxContent {overflow: visible;}
#pagegallery{float:right;}
#pagegallery img{float:left;}
#pagegallery a img{height:35px; width:35px; margin:3px 3px;}
#pagegallery.ngg-galleryoverview {float:right;}

#slider{float:right; padding: 0px 30px 30px 30px;}

/* ----------- Homepage Table -------------*/
#content table img {border: none; margin:0 0 -4px 0; padding:0;}
#hometbl{color:#000000; font-family:Arial, Helvetica, sans-serif; margin:0 auto; width:600px;}
#hometbl table{border-spacing: 10px; border-collapse:separate; margin-top:-10px; color:#ffffff; border:none;}
#hometbl table table, #hometbl table table td{border:none;}
#hometbl td {border: 2px solid ;}
#hometbl tr{}
#hometbl th{text-align:center; font-size:20px; font-weight:bold;}
#homefttbl{font-size:20px; font-weight:bold;}
.whitecaps{color:#fff; text-transform:uppercase; font-size:13px;}
td a {margin:0; padding:0;}


.with_frm_style .frm_checkbox{margin-left:135px; margin-top:-15px;}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label  {color:#000;}
.recaptcha_theme_red #recaptcha_response_field {background:#fff; color:#000;}

#top_nav ul li.nav_header a{margin-top:8px; font-color:#FFF
; font-size:18px;}
#top_nav ul li.nav_header a:hover{background:none; color:#ffebb0; cursor: auto;}

#cboxTitle{text-align: right; width: 96%;}

<style>a.ex1:hover, a.ex1:active {color:#0098C9}</style>
