/*
THEME NAME: Marrakesh
THEME URI: http://marrakeshhouse.com
DESCRIPTION: Custom Wordpress theme for Marrakesh House
VERSION: 1
AUTHOR: <a href="http://milkweedmediadesign.com">Milkweed Media Design</a>
AUTHOR URI:
TAGS:
*/

/* reset defaults ----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img { 
	border:0; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ol,ul { 
	list-style:none; 
	margin:0 0 0 1.25em;
}

caption,th { 
	text-align:left; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
}

abbr,acronym { 
	border:0; 
}

html {
	font-size: 62.5%;
}
/* end reset defaults -------------------------------------- */

/* LAYOUT: Three-Columns ----------------------------------- */

div#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#access {
	height: 50px;
}

div#header { /* Blog Header is the default */
	height: 251px;
	background: url(images/headers/blog-header.jpg) no-repeat;
}

div#green-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/green-header.jpg) no-repeat;
}

div#about-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/about-header.jpg) no-repeat;
}

div#bio-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/bio-header.jpg) no-repeat;
}

div#community-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/community-header.jpg) no-repeat;
}

div#sponsor-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/sponsor-header.jpg) no-repeat;
}

div#contact-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/contact-header.jpg) no-repeat;
}

div#events-header { /* Custom page header */
	height: 251px;
	background: url(images/headers/events-header.jpg) no-repeat;
}

div#container {
float:left;
width:100%;
background: url(images/container-bkd.jpg) repeat-y;
min-height: 500px; /* Keep pages with little content from breaking */
}

div#container-top {
width:100%;
height:30px;
background:#F3EFE3 url(images/container-top.jpg) no-repeat;
margin-top:10px;
}

div#content {
margin:0 250px;
width: 400px; 
padding: 30px;
}

* html div#primary {
left:20px;
position:relative;
}

div.sidebar {
float:left;
overflow:hidden;
width:190px;
padding: 30px;
}

div#primary {
margin:0 0 0 -100%;
}



div#secondary {
margin:0 0 0 -250px;
}

div#footer {
clear:left;
width:100%;
margin: 0 0 25px;
padding-top: 25px;
height: 35px;
color: #fff;
background: url(images/container-bottom.jpg) no-repeat;
}

div#front-footer { /* Front footer doesn't have the bottom of the page image */
clear:left;
width:100%;
margin: 0 0 25px;
padding-top: 25px;
height: 35px;
color: #fff;
text-align: center;
}

/* End Three-Column Layout ----------------------------------- */

/* Front Page ------------------------------------------------ */

#front-bkd {
float:left;
background: url(images/home-bkd.png) no-repeat;
height: 651px;
width: 1002px;
margin-left: -42px;
}

#front-pic1 {
float: left;
background: url(images/home-pic1.jpg) no-repeat;
height: 244px;
width: 381px;
margin: 340px 0 0 90px;
}

#front-pic2 {
float: left;
background: url(images/home-pic3.jpg) no-repeat;
height:378px;
width:243px;
margin:90px 0 0 240px;
z-index: 99;
}

#front-pic3 {
float: left;
background: url(images/home-pic2.jpg) no-repeat;
height:242px;
width:380px;
margin: -440px 0 0 380px;
}

#front-about {
float: left;
width: 700px;
height: 10px;
font-size: 1.35em;
color: #fff;
font-style: italic;
line-height: 1.4em;
margin:-550px 0 0 95px;
}

#front-location {
float: left;
width: 300px;
height: 10px;
font-size: 1.2em;
color: #fff;
font-style: italic;
line-height: 1.4em;
margin:-185px 0 0 440px;
text-align: center;
}

#front-quote {
float: left;
width: 300px;
height: 10px;
font-size: 1em;
color: #fff;
font-style: italic;
line-height: 1.4em;
margin:-105px 0 0 630px;
text-align: right;
}

.source {
position: relative;
font-style: normal;
text-align: right;
top: 10px;
margin-bottom: 30px;
}

/* End Front Page -------------------------------------------- */

/* Main Elements --------------------------------------------- */

body {
	background: url(images/bkd.jpg) repeat-x #000;
	font-family: Georgia, Times New Roman;
	font-size: 1.2em;
	color: #2F2C29;
	line-height: 1.4em;
}

h1#blog-title {
	text-indent: -9999px;
}

#blog-description {
	text-indent: -9999px;
}

h1 {}

h2 {
font-size: 2em;
line-height: 1.2em;
margin-bottom: 7px;
}

h3 {
font-size: 1.45em;
margin-bottom: 2px;
}

h4 {
font-size:1.3em;
}

h5 {
font-size: 1.25em;
}

h6 {}

p {
margin: 0 0 15px;
}

em {
font-weight: bold;
font-style: italic;
}

ol, ul {
list-style: disc;
margin:0 0 25px 1.25em;
}

blockquote {}

.sidebar-quote {
padding: 0;
margin: 0;
font-style: italic;
}



/* End Main Elements ----------------------------------------- */

/* Links ----------------------------------------------------- */
a, a:visited {
color:#2899E3;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

div.skip-link {
display: none;
position:absolute;
right:1em;
top:1em;
}

#logo {
float: left;
margin: 11px 20px 4px 18px;
}

#secondary-nav { /* This it the nav in the container-top div on some pages  */
text-align: center;
text-transform: uppercase;
padding-top: 6px;
}

#secondary-nav li {
padding: 0 10px;
display: inline;
}

div#menu { /* Main navigation - top of page */
width:100%;
font-size: .85em;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin-left: 276px;
padding-top: 30px;
text-transform: uppercase;
}

div#menu ul a {
display:block;
margin-right:1.15em;
padding:0.2em 0.5em;
text-decoration:none;
color: #fff;
}

div#menu ul a:hover {
color:#2F2C29;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
margin-left: 0;
padding-top:10px;
background-color: #2899E3;
}

#footerlinks li { /* Navigation in the footer */
display: inline;
padding: 0 10px;
}

ul#footerlinks {
margin-bottom: 10px;
}

div#footer a:hover {
color:#98826D;
text-decoration: none;
}

/* End Links -------------------------------------- */

/* Posts, Comments, etc --------------------------- */

.entry-title,.entry-meta {
clear:both;
}

.entry-meta {
font-size: .9em;
margin-bottom: 35px;
}

h2.page-entry-title { /* Hides page titles since they are in the header image */
margin-left: -9999px;
margin-top:-9px;
height: 0;
}

.entry-date {
font-size: .9em;
}

#content li {
margin-bottom: 5px;
}


form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

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

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

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

img.alignright, img.alignleft, img.aligncenter {
max-width: 400px;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.45em;
margin: 0 0 5px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1.25em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
}

/* Credit */
.credit {
padding-bottom: 20px;
}