/*
Theme Name: EasyEdit
Theme URI: http://wordpress.org/
Description: Custom theme builder for Studio 2108
Author: The Good Folks At 2108
Author URI: http://www.studio2108.com
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/**  Eric MeyerŐs ŇReset CSSÓ 2.0 ?

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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, 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,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	
/**********************************************************/
/*********************COMMON ITEMS************************/

* {
	margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

html, body {
   height: 100%;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 15px;
}

.page_width {
	width:  1020px;
}




a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #c13631;
}

h1 {
	color: #8C0204;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	color: #8C0204;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

h3 {
	color: #8C0204;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;

}

h4 {

	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;

}

h5 {

}

p {
	margin-bottom: 5px;	
}

ul {
	margin-bottom: 5px;	
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;	
}

.content_block ol li{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

.i  { font-style: italic; }
.b  { font-weight: bold; }
.c1 { color: #8C0204; }
.c2 { color: #000000; }

b {
	text-align: inherit;
}

hr {
	margin: 15px 0;
}

.text2 {
	margin-bottom: 15px;
}

.headlinebold {
	font-weight: bold;
}

.content_block li {
	list-style: disc;
	margin-left: 10px;
	font-weight: normal;
	text-transform: none;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	float: none;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.content_wrapper {
	margin: 0 auto;
}

.page .content_wrapper, .single .content_wrapper {
	padding-top: 50px;
}


.left_column {
	width:265px;
    float:left;
	margin: 15px;
	padding: 15px;
}

.middle_column {
	width: 470px;
	margin: 15px;
	padding: 0 0 15px 15px;
    float:left;
}

.right_column {
	width:265px;
    float:left;
	margin: 15px;
	padding: 15px;
}

.clear {
	clear: both
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	float: none;
	display:block;
	margin: 0 auto;
}


/**********************************************************/
/**********************HEADER ITEMS************************/


.header_wrapper {
	margin: 0 auto;
	position: relative;
}



.logo {
	width:392px;
	height:160px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/top_shape.png');
	background-repeat: no-repeat;
	background-position: -5px 0px;
	float:left;
	text-align: center;
}

.prime {
	color: #ffffff;
	font-size: 52px;
	font-family: 'Arapey', serif;
	margin-top: 24px; 
	line-height: 43px;
}

.prime_sub {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 300;
	margin-bottom: 20px;
}

.prime_quote {
	color: #000000;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: 'Arapey', serif;
	
}

.title_text_wrap {
	display: inline-block;
	vertical-align: top;
	width: 568px;
}

.title_text_wrap p {
	text-align: justify;
}


/**********************************************************/
/***********************MENU ITEMS************************/

.menu_wrapper {
	margin: 0 auto;
    text-align: right;
    font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;

}

.menu_div {
	display: inline-block;
	margin-top: 39px;
	position:relative;
	z-index: 200;
}

.menu_div ul { /****--TOP LEVEL MENU ITEM--****/
	list-style: none;
	position:relative;
	z-index: 200;
}

.menu_div ul li{ /****--TOP LEVEL MENU ITEM--****/
	float:left;
	padding: 5px 0px 0px 15px;
	position:relative;
	z-index: 200;
}

.menu_div ul li span{ /****--TOP LEVEL MENU ITEM--****/
	margin-left: 10px;
}

.menu_div ul li:last-child { /****--TOP LEVEL MENU ITEM--****/
	margin-right: 0px;
}

.menu_div ul li a{ /****--TOP LEVEL MENU ITEM LINK--****/
    display: inline-block;

}

.menu_div ul li:hover a { /****--TOP LEVEL MENU ITEM LINK--****/
    color: #C13631;
}

.menu_div ul ul { /****--SECOND LEVEL MENU ITEM--****/
  position:absolute;
  left:0;
  width: 100px;
  display: none;
}

.menu_div ul li li a { /****--SECOND LEVEL MENU ITEM--****/
	color: #000000 !important;
}

.menu_div ul li li:hover a { /****--SECOND LEVEL MENU ITEM--****/
    color: #C13631 !important;
}

.menu_div ul li ul li{ /****--SECOND LEVEL MENU ITEM--****/
	float:left;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	width: 250px;
	text-align: left;
}

.menu_div ul li ul li a{ /****--SECOND LEVEL MENU ITEM--****/
	padding: 10px 5px;
	display: inline-block;
	background-color: #EFEFEF;
	width: 100%;
}

.menu_div ul li ul li span { /****--SECOND LEVEL MENU ITEM--****/
	display: none;
}

.menu_div ul li:hover{ /****--TOP LEVEL MENU ITEM HOVER--****/

}

.menu_div ul li a:hover{ /****--TOP LEVEL MENU ITEM LINK HOVER--****/

}

.menu_div ul li:hover > ul { /****--TURNS SUB MENU ON--****/
	display: block;
}

#menu-item-3041 span {
	display: none;
}

#menu-item-3041 .sub-menu li {
	width: 150px;
}

/**********************************************************/
/**********************FOOTER ITEMS************************/

.footer_wrapper {

	margin: 0 auto;
	text-align: center;
	position: relative;
}

#fox_news {
	width: 150px;
	height: 106px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/fox_news.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
}




#blaze {
	width: 158px;
	height: 65px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/the_blaze.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 15px;
	background-position: 15px 0px;
}




#abc {
	width: 101px;
	height: 102px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/abc.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;

}



#new_york {
	width: 216px;
	height: 38px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/03/new_york_single.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 25px;

}

#caller {
	width: 158px;
	height: 23px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/03/thedailycallerimage.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
}



#stl_today {
	position: absolute;
	width: 215px;
	height: 30px;
	right: 100px;
	top: 165px;
}

.seen_on {
	margin: 0 25px;
}

.wrap_buttons {
	display: inline-block;
	width: 216px;
	vertical-align: top;
}

#post_dispatch {
	width: 216px;
	height: 29px;
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/03/post_dispatch.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
}


/**********************************************************/
/********************FRONT PAGE ITEMS**********************/


#slider {
	margin-bottom: 50px;
}

.slide {
	height: 390px;
}

#slide_1 {
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/war_on_men.jpg');
	background-repeat: no-repeat;
	background-position: 600px 55px;
	background-size: 344px 307px;
}

.field_input {
	padding: 5px;
	border-radius: 6px;
}


.slide_call_text {
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/02/dot.png');
	background-repeat: no-repeat;
	background-position: bottom;

}

.book_cover {

	margin-left: 85px;
	margin-right: 135px;
	position: relative;
	margin-top: -35px;
	margin-bottom: 35px;
}





/**********************************************************/
/********************INDEX PAGE ITEMS**********************/








/**********************************************************/
/********************DEFAULT PAGE ITEMS********************/


.social_wrap {
	text-align: right;
	position: absolute;
	right: 56px;
	top: 100px; 
}

.social_wrap span {
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

.social_wrap img {
	vertical-align: middle;
	display: inline-block;
	height: 34px;
}

.large_callouts {
	text-align: center;
	margin-bottom: 25px;
}

.signup_form_header {
	line-height: 25px;
}

.corner_bottom_right {
	background-image: url('http://suzannevenker.studio2108dev2.com/wp-content/uploads/2014/03/left_top_peach_arrow.png');
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -5px;
	bottom: -5px;
}

.offset_submit {
	cursor: pointer;
}




/**********************************************************/
/********************COMMENT PAGE ITEMS********************/



#custom_form {
    width: 430px;
    padding: 15px;
}
 
#custom_form label {
    display: block;
}
 
#custom_form label span{
    color: red;
}
 
#custom_form input{
    width :300px;
    padding: 5px;
}
 
#custom_form textarea{
    width :300px;
    height :150px;
    padding: 5px;
}
 
.input_field_wrap {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}
 
.error {
    border: 1px solid red;
    color: red;
}
 
#all_status {
    padding: 5px;
}
 
.hide {
    display: none;
}
 
.show_block {
    display: block;
}
 
.show_inline_block {
    display: inline-block;
}
 
#custom_form_submit {
    cursor:pointer;
}
 
#ht_test {
    background-image: url('http://plugin-2108.com/wp-content/uploads/2014/03/ht_test.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    width: 45px;
    height: 17px;
    display: inline-block;
}
 
#custom_form #human_test {
    width: 25px;
}

.post_comment_avatar {
	float: left;
}

.post_comment_wrap {
	margin-left: 75px;
	margin-bottom: 25px;
	padding-top: 10px;
}

.frontpage-cwrap {
	margin: 0 auto;
	position: relative;
} 

#inside-bar{
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 6px;
}

hr {
    margin-bottom: 90px;
    margin-top: 37px;
}

.pagenation  {
display: inline-block;
margin-right: 10px;
vertical-align: top;
color: #000000;
}

.pagenation.current_pagenation {
color: #c13631;
}

.new_banner {
	text-align: center;
	margin-top: 55px;
}

.new_banner p {
	font-size: 16px;
}

.slideshow_block .page_width {

  width: 500px;
  border-top: 1px solid #000000;

}

.slideshow_wrapper {
	margin: 40px auto 0px auto;
	height: 200px;
	overflow: hidden;
	
}

.new_banner .slide_title {
	font-size: 46px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
    white-space: nowrap;

}

.slide_sub_title {
	font-size: 20px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	font-family: "Arial";
}

.single_slide {
    width: 500px;

}

.our_slideshows {
    width: 500px;
	height: 50px;
	margin: 0 auto;
}

.our_slideshows .single_slide .slide_title {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight:  bold;
	font-family: "Arial";
}

.our_slideshows .single_slide .slide_captions {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-family: "Arial";
}

#admin_page_slider .slide_title {
	font-size: 14px;
	color: #000000;
}

.test_page #seen-on-bar {
    background-color: #8c8c8c;
    height: auto;
    margin-top: 20px;
    width: auto;
}



a.readmore {
    background: url("http://suzannevenker.com/wp-content/themes/EasyEdit/image_uploads/button_grey_right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-size: 0.92em;
    font-weight: bolder;
    height: 29px;
    padding-right: 14px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 1px #000;
	width: 98px; 
}

span.readmore {
    background: url("http://suzannevenker.com/wp-content/themes/EasyEdit/image_uploads/button_grey_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 29px;
    margin-left: auto;
    margin-top: 25px;
    padding-left: 14px;
    width: 100px;
    margin-right: 10px;
}

#page-732 .ishare_inline_icons_display {
	display: none;
}

#front_page_header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#comments {
	margin-top: 50px;
}


.thank_wrap {
	padding: 25px;
	border: 3px solid #63B442;
	color: #63B442;
	margin-top: 100px;
}