
/* ---- Basics ---- */

* {
font-family: Arial, sans-serif;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
text-align:left;
}

.right,
.Right{
float:right;
text-align:right;
}

.center,
.Center{
text-align:center;
}

.entry h1,
.page h1{
font-size: 21.6px;
}

.entry h2,
.page h2{
font-size: 20.4px;
}

.entry h3,
.page h3{
font-size: 19.2px;
}

.entry h4,
.page h4{
font-size: 18px;
}

.entry h5,
.page h5{
font-size: 16.8px;
}

.entry h6,
.page h6{
font-size: 15.6px;
}

a:link,
a:visited{
font-size: 12px;
color: #464646;
text-decoration: none;
}

a:hover{
color: #5c9e30;
}

#content-inner p {
margin-bottom: 10px;
}


/* ---- Universal ---- */

body {
color: #464646;
font-size: 12px;
background: #FFFFFF url("http://loveaffairworkshop.com/vanilla-blog-gateway.php?action=create_gradient&hex1=49969c&hex2=FFFFFF&height=500") repeat-x;
}

#body-inner {
	background-image: url("http://loveaffairworkshop.com/vanilla-blog-data/storage/asset/bg-8c10.jpg");
	background-repeat: repeat;
}

#wrapper {
margin: 0 auto 0 auto;
width: 780px;
padding: 20px;
}

#content {
background: #FFFFFF;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* ---- Navigation ---- */

#navigation-container h1 {
float: left;
display: block;
width: px;
height: px;
background: url("http://loveaffairworkshop.com/") no-repeat;
}

#navigation-container h1 a {
display: block;
width: px;
height: px;
}

#navigation-container h1 a span {
display: none;
}

#navigation-container {
border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
height: 48px;
background: #FFFFFF;
border-bottom: 1px solid #CCCCCC;
position: relative;
z-index: 5000;
}

#navigation {
float: right;
position: relative;
height: 48px;
position: relative;
z-index: 5000;
}

#navigation ul {
position: relative;
z-index: 3;
font-size: 16px;
float: left;
list-style: none;
}

#navigation li {
float: left;
}

#navigation a {
display: block;
color: #999999;
height: 48px;
padding: 0 10px 0 10px;
line-height: 48px;
border-left: 1px solid #FFFFFF;
}

#navigation .Active > a,
#navigation a:hover {
color: #333333;
}

/* first dropdown */
#navigation li ul {
clear: both;
position: absolute;
left: -999em;
z-index: 5000;
background: #FFFFFF;
border: 1px solid #CCCCCC;
width: 170px;
}

#navigation li ul a{
}

#navigation li ul li {
margin: 0 0 0 0;
clear:both;
height: 32px;
border:none;
}

#navigation li ul li a {
font-size: 12px;
line-height: 32px;
height: 32px;
padding: 0 0 0 0;
padding: 0 10px 0 10px;
border: none;
text-align:left;
}

#navigation li ul li:hover {
border-style: none;
height: 32px;
line-height: 32px;
}

#navigation li ul li a:hover{
height: 32px;
line-height: 32px;
}

/* second dropdown */
#navigation li ul ul {
position: relative;
top: -25px;
left: 170px;
background: #FFFFFF;
width: 170px;
}

#navigation li ul ul li {
margin: 0 0 0 0;
width: 170px;
background: #FFFFFF;
text-align:left;
}

#navigation li ul ul li a {
background: #FFFFFF;
text-align: left;
}

#navigation li ul ul li a:hover {
background: #FFFFFF;
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul {
left: -999em;
}

#navigation li:hover ul,
#navigation li.sfhover ul {
left: auto;
}

#navigation li li:hover ul,
#navigation li li.sfhover ul {
left: 170px;
}



/*  ---- Header ---- */

#header {
text-align: center;
clear: both;
width: 100%;
height: 350px;
overflow: hidden;
}



/* ---- Welcome block ---- */

#welcome-block {
background: #F8F8F8;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}

#welcome-block img {
float: left;
}

#welcome-about {
float: left;
width: 467px;
padding: 0px 20px 0px 20px;
}

#welcome-twitter {
width: 213px;
padding: 0px 20px 0px 20px;
float: right;
}

#search-form {
border-top: 1px solid #CCCCCC;
margin-top: 10px;
padding-top: 10px;
}

#searchform .screen-reader-text {
display: none;
}

#content-inner {
clear: both;
}

#welcome-twitter a:hover {
color: #5c9e30;
text-decoration: underline;
}

#welcome-twitter #searchform input{
border: 1px solid #CCCCCC;
}

#welcome-twitter #searchform input#searchsubmit{
background: #F8F8F8;
color: #464646;
}

.TwitterTitle,
a.TwitterTitle{
font-size: 18px;
color: #5c9e30;
margin-bottom: 10px;
text-decoration: none;
}

#content-inner {
clear: both;
}



/* ---- Post ---- */

.post {
padding: 20px;
border-bottom: 1px solid #CCCCCC;
}

.post h2 a {
font-size: 24px;
color: #5c9e30;
text-decoration: none;
}

.post h2 a:hover {
color: #333333;
text-decoration: underline;
}

.post .date {
font-size: 12px;
font-weight: bold;
color: #999999;
margin-bottom: 10px;
}

.post .entry {
}

.post .entry ul {
list-style-type: disc;
margin-bottom: 10px;
}

.post .entry li {
margin-left: 20px;
}

.post .entry ul ul{
margin-bottom: 0px;
}

.post .entry a {
font-size: 12px;
color: #464646;
text-decoration: underline;
}

.post .entry a:hover {
color: #5c9e30;
}

.post .entry strong {
font-weight: bold;
}

.post .postmetadata a {
font-size: 16px;
padding-right: 20px;
color: #999999;
margin-bottom: 10px;
}

.post .postmetadata a:hover {
color: #5c9e30;
}




/* ---- Page ---- */

h2.pagetitle,
h2.searchPageTitle{
font-size: 24px;
color: #5c9e30;
}

h2.searchPageTitle{
padding-left: 20px;
}




/* ---- Single Entry ---- */

.single-entry-data{
padding:15px 0 0 0;
font-size: 19.2px;
color: #5c9e30;
}



/* ---- Comments ---- */
#comment-area{
}

#comment-area ul.commentlist{
list-style:none;
}

#comment-area ul.commentlist li{
padding:0 0 10px 0;
}

#comment-area ul.commentlist ul{
padding:0 0 0 20px;
}

#comment-area ul.commentlist li li{
padding:10px 0 0 0;
}

#comment-area ul.commentlist ul ul{
padding:0 0 0 40px;
}

#comment-area ul.commentlist ul ul ul{
padding:0 0 0 60px;
}

#comment-area ul.commentlist ul ul ul ul{
padding:0 0 0 80px;
}

#comment-area ul.commentlist ul ul ul ul ul{
padding:0 0 0 100px;
}

#comment-area ul.commentlist ul ul ul ul ul ul{
padding:0 0 0 120px;
}

#comment-area ul.commentlist .comment-author,
#comment-area ul.commentlist .comment-text,
#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date{
display:inline;
}

#comment-area ul.commentlist .comment-author{
font-weight:bold;
}

#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date a{
}

#comment-area ul.commentlist .comment-reply,
#comment-area ul.commentlist .comment-reply a{
display:inline;
color: #5c9e30;
}

#comment-area #respond{
}

#comment-area #respond .cancel-comment-reply{
padding:5px 0;
}

#comment-area #respond input,
#comment-area #respond textarea{
padding:4px;
margin:0 0 10px 0;
border: 1px solid #CCCCCC;
}

#comment-area #respond .label-container{
position:relative;
}

#comment-area #respond .label-container label{
position:absolute;
top:4px;
padding:0 0 0 10px;
}

#comment-area #respond input#submit{
background: #F8F8F8;
color: #464646;
}

#comment-area #respond #contact-failed,
#comment-area #respond #contact-success{
padding:7px;
border: 1px solid #CCCCCC;
margin:0 0 10px 0;
}



/* ---- Footer ---- */

#footer {
background: #F8F8F8;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
height: 48px;
}

#footer a {
font-size: 18px;
color: #5c9e30;
}

#footer a:hover {
color: #333333;
}

#footer .Left {
font-size: 16px;
height: 48px;
line-height: 48px;
margin: 0 0 0 20px;
float: left;
}

#footer .Right{
height: 48px;
line-height: 48px;
margin: 0 20px 0 0;
float: right;
}

#footer-info {
color: #464646;
padding: 4px;
text-align: center;
}

#footer-info p {
display: inline;
}

#footer-info a {
color: #464646;
}

#footer-info a:hover {
color: #333333;
}