/* ---------------------------------------------------------------------------
	
	Master Styles
	
	client
	http://rubredsfloral.com
	
	Author: Joey Marchy
	http://wingardcreative.com
	
--------------------------------------------------------------------------- */

/* RESET! */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	background-color: #a30625;
	color: #333;
	font: small/1.5em Helvetica, Arial, Verdana, sans-serif;
}
	
#container {
	background: url(../img/bg.jpg) no-repeat top center;
	margin: 0 auto;
	width: 955px;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link {
	color: #0075e2;
	text-decoration: none;
}
	
a:visited {
	color: #999;
	text-decoration: none;
}
	
a:hover {
	color: #900;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	color: #000;
	margin-bottom: 10px;
	font-size: 220%;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
}

h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 150%;
}

h4 {
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 105%;
}

h5 {
	margin-bottom: 20px;
	font-size: 150%;
}

h6 {
	margin-bottom: 20px;
	font-size: 150%;
}

p { margin-bottom: 30px; }

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul { margin: 0 0 30px 30px; }

li { margin-bottom: 5px; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	margin: 0 25px 25px 18px;
	padding: 0 50px 0 75px;
}

#logo {
	height: 225px;
	width: 955px;
}

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

/* =navigation */

#nav {
	float: left;
	font-size: 110%;
	height: 40px;	
	margin: 0;
}

#nav li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	display: inline;
	margin: 0 30px 0 0;
}

#nav li.social {
	font-family: Helvetica, sans-serif;
	font-size: 0.86em;
	display: inline;
}

#nav #nav-blog {
	border-right: 2px solid #fff;
	margin: 0 0 0 180px;
	padding-right: 10px;
}

#nav #nav-facebook {
	background: url(../img/logo-facebook.png) no-repeat 0 0;
	margin-left: 8px;
	padding-left: 30px;
	padding-bottom: 18px;
	padding-top: 8px;
}

#nav-foot #nav-foot-facebook {
	background: url(../img/logo-facebook-foot.png) no-repeat 0 2px;
	margin-left: 8px;
	padding-left: 20px;
	padding-bottom: 18px;
	padding-top: 0px;
}

#nav li.social a {
	background-image: none;
	padding: 0;
}

#nav li a {
	background: url(../img/bg-nav.png) no-repeat 0 0;
	color: #fff;
	padding: 0 0 10px 35px;	
}

#nav li a:hover {
	color: #a30625;
}

#nav-foot li {
	float: left;
	list-style: none;
}

#nav-foot li.social a {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 0.86em;
	font-style: normal;
	display: inline;
}

#nav-foot li.social a:hover {
	color: #a30625;
}

#nav-foot #nav-foot-blog {
	border-right: 2px solid #fff;
	margin: 15px 0 0 75px;
	padding-right: 10px;
}

#nav-foot #nav-foot-facebook {
	margin-top: 15px;
}

#nav-foot #nav-foot-email {
	margin-left: 440px;
}

#nav-foot #nav-foot-email a {
	background: url(../img/btn-email.png) no-repeat 0 0;
	display: block;	
	height: 45px;
	width: 205px;
	text-indent: -9999px;	
}

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	background-color: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	font-size: 1.08em;
	margin: 0 25px 0 18px;
}

#content h3 {
	font-size: 1.25em;
}

#content ul {
	margin-left: 0;
}

#content ul li {
	background: url(../img/bg-bullet.png) no-repeat 0 8px;
	font-size: 0.72em;
	line-height: 1.4em;
	list-style: none;
	padding-left: 15px;
	padding-bottom: 5px;
}

.pad {
	padding: 40px 50px 60px 75px;
}

.content-main {
	float: left;
	width: 520px;
}

.content-secondary {
	float: right;
	font-size: 90%;
	width: 215px;
}

.content-secondary ul {
	font-size: 140%;
}

.mini-container {
	background: url(../img/div-dot.png) repeat-x 0 0;
	padding-top: 30px;
}

.slideshow { height: 330px; width: 520px; }
		

/* ---------------------------------------------------------------------------
	=gallery
--------------------------------------------------------------------------- */
body.gallery #container {
	background: url(../img/bg-gallery.jpg) no-repeat top center;
	margin: 0 auto;
	width: 955px;
}

body.gallery a,
body.gallery a:visited {
	color: #a30625;
}

body.gallery #logo {
	height: 95px;
	width: 955px;
}

.gallery-content-main {
	width: 800px;
}

.gallery-content-main p.head {
	margin-bottom: 0;
}

ul.gallery {
	margin-left: 0;
	padding-left: 0;
}

#content ul.gallery li {
	float: left;
	list-style: none;
	background-image: none;
	margin-right: 10px;
	width: 170px;
	text-align: center;
}

#content .gallery-content-main ul li{
	background-image: none;
	display: inline;
	list-style: none;
}

#content .gallery-content-main ul li img {
	padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------
	=contact
--------------------------------------------------------------------------- */

.contact-content-main {
	width: 800px;
}

.contact-content-main p {
	margin-bottom: 10px;
}

.contact-content-main p strong,
.contact-content-main a {
	color: #000;
	font-family: Helvetica;
	font-weight: bold;
}

.contact-content-main p span {
	padding: 0 10px;
}

.contact-content-main a:hover {
	color: #a30625;
}

.contact-form {
	margin-top: 55px;
	margin-bottom: 5px;
	width: 800px;
}

.contact-form p {
	margin-bottom: 20px;
}

.info {
	float: left;
	width: 350px;
}

.info label {
	display: block;
	font-family: Helvetica;
	font-size: 0.93em;
	float: left;
	width: 60px;
}

.contact-form .info input {
	width: 210px;
}

.message {
	float: right;
	width: 450px;
}

.message textarea {
	width: 300px;
}

.message label {
	display: block;
	font-family: Helvetica;	
	font-size: 0.93em;
	float: left;
	width: 60px;
}

.message input {
	margin: 15px 0 0 70px;
}

#btn-email {
	height: 34px;
	margin-left: 65px;
	width: 96px;
}

/* ---------------------------------------------------------------------------
	=headings
--------------------------------------------------------------------------- */
h2#services {
	background: url(../img/bg-services.png) no-repeat 0 0;
	line-height: 0;
	margin: 0;
	padding-left: 760px;
	text-indent: -9999px;	
}

h2#gallery {
	background: url(../img/bg-photo-album.png) no-repeat 0 0;
	line-height: 0;
	margin: 0;
	padding-left: 760px;
	position: relative;
	text-indent: -9999px;	
}

body.gallery h2#gallery {
	background: url(../img/bg-photo-album-detail.png) no-repeat 0 0;
	line-height: 0;
	margin: 0;
	padding-left: 760px;
	position: relative;
	text-indent: -9999px;	
}

h2#contact {
	background: url(../img/bg-contact.png) no-repeat 0 0;
	line-height: 0;
	margin: 0;
	padding-left: 760px;
	text-indent: -9999px;	
}


a.home {
	background: url(../img/btn-home.png) no-repeat 0 0;
	height: 60px;
	width: 130px;
	display: block;
}

a.view {
	background: url(../img/btn-view.png) no-repeat 0 0;
	display: block;
	height: 60px;
	left: 280px;	
	width: 130px;
	position: absolute;
	top: 5px;
}
/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	color: #969595;
	background: url(../img/bg-footer.png) no-repeat 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	padding: 200px 0 10px 0;
	margin: 0 0 50px 18px;
}

#foot p {
	color: #fff;
	clear:both;
	font-family: Helvetica;
	font-style: normal;
	padding-top: 15px;
	margin-right: 25px;
	text-align: right;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#header:after,
.pad:after,
#content:after,
#foot:after,
#foot p:after,
.contact-form:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}