/*  
Theme Name: Fashionista
Theme URI: http://ericulous.com/2008/01/02/wp-theme-fashionista/
Description: Fashion theme for fashion blogs
Version: 1.2
Author: Genkisan
Author URI: http://ericulous.com/
Tags: white, magenta, fluid width, three columns, widgets
*/

body {
background: #fff;
background:url(images/lauradesign.gif) no-repeat;
overflow-x: hidden;
color: #333;
font-family: 'helvetica',arial, verdana, "trebuchet ms", sans-serif;
font-size: 10px;
width: 100%;
}

#bodywrapper {
float:top;
margin: 0px 100px 0px 100px;
padding: 1px;
}

.titel{
    margin-bottom:88px;
    *margin-bottom:105px;
	font-size: 25px;
	padding-bottom: 0px;
	margin-left: 13px;
	line-height: 30px;
	width: 450px;
	text-transform: uppercase;
	margin-top:5px;
}

.titel2{
    margin-bottom:80px;
	font-size: 18px;
	padding-bottom: 0px;
	margin-left: 14px;
	line-height: 30px;
	width: 450px;
	text-transform: uppercase;
	margin-top:5px;
}

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
border: 0;
margin: 0;
padding: 0;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,h7 {
font-family: "helvetica", arial, sans-serif;
font-weight:lighter;
}

a {
color: #999;
text-decoration: none;
}

a:hover {
color: #3f6f79;
text-decoration: underline;
}

.postholder a {
color:#3f6f79;
text-decoration: underline;
}

a.more-link {
color:#3f6f79;
text-decoration: none;
}

a:hover.more-link, .postholder a:hover {
color:#666;
text-decoration: underline;
}

blockquote {
border-left: 1px dotted #ccc;
color: #666;
margin: 0 0 0 20px;
padding: 0 0 0 10px;
}

.clear {
clear: both;
}

/* begin header */
#blogtitle {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
height:50px;
margin: 0px;
position: absolute; 
text-align: center;
width: 300px;
}

#blogtitle a {
color: #333;
text-decoration: none;
}

#blogtitle a:hover {
color: #EA2788;
}

#description {
color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 26px;
marginleft: 0px;
position: absolute;
}
/* end header */


/* begin sidebar */
#sidebar {
font-family: "helvetica", arial, sans-serif;
float: left;
margin-top: 150px;
width: 150px;
font-size: 10px;
margin-left: 170px;
}

.sidebar-full {
text-align: right;
}

.splitted-left {
float: left;
text-align: left;
margin-left:30px;
width: 155px;
}

.splitted-right {
float: left;
text-align: right;
width: 100px;
}

#sidebar h3 {
font-size: 11px;
font-weight: lighter;
line-height: 8px;
margin: 0 0 6px 4px;
color: #333333;
}

.navcontainer {
margin: 0;
width: 160px;
}

.navcontainer ul {
list-style-type: none;
margin-left: 0;
padding-bottom: 15px;
}

.navcontainer ul li {
background-color: #ffffff;
font-size: 12px;
font-weight: lighter;
line-height: 8px;
list-style:none;
margin-bottom: 0;
padding: 0;
text-decoration: none;
}

.navcontainer a {
font-size:11px;
color:#333333;
display: block;
min-height: 8px;
margin-bottom: 6px;
padding: 5px 10px 5px 0;
width: 157px;
}

.navcontainer ul li ul.children {
font-style: italic;
padding: 0;
}

#sidebar form {
}

#sidebar #searchformfield {
font-size:12px;
height: 18px;
margin: 0;
padding: 0;
width: 120px;
}
/* end sidebar */


/* begin search */
#searchfield {
border: 1px solid #ddd;
padding: 2px 2px;
text-align:right;
}

#searchsubmit {
cursor: pointer;
border: 1px solid #fff;
padding: 0px;
margin: 0;
text-align:left;
width:38px;
}

#searchsubmit2 {
cursor: pointer;
border: 1px solid #fff;
padding: 0px;
margin: 0;
text-align:right;
width:110px;
}

#submit input {
width: auto;
}

input, textarea {
background-color: #ffffff;
border: 1px double #dddddd;
color: #333;
font-size: 11px;
padding: 2px;
width:100px;
}
/* end search */


/* begin posts */
#postwrapper {
margin: 0px auto 0 370px;
width: auto;
*width:420px;
}

.expandcollapsetext {
margin-top: 20px;
cursor: pointer;
float:right;
}

#postwrapper p {
margin-bottom: 0px;
line-height: 20px;
}


#postwrapper h3 { /* mainly for search msg */
color: #333;
font-size: 25px;
margin-left: 10px;
line-height: 30px;
width: 450px;
text-transform: uppercase;
background-color:#FFFFFF;
}

.postholder {
clear: right;
color: #333333;
background-color:#fff;
font-size: 12px;
margin: 0 20% 0px 12px;
*margin-top:30px;
padding: 0px 1px 0px 5px;
margin-bottom: 25px;
text-align: left;
width: 379px;
border-bottom: 1px dotted #ccc;
}

.postholder ul, .postholder ol {
margin-left: 10px;
padding-left: 20px;
}

.postholder img {
background:none;
border: 0;
}

.postholder p {
background-color:#FFFFFF;
}

.info {
border-top: 1px dotted #ccc;
background-color:#FFFFFF;
float: left;
padding-left: 3px;
padding-right: 3px;
padding-top: 8px;
margin-left:12px;
width:379px;
padding-bottom: 15px;
}

.inforight {
background-color: #ffffff; 
float: right;
font-weight: normal;
}

.infoleft {
float: left;
padding-left: 5px;
width: 80%;
padding: 0;
}

.info span.day {
font-family:'Helvetica',Verdana, Arial, , sans-serif;
text-align:right;
}

.info span.month {
font-family:'Helvetica',Verdana, Arial, , sans-serif;
text-align:right;
}

.info span.year {
font-family:'Helvetica',Verdana, Arial, , sans-serif;
text-align:right;
}

.post {
color: #333;
height: 30px;
margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

.post h2 {
color: #333;
font-family: helvetica;
font-size: 25px;
font-weight:lighter;
font-stretch:narrower;
text-transform: uppercase;
padding-top:0px;
padding-bottom:0px;
line-height:30px;
width:375px;
}

.post h2 a {
font-size:18px;
letter-spacing: auto;
color: #3f6f79;
text-decoration: none;
}

.post h2 a:hover {
color: #666;
text-decoration: none;
}

.tag a {
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}

.tag a:hover {
	color: #3f6f79;
	text-decoration: underline;
}

.alignright {
float: centre;
}

.alignleft {
float: left;
}

.distance {
clear: both;
margin: 10px 0;
}

.sticky {
background-color: #fffff0;
}
/* end posts */


/* begin posts navigation */
.navalignleft {
float: left;
}

.navalignright {
float: right;
width:375px;
}
/* end posts navigation */


/* begin comments */
#commentwrapper {
margin-top: 50px;
}

.alt {
background-color: #f9f9f9;
border: 1px solid #e3e3e3;
color: #666;
}

.commentlist {
list-style-type: none;
margin:0;
margin-bottom: 30px;
padding: 0;
text-align: justify;
}

.commentlist li {
background-color: #f9f9f9;
border: 1px solid #e3e3e3;
color: #666;
margin: 10px 0px;
padding: 3px 7px;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
margin-left: 10px;
background: #fff;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

.nocomments {
text-align: center;
}

#comment {
background-color: #f9f9f9;
border: 3px double #e3e3e3;
color: #666; 
padding: 2px;
}

#comment h3 {
font-size: 18px;
}

.commentsnavigation {
padding: 20px 0 30px 0;
}

.commentlist ul.children li {
background-color: #e3e3e3;
border: 1px solid #efefef;
list-style: none;
margin-top: 20px;
margin-left: 30px;
}

.commentlist ul li.depth-2 {
background-color: #f1f1f1;
}

.commentlist ul li.depth-3 {
background-color: #ececec;
}

.commentlist ul li.depth-4 {
background-color: #e8e8e8;
}

.commentlist ul li.depth-5 {
background-color: #e3e3e3;
}
/* end comments */


/* begin footer */
#footer {
color: #ffffff;
font-size: 11px;
font-weight: normal;
height: 40px;
width: auto;
padding-left:7px;
*padding-left:0px;
padding-top:10px;
float:center;
}

#footerleft {
color:#ffffff; 
float:left;
padding-top:10px;
width:100%;
}

/* end footer */

/* Begin Images */
p img {
	padding: 0;
	max-width: 500;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	width:375px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#zoekveld{
margin-left: 860px;
margin-top:10px;
}

#fill {
height:149px;
*height:161px;
}

#fill2 {
width:379px;
margin-left:10px;
*margin-left:12px;
border-bottom: 1px dotted #ccc;
height:118px;
*height:131px;
}

#fill3 {
height:34px;
*height:46px;
}

#content2 {
width:450px;
display:block;
}

#IMGgal a {
text-decoration: none;
text-transform: uppercase;
}