/*  
Theme Name: LatinoTheme
Theme URI: http://wpthemepark.com
Description: Zenlike by <a href="http://www.nodethirtythree.com/" title="nodethirtythree">nodethirtythree</a> , FallSeason WordPress Theme by <a href="http://wpthemepark.com/" target="_blank">WP ThemePark</a>
Version: 1.1
Author: Sadish
Author URI: http://wpthemepark.com
*/
/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
	padding: 0em;
	margin: 0em;
}

	body
	{ padding: 10px 0 20px; font-size: small; font-family:Verdana, Tahoma, Arial, Serif; color: #000; font-size:12px; line-height: 15px; background-color: #ffebbf; background-repeat: repeat; background-attachment: fixed; background-position: 0 0; }
p
{
	line-height: 17px;
	margin: 0 0 0.5em;
}

a
{ color: #b96d00; line-height: 15px; text-decoration: underline; }
a:hover
{ color: #036; text-decoration: underline; }
h1,h2,h3,h4,h5,h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}
h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
h2
{ color: black; font-size: 14px; }
h3
{
	font-size: 1.7em;
	padding-left: 24px;
	background-image: url(images/db2.gif);
}
h4
{ font-size: 14px; padding-left: 16px; background-image: url(images/db3.gif); padding-bottom: 2px; }
h3 span
{
	font-weight: normal;
	font-size:60%;
	color:#999;
}
h5 
{
	font-weight:normal;
	font-family:Verdana, Arial, Serif;
	font-size:1em;
}
.contentarea
{
	padding-top: 1.5em;
}
dl 
{
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
img
{  }
img.left
{
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
img.profile
{
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}
ul, ol 
{ margin-top: -4px; margin-bottom: 10px; margin-left: 20px; padding:0; }
li 
{
	margin:0 1em;
	padding:0.15em;
}
#contentarea ul li 
{
	list-style-image: url(images/db3.gif);
}
blockquote 
{
    margin:0;
    padding:0 0 0 15px;  
    color:#666;
}
fieldset 
{
	border:none;
}
.divider1
{
	position: relative;
	background: #fff url(images/border2.gif) repeat-x;
	height: 14px;
	margin: 2em 0 1.5em;
	clear: both;
}


/*HIER VERANDERD***********************************/
.post 
{ margin: 10px 0 5px; }
.post h4 a 
{
	text-decoration:none;
	color:#141;	
	border:none;
}

.post .details
{
	position: relative;
	top: -8px;
	font-size: 0.86em;
	color: #787878;
	margin:0;
	padding:0;
}
.post .details .user 
{
	background:url(images/user.png) no-repeat left center;
	padding-left:15px;
}
.post .details .date 
{
	background:url(images/date.gif) no-repeat left center;
	padding-left:15px;
	margin:0 0 0 1em;
}
#outer .post ul.controls
{
	clear: both;
	margin:0;
	padding:1em 0;
	background:#fcfcfc;
	color: #787878;
}

.post ul.controls li
{
	display: inline;
	font-size: 0.86em;
	margin:0;
	padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments
{
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more
{
	background: url(images/icon-more.gif) no-repeat left center;
}

.box
{
	background: #FDFCF6 url(images/boxbg.gif) repeat-x;
	padding: 1.5em;
	border-top: solid 1px #E1D2BD;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	text-align:left;
}

ul.linklist
{
	list-style: none;
}

ul.linklist li
{
	line-height: 2.0em;
}

#outer
{
	z-index: 2;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 800px;
	border: solid 2px #930000;
	background-color: white;
	margin: 0 auto;
}

#header
{ background-color: #1b1b66; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; position: relative; width: 100%; height: 100px; margin-bottom: 1px; }

#headercontent
{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
	font-weight: normal;
	font-size: 2.5em;
}
#headercontent h1 a:link, #headercontent h1 a:visited
{
	color:#9F9030;
	text-decoration:none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active
{
	text-decoration:none;
	color:#fff;
	border:none;
}
#headercontent h2
{
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#search
{
	position: absolute;
	top: 50px;
	right: 20px;
	padding-right: 0;
	color:#aaa;
}

#search input.text
{
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 1px #f0f0f0;
	padding: 0.1em;
	width: 10.0em;
	background:#fff url(images/button_bg.gif) repeat-x top;
}

#search input.submit
{
	background: #8f4008;
	border: solid 1px #9F9030;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}

#headerpic
{ position: relative; }

#menu
{ background-image: url(images/MenuButtonBG.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; position: relative; height: 27px; padding: 0 5px; }

#menu ul
{
	padding:5px 0 0;
	margin:0;
}

#menu ul li
{
	position: relative;
	display: inline;
	padding:0;
	margin:0;
}


/* Hier veranderd ----------------------------------------------  */
#menu ul li a:link, #menu ul li a:visited
{ color: #fff; padding: 5px 3px 7px; text-decoration: none; border-style: none; }

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a
{ background-image: url(images/MenuButtonBG-over.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; }

#menubottom
{
	background: #fff url(images/border1.gif) repeat-x;
	height: 13px;
}

#content
{ background-color: white; padding: 0 12px; }

#primarycontainer
{ float: left; width: 100%; margin-right: -18em; }

#primarycontent
{ margin: 0 210px 0 0; }

#sidebar
{
	margin: 0 0 10px;
	float: right;
	width: 190px;
}
#sidebar ul
{ margin: 1px 0; list-style:none; }
#sidebar li 
{ margin-right: 0; margin-bottom: 0; margin-left: 0; padding:5px; }
#sidebar li li 
{ padding:1px; background:transparent; margin-right: 0; margin-left: 0; }
#sidebar li li li
{ margin: 0 0 0; padding:2px 2px 2px 10px; }
#sidebar ul.feeds li 
{
	background:url(images/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}
#footer
{
	height: 30px;
	padding-top: 4px;
	background: #fff url(images/border2.gif) repeat-x 0 20px;
	font-size: 0.86em;
}

#footer .left
{
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:5px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 8px 0;
	padding: 0.5em;			
	border-bottom:1px dashed #ddd;
	background:#fcfcfc url(images/border2.gif) repeat-x 50% top;
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li .cmtinfo 
{
	font-family:Trebuchet MS,Verdana, Tahoma, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}

.commentlist li.alt
{
	background:#fcfcf9 url(images/border2.gif) repeat-x top;
}

textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}
#outer input.text 
{
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Verdana, Arial, Serif;
}
.post h5 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}