/*
Theme Name: Lazara by mosa
Theme URI: http://lazarapress.ca
Description: Wordpress theme with a fixed width, laid out in 2 columns with the menu on the right
Author: Mosa
Author URI: http://lazarapress.ca


/*-----------Block Level Elements--------------*/

Body {
	font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	background-color: #ccd285;
        color: #333333;
	margin: 10;
	padding: 10;
}

#page {
	margin: 0 auto;
	width: 770px;
	background: #ffffff;
        border: solid #000000 1px;
}

#header {
	width: 770px;
        text-align: center;
        margin: 0;
	padding: 20px 0px 0px 0px;
}

.description {

}

#wrapper {
	width: 100%;
        background : transparent url(images/lazara_content_bg.gif) repeat-y 0 0;
}

#content {
	float: left;
	width: 70%;
	padding: 10px 10px 10px 10px;
}

#sidebar {
        font-size: 12px;
	margin-left: 75%;
}

#footer {
	width: 100%;
	clear: both;
        text-align: center;
        border-top: solid 1px #000000;
        text-size: 12px;
}

/*-------------Headings-------------*/

h1 {
        font-family: Georgia, serif;
	font-size: 44px;
	font-weight: normal;
        margin: 0px;
}

h2 {
	font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
        color: #A04846;
}

h3 {
	font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

h4 {
        font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
        position: relative;
        left: 15px;
        margin: 0px;
}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {


}

.entrytext .postmetadata {

padding: 10px 10px 10px 10px;

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
 padding: 6px;
 float: left;
}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
	border: none;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-left: 30px;
}

#sidebar ul h2 {

}

#sidebar ul li {
	margin-top: 7px;
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {
}

#sidebar ul ul ul.children {
	font-weight: normal;
	line-height: 80%;
	padding-left: 10px;

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

/*----------------MOSA----------------*/

p, li, .feedback {
        font-size: 14px;
}

a {
	color: #666600;
        text-decoration: none;
}

a:visited {
	color: #666600;
        text-decoration: none;
}

a:hover {
	color: #A04846;
        text-decoration: underline;
}

#nowbrowsing {
	background: white;
	margin: 5px;
	padding: 5px;
}


/* floating pictures in itembody */
.leftbox {
	float: left;
	margin-right: 10px;
	padding: 12px;
	text-align: center;
	background-color: #fff;
}
.leftbox img  {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 14px;
	line-height:0px;
}
.rightbox {
	float: right;
	margin-left: 10px;

	border: 1px solid #000;
	padding: 12px;
	text-align: center;
	background-color: #fff;
}
.rightbox img {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 14px;
	line-height:0px;
}

.hr {
      	clear: both;
	text-align: center;
	align: center;
}

.meta {
	font-size: 10px;
}

.navigation {
	font-size: 14px;
}