/*
Theme Name: Send me your sexts
*/

/** prettyPhoto css */
@import url("prettyPhoto.css");

.post11 {
background-color:;
} 
.post5 {

} 



/* Font Import
------------------------------------------ */

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

}


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

}

/* Bubble with an isoceles triangle
------------------------------------------ */

#buble_button_footer{
height: 40px; width: 200px;
padding-left:580px;
}

.video_link_footer{
height: 20px; width: 280px;
margin-top:10px;
}

.triangle-isosceles_pink {
position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#ff1493; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ff1493), to(#ff1493));
	background:-moz-linear-gradient(#ff1493, #ff1493);
	background:-o-linear-gradient(#ff1493, #ff1493);
	background:linear-gradient(#ff1493, #ff1493);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}

/* creates triangle */
.triangle-isosceles_pink :after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#ff1493 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;

}



.triangle-isosceles_dede {
position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#ffffff; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background:-moz-linear-gradient(#ffffff, #ffffff);
	background:-o-linear-gradient(#ffffff, #ffffff);
	background:linear-gradient(#ffffff, #ffffff);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}

/* creates triangle */
.triangle-isosceles_dede :after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:850px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#ffffff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}


.triangle-isosceles_blue{
position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#00BFFF; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#00BFFF), to(#00BFFF));
	background:-moz-linear-gradient(#00BFFF, #00BFFF);
	background:-o-linear-gradient(#00BFFF, #00BFFF);
	background:linear-gradient(#00BFFF, #00BFFF);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}

/* creates triangle */
.triangle-isosceles_blue :after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:780px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#00BFFF transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;

}

.example-twitter {
	position:relative;
	padding:15px;
	margin:100px 0 0.5em;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* creates the triangle */
.example-twitter:after {
	content:"";
	position:absolute;
	top:-30px;
	left:50px;
	border:15px solid transparent;
	border-bottom-color:#FFF;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}



h1 {color:#FF1493;}


/* Bubble with an isoceles triangle END
------------------------------------------ */

/* Addsence
------------------------------------------ */

#addsence{
	margin-left: auto;
  margin-right: auto;
  width: 728px;
	}


/* Addsence END
------------------------------------------ */

/* ==== RESET ==== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,address,code,del,dfn,em,img,q,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,br,fieldset,textarea{
	letter-spacing:0px;
	word-spacing:0;
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	outline: 0;
    font-family : 'proxima_nova_softsemibold', helvetica, arial, sans serif ;
	}
    
/* font-family: 'Sanchez', serif;*/    
    
strong, b{font-weight:bold;}
em, dfn, i{font-style:italic;}
a, img{
	outline: none; 
	border: 0;
	}
a{text-decoration: none;}


/* ==== STYLES (General/Global) ==== */
body { 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
    font-family : 'proxima_nova_softsemibold', helvetica, arial, sans serif ;
	font-size: 14px;
	line-height: 22px;
	background-color: #f9f9f9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #fff; 
	height: 100%;
	}
    
/* font-family: 'Sanchez', serif;*/
	
h1 {
	font-weight:normal; 
	line-height: 100%; 
	letter-spacing: 1px;
 font-family : 'proxima_nova_softsemibold', helvetica, arial, sans serif ; }
 
 h2, h3, h4, h5, h6 {
	font-weight:normal; 
	line-height: 100%; 
	letter-spacing: 1px;
 font-family : 'proxima_nova_softsemibold', helvetica, arial, sans serif ; }
 
/* h2, h3, h4, h5, h6  {
	font-weight:normal; 
	line-height: 100%; 
	letter-spacing: 1px;
 font-family : 'Sanchez', helvetica, arial, sans serif ; }

    /*font-family: 'Carrois Gothic SC', sans-serif;*/
     /*font-family : 'Sanchez', helvetica, arial, sans serif ; }*/
    
h2, h3, h4, h5, h6  {    
    color: #fff;
    }
	
h1  {font-size: 38px;} 

h2  {font-size: 22px;} 

h3  {font-size: 18px;}
 
h4  {
	font-size: 17px; 
	line-height: 22px;
	} 
h5  {
	font-size: 15px; 
	line-height: 22px;
	} 
h6  {
	font-size: 13px; 
	line-height: 22px; 
	font-weight: bold;
	}
h1 strong{
	font-size: 40px;
	font-weight: bold;
	}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{margin:0 0 20px}
ul,li{
	list-style:none outside;
	margin-left:20px;
    list-style-type:none; 
    
	}
	
ol, ol li{list-style:decimal outside;}

ol, dd{margin-left:24px;}

ul ul, ol ul, ul ol, ol ol{
	margin-bottom:0;
	margin-top:0;
	}
	
a img{
	text-decoration: none; 
	border: none;
	}
	
blockquote{margin: 10px 20px; padding-left: 25px; font-size: 12px; color: #000; font-style: italic; font-family: Georgia, serif; background: url(images/quote.png) 0px 0px repeat-y; }
blockquote p{padding: 0px;}
pre,code{font-family:mono-space,monospace;white-space:pre;overflow-x:auto;overflow-y:hidden;padding:0px;line-height: 20px;font-weight: 400;}
pre{padding:0px 5px; border: 1px solid #CCC; border-top: 0;background-image: url(images/pre.gif);background-position: 0px 1px; background-repeat: repeat;}
pre code{margin: 0; padding: 0;}
pre strong,code strong,
pre b,code b{font-weight: normal; color: #333;}

	table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;margin-bottom:18px;}
	table,td,th {vertical-align:middle;}
	th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;}
	td{padding:10px;color:#888;}
	td#next{text-align: right;}
	tr{background-color: #FAFAFA;}
	tfoot td{border:0px;}
	th{background-color:#F1F1F1;}
	tr:hover{background-color:#FEFEFE;}

/** === FORM ELEMENTS === */
#adm-contact{margin: 0px 0px 20px; padding: 10px 0px 0px}
fieldset{padding:20px;border:1px solid #e5e5e5;}
legend, label{letter-spacing:1px;text-transform:uppercase;font-size:11px;}
input[type=text], input[type=password], input[type=file], select{padding:5px;width:50%;}
textarea{width:70%;height:140px;padding:5px;}
input, textarea, select {outline-style:none!important;}
input[type="submit"]::-moz-focus-inner{border : 0px!important;} 
input[type="submit"]:focus{outline:none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
input[type=text], input[type=password], input[type=file], textarea, select{
	background-color:#FEFEFE;
	border-color:#D9D9D9 #EAEAEA #f5f5f5;
	border-style:solid;
	border-width:1px;
	color:#666;
	font-size: 12px;
	font-family: Georgia, serif;}

.wrap{margin: 0 auto; padding: 0px; width: 960px;}
.clear{display: inline-block;}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

.alignright,
img.alignright,
a img.alignright {
	float:right; 
	margin:5px 0px 10px 15px;
	}
	
.alignleft,
img.alignleft,
a img.alignleft {
	float:left; 
	margin:5px 15px 0px 0;
	}
	
.aligncenter,
img.aligncenter,
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}
	
.wp-caption {
	border: 1px solid #ddd;
	margin-bottom:18px;
	text-align: center;
	background-color: #fff;
	padding: 8px 4px 4px;
	color: #777;
	font-style: italic;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	}
	
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #777;
	margin: 0px 0px 0px;
	letter-spacing: 1px;
	}
	
.center{text-align:center;}

.floatleft{float: left; _display: inline;}

.floatright{float: right; _display: inline;}

.relative{position: relative;}

img.post-thumbnail{padding: 3px; border: 1px solid #ccc; margin-top: 2px!important;}


/**
 * /////////////////////////////////////////////////////////
 * TOP LAYOUT
 * 
 * 1. Logo area
 * 2. Menu structure
 * /////////////////////////////////////////////////////////
 */

/* 1. Logo area */
 
#top {
	margin: 0px; 
	padding: 30px 0px;
	}
	
#top .wrap{text-align:center;}

#top .wrap a#logo{
	display: inline-block; 
	margin: 0px auto; 
	padding: 0px;
	}

#top .wrap a#logo img{
	display: block; 
	margin: 0; 
	padding: 0;
	}
	
/* 2. Menu structure */

#menu{
	margin: 0;
	padding: 0;
	height: 65px;
	width:940px;
	display: block;
	margin-left:32px;
}
#menu ul#eqnav{
    
	margin: 0; 
	padding: 0px; 
	list-style-type: none;
	z-index: 1002;
	position: relative;
	}
#eqnav li{ 
	position:relative;
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	float: left;
	display: inline; 
	background: url(images/menu-separator.png) 0% 0% no-repeat;
	}
#eqnav li:first-child{background: none;}
#eqnav li a{
	margin: 0; 
	padding: 0px 2px 0px 10px; 
	display: block; 
	height: 59px; 
	line-height: 59px; 
	text-transform: uppercase; 
	letter-spacing: 3px;
	}
#eqnav ul {
	position:absolute;
	list-style-type: none;
	top:auto;
	left: 0; 
	margin: 0;
	padding: 0px;
	display:none;
	z-index: 1001;
	width: 222px;
	}
#eqnav ul ul, 
#eqnav ul ul ul, 
#eqnav ul ul ul ul, 
#eqnav ul  li.onhove ul{
	position:absolute;
	top:auto;
	left:212px;
	margin:0px 0px 0px 10px;
	padding: 0px;
	}
#eqnav ul li{
	padding: 0;
	margin: 0;
	border-left: none; 
	border-right: none;
	background: none;
	}
#eqnav ul .onhove, 
#eqnav ul li:hover, 
#eqnav ul .current_page_item{
	padding: 0px;
	margin: 0;
	z-index: 1000;
	}
#eqnav li:hover ul ul, 
#eqnav li:hover ul ul ul, 
#eqnav li:hover ul ul ul ul{display:none;}
#eqnav li:hover ul, 
#eqnav li li:hover ul, 
#eqnav li li li:hover ul, 
#eqnav li li li li:hover ul{
	display:block; 
	z-index: 1001;
	}
#eqnav li ul a, #eqnav li.onhove ul a, 
#eqnav li.onhove li.onhove ul a, 
#eqnav li.onhove li.onhove li.onhove ul a{
	width : 182px; 
	height: auto;
	line-height: 20px;
	font-size: 10px!important; 
	letter-spacing: 2px;
	padding: 7px 20px;
	margin: 0;
	float:left;
	display: block;
	}


/**
 * /////////////////////////////////////////////////////////
 * MAIN LAYOUT
 * 1. Main
 * 2. Slider
 * 3. Home-page structure
 * /////////////////////////////////////////////////////////
 */	

/* 1. Main */
#main{
	margin: 0px; 
	padding: 20px 0px;
}

/* 2. Slider */
#home-slider{
	margin: 0px 0px 30px; 
	padding: 0px; 
	height: 475px;
	background: url(images/featured-slider.png) 0 0 no-repeat;
	}
#home-slider #slider-play{
	float: left; 
	margin: 15px; 
	width: 930px; 
	height: 340px; 
	position: relative; 
	overflow: hidden;
	background: url(images/loader.gif) center no-repeat;
	}
#home-slider #slider-thumbnail-area{
	float: left;
	width: 700px;
	height: 100px;
	margin: 0px 0px 0px 130px;
	position: relative;
	overflow: hidden;
}
#slider-thumbnail-area #slider-thumbnail{
	position: relative;
	left: 30px;
	top: 0px;
	width: 640px;
	height: 100px;
	overflow: hidden;
}
#slider-thumbnail ul#slider-thumbnail-player{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100px;
	min-width: 640px;
	position: absolute;
	top: 0px; 
	left: 0px;
}
#slider-thumbnail ul#slider-thumbnail-player li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline-block;
	width: 160px;
	height: 100px;
	background: url(images/slider-thumbnail.png) 100% 0% no-repeat;
}
#slider-thumbnail ul#slider-thumbnail-player li.marked,
#slider-thumbnail ul#slider-thumbnail-player li:hover{background-position: 0% 0%;}
#slider-thumbnail ul#slider-thumbnail-player li a{
	display: block; 
	margin: 0; 
	padding: 0;
	width: 160px;
	height: 100px;
	}
#slider-thumbnail ul#slider-thumbnail-player li a img{
	float: left;
	margin: 15px;
	padding: 0;
	width: 130px;
	height: 70px;
}
#slider-thumbnail-area a#sp_slider{
	position: absolute;
	left: 10px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-left.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider{
	position: absolute;
	right: 10px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-right.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider:hover,
#slider-thumbnail-area a#sp_slider:hover{background-position: 0% 100%;}
#slider-thumbnail ul#slider-thumbnail-player li .timg,
#slider-thumbnail ul#slider-thumbnail-player li .dfors,
#slider-thumbnail ul#slider-thumbnail-player li .dlink{display: none;}
#home-slider #slider-play ul#slide-play{position: absolute; top: 0px; left: 0px; list-style-type: none; margin: 0; padding: 0;height: 340px;}
#home-slider #slider-play ul#slide-play li{list-style-type: none; float: left; margin: 0px; padding: 0px; width: 930px; height: 340px; display: inline-block; position: relative; overflow: hidden;}
#home-slider #slider-play ul#slide-play li img{display: block; margin: 0; padding: 0; width: 930px; height: 340px;}
#home-slider #slider-play ul#slide-play li a.sslink{display: block; margin: 0; padding: 0; width: 930px; height: 340px;}
#home-slider #slider-play ul#slide-play li .feat_desc{position: absolute; right: 15px; bottom: 15px; padding: 15px; width: 350px; text-align:left; background: #000; border: 2px solid #222; color: #F4F4F4; font-size: 11px; z-index: 2;filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity: 0.85;opacity: 0.85;}
#home-slider #slider-play ul#slide-play li .feat_desc h2{
	letter-spacing: 1px;
	font-style: italic;
	word-spacing: 2px;
	font-size: 18px;
	line-height: 18px;
}
#home-slider #slider-play ul#slide-play li .feat_desc p{
	line-height: 20px;
}

/* 3. Home-page structure */
#latesp_home{
	margin: 0px 0px 20px;
	padding: 0px;
}
.sp_title{
	margin: 0px 0px 25px;
	padding: 0px 15px 0px 0px;
	position: relative;
	height: 40px;
	background:  url(images/title-bg.png) scroll 100% -40px no-repeat;
}
.sp_title .sp_title_in{
	margin: 0px;
	padding: 0px;
	height: 40px;
	overflow:hidden;
	background: url(images/title-bg.png) scroll 0 0 no-repeat;
}
.sp_title .sp_title_shadow{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 173px;
	height: 5px;
	bottom: -5px;
	left: 0px;
	display: block;
	background:  url(images/title-bg.png) scroll 0% 100% no-repeat;
}
.sp_title .sp_title_in h3{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #FFF 0px 1px 0px;
}
.sp_title .to_full{
	position: absolute;
	right: 15px;
	top: 0px;
	line-height: 40px;
	font-size: 11px;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1px;
	text-shadow: #FFF 0px 1px 0px;
}
#half_container{
	margin: 0px;
	padding: 0px;
}
.two_columns{
	width: 465px;
	margin: 0px;
	padding: 0px;
}
.two_columns.left{ float: left; }
.two_columns.right{ float: right; }
.big_widget{
	margin: 0px;
	padding: 0px 0px 30px;
}
.big_widget .main_widget_title{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;
}

/**
 * Portfolio Sections
 */

#portfolio-container{
	margin: 0px;
	padding: 0px;
}
#portfolio-container .portfolio-item{
	width: 300px;
	padding: 0px;
}
#portfolio-container .portfolio-item.left{
	float: left;
	margin: 0px 30px 50px 0px;
}
#portfolio-container .portfolio-item.right{
	float: right;
	margin: 0px 0px 50px 0px;
}
.portfolio-item .portfolio-item-thumb{
	display: block;
	margin: 0px 0px 20px;
	height: 185px;
	background: url(images/portfolio-thumbnail.png) 0 0 no-repeat;
}
.portfolio-item .portfolio-item-thumb a{
	float: left;
	margin: 0px;
	width: 300px;
	height: 180px;
	background: url(images/looking.png) center no-repeat;
}
.portfolio-item .portfolio-item-thumb a img{
	display: block;
	margin: 15px;
	padding: 0px;
	width: 270px;
	height: 150px;
}
.portfolio-item .portfolio-item-thumb:hover{
	background-position: 100% 0%;
}
.portfolio-item .portfolio-item-desc{
	margin: 0px;
	padding: 0px 15px;
}
.portfolio-item .portfolio-item-desc h3{
	font-size: 17px;
	letter-spacing: 2px;
	text-shadow: #FFF 0px 1px 0px;
}
.portfolio-item .portfolio-item-desc h3 a{
	color: #333;
}
.portfolio-object{
	display: block;
	padding: 0px;
	margin: 0px 0px 15px;
	background-image: url(images/plus.png);
	background-position: center -3000px;
	background-repeat: no-repeat;
}
.portfolio-object.hover{
	background-position: center center;
	background-color: #000;
}
.portfolio-object img{
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto!important;
}

/**
 * Page / Posts
 */
h1#page-title{
	/*border-bottom: 1px dotted #aaa;*/
	letter-spacing: 3px;
	font-size: 32px;
	word-spacing: 2px;
	padding: 15px 0px 25px;
	margin: 0px 0px 30px;
    font-family: 'Carrois Gothic SC',sans-serif;
    color: #ffffff;
}
h1#archive-title{
	font-size: 15px;
	margin: 0px 0px 0px;
	padding: 15px 0px 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #fff;
	/*text-shadow: #FFF 0px 1px 0px;*/
}
h1#archive-search-title{
	font-size: 15px;
	margin: 0px 0px 20px;
	padding: 15px 0px 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #666;
	text-shadow: #FFF 0px 1px 0px;
	border-bottom: 1px dotted #aaa;
}
#content-container{
	margin: 0px;
	padding: 0px 0px 30px;
}
#left-content{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 958px;
}
#sidebar{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
#full-width{
	margin: 0;
	padding: 0;
}
.sp-sep{
	display: block;
	margin: 10px 0px;
	padding: 0px;
	height: 5px;
}
h3.post-title{
	margin: 0px 0px 20px;
	padding: 15px 0px 15px 0px;
	letter-spacing: 2px;
	word-spacing: 3px;
	border-bottom: 1px dotted #aaa;
	text-shadow: #FFF 0px 1px 0px;
	font-size: 22px;
}


/**
 * Blog section
 */
 
.blog-container, .search-container{
	margin: 0px;
	padding: 15px 0px;
}
.blog-lists, .search-lists{
	margin: 0px;
	padding: 0px 0px 50px;
}
.blog-lists .blog-heading{
	margin: 0px 0px 20px;
	padding: 15px 0px;
	border-top: 0px dotted #dadada;
	border-bottom: 0px dotted #dadada;
}
.blog-heading .post-date{
	margin: 5px 0px 5px;
	padding: 0px;
	display: block;
	text-align:left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #FF1493;
}
.blog-heading h2{
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-size: 28px;
	text-align:left;
	color: #FFF;
}

.blog-heading .post-date-single{
	margin: 5px 0px 5px;
	padding: 0px;
	display: block;
	text-align:left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #FF1493;
}
.blog-heading-single h2{
	margin: 5px 0px 15px;
	padding: 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-size: 30px;
	text-align:left;
	color: #FF1493;
}

.blog-heading .post-by{
	margin: 0px;
	padding: 10px 0px 0px;
	display: block;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	letter-spacing: 2px;
	color: #aaa;
}

.blog-lists p{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}

.blog-lists img{
	max-width: 630px;
}
.blog-lists a.featured-image{
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
.blog-lists a.featured-image.hover{
	background-color: #000;
}
.blog-lists a.featured-image img{
	display: block;
	margin: 0;
	padding: 0;
	width: 630px;
}
.blog-lists a.blog-more{
	font-style: italic;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: lowercase;
}
.blog-lists img.single-thumbnail{
	display: block;
	width: 630px;
	height: auto;
	margin: 0px 0px 20px;
	padding: 0px;
}
.search-lists h2.search-heading{
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	background: url(images/line.gif) left bottom repeat-x;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1px;
}


/**
 * Sidebar
 */
.sidebarbox{
	margin: 0px;
	padding: 0px 0px 40px;
}
.sidebarbox h3.sidebar-title{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;
}
.sidebarbox ul,
.big_widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebarbox ul li,
.big_widget ul li{
	margin: 0;
	padding: 8px 0px;
	list-style-type: none;
	border-bottom: 1px dotted #e3e3e3;
}
.sidebarbox ul li:first-child,
.big_widget ul li:first-child{
	padding-top: 0px;
}
.sidebarbox ul ul li,
.big_widget ul ul li{
	padding-left: 24px;
}
.sidebarbox ul ul li:first-child,
.sidebarbox ul ul ul li:first-child,
.sidebarbox ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #e3e3e3;
}
.big_widget ul ul li:first-child,
.big_widget ul ul ul li:first-child,
.big_widget ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #e3e3e3;
}
 
/**
 * Widgets stylesheet
 */

ul.latest_posts_widget{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.big_widget ul.latest_posts_widget li,
.sidebarbox ul.latest_posts_widget li, 
.footer-widget ul.latest_posts_widget li{
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #e1e1e1;
}
.footer-widget ul.latest_posts_widget li {
	border-bottom: 1px dotted #c5c5c5;
}
ul.latest_posts_widget li  h5{
	font-style: italic;
	font-size: 12px;
	margin: 0px 0px 5px;
	text-shadow: #FFF 0px 1px 0px;
}
.footer-widget ul.latest_posts_widget li  h5{
	text-shadow: #f1f1f1 0px 1px 0px;
	font-size: 11px;
}
ul.latest_posts_widget li .widget_posts_meta{
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
	color: #aaa;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.big_widget ul.flickr_photos,
.sidebarbox ul.flickr_photos, 
.footer-widget ul.flickr_photos{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
.big_widget ul.flickr_photos li,
.sidebarbox ul.flickr_photos li, 
.footer-widget ul.flickr_photos li{
	list-style-type: none;
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 0px 3px 3px 3px;
	padding: 0;
	border: 0 none;
}
.sidebarbox ul.flickr_photos li,
.big_widget ul.flickr_photos li{
	list-style-type: none;
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 0px 3px 3px 3px;
	padding: 0;
	border: 0 none;
}
ul.flickr_photos li a{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 5px;
	background: #d5d5d5;
}
ul.flickr_photos li a img{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
}
ul.flickr_photos li a:hover{
	background: #fafafa;
}

.search-form-container{
	margin: 0px;
	padding: 0px 0px 0px 39px;
	height: 50px;
	background: url(images/search-form.png) 0 0 no-repeat;
	position: relative;
}
.search-form-container.onpress{
	background-position: 0px -60px;
}
.search-form-container #search-form{
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: url(images/search-form.png) scroll 100% -110px no-repeat;
}
.search-form-container #search-form.onpress{
	background-position: 100% 100%;
}
#search-form input#searchbox{
	float: left;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	border: 0 none;
	width: 90%;
	background: none;
	font-family: Georgia, serif;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
#search-form input#searchbox:focus{
	font-style: normal;
	color: #888;
}
.widget_tag_cloud a{
	font-size: 11px!important;
	font-style: italic;
	padding: 1px 5px;
	display: inline-block;
	background-color: #999;
	border-bottom: 1px solid #999;
	color: #fff;
	margin: 0px 5px 8px 0px;
}
.widget_tag_cloud a:hover{
	background-color: #dadada;
	color: #444;
}

ul#recentcomments{
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
ul#recentcomments li.recentcomments{
	margin: 0;
	padding-left: 30px;
	list-style-type: none;
	background: url(images/comm.png) scroll 0px 12px no-repeat;
}
ul#recentcomments li.recentcomments a{
	border-bottom: 1px dotted #ccc; 
	background: none;
}
ul#recentcomments li.recentcomments:first-child{
	border-top: 0;
	background-position: 0px 5px;
	}
.footer-widget ul#recentcomments li.recentcomments:first-child{
	border-top: 0;
	background-position: 0px 3px;
}

.vr_social_links{
	list-style-type: none!important; 
	margin: 0px; 
	padding: 8px 1px!important; 
	border: 0!important; 
	background: none!important;
}
.footer-widget .vr_social_links, 
.big_widget .vr_social_links, 
.sidebarbox .vr_social_links{
	padding: 8px 3px!important;
	}
.vr_social_links li{
	list-style-type: none!important; 
	display: inline; 
	margin: 3px 3px!important; 
	padding: 0px!important; 
	border: 0!important; 
	background: none!important;
}
.vr_social_links li a{
	display: inline-block; 
	margin: 0px; 
	padding: 0px; 
	border: 0;
	}
.vr_social_links li a img{
	display: block; 
	margin: 0px; 
	padding: 0px;
	}

.twitter_widget li {
	background: url(images/tweet.png) 0px 14px no-repeat!important;
}
.twitter_widget li:first-child {
	background: url(images/tweet.png) 0px 7px no-repeat!important;
}
.twitter_widget li .twitter-text{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px
}
.twitter_widget li .twitter-date{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 10px;
	font-style: italic;
}
	
/**
 * FOOTER
 */

#footer{
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
    background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	
}
#footer-widget-area{
	margin: 0px;
	padding: 50px 0px 30px;
	font-size: 11px;
	line-height: 20px;
}
.footer-widget-column{
	width: 22%;
	padding: 0px;
}
.footer-widget-column.left{
	float: left;
	margin: 0 4% 0 0;
}
.footer-widget-column.right{
	float: left;
	margin: 0px 0px 0px 0px;
}
.footer-widget-column .footer-widget{
	margin: 0px;
	padding: 0px 0px 30px;
}
.footer-widget-column .footer-widget h3.footer-widget-title{
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	color: #444;
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #aaa;
}
.footer-widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-widget ul li{
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 8px 0px 8px;
	border-bottom: 1px dotted #aaa;
}
.footer-widget ul li:first-child{
	padding-top: 0px;
}
.footer-widget ul ul li{
	padding-left: 24px;
}
.footer-widget ul ul li:first-child,
.footer-widget ul ul ul li:first-child,
.footer-widget ul ul ul ul li:first-child{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #aaa;
}
#copyright{
	margin: 0px;
	padding: 10px 0px;
	border-top: 0px dotted #aaa;
	color: #888;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-size: 9px;
	text-transform: uppercase;
	position: relative;
}

#copyright .log{
	position: absolute;
	top: 0px;
	right: 115px;
	width: 30px;
	height: 30px;
	background: url(images/ico3.png) 0 0 no-repeat;
}

#copyright .backtotop{
	position: absolute;
	top: 22px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(images/backtotop.png) 0 0 no-repeat;
}

#copyright .backtotop:hover{
	background-position: 0% 100%;
}

#copyright .fbk{
	position: absolute;
	top: 25px;
	right: 160px;
	width: 30px;
	height: 30px;
	background: url(images/ico2.png) 0 0 no-repeat;
}
#copyright .twit{
	position: absolute;
	top: 25px;
	right: 120px;
	width: 30px;
	height: 30px;
	background: url(images/ico1.png) 0 0 no-repeat;
}
#copyright .yotob{
	position: absolute;
	top: 25px;
	right: 81px;
	width: 30px;
	height: 30px;
	background: url(images/ico3.png) 0 0 no-repeat;
}


#copyright .foot{
	position: absolute;
	top: 30px;
	margin-left:80px;
	word-spacing: 2px;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
}


/** === CONTACT FORM === */		
.label{
	display: inline-block; 
	width: 80px;
	margin: 0px;
	vertical-align: top;
	padding-top: 3px; 
	font-style: italic;
	letter-spacing: 1px;
	}
.req{
	color: #ED3C3C; 
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	padding-top: 3px;
	}
.req small{
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	}
.contactload{
	margin: 4px 0px 0px 8px;
	height: 17px; 
	line-height: 16px; 
	padding-left: 22px;
	padding-top: 5px;
	display: inline-block;
	vertical-align:top;
	background:url(images/small_loader.gif) 0 5px no-repeat; 
	font-style: italic; 
	font-size: 11px;
	}
#contact_success{
	background: #C3FF88 url(images/success.gif) 5px 50% no-repeat;
	border: 1px solid #8DFF1C;
	color: #333;
	padding: 6px 0px 6px 35px;
	margin: 0px 0px 20px;
	position: relative;
	}
#contact_success .jq_close{
	display: block;
	cursor: pointer; 
	position: absolute; 
	right: 3px; 
	top: 3px;
	width: 16px; 
	height: 16px; 
	background: url(images/close.png) 0 0 no-repeat;
	}

/* === COMMENTS === */
#comments{margin: 20px 0px; padding: 0px 0px 15px;}
h3#comments-title{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	padding: 0px 0px 18px;
	letter-spacing: 8px;
	word-spacing: 5px;
	background: url(images/widget-title.png) 0% 100% no-repeat;
	color: #444;
	text-shadow: #FFF 0px 1px 0px;	
}
ol.commentlist{list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 15px; background:url(images/line.gif) repeat-x scroll center bottom;}
ol.commentlist li{list-style-type: none;margin: 0; padding: 10px 0px 0px 0px;}
ol.commentlist li .comment_entries{margin:  0px; padding: 10px 10px 10px 95px; position: relative; min-height: 70px;background-image: url(images/button-fade-hover.png); background-position: 0% 100%; background-repeat: repeat-x; background-color: #f5f5f5; border: 1px solid #f5f5f5; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.comment_entries .comment-author{position: absolute; top: 10px; left: 10px; width: 70px; height: 70px; background: url(images/small_thumb.png) 0 0 no-repeat;}
.comment_entries .comment-author img{display: block; margin: 5px; width: 60px; height: 60px;}
.comment_entries .reply{position: absolute; right: 1px; bottom: 1px; display: inline-block;line-height: 100%;}
.comment_entries .reply .comment-reply-link{display: inline-block; padding: 3px 5px; line-height: 100%; margin: 0; background-color: #999; background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x;color: #FFF; text-transform: uppercase;font-size: 10px;text-shadow: none;}
.comment_entries .reply .comment-reply-link:hover{background-position: 0% 100%;}
.comment_entries .commentmetadata{font-size: 10px; font-style: italic; letter-spacing: 2px; color: #aaa; padding: 5px 0px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; margin: 0px 0px 15px;}
.comment_entries .commentmetadata strong{font-size: 12px; letter-spacing: 1px; color: #444; padding-right: 5px; font-style: normal; font-weight: normal;}
.comment_entries .comment-body{margin: 0; padding: 0px 0px 10px; font-size: 11px;}
.comment_entries .comment_waiting{position: absolute; bottom: 0; left: 0; padding: 1px 5px; background: #f1f1f1; color: #aaa; font-size: 10px;font-style: italic;}
#respond{padding: 20px; margin: 10px 0px 0px; background-image: url(images/button-fade-top.png); background-position: left top; background-repeat: repeat-x; background-color: #f7f7f7; border: 1px solid #FFF;}
#respond label{ float: left; display: block; width: 80px; margin: 0px; padding: 5px 0px 0px; text-transform: none; font-style: italic;}
#respond .required{display: none;}
h3#reply-title {display: block; position: relative;margin: 0px; padding: 15px 0px 30px;border: 0; background: none;letter-spacing: 8px; word-spacing: 5px; font-size: 11px; text-transform: uppercase;}
h3#reply-title a#cancel-comment-reply-link{position: absolute; right: 0; top: 0;display: inline-block; padding: 3px 5px; line-height: 100%; margin: 0; background-color: #999; background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x;color: #FFF; text-transform: uppercase;font-size: 10px;text-shadow: none;letter-spacing: 0px; word-spacing: 0px;}
h3#reply-title a#cancel-comment-reply-link:hover{background-position: 0% 100%;}
form#commentform{padding-top: 20px;}
.do_com_fix{display: inline-block; margin: 0; padding: 0; height: 15px; width: 100%;}

p.form-allowed-tags, .comment-notes{display: none;}
p.logged-in-as{padding: 0px; line-height: 18px; font-style: italic; font-size: 11px; color: #aaa; letter-spacing: 1px;}
p.form-submit{padding-left: 80px;}
p.form-submit input#submit, input#contact_submit{display: inline-block;padding: 10px 15px;margin: 0px;background-image: url(images/button-fade.png); background-position: 0% 0%; background-repeat:repeat-x; cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
p.form-submit input#submit:hover, input#contact_submit:hover{background-position: 0% 100%;}

.navigation{margin: 0; padding: 0; height: 35px;}
.navigation .nav-previous{float: left;margin: 0; padding: 0}
.navigation .nav-next{float: right; margin: 0; padding: 0;}

.wega-pagenavi{height: 20px;padding-top: 5px; margin-bottom: 20px;font-size: 11px;}
.wega-pagenavi span{display: inline-block; height: 20px; line-height: 20px; padding: 0px 6px;margin: 0px 2px;background: #f8f8f8;border-top: 1px solid #e3e3e3; border-bottom: 1px solid #fefefe;border-left: 1px solid #e8e8e8; border-right: 1px solid #fefefe;}
.wega-pagenavi a{display: inline-block; height: 20px; line-height: 20px; padding: 0px 6px;margin: 0px 2px;background: #DADADA url(images/button-fade.png) scroll left top repeat-x;border-top: 1px solid #F9F9F9; border-bottom: 1px solid #e3e3e3;border-left: 1px solid #F9F9F9; border-right: 1px solid #e3e3e3;text-shadow: none;}
.wega-pagenavi a:hover{color: #555; background-color: #f8f8f8; background-position: 0% 100%;text-shadow: none; border-bottom: 1px solid #F9F9F9; border-top: 1px solid #e3e3e3;border-right: 1px solid #F9F9F9; border-left: 1px solid #e3e3e3;}
.wega-pagenavi span.current{background-image: url(images/button-fade.png); background-position: left top; background-repeat: repeat-x; color: #FFF;text-shadow: none;border-top: 1px solid #F9F9F9; border-bottom: 1px solid #e3e3e3;border-left: 1px solid #F9F9F9; border-right: 1px solid #e3e3e3;}




/* Bottom text Part
------------------------------------------ */
.bottompart_title{
padding-left:80px;}

#bottompart_text{
width:880px;
float:right;
}

#art-main{
padding-left:80px;
padding-right:80px;}
}



