/*  
Theme Name: Lemon
Theme URI:
Description:
Version: 1.0
Author: 
Author URI: 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	color: #2c2f20;
	font-size: 69%;
    background:#a1b55d;
}

/* Default fonts
*******************************/
body		  { font-family: Tahoma, Arial, Helvetica, sans-serif; }

input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea,
pre,
tt,
kbd,
var,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }


/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
}

h1 {
    font-size: 2.55em;
    color:#fff;
    line-height:1;
}

h2 {
    font-size: 2.08em;
    color:#a1b55d;
}

h3 {
    font-size: 1.27em;
    font-weight:bold;
    color:#ff703f;
}

h4 { font-size: 1.3em; font-weight:bold; color:#ff703f; }
h5 { font-size: 1.2em; font-weight:bold; color:#ff703f; }
h6 { font-size: 1.1em; font-weight:bold; color:#ff703f; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.4; }
p.last		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small		  { font-size: .9em; }
code          { /*style*/ }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
sub           { vertical-align:sub;font-size: .9em; }
sup           { vertical-align:super;font-size: .9em; }
acronym       { border-bottom:1px dotted #666; }
abbr 		  { /*style*/ }
dfn 		  { font-style:italic; }
bdo           { /*style*/ }
q             { font-style:italic; }
cite          { font-style:italic;}

dl {
    line-height:1.4;
    margin-bottom:1em;
}
dd {}
dt {}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color:#4b82ab; text-decoration: underline; cursor:pointer; }

a:hover		{ color:#ff703f; }
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

img {
    border:0;
    outline:0;
}

/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

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

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}


#root{
	width:680px;
    padding:0 50px;
	margin:0 auto;
    background:#fff;
    background:#a1b55d url(images/bg.gif) center 0 repeat-y;
}

#header {
    height:140px;
    background:url(images/header.jpg) 0 0 no-repeat;
    color:#fff;
    position:relative;
}

#logo {
	position: absolute;
	left: -50px;
	top: 0px;
}

#header h1 {
    padding:42px 0 0 50px;
}

#header h1 a {
    text-decoration:none;
    color:#fff;
}

#header .description {
    padding-left:50px;
    line-height:1.4;
}



#header .search {
	color:#635b5c;
    font-size:.92em;
	position:absolute;
    right:20px;
    bottom:20px;
}

#header input.text {
    border:1px solid #A1B55D;
    width:110px;
    background:#e9f9b3;
    font-size:1em;
}

#header input.submit {
    background:transparent url(images/search-button.gif) 0 0 repeat;
    color:#fff;
    font-weight:bold;
    border:0;
    font-size:1em;
    border:1px solid #A1B55D;
}

/*hnav*/
#hnav{width:680px;margin:0;padding:0;text-align:center;height:29px;line-height:29px;}
#hnav {
	position: relative;
	background: #a1b55d url(images/hnav.jpg) repeat-x left top;
}
#hnav ul {margin:0;padding:0;display:inline;list-style-type:none;}
#hnav li a {border-color:#fff #000 #000 #fff;border-style:solid;border-width:1px;color:#333;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;line-height:29px;padding:0.2em 8px;text-decoration:none;letter-spacing:normal;}
#hnav li a:link, #hnav li a:visited { color: #fff;}
#hnav li {padding:0;display:inline;padding:0;}  
#hnav li a:hover {background-color:#e9f9b3;border-color:#000 #fff #fff #000;color:#043270;}
/*hnav*/

#main{
	overflow:visible;
	position: relative;
}

#main-block{
	width:500px;
	float:left;
}

#content {
    overflow:visible;
    padding-top:0px;
}

#sidebar {
    
}

#left-box {
    width:179px;
    float:right;
    border-left:1px solid #a1b55d;
    background:#e9f9b3;
}

#sidebar .box {
    margin:0;
}

#sidebar h3 {
    background:#a1b55d;
    color:#fff;
    margin-bottom:0px;
    line-height:2;
    padding:0 12px;
    font-weight:bold;
}

#sidebar h2 {
    background:#a1b55d;
    color:#fff;
    margin-bottom:0px;
    line-height:2;
    padding:0 12px;
    font-size: 1.27em;
    font-weight:bold;
    color:#ff703f;
}

#sidebar ul {
    background:#f0e5aa;
}

#sidebar ul ul {
    padding:0;
}

#sidebar li li {
}

#sidebar li a {
    padding:9px 0 9px 12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    background:url(images/nav-back.gif) 0 0 repeat-x;
    border-bottom:1px solid #a1b55d;
	color:#4B82AB;
}

#sidebar li li a {
    padding-left:24px;
}

#sidebar li li li a {
    padding-left:36px;
}

#sidebar li a:hover {
    background:url(images/nav-back-hover.gif) 0 0 repeat-x;
	color:#ff703f;
}

#sidebar li a:hover {
}



#content .post {
    overflow:visible;
    margin-bottom:1.5em;
    clear:both;
    position:relative;
}

#content .title {
    padding:12px;
    margin-bottom:12px;
    background:#e9f9b3;
	position: relative;
}

#content  h2 {
    

}

#content .title a {
    text-decoration:none;
}

#content .title a:hover {
}

#content .date {
    position:absolute;
    left:460px;
    top:-1px;
    text-align:center;
    width:32px;
    padding:10px 0 0 8px;
    height:39px;
    font-size:1.09em;
    z-index:100;
    text-transform:lowercase;
    line-height:1.2;
    /*background:url(images/date.gif) 0 0 no-repeat;*/
    
    color:#af823a;
    font-weight:bold;
}

#content .date span {
    font-size:1.1em;
    display:block;
    text-align:center;
    font-size:.92em;
}

#content .postdata {
    line-height:1.4;
    padding:12px 0;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    margin:0 24px;
}

#content .postdata a {
    color:#d6a14b;
}

#content .category a {
    font-weight:bold;
    text-decoration:none;
}

#content .entry {
    margin:0 24px;
}

#content .entry p {
	text-align: justify;
}

#content .entry .more-link {
    font-weight:bold;
}





/* Comments
 *******************************/

#comments {
    padding:24px 24px 0;
}

#comments h3 {
    font-weight:bold;
    color:#ff703f;
}

.comments-list {
    margin:12px 0;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li {
    
}

.comments-list li.graybox {
    background:#f8f5e5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list .comment {
    margin-top:8px;
}
#commentform {
    margin-top:12px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #D9A859;
    border-right-color:#eee;;
    border-bottom-color:#eee;
    padding:2px;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
    border:1px solid #D9A859;
    font-size:1em;
    background:#F5EDC5;
    font-weight:bold;
    color:#2C2F20;
}

#commentform textarea {
    width:400px;
}

#footer{
    clear:both;
    padding-top:0px;
    color:#fff;
}

#footer .content {
    padding:16px 24px;
    overflow:hidden;
    height:22px;
    background:url(images/footer.jpg) 0 0 no-repeat;
}

#footer img {
    vertical-align:middle;
}

#footer .copyright {
    float:left;
    line-height:1.8;
}

#footer .links {
    float:right;
}

#footer .copyright a, #footer .links a {
    color:#fff;
	font-weight:bold;
}

#footer .links a {
    margin-left:16px;
}

.navigation {
	margin:36px 24px 0 24px;
	font-weight:bold;
	overflow:hidden;
}

.navigation a {
    color:#c48b2d;
}

/*frontpage styles*/

#welcome {
	width: 660px;
	height: 230px;
	padding: 11px 0 0 20px;
	position: relative;
	background: #fff;
}
#welcome h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #c33;
}
#welcome p {
	width: 200px;
	margin-top: 1em;
}
#top {
	width: 481px;
	height: 231px;
	position: absolute;
	left: 229px;
	top: 0px;
}
#bottom {
	width: 680px;
	height: 226px;
	position: relative;
	background: url(images/bottom.jpg) repeat-x left top;
}
#bottom h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #c33;
	text-align: center;
}
#bottom h3 {
	text-align: center;
}
#bleft {
	width: 190px;
	height: 191px;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 10px;
}
#bleft ul {
	list-style-type: circle;
	margin: .5em;
	padding: .5em;
}
#bleft li {
	margin: .3em .6em;
	padding: 0;
}
#bcenter {
	width: 200px;
	height: 201px;
	background: #fff;
	position: absolute;
	left: 240px;
	top: 10px;
}
#bcenter h1 a{
	color:#cc3333;
	text-decoration:none;
	line-height: 120%;
}
#bcenter h1 a:hover{
	color:#ff703f;
}
#bcenter p {
	margin: 1.2em;
	padding: 1.2em;
	text-align: center;
}
#bcenter a {
	line-height: 20px;
}
#bright {
	width: 190px;
	height: 191px;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 460px;
	top: 10px;
}
#bleft p, #bcenter p, #bright p {
	margin: 1em;
}

/*pages styles*/

#ceciliaabout {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 0;
	top: 0;
}

/*portfolio styles*/

div.portfolio {
	margin: 10px auto;
	text-align: center;
}
div.portfolio img {
	display: block;
	border: 2px outset #a1b55d;
	margin: 6px auto;
}
div.portfolio p {
	text-align: center !important;
}

div.thumb {
	text-align: center;
}