/* GENERAL POSTS LIST AND SINGLE POST */



/* -------------------------------
BODY STYLES
----------------------------------*/




* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background:url(images/bk_body.jpg);
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
  text-decoration: none;
}

a:focus {
	outline:none;
}

/*h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}

h1 a {
	text-decoration:none;
	border-bottom:1px dotted #F30C55;
}

h1 a:hover {
	border:none;
}*/

/*h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
} */
ul {
	list-style:none;
}

p {
	margin:0.7em 0;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainWrapper {
	background:url(images/bk_wrapper.png) 0 0 repeat-x;
	margin:0;
	padding:0;
}

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

#header {
	background:url(images/bk_header.png) 90% 0 no-repeat;
	height:100px;/*171px*/
	position:relative;
}

#content {
	
}

#colLeft {
	float:left;
}

#colLeftInner {
	width:632px;
	background:#fff;
	padding:25px 24px 35px;
	min-height:500px;
}

#colRight {
	float:left;
	width:280px;
	border-top:1px solid #1d1d1d;
}

#footer {
	background:url(images/bk_footer.png) 0 0 repeat-x;
	padding-top:40px;
	padding-bottom:25px;
	margin-top:15px;
}

#footerInner {
	width:960px;
	margin:0 auto;
	color:#797979;
}

#copyright {
	border-top:1px solid #1D1D1D;
	background:#000;
}

#copyrightInner {
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:20px 0;
	position:relative;
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	position:absolute;
	left:0;
	top:15px;/*45*/
}

#logo img {
	border:none;
}

/* Top menu */

#topMenuCont {
	background:url(images/bk_top_left.png) 0 0 no-repeat;
	height:68px;
	padding:0 0 0 25px;
	position:absolute;
	right:50px;
	top:20px;/*50*/
}

#topMenuCont ul{
	padding-top:13px;
	background:url(images/bk_top_right.png) 100% 5px no-repeat;
	padding-right:25px;
}

#topMenuCont ul li{
	float:left;
	padding:11px 15px 0;
	background:url(images/bk_top_list.png) 0 0 repeat-x;
	height:56px;
}

#topMenuCont ul li a {
	color:#888;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#topMenuCont ul li a:hover{
	color:#eee;
}

#socialLinks {
	position:absolute;
	right:15px;
	bottom:30px;/*15*/
}

#socialLinks li{
	float:left;
	padding-left:13px;
}

#socialLinks li img {
	border:none;	
}

#socialLinks li a:hover img {
	margin-top:-2px;
}

/*#getSocial {
	width:114px;
	height:41px;
	background:url(images/get_social.png) 0 0 no-repeat;
	float:right;
	margin-right:-114px;
	margin-top:100px;
}*/

/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	background:url(images/bullet_star_featured.png) 0 50% no-repeat;
	padding-left:16px;
	line-height:100%;
	text-transform:uppercase;
	margin-bottom:10px;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

#colLeft img {
	border:none;	
}

span.author, span.author a {
	color:#333;	
}

.navigation {
	width:675px;
}

/* HOMEPAGE FEATURED POST */

#featuredPost {
	margin-bottom:20px;
}

#featuredPost .label {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	padding-left:16px;
}

.label {
	font-family:Arial;
	font-size:10px;
	color:#999999;
	/*line-height:120%;*/
}

#featuredPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:12px;
}

#featuredPost a.author {
	color:#333;
} 

#featuredPost .featuredDetails {
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding:20px 0;
	font-size:14px;
}

#featuredPost .featuredDetails p {
	margin:0 0 15px;
}
/*
#featuredPost .featuredDetails a img {
	border:none;
}

 HOMEPAGE POSTS LIST */
.homePost div {
	margin:0.5em 0;
}

.homePost h2{
	padding-top:0;
	padding-bottom:5px;
	line-height:110%;
	/*height:45px;*/
	display:inline;
}

.homePost h2 a {
	text-decoration:none;
}

.homePost .date span {
	font-size:20px;
	font-weight:bold;
}

.homePost .meta {
	font-size:11px;
	color:#999;
	padding-bottom:6px;
	padding-top:6px;
}

.homePost a.author {
	color:#333;
} 

#colLeftInner .even {
	border-right:none;
	padding-right:0;
	padding-left:20px;
}
.blogPost a.author {
	color:#333;
} 

.blogPost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:40px;
}

.blogPost .date span {
	font-size:20px;
	font-weight:bold;
}

.blogPost p, #colLeftInner .page p {
	font-size:14px;	
	line-height:1.5em;
	margin:1em 0;
}

#colLeftInner .page {
	font-size:14px;		
}

.blogPost .postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 20px;
}

a.more-link {
	display:block;
	width:91px;
	height:28px;
	text-indent:-9999px;
	clear:both;
	border:none;
	margin:-5px 0 15px;
}

/* POST SOCIAL SHARE */

.social {
	margin:20px 0 15px;
	padding: 0 0 15px;
	border-bottom:1px solid #D7D7D7;
}

.social a:hover img {
	margin-top:-4px;	
}

.social img {
	border:none;
	vertical-align:middle;
}

.social strong {
	padding-right:20px;	
}

.navigation .alignleft a{
	display:block;
	width:123px;
	height:30px;
	background:url(images/but_prev.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

.navigation .alignright a{
	display:block;
	width:107px;
	height:30px;
	background:url(images/but_next.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

#colLeftInner ul{
	list-style-type:disc;
	list-style-position:inside;
}

#colLeftInner ol {
	list-style-position:inside;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:15px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

.boxRight {
	border:1px solid #434343;
	border-left:none;
	background:url(images/bk_rightbox.jpg) 0 0 repeat-y;
	margin:15px 0;
	padding-top:8px;
}

.boxRightInner {
	padding:0 10px 15px;
	color:#888;
}

.boxRight h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}


.boxRight ul li {
	padding:8px 6px 8px 18px;
	border-bottom:1px solid #434343;
}

.boxRight ul li a {
	text-decoration:none;
	display:block;
}


/* ADS */

#ads {
	padding:15px 0 0;
}

#ads div div {
	margin:8px 0 0 10px;
	float:left;
}

#ads div div a img {
	border:1px solid #414141;	
}

/*--------------------------------
FOOTER
----------------------------------*/

#footerInner .boxFooter {
	float:left;
	width:295px;
	padding-right:25px;
}

#footerInner h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	border-bottom:1px solid #363636;
	padding:7px 0 7px 16px;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	display:block;
}

#site5bottom {
	position:absolute;
	right:5px;
	top:13px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	width:344px;
	height:26px;
	background:url(images/site5bottom.png) 0 0 no-repeat;
	text-indent:-9999px;
}

/* COMMENTS
------------------------------------------*/

h2#comments {
	display:block;
	background:url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding:15px 0 15px 40px;
}

h2#commentsForm {
	display:block;
	background:url(images/ico_h2_form.png) 0 50% no-repeat;
	padding:10px 0 10px 40px;
}

#colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 0;
}

#colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
}

#colLeft ul.commentlist li {
	padding:12px 20px;
	position:relative;
	border:1px dashed #ccc;
	margin-left:15px;
	margin-bottom:20px;
}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}


#colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
	position:absolute;
	left:-15px;
	top:-7px;
}

#colLeft ul.commentlist .reply {;
	margin-left:20px;
	margin-top:-5px;
}

#colLeft ul.commentlist .reply a {
	font-size:11px;
	/*position:absolute;
	bottom:10px;
	left:34px;*/
	color:#3293C2;
	
}

#colLeft ul.commentlist li .children li {
	background:#fff;
	margin-left:20px;
	margin-top:15px;
	
}

/* FORMS
-------------------------------------------*/
#searchBox {
	background:url(images/bk_shadow.png) 0 100% repeat-x;
	padding:20px 0;
	padding-left:10px;
	margin:0;
}

#searchBox label {
	display:block;
	float:left;
	width:50px;
	background:url(images/search_label.png) 0 0 no-repeat;
	margin-top:12px;
}

#searchform input {
	border:none;
	background:url(images/search_input.png) 0 0 no-repeat;
	padding:13px 3px 7px 12px;
	color:#666;
	width:158px;
	float:left;
	margin-left:10px;
}

#searchform input#searchsubmit {
	width:21px;
	height:30px;
	border:none;
	cursor:pointer;
	padding:0;
}

/* Post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#commentform textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:116px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#contact textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:122px;
	height:34px;
	margin-top:10px;
	cursor:pointer;
	text-indent:-9999px;
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */
/*
Theme Name: DesignPile
Author: Site5.com
Author URI: http://www.site5.com/
Description: Check <a href="http://wordpress.site5.com/designpile/doc/">DesignPile Documentation</a> in case you need directions</a>.


.homme2{
	background: url(images/icons/vcard.png) no-repeat right top;
}
.femme2{
	background: url(images/icons/vcard.png) no-repeat right top;
}
*/

.carousel {
	background:#F4F4F4;
	border:1px dashed #D2D2D2;
	padding:10px 0px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	margin-bottom:20px;
	margin-top:20px;
}

#related{
	overflow: auto;
	padding: 20px 0px;
}
.box {
	float:left;
	width:300px;
	padding:10px 10px 20px 0px;
	border-bottom:1px dashed #b2b2b2;
	border-right:1px dashed #b2b2b2;
	height:100px;
	overflow:hidden;
}
.profile {
	font: small/140% "Times New Roman", Times, serif;
	padding-left: 90px;
	overflow: auto;
}
h3,
a.pseudo{
	text-align: center;
	padding: 5px 0px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -1px;
	text-decoration: none;
	color: #999;
} 
a.homme{
	color: #0C9FE7;
}
a.femme{
	color: #F50C56;
}
a.pseudo:hover, a.femme:hover {
	text-decoration:underline;
}
a.snapshot{
	float: left;
	margin-left: -90px;
	text-align: center;
	width: 80px;
	height: 120px;
}
a.webcam{
	background: url(images/icons/webcam.gif) no-repeat center 80px;
}
a.tchat{
	background: url(images/icons/tchat.gif) no-repeat center 80px;
}
img.snapshot {
	width: 70px;
	height: 70px;
	background: transparent url(images/bk_thumb.png) no-repeat left top;
	padding: 2px 6px 8px 4px;
	border: none;
}
ul.meta{
	width: 200px;
	float: left;
}
ul.meta li{
	clear: both;
	list-style: none inside;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}
span.label{
	font: 10px Arial;
	color: #999999;
	white-space: nowrap;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
ul.meta li span.label{
	display: block;
	float: left;
	width: 80px;
	margin-left: -90px;
	text-align: right;
}
ul.action{
	float: right;
	width: 300px;
	padding: 5px 0px;
	font: 20px/150% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
}
ul.action li.flash{
	list-style: url(images/icons/flash.png) outside;
}
ul.action li.contact{
	list-style: url(images/icons/contact.png) outside;
}
ul.action li.photos{
	list-style: url(images/icons/photos.png) outside;
}
ul.action li a{
	color: #0C9FE7;
	text-decoration: none;
}
ul.action li a:hover{
	color: #F50C56;
	text-decoration: none;
}



.whatido,
.pseudo{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:5px 0;
} 
p{margin:0px}



.wp-pagenavi {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:16px;
	height: 20px;
	font-weight:normal;
	letter-spacing:-1px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color:  #F50C56;
	color: #FFF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:  #0C9FE7;
}

div.navhome{
	clear: both;
	padding-top:20px;
	text-align: center;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -1px;
	color: #999;
} 
div.navhome a{
	color: #0C9FE7;
	text-decoration: none;
}
div.navhome a:hover{
	color: #F50C56;
	text-decoration: none;
}


div.locbar{
	padding-left: 15px;
	background: url(images/pink/bullet_star_featured.png) no-repeat left center;
}
div.locbar h2{
	float: left;
}
div.locbar h1{
	display:inline;
}
div.locbar h1,div.locbar h2,div.locbar {
	font: 10px Arial;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

div.locbar h1 a,div.locbar h2 a{
	color: #999999;
	text-decoration: none;
}
div.locbar h1 a:hover,div.locbar h2 a:hover{
	color: #999999;
	text-decoration: underline;
}


a.bbb {
		color:#515151;
}



.popup {background:url(images/popup_bg.png) -695px bottom no-repeat; width:695px; padding-bottom:34px; font-family: Arial, Helvetica, sans-serif;}
.popup .top {background:url(images/popup_bg.png) left top no-repeat; height:34px;}
.popup .close {background:url(images/close.gif); width:24px; height:24px; display:inline; float:right; display:inline; margin-right:33px;}
.popup .close span {display:none;}
.popup .contents {background:url(images/popup_bg.png) -1390px top repeat-y; width:695px; padding:0px 0px 10px 0px;}
.popup p, .popup form {margin:0px; padding:0px; border:0px;}
.popup form {width:328px; margin-left:auto; margin-right:auto; padding-top:15px;}
.paragraph {font-size:18px; font-weight:bold; text-align:center;}
.paragraph b {display:block; font-size:30px; color:#f15476;}
/* Popup 3 */
.popup .pics3 {float:left; display:inline; margin-left:35px; width:220px; position:relative;}
.popup .pics3 img {margin:5px;}
.popup .pics3 span {position:absolute; left:60px; top:60px; display:block; background:url(images/popup_pic_bg.png); width:104px; height:104px;}
.popup .pics3 span img {margin:2px;}
.popup .right3 {float:left; padding-top:20px; margin-left:10px; display:inline; width:370px; text-align:center;}
.popup .right3 p { line-height:150%}
.popup .input3 {background:url(images/pop3_input.gif) no-repeat; width:328px; height:32px; margin-bottom:11px;}
.popup .input3 input {width:310px; border:0px; background:none; font-size:15px; margin:8px 8px 0px 8px; padding:0px; text-align:center;}
.button3 {background:url(images/popup_buttons.gif) left top no-repeat; width:328px; height:35px; display:block; text-align:center; color:#FFF; text-decoration:none; line-height:35px; font-size:16px; font-weight:bold;margin:0px;padding:0px;border:0px}
/* Popup 1 */
.popup .pics5 {width:100px; float:left; text-align:center; color:#343434; font-weight:bold; font-size:14px; display:inline; margin:30px 0px 0px 75px;}
.popup .pics5 img {display:block; margin-bottom:4px;}

.popup {position:absolute; z-index:4000; left:0; top:200px; margin-left:50%; left:-340px; display:none; position:fixed; visibility:hidden}
* html .popup {position:absolute; background:#fff; border:2px solid #666;}
.over_flash {margin:0 0 0 0; display:block; width:309px; height:413px; z-index:2000; position:absolute; background:url(bam);}

