/*
Theme Name: September
Theme URI: http://lulugraphy.com
Description: For Lucia
Version: 1.0
Author: Lumpy Lemon
Author URI: http://lumpylemon.co.uk/

	This is the CSS stylesheet for lulugraphy.com
	All CSS, XHTML and design found in this directory is by Lumpy Lemon
	You can find us at http://lumpylemon.co.uk/

	Any code obtained from other sources is clearly commented as such

*/



/*
					R E S E T

					thank you eric
					http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/



html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, ul, li, fieldset, form, label, input, textarea, legend, caption, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}



/*
					A U T O M A T I C   F L O A T   C L E A R I N G
*/



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/*
					H I D D E N   T H I N G S
*/



hr, .smcf-bottom a, .hide {
	display: none;
}



/*
					S T R U C T U R A L   E L E M E N T S
*/



body {
	background: #fff;
	color: #66614e;
	text-align: center;
}

#lingo {
	background: transparent url(im/lingo.jpg) bottom center no-repeat;
	margin: 10px auto 0 auto;
	padding: 0 40px 24px 40px;
	text-align: right;
	width: 960px;
}

#wrap {
	background: transparent url(im/wrap.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 40px 0 40px;
	text-align: left;
	width: 960px;
}

#lulu {
	border-bottom: 1px solid #b2ad9a;
	height: 25px;
	padding: 15px 0 10px 0;
}

#nav {
	line-height: 1;
	padding-top: 1px;
}

#menu-1 {
	float: left;
}

#menu-2 {
	float: right;
}

#text-page {
	line-height: 1.6;
	margin: 60px auto;
	width: 720px;
}

#password_form, .instructions {
	border: 1px solid #e8e6e1;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	width: 50%;
}

#password_form input {
	border: 1px solid #e8e6e1;
	padding: 0.5em;
	margin: 0.25em;
}

#footer {
	background: transparent url(im/footer.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 24px 40px 0 40px;;
	text-align: center;
	width: 960px;
}

#crumbs, #design {
	color: #ced5dc;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

#crumbs strong {
	color: #000;
	font-weight: normal;
}

#admin {
	padding-top: 20px;
}



/*
					T Y P O G R A P H Y
*/

body {
/*	font-family: georgia, serif;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#admin span {
	background-color: #cbc8bb;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	padding: 1em;
	-moz-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.admin-info {
	background-color: #cbc8bb;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 1em;
	padding: 2px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.big-text {
	font-size: 1.5em;
}

h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 1em;
}

#lingo {
	font-family: arial, sans-serif;
	font-size: 0.8em;
}

#lingo span {
	padding-left: 1em;
}

#lulu h1 {
	background: transparent url(im/lulugraphy.jpg) top left no-repeat;
	display: block;
	height: 25px;
	width: 217px;
}

#lulu h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

h2 {
	border-bottom: 1px solid #e8e6e1;
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

p {
	padding-bottom: 1em;
}

p.centered {
	text-align: center;
}

.edit-link {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

#tel {
	font-family: arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
}

#email {
	padding: 0;
}

#content ul {
	list-style-type: disc;
	padding: 1em 0;
}

#content li {
	margin-left: 2em;
	padding: 0 1em 0.5em 1em;
}



/*
					N A V I G A T I O N
*/

#nav ul {
/*
	display: inline;
*/
}

#nav li {
	letter-spacing: 0.1em;
}



/*
					L I N K S
*/

a {
	text-decoration: underline;
}

#lingo a, #nav a, #admin a {
	text-decoration: none;
}

a:focus {
	outline:none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #666;
}

a:active {
	color: #000;
}

#lingo a:link {
	color: #999;
}

#lingo a:visited {
	color: #999;
}

#lingo a:hover {
	color: #000;
}

#lingo a:active {
	color: #999;
}



/*
					S L I D E S H O W
*/

#pic-wrap {
	padding: 30px 0;
}

#cycle-pics {
	height: 584px;
	overflow: hidden;
}

#cycle-pics, #cycle-pics div {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#cycle-pics div img {
	border: 1px solid #b2ad9a;
	max-width: 958px;
	max-height: 582px;
}

#slide-nav {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 155px;
}

#slide-nav p {
	text-align: center;
}

#slide-nav a, #slide-nav input {
	display: block;
	float: left;
	height: 32px;
	text-indent: -9999px;
	width: 31px;
}

#slide-nav input {
	padding-left: 31px; /* for IE */
}

#slide-nav a:hover, #slide-nav input:hover {
	background-position: 0 32px;
}

#slide-prev {
	background: transparent url(im/slide-prev.jpg);
}

#slide-next {
	background: transparent url(im/slide-next.jpg);
}

#slide-pause {
	background: transparent url(im/slide-pause.jpg);
}

#slide-play {
	background: transparent url(im/slide-play.jpg);
}

#music-play {
	background: transparent url(im/music-on.jpg);
}

#music-pause {
	background: transparent url(im/music-off.jpg);
}

#slide-numbers {
	margin: 0 auto;
	text-align: center;
	width: 840px;
}

#slide-numbers a {
	display: block;
	float: left;
	margin: 0 0.1em;
	padding: 0.1em;
	text-decoration: none;
}

#slide-numbers a:link {
	color: #b2ad9a;
}

#slide-numbers a:visited {
	color: #b2ad9a;
}

#slide-numbers a:hover {
	color: #000;
}

#slide-numbers a:active {
	color: #b2ad9a;
}

#slide-numbers a.activeSlide {
	color: #000;
}

#change-view, #choose-gallery {
	margin-top: 10px;
	text-align: center;
	width: 100%;
}





/*
					P H O T O   G A L L E R I E S
*/

#confirm-email {
	background-color: #f7f7f5;
}

.gallery-row {
	background-color: #f7f7f5;
	margin-top: 30px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	text-align: center;
	padding: 20px 0;
}

/*
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}
*/

.ngg-gallery-thumbnail img {
	border: 1px solid #b2ad9a;
}

.ngg-gallery-thumbnail .choose {
	font-size: 0.9em;
	padding: 7px 0 0 0;
}

.ngg-gallery-thumbnail .choose .selection {
	text-align: left;
}

.ngg-gallery-thumbnail .choose input {
	border: 1px solid #b2ad9a;
}

.ngg-gallery-thumbnail .choose input:hover {
	border: 1px solid #000;
}

.ngg-gallery-thumbnail .choose select {
	background-color: #fffffe;
	border: 1px solid #b2ad9a;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 0.2em;
}

.ngg-gallery-thumbnail .choose select:hover {
	border: 1px solid #000;
}

.ngg-gallery-thumbnail .choose option {
	padding: 0.2em;
}

.ngg-gallery-thumbnail span {
	display: none;
}

#preview {
	background: #b2ad9a;
	border: 5px solid #fff;
	color: #000;
	display: none;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 998;
}

#preview img {
	border: 0;
	margin: 0 0 10px 0;
}



/*
					V I D E O
*/

object {
	margin: 0 auto;
}



/*
					C O N T A C T   F O R M
*/

.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #b2ad9a;
	background-color: #f1f1f1;
	margin: 0.75em 0 0 0;
	padding: 1em;
}

.wpcf7-form #send input {
	background-color: #b2ad9a;
	color: #fff;
}



/*
					D R O P - D O W N   M E N U S
*/

ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

ul.dropdown li {
	padding: 7px 5px;
	border-top: 2px solid #fff;
	color: #b2ad9a;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	background-color: #e8e6e1;
	color: #000;
}

ul.dropdown a:link, ul.dropdown a:visited {
	color: #b2ad9a;
}

ul.dropdown a:hover {
	color: #000;
}

ul.dropdown a:active {
	color: #b2ad9a;
}

ul.dropdown ul a:link, ul.dropdown ul a:visited	{
	color: #fff;
}

ul.dropdown ul a:hover {
	color: #000;
}

ul.dropdown ul a:active	{
	color: #fff;
}

ul.dropdown ul {
	background-color: #d1cec2;
	color: #b2ad9a;
	width: 10em;
}
