/*   
Theme Name: We Choose Fun plain
Theme URI: http://www.wechoosefun.com/
Description: wechoosefun.com theme
Author: Marc Sallent
Author URI: http://MarcSallent.com
Version: 1.0
.
make it quick!
.
*/
@charset "UTF-8";
* {
	color:#4f4942;
}

html {
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size:12px;
	color:#4f4942;
	text-align: center;

}
a {
	color:#4f4942;
}

#total{
	width:786px;
	margin:56px auto 0 auto;
	height:100%;
	text-align: left;
}
/*div#container
{
	position:absolute;
	
	margin:56px 0 0 345px;
	
margin-left: auto;
margin-right: auto;
width: 50em;
}*/


/*		HEAD		*/

#header{
	height:160px;
	width:786px;
}

#header h1{
	padding:0;
	margin:0;
	font-size:60px;
	font-weight:normal;
	font-style:italic;
}
img{
	border:none;
}

#head_subtitle{
	width:358px;
	text-align:right;
	font-size:14px;
	font-style:italic;
}

#body_con{
	height:100%;
}

/*		SIDEBAR		*/

#sidebar{
	padding-top:2px;
	margin-left:34px;
	float:left;
	width:264px;
}
#sidebar ul{
	list-style-type: none;	
	padding-left:27px;
	line-height:18px;
}
#sidebar, #sidebar h2{
	font-size:12px;
	margin-top:0;
}
#sidebar li a {
	padding-left:5px;
}
#sidebar a:hover {
	color:#bfb1a1;
	background-color:#4f4942;
	text-decoration:none;
	padding:2px 5px 0 5px;
	background-image:url(images/bglist.gif);
	background-position:left;
	background-repeat:repeat-y;
}



/*		CONTENTS	*/

#contents{
	width:488px;
	margin-left:298px;
	height:100%;
	font-size:13px;
}
#contents h2{
	font-size:24px;
	font-weight:normal;
	padding:0;
	margin:0;
}
#contents h2 a{
	text-decoration:none;
}
#contents .subtitle{
	font-style:italic;
	padding:0 0 0 1px;
}
#contents .post_content{
	background-color:#e6e4d5;
	padding:16px;
	width:456px;
	margin:20px 0;	
}
.wc-wp-post {
	height:100%;
}
#contents p{
/*43px*/
	margin:0 0 23px 0;	
	line-height:15px;
}
#contents p:first-child:first-letter{
	font-size:24px;
}
#contents img{
	display:block;
/*	margin:0 0 43px 0;	*/
	margin:0 0 20px 0;
}
#contents .wp-caption-text{
	margin-top:-34px;
}
#contents p.wp-caption-text:first-letter{
	font-size:12px;
}

#contents p a {
	color:#000000;
}
#contents a:hover {
	color:#bfb1a1;
	background-color:#4f4942;
	text-decoration:none;
	padding:3px 0 0px 0;
}

#contents .block_several{
	background-color:#e6e4d5;
}

.post_content ul{
	list-style-type: none;	
	padding-left:0px;
}
.post_content li:before{
	content: "\00BB ";
	display: inline;
}
#commentform textarea {
	width:488px;
}
#social{
padding-top:20px
}


#social img, #social a{
	margin-right:4px;
	border:0;
}
#social a:hover {
	*color:#bfb1a1;
	background-color:#FFFFFF;
	*text-decoration:none;
	padding:0 0 0 0;
	background-image:none;
	*background-position:left;
	*background-repeat:repeat-y;
}






#footer{
}