/*
Theme Name: creperie
Theme URI: http://lacreperievoila.com/
Description: This theme is developed for La Creperie Voila in Seattle, WA.
Author: Daniel Salo
*/

body {
	text-align: center;
	margin-top: 0px;
	background: #321405;
	font-family: arial, helvetica, sans-serif;
}

a img {
	text-decoration: none;
	border: none;
	outline: none;
}

a {
	outline: none;
}

#placeholder {
	
}

#placeholder #wrapper {
	width: 1000px;
	background: #3E1F0C;
	margin: 0px auto;
	text-align: left;
	border-width: 2px;
	border-top: 0px;
	border-color: #FFCB78;
	border-style: solid;		
}


/* HEADER STYLES */

#wrapper #header {
	height: 200px;
	width: 1000px;
	color: #F8CA7F;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;

}



#header #location {
 	height: 60px;
	text-align: center;
	clear: both;
	/*
	background: blue;
	*/
	
}

#header #title {
	height: 75px;
	background-image: url('images/title_lines.gif');
	background-position: top left;
	background-repeat: no-repeat;
	/*
	background: red;
	*/
}

#title #title_left {
	height: 75px;
	width: 600px;
	float: left;
	clear: left;
	/*
	background: yellow;
	*/
}

#title #menu_right {
 	height: 75px;
 	width: 300px;
	float: right;
	clear: right;
	text-align: right;
	/*
	background: green;
	*/
}

#header #navigation {
 	height: 65px;
 	width: 800px;
	text-align: left;
	float: left;
	margin-left: 60px;
	/*
	background: grey;
	*/
}

#navigation img.nav {
	padding-left: 30px;
}

#navigation img.current {
	padding-left: 30px;	
	background-image: url('images/navigation/current.gif');
	background-position: top left;
	background-repeat: no-repeat;
}


/* CONTENT STYLES */

#wrapper #content {
 	width: 1000px;
 	background: #3E1F0C;
}


/* MAIN CONTENT STYLES */

#content #main_content {
	width: 629px;
	float: left;
	background: #3E1F0C;
	color: #F8CA7F;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	border-width: 0px;
	border-right: 1px;
	border-color: #4D2C15;
	border-style: dashed;
	
}

#main_content h1 {
	font-size: 20px;
	margin: 0px;
}

#main_content p {
	font-size: 14px;
}

#main_content h1.center {
	font-size: 20px;
	margin: 0px;
	text-align: center;
}

#main_content p.center {
	font-size: 14px;
	text-align: center;
}

#main_content a {
	text-decoration: underline;
	color: #F8CA7F;
}

#main_content img.insert {
	border: 8px;
	border-style: solid;
	border-color: #321405;
	margin: 8px;
}

/* Quotes - Reviews Page */
#main_content blockquote p {
	font-size: 15px;
	color: #F8CA7F;
	padding: 5px 5px 5px 5px;
	font-style: italic;
}

.quote {
	font-size: 50px;
}

/* flickr slide show */
iframe#slideshow {
	margin-bottom: 25px;
	border: 1px;
	border-color: #FFCB78;
	border-style: solid;
}

img.flickr-medium {
	border: 1px;
	border-color: #FFCB78;
	border-style: solid;
	margin: 5px;
}

/* google map */

table#google_map {
	margin-top: 20px;
}




/* SIDEBAR STYLES */

#content #sidebar {
	width: 260px;
	float: left;
	background: #3E1F0C;
	color: #FFCB78;
	padding-top: 73px;
	padding-left: 20px;
	padding-right: 20px;

}


#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 10px;
	background: #321405;
	border: 1px;
	border-color: #FFCB78;
	border-style: solid;
	color: #F8CA7F;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul li li {
	border: none;
	margin-left: 4px;
}

#sidebar ul li a {
	text-decoration: underline;
	color: #F8CA7F;
}

#sidebar li a.small {
	
}

h2.widgettitle {
	font-size: 20px;
	margin: 2px auto 4px 4px;

}

.widget_text p.padding {
	margin: 0px auto auto 5px;
}

.widget_text img.hours_image {
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
}

.map_widget {
	text-align: center;
}




/* FOOTER STYLES */

#wrapper #footer {
	background: #FFCB78;
	height: 65px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 10px;
}

#footer #footer_menu {
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
}

#footer #footer_copyright {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

#footer a {
	color: #321405;
	outline: none;
}

/* OTHER */

#clear {
	clear: both;
}


