/*
Theme name: Julynell
Theme URI: http://www.julynell.com/
Description: Personal theme from Julynell.
Version: 1.0
Author: Linda van der Pasch/ Julynell
Author URI: http://www.julynell.com
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin:0px;
	padding:0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	background:url(images/bg.png) repeat-x #000000 fixed;
	color:#e7e7e7;
}
a:link, a:visited {
	text-decoration: none;
	color:#f2c9fc;
}
a:hover {
	text-decoration: none;
	color:#ce0bff;
	border:none;
}
a:active {
	text-decoration:none;
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}
#content {
	min-height:550px;
	margin-top:100px;
}
#butterfly {
	position:absolute;
	left:840px;
	top:15px;
	width:149px;
	height:135px;
	background:url(images/butterfly.png) no-repeat bottom left;
}
/*header*/
#header{
	position:absolute;
	left:-20px;
	top: 130px;	
	width:300px;
	text-align:left;
}
#header a{
	display:block;
	height:80px;
}
#header p {
	margin-left:10px;
	padding:5px;
}
#header2{
	position:absolute;
	left:-20px;
	top: 130px;	
	width:300px;
	text-align:left;
}
#header2 a{
	display:block;
	height:80px;
	background: url(images/logo.png) no-repeat center center;
}
#header2 p {
	margin-left:10px;
	padding:5px;
}
/*menu*/
#menu {
	position: fixed;
	left:100px;
	top:250px;
	height: 400px;
	width: 200px;
	color:#000000;
	background: url(images/menudiv.png) repeat center;
}
#menu ul {
	list-style:none;
	text-align:right;
	padding:0px 10px 0px 10px;
}
#menu ul li a:link, #menu ul li a:visited{
	margin-right:30px;
	text-align:right;
	outline:none;
  	font-size:1.2em;
  	color:#000000;
}
#menu ul li a:hover, #menu ul li.current_page_item a:link, #menu ul li.current_page_item a:visited {
	margin-right:5px;
	text-align:right;
	text-decoration:none;
	font-size:1.8em;
	color: #ce0bff;
	border:none;
}
#menu div.text {
	position:absolute;
	bottom:0px;
	left:0px;
	width:165px;
	height:120px;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
}
#menu div.text a:link, #menu div.text a:visited {
	color:#ce0bff;
}
#menu div.text a:hover {
	color:#000000;
}
#menu div.text p {
	text-align:right;
}
#menu div.line {
	position:absolute;
	left:-40px;
	top:275px;
	width:200px;
	height:5px;
	background:url(images/hr.png) no-repeat top left;
}
/*sidebar*/
.sidebar {
	position:relative;
	float:left;
	width:650px;
	margin:5px 5px 5px 260px;
	padding:15px 0px 0px 15px;
	text-align:left;
	color:#e7e7e7;
	font-size:1em;
	background:url(images/sidebardiv.png) repeat-y;
}
.sidebar a:link, .sidebar a:visited {
	color:#e7e7e7;
}
.sidebar a:hover, .links a:hover {
	color:#ce0bff; 
}
.sidebar ul h2, .links2 ul h2, .links ul h2 {
	font-size:1.1em;
	margin:3px 5px 3px 0px;
	color:#ce0bff; 
}
.links2 h2, .links h2 {
	color:#ce0bff;
}
.links2 a:link, .links2 a:visited {
	color:#f2c9fc;
	text-decoration:underline;
}
.sidebar ul, .links2 ul {
	list-style:none;
}
.sidebar ul ul, .links2 ul ul {
	padding:3px;
	list-style-type:disc;
}
.col1 {
	float:left;
	width:30%;
}
.col2 {
	float:left;
	margin:0px 25px;
	width:30%;
}
.col3 {
	float:left;
	width:30%;
}
/*posts*/
.post, .links {
	margin-left:260px;
	background:url(images/divbg.png) repeat;
	width:650px;
	text-align:left;
	padding:25px 0px 0px 15px;
}
.post2, .links2 {
	margin-left:260px;
	background:url(images/divbg.png) repeat;
	width:650px;
	text-align:left;
	padding:25px 0px 0px 15px;
	min-height:550px;
}
.entry-content, .entry-meta, .post h2{
	padding:3px;
	margin-left:30px;
	margin-right:20px;
}
.entry-content p {
	margin: 8px 0px 8px 0px;
}
.entry-date {
	float:right;
	display:block;
	width:75px;
	height:75px;
	margin-right:30px;
	padding:3px 5px;
	background: url(images/calendar-icon.png) no-repeat;
}
.entry-date .day {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin: 4px 0px 0px 13px;
}
.entry-date .datemonth {
	color:#000000;
	font-size:13px;
	margin: 0px 0px 0px 4px;
	text-transform:uppercase;
}
.entry-date .year {
	color:#000000;
	font-size:9px;
	margin:0px 0px 0px 4px;
}
.entry-meta {
	font-size:0.8em;
	line-height:1.4em;
}
.entry-meta .cat {
	margin:3px;
}
.entry-meta .comment p {
	font-size:1.2em;
	text-align:right;
	padding: 5px; 
}
.divider {
	height:10px;
	width:300px;
	margin:5px 10px;
}
/*search*/
#search {
	position:absolute;
	top:15px;
	width:215px;
	margin-left:100px;
	text-align:left;
	font-size:0.9em;
	padding:10px;
	background:url(images/divbg.png) repeat;
} 
#searchs {
	position:absolute;
	top:15px;
	width:215px;
	margin-left:100px;
	text-align:left;
	font-size:0.9em;
	padding:10px;
	background:transparent;
}      
/*image alignment*/
img.alignright {
	float:right;
	margin: 5px 10px 5px 10px;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.aligncenter {
  	margin: 10px auto;
 	text-align: center;
 	display: block;
}
/*blockquotes*/
.entry-content blockquote p{
	margin:5px 5px 0px 18px;
	padding:5px 5px 5px 20px;
	border: 1px dotted #f2c9fc;
	background: url(images/blockquote.png) repeat-y #000000;
}
.entry-content blockquote blockquote p{
	margin-left:40px;
	padding-left:20px;
}
/*comments*/
#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 580px; 
  padding: 0px 15px 10px 15px;
  }
#comment h3 {
  font-size: 1em;
  font-weight: normal;
  margin-left:20px;
  padding: 0;
  }
#comment p {
  padding:5px 0;
  margin-left: 10px;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  }
.commentlist li, .trackback li {
  margin: 0 0 5px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 10px 5px 0;
  width: 69px;
  }
.commentlist .commentbody {
  margin-left:30px;
  padding: 0;
  }
.commentlist cite {
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  color: #f2c9fc;
  }

#respond {
  clear: both;
  margin: 10px;
  }
#respond h3 {
	margin-left:10px;
}
textarea#comment {
  width: 500px;
  background: #e7e7e7;
  color: #000;
  padding: 10px;
  margin-left:10px;
  }
#comment #submit {
  margin-left: 10px;
  }
/*footer*/
#footer {
	clear:both;
	margin-left: 600px;
	height: 30px;
	width: 400px;
	background: url(images/footerdiv.png) repeat;
}
#footer p {
	font-size:0.8em;
	text-align:right;
	padding:3px 5px 3px 5px;
}
#footer div.line {
	position:relative;
	right:-250px;
	top:-5px;
	width:200px;
	height:5px;
	background:url(images/hr.png) no-repeat top left;
}
#footer2 {
	clear:both;
	margin-left: 600px;
	height: 30px;
	width: 400px;
	background: url(images/footerdiv.png) repeat;
}
#footer2 p {
	font-size:0.8em;
	text-align:right;
	padding:3px 5px 3px 5px;
}
#footer2 p.left {
	float:left;
}
#footer2 div.line {
	position:relative;
	right:-250px;
	top:-5px;
	width:200px;
	height:5px;
	background:url(images/hr.png) no-repeat top left;
}

.navlink{
	margin-left:260px;
	float:left;
	background:url(images/divbg.png) repeat;
	width:665px;
}
.navlink p.left {
	text-align:left;
	float:left;
	margin:0px 50px;
}
.navlink p.right {
	text-align:right;
	float:right;
	margin:0px 50px;
}
/*Captcha*/
.captcha-img {
	padding:5px;
}
.captcha-txt {
	margin:5px;
	width:75px;
}
.clear {
	clear:both;
}
#counter {
	visibility:hidden;
	position:absolute;
	top:620px;
	left:360px;
	width:120px;
	height:10px;
}
div.wpcf7-mail-sent-ok {
 border:1px solid #f2c9fc;