/*
Theme name: WPIMTK Bonus Theme
Theme URI: http://www.wpimtoolkit.com
Description: Clean Theme For Membership Sites
Version: 1.0
Author: WPIMToolkit
Author URI: http://www.wpimtoolkit.com
*/



/* GLOBAL STYLES  */


body {
	background:url(images/bg.png);
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14px;
	line-height:20px;
}

* {
	margin:0;
	padding:0;
}


.clearfix {
	clear:both;
	height:1px !important;
	line-height:1px !important;
	float:none!important;
}

form {
	margin:0;
	padding:0;
}

hr {
	border-width:0;
	height:10px;
	line-height:0;
	margin:5px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

hr.dotted {
	background:url(images/hr_dotted.png) repeat-x bottom left;
	height:9px;
	line-height:0;
	padding-top:30px;
	margin:20px 0px 20px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/* Default Styles */


/* links */


a,  a:visited {
	text-decoration:none;
	color:#3397c9;
}

a:hover {
	text-decoration:none;
	color:#222222;
}

a img { border:none }

.thumb {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

/* floats */

.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,  img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}

img.alignleft,  img.alignright,  img.aligncenter,  img.alignnone { margin-bottom: 12px; }

/* headings */


h1, h2, h3 {
	margin-bottom:15px;
	font-family:"Calluna", Arial, Verdana;
	font-weight:normal;
}

h4, h5, h6 {
	margin-bottom:10px;
	font-family:"Calluna", Arial, Verdana;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 { color:#40454D; }

h1 {
	font-size:28px;
	line-height:30px;
}

h2 {
	font-size:26px;
	line-height:36px;
}

h3 {
	font-size:20px;
	line-height:26px;
}

h4 {
	color:#333;
	font-size:16px;
	line-height:20px;
}

h5 {
	font-size:14px;
	line-height:18px;
}

h6 {
	font-size:11px;
	line-height:normal
}


/* images */


img { max-width:100%; }

.img-frame {
	position:relative;
	margin:10px 0px 10px 0px;
}

.frame img {
	float:left;
	margin-right:10px;
}


/* content formatting elements */

.quote {
	background:#3397c9 url(images/quote_bg.png) repeat-x;
	border:1px solid #2288bb;
	color:#fff;
	padding:20px;
	font-size:24px;
	line-height:28px;
	text-align:center;
	margin:0 auto;
	width:930px;
}

blockquote {
	font-style:italic;
	padding:6px 10px 6px 10px;
	font-size:13px;
}

blockquote p { margin:0px; }

p,  ul,  ol,  blockquote { margin-bottom:15px; }

ul,  ol { margin:10px 0 20px 20px; }

li ol,  li ul {
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}

li ol { list-style:decimal; }

/* containers */

#wrapper {
	width:980px;
	margin:0 auto;
}

/* Menu Area  */

#header_full {
	background:#fff;
	border-bottom:1px solid #ddd;
	height:80px;
}

#logo {
	margin-top:5px;
	float:left;
}

#nav_full {
	background:#fff url(images/nav_bg.png) repeat-x;
	height:51px;
	border-bottom:1px solid #e0e0e0;
}

#nav, #header_container {
	width:980px;
	margin:0 auto;
}


#topnav {
	margin:5px 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:14px;
	font-family:"Calluna", Arial, Verdana;
	text-transform:uppercase
}


#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#topnav li {
	border-right:1px solid #e0e0e0;
	height:46px;
	padding-right:10px;
	top:-5px;
}

#topnav a {
	display: block;
	line-height: 34px;
	padding:8px 0;
	text-decoration:none;
	position:relative;
	float:left;
	font-family:"Calluna", Arial, Verdana;
	color:#222;
}

#topnav li.current a, #topnav li a:hover { color: #3397c9; }

#topnav ul li ul {
	list-style: none;
	position: absolute;
	width: 200px;
	left: -999em;
	float:left;
	margin-top:12px;
	margin-left: -20px;
	padding:0;
	z-index:10;
	background:#fff;
}

#topnav li:hover ul,  #topnav li.sfhover ul { left: auto; }

#topnav li ul li:hover ul {
	left: 100%;
	margin-left: 0px;
}

#topnav li li {
	margin: 0;
	padding: 0;
	width: 200px;
	left: auto;
	height:auto !important;
	position:relative!important;
	border-right:0;
}

#topnav li li a {
	width: 180px;
	color:#999!important;
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 8px 6px 8px 15px!important;
}

#topnav li li a:hover {
	padding: 8px 15px 8px 15px;
	color:#212121!important;
}
 #topnav li li:hover, {
 margin-top:50px;
}

#topnav li:hover,  #topnav li.sfhover { position: relative; }

#topnav li.back {
	height:30px;
	position: absolute;
	z-index: -1;
}


/* Slider */

#slider {
	width:650px;
	height:320px;
	position:relative;
	overflow:hidden;
	border:5px solid #fff;
}

.slide-text {
	width:300px;
	height:305px;
	padding:10px;
	margin-right:30px;
	color:#222;
	text-shadow: 1px 1px 1px #c9c9c9;
}

.slide-text h1 {
	font-size:34px;
	color:#3397c9;
	margin-bottom:5px;
	font-weight:bold;
	line-height:normal;
}

.slide-text h2 {
	font-size:28px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:normal
}


#slideshow_navigation {
	position:absolute;
	left:0px;
	bottom:25px;
	z-index:30;
	text-align:center;
}


/* CONTENT */

#mainbody { margin-top:15px; }

.post_meta {
	padding:0px 0 8px 0;
	color:#222;
	font-size:11px;
}

.posttitle { padding:15px 0; }


.pagetitle {
	background:url(images/line.png) repeat-x bottom;
	padding:15px 0px;
	font-size:32px;
	line-height:38px;
	text-align:center;
	letter-spacing:-1px;
}


#crumbs { margin:10px 0 5px 0; }

.border_btm {
	border-bottom:1px dotted #c3c3c3;
	margin:0 0 10px 0;
}

.pageheader {
	background:#f8f8f8;
	padding:20px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size:26px;
	line-height:30px;
	text-decoration:none;
	font-family:"Calluna", Arial, Verdana;
	color:#222;
	width:610px;
}

.box-generic {
	border:1px solid #e0e0e0;
	background:#fff;
	padding:20px;
	margin:0 0 20px 0;
	color:#40454D;
}

.box-content {
	border:1px solid #e0e0e0;
	background:#fff;
	padding:20px;
	margin:0 0 10px 0;
	color:#40454D;
	width:610px;
}

.box-content_full {
	border:1px solid #e0e0e0;
	background:#fff;
	padding:20px;
	margin:0 0 20px 0;
	width:980px;
}

/* -- Quotes --*/

blockquote {
	font-style:italic;
	padding:6px 10px 6px 10px;
	font-size:13px;
}

blockquote p { margin:0px; }

.pullquote-right,  .pullquote-left {
	padding:6px 10px 6px 10px;
	float:right;
	font-style:italic;
	letter-spacing:0px;
	margin:0px 2px 20px 20px;
	width:50%;
}

.pullquote-left {
	float:left;
	margin-left:2px;
	margin-right:20px;
}

/* SIDEBAR */

.sidebar {
	padding-left:10px;
	margin-top:15px;
}

.sidebar h2 {
	font-size:22px;
	line-height:26px;
	padding:8px 0;
	text-decoration:none;
	font-family:"Calluna", Arial, Verdana;
	color:#222;
}

.sidebar .widget-title {
	margin:0px 5px;
	padding:5px;
	margin-top:10px;
}

.sidebar ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0px 5px;
	padding:10px;
}

.login_widget {
	background:transparent;
	padding-left:15px;
	margin-top:10px;
}

#calendar_wrap {
	background:#fff;
	border:1px solid #e6e6e6;
	list-style-type:none;
	list-style-position:outside;
	margin:0px 5px;
	padding:10px;
}

.textwidget, .tagcloud {
	list-style-type:none;
	list-style-position:outside;
	margin:0px 5px;
	padding:10px;
}

#wp-calendar thead tr th {
	text-transform: capitalize;
	background: #FCFCFC;
	padding: 4px 5px;
	border: 1px solid #F1F1F1;
	font-size: 11px !important;
	margin: 0 5px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-image: initial;
}

.tagcloud a {
	text-transform: capitalize;
	background: #FCFCFC;
	padding: 4px 12px;
	border: 1px solid #F1F1F1;
	font-size: 11px !important;
	display: inline-block;
	margin: 0 5px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-image: initial;
}

.sidebar ul li {
	list-style-type:none;
	margin:0;
	padding: 10px 0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}

.sidebar ul li li {
	list-style-type:none;
	margin:0px 0px 2px 0px;
	padding:0px 0px 2px 0px;
}

.sidebar .widget-container {
	border:1px solid #ddd;
	margin-bottom:20px;
}

.sidebar .widget-container inner { padding:10px; }

.sidebar .text a {
	background:none;
	padding:0px;
}


/*   FOOTER   */

.three columns .textwidget {
	list-style-type:none;
	list-style-position:outside;
	margin:0px 5px;
	padding:10px;
}

.three columns #wp-calendar thead tr th {
	text-transform: capitalize;
	padding: 4px 5px;
	font-size: 11px !important;
	margin: 0 5px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-image: initial;
}

.three columns .tagcloud a {
	text-transform: capitalize;
	background: #121212;
	padding: 4px 12px;
	border: 1px solid #222;
	font-size: 11px !important;
	display: inline-block;
	margin: 0 5px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-image: initial;
}


#footer_fullwidth {
	background:url(images/footer_bg.png) repeat-x;
	margin-top:20px;
}

.footercontainer .textwidget, .footercontainer .tagcloud {
	background:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0px 5px;
	padding:0px;
}

#footer_fullwidth .tagcloud a {
	text-transform: capitalize;
	background: #000;
	padding: 4px 12px;
	border: 1px solid #333;
	font-size: 11px !important;
	display: inline-block;
	margin: 0 5px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-image: initial;
}

#footer_fullwidth_nav {
	background:#000;
	min-height:20px;
}

#footer_fullwidth_copy {
	width:100%;
	color:#666;
}

.footercol_padding { padding-right:20px; }

.footercontainer {
	width:980px;
	margin:0 auto;
}

.footercontainer .textwidget { backgrond:none; }

.footer_col h2.widget-title {
	font-size:22px;
	color:#fff;
	margin-top:30px;
}

#footnav li.current a,  #footnav li a:hover { color:#4a4d55; }

.footer_col {
	color:#54555b;
	font-size:11px;
}

.footer_col ul {
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style-type:none;
}

.footer_col .widget-container { width:210px; }

.footer_col .widget-container li {
	list-style-type:none;
	background:url(images/foot-nav-border.png) repeat-x bottom;
	padding-bottom:5px;
	margin-bottom:5px;
}


#footnav {
	list-style-type:none;
	margin-left:-25px;
	float:left;
	clear:both;
	padding:5px 0 5px 0;
}

#footnav li {
	list-style-type:none;
	margin:0 10px 0 0px;
	padding:0 10px 0px 0px;
	float:left;
	font-style:italic;
	font-size:11px;
	background:url(images/foot_nav_divider.png) no-repeat right;
}

#footnav li:last-child { background:none; }

#footer .three { text-align:right; }

.copyright {
	padding:5px 0px 5px 0px;
	margin:0px;
	margin-left:-5px;
	font-size:10px;
}


/* Form Elements */


input[type="text"],  textarea {
	padding: 7px 5px;
	width:100%;
}

.button:hover,  .reply:hover {
	text-decoration:none;
	color:#242424;
	background:#222222!important;
}

.button,  .button:visited,  .reply,  .reply:visited {
	padding:0px 15px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	background-color:#3397c9;
	color:#fff;
	font-family:"Calluna", Arial, Verdana;
	text-transform:uppercase;
	border:0px;
}

.button_alt:hover {
	text-decoration:none;
	color:#242424;
	background:#3397c9!important;
}

.button_alt,  .button_alt:visited {
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 13px;
	margin:5px 0 5px 0;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0, 0%, 0%, .3);
	text-decoration: none;
	/*Background*/
    background: #2288bb;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #4badde), color-stop(1, #2288bb) );
 background: -moz-linear-gradient( center top, #4badde 20%, #2288bb 100% ) 	/*Box shadow*/
 -webkit-box-shadow: 
 inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: 
 inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: 
 inset 0 1px 0 hsla(0, 100%, 100%, .3) /*Top*/, inset 0 0 2px hsla(0, 100%, 100%, .3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}


.container input {
	height:25px;
	padding:5px;
	background:#fff;
	border:1px solid #ddd;
}

#searchform {
	width:275px;
	margin:0 auto;
}


/*

Comment-Styles

*/



#comments_template {
	margin-top:30px;
	padding-top:30px;
	width:580px;
}


#commentform p { margin:0; }

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input,  #commentform textarea {
	border:1px solid #d9d8d8;
	background:#fff;
	color:#222;
	padding:20px;
	width:80%;
	margin-bottom:10px;
}

#commentform input:focus,  #commentform textarea:focus { border:1px solid #d9d8d8; 	width:80%;}

#commentform textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#fff;
}

#commentform input[type="submit"] {
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:#ddd url(images/but_form.jpg) 0 100% repeat-x;
	color:#fff;
	font-size:12px;
	padding:0;
}

.comment-reply-link { margin:20px 0 10px 0; }

ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 20px 0;
	padding:0;
	padding-bottom:20px;
}

.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

.commentlist li {
	position:relative;
	margin-top:30px;
	clear:both;
}

ul.commentlist li img { border:none; }

ul.commentlist li p {
	font-size:13px;
	margin:10px 0;
}

ul.commentlist li .comment-meta {
	margin-left:20px;
	margint-top:15px;
	padding:10px 0;
	clear:both;
}

li .comment_date {
	float:right;
	font-size:12px;
	color:#666666;
}

.comment_author {
	font-size:12px;
	color:#7d7d7d;
}

.the_comment {
	margin-left:20px;
	font-size:11px;
	line-height:1.8em;
	border-bottom:1px solid #ededed;
	margin-bottom:20px;
}

ul.commentlist li .comment-meta span {
	font-size:11px;
	color:6b6b6b;
}

ul.commentlist li .comment-meta { font-size:16px; }

ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	left:0;
	float:left;
}

ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
}

ul.commentlist .reply {
	text-align:center;
	font-size:12px;
	margin-left:15px;
	height:10px;
	width:65px;
	padding-top:12px;
	color:#fff;
}

ul.commentlist .reply a {
	height:10px;
	width:65px;
	padding-top:12px;
	color:#fff;
}

ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#fff;
}

ul.commentlist li .children li {
	margin:25px 0 55px 0;
	padding:25px 0 55px 0;
	border-bottom:none;
}

ul.commentlist li .children li .gravatar { top:30px; }

ul.commentlist li .children li .reply { top:130px; }

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}

ol.commentlist li {
	margin:0 0 10px;
	padding:5px 7px 5px 64px;
	position:relative;
}

ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

ol.commentlist li div.vcard {
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
}

ol.commentlist li div.vcard cite.fn {
	font-style:normal;
	font-size: 11px;
}

ol.commentlist li div.vcard cite.fn a.url {
	color:#333;
	text-decoration:none;
}

ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }

ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border:1px solid #aaa;
	border-radius:2px;
	padding: 5px;
	left:7px;
	position:absolute;
	top:7px;
}

ol.commentlist li div.comment-meta {
	font-size: 10px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
	padding:10px;
}

ol.commentlist li div.comment-meta a {
	color:6b6b6b;
	text-decoration:none;
}

ol.commentlist li p {
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	margin:5px 0 12px;
}

ol.commentlist li ul {
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}

ol.commentlist li div.reply {
	background:#212121;
	border:1px solid #333;
	border-radius:2px;
	color:#fff;
	font:bold 9px/1 helvetica, arial, sans-serif;
	padding:6px 5px 4px;
	text-align:center;
	width:36px;
}

ol.commentlist li div.reply:hover {
	background:#e1e1e1;
	border:1px solid #333;
}

ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

ol.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}

ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

ol.commentlist ul.children li.odd { background:#fff; }

ol.commentlist ul.children li.even { background:#f6f6f6; }

ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }



/*

Pagination

*/

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span,  .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover {
	color:#fff;
	background: #d0d0d0;
}

.pagination .current {
	padding:6px 9px 5px 9px;
	background: #d9d8d8;
	color:#212121;
}

