/* =----------------------------------- COPYRIGHT ASHLEYLYNN.NL 2010*/


/* =----------------------------------- basics */

{ margin: 0; padding: 0; border:none; }

html {
height: 100%;
min-height: 100%;
width: 100%;
}

body 
{font-family: arial;
color: #000000;
font-size: 80%;
height: 100%;
min-height: 100%;
text-align: center;
line-height: 1.6em;
background-color: #f3f3f1;
margin: 0px;
padding:0px;
padding-bottom: 50px;
}

td, tr 
{font-family: arial, sans-serif;
color: #222;
font-size: 1.1em;
line-height: 1.6em;
text-align:left;
}

#top {position: absolute;
top: 0px;
text-align: right;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 100px;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
background-color: #000000;}

#wrapper
{width: 980px;
margin-top: 130px;
min-height: 100%;
height: 100%;
text-align: center;}

#header {
margin-top: 50px;
height: 200px;
width: 1065px;
text-align: center;
background-color: #ffffff;
}

#right {
  float: right;
  width: 300px;
  border-right: solid 0px #e2e2e2;
  text-align: left;
  padding-top: -10px;
padding-left: 20px;}

#about {
  float: left;
  width: 210px;
padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: justify;
  background-color: #ffffff;
  color: #ffffff;
margin-bottom: 20px;
}

#center {
float: left;
width: 600px;
text-align: justify;
margin-bottom: 10px;}

#footer {
clear: both;
text-align: center;
height: 30px;
padding: 10px;
color: #ffffff;
background-color: #000000;
margin: 0 auto;}

#widget {
width: 300px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
margin-bottom: 10px;
border: solid 1px #e2e2e2;
background-color: #ffffff;}

#post {margin-bottom: 10px;
border: 1px solid #DEDEDE;
width: 600px;
background: #FFF;
padding: 20px;}

#page {margin-bottom: 10px;
border: 1px solid #DEDEDE;
width: 600px;
background: #FFF;
padding: 20px;
padding-top: 0px;}

#content {
width:600px;
padding-bottom: 50px;
}

/* =----------------------------------- headers */

h2 {font-family: Arial;
font-style: normal;
text-decoration: none;
font-weight: normal;
color: #ffa9c3;
margin-bottom: 7px;
font-size: 30px;
}

h2 a {
color: #ffa9c3;}

h2 a:hover {color: #e1a9de;}


h3 {font-family: Georgia;
font-size: 16px;
font-weight: normal;
font-style: italic;
color: #ffffff;
text-align: center;
background-color: #000000;
padding: 3px;
}

.comment_header {font-family: Georgia;
font-size: 16px;
font-weight: normal;
font-style: italic;
color: #ffffff;
text-align: center;
background-color: #000000;
padding: 3px;
margin: 0px;
width: 635px;
display: block;
}

/* =----------------------------------- other styling */
a {color: #ffbbbb; 
text-decoration: none;}
a:hover {color: #e1a9de;}

.catright {float:right; width:110px;}
.catleft {float:left; width:110px;}

.date {font-family: Arial;
font-size: 8px;
font-weight: bold;
text-align: center;}

.question {font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#commentslink {padding: 10px;
width: 150px;
float: right;
font-style: italic;
font-family: georgia;
font-weight: bold;
font-decoration: none;
background-color: #000000;
margin-bottom: 20px;} 

#last {padding: 5px;
width: 150px;
float: left;
font-style: italic;
font-weight: bold;
font-decoration: none;
background-color: dea5c4;
margin-bottom: 20px;} 

#last a {text-decoration: none;
color: #ffffff;}

#commentslink a {text-decoration: none;
color: #ffffff;}

img {border: 0px;}

blockquote { 
font-style: italic;
font-size: 100%;
width: 70%;
font-color: #c1c1c1;
text-align: center;
margin-left: 100px;} 


/* =----------------------------------- menu */

#links ul {
        list-style-type: none;
        width: 300px;
        margin-left: 0px;
        padding-left: 0;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin-top: 5px;
 margin-left: 0px;
        padding-left: 0;
        background-color: #ededed;
}

#links li a { 
        color: #000000;
        background-color: #f5f5f5;
        display: block;
        font: bold 120% Arial;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 300px;
}

#links li a:hover {
        background: #faa2ae;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Arial;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Arial;
        line-height: 150%;
}

/* =----------------------------------- style some comments */
#commentsContainer {
margin-bottom: 30px;
width: 600px;
margin: 0px;
}
#commentsContainer span.hook {
position: relative;
display: block;
width: 600px;
}

#commentsContainer h3 {
width: 600px;
padding: 0px;
}

.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
list-style: none;
margin: 0;
padding: 0;
width: 600px;
}

.commentlist .comment-author {
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
text-align: right;
}
.commentlist li .reply {
	text-align: right;
background-color: #ffffff;
	padding-bottom: 10px;
display: block;
	float: right;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li {
	margin: 1em 0;
	padding: 20px;
background-color: #ffffff;
border: 1px solid #DEDEDE;
width: 600px;
}

.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
margin: 0;
background-color: #ffffff;

}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
background-color: #ffffff;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

#cancel-comment-reply-link {
	color: #000000;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #000000;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
width: 600px;

.commentlist li .reply a {
	color: #000000;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}

.singlecomment {background-color: ffffff;
border: 1px solid #DEDEDE;
padding: 10px;}