@charset "UTF-8";
/* main screen styles for solteroproductions.com */

/* color scheme
.grey {
  color: #555;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.burgundy {
	#800;
}
.orange {
	#b41;
}
 */

/* Reset All Margins and Padding */
* {
	margin: 0;
	padding: 0;
}

/* Layout */
body {
	background: #000 url(../images/city-lights.jpg) 0 0 repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	padding-top: 14px;
}
#lightning {
	position: absolute;
	width: 230px;
	height: 130px;
	top: 115px;
	right: 20px;
	background: transparent;
	z-index: 1;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	position: relative;
}
#masthead {
	background: transparent;
	height: 88px;
	width: 140px;
	float: left;
}
#nav {
	background: transparent;
	width: 600px;
	float: left;
	font: 12px/1em Arial, Helvetica, sans-serif;
}
#nav .content {
	margin-top: 16px;
}
#main {
	background: transparent;
	width: 760px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 20;
}
#footer {
	background: transparent;
	width: 760px;
	height: 80px;
}
.content {
	padding: 10px;
}
#main .content {
	padding: 0 0 20px;
}
#footer .content {
	padding: 4px 20px;
	font-size: 0.9em;
	color: #ddd;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 50%;
	float: left;
}
#right {
	width: 50%;
	float: left;
}

/* home page thumbnails */
#main .thumbcol {
	width: 175px;
	height: 250px;
	float: left;
	text-align: center;
	border-width: 0;
	display: inline;
	margin: 0 37px 0;
}
#main .thumbcol a.caption {
	color: #fff;
	width: 175px;
	height: 75px;
	line-height: 1.2em;
	display: block;
	background: transparent;
	padding-top: 20px;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
#main .thumbcol a.caption:hover {
	background-color: #000;
	color: #b41;
}
#main .thumbcol a#weddings {
	background: transparent url(../images/home-weddings-r.jpg) 0 0 no-repeat;
}
#main .thumbcol a#corporate {
	background: transparent url(../images/home-corporate-r.jpg) 0 0 no-repeat;
}
#main .thumbcol a#events {
	background: transparent url(../images/home-events-r.jpg) 0 0 no-repeat;
}
a img {
	border: none;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(../images/soltero-logo.gif) 0 0 no-repeat;
	width: 133px;
	height: 87px;
	display: block;
}
#masthead .content {
	padding: 0;
}

/* General Formatting */
h2 {
	width: 760px;
	height: 60px;
	text-indent: -9000px;
	margin: 30px 0 60px 0;
}
h2#home {
	background: transparent url(../images/headers/home-head.gif) 15px 0 no-repeat;
	margin: 20px 0;
}
h2#weddings {
	background: transparent url(../images/headers/weddings-head.gif) 50% 0 no-repeat;
}
h2#venues {
	background: transparent url(../images/headers/venues-head.gif) 50% 0 no-repeat;
}
h2#corporate {
	background: transparent url(../images/headers/corporate-head.gif) 50% 0 no-repeat;
}
h2#events {
	background: transparent url(../images/headers/events-head.gif) 50% 0 no-repeat;
}
h2#raves {
	background: transparent url(../images/headers/raves-head.gif) 50% 0 no-repeat;
}
h2#wedding-extras {
	background: transparent url(../images/headers/wedding-extras-head.gif) 50% 0 no-repeat;
}
h2#pricing {
	background: transparent url(../images/headers/pricing-head.gif) 50% 0 no-repeat;
}
h2#contact-us {
	background: transparent url(../images/headers/contact-head.gif) 50% 0 no-repeat;
}
h2#more-videos {
	background: transparent url(../images/headers/more-videos-head.gif) 50% 0 no-repeat;
}
h2#destination {
	background: transparent url(../images/headers/destination-head.gif) 50% 0 no-repeat;
}
h2#more-venues {
	background: transparent url(../images/headers/more-venues-head.gif) 50% 0 no-repeat;
}
h2#contact-wedding {
	background: transparent url(../images/headers/contact-wedding-head.gif) 50% 0 no-repeat;
}

#card {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 163px;
	height: 250px;
	z-index: 50;
}
.spacer {
	width: 100px;
	height: 140px;
	display: block;
	float: left;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #fff;
	font-weight: bold;
	margin: 1em 0 0 0;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	color: #fff;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #fff;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	color: #fff;
	margin: 1em 0 0 0;
	font-weight: normal;
}
.cleared {
	clear: both;
}
#main p {
	line-height: 1.9em;
	margin: 0.8em 20px;
	padding: 0;
	text-align: justify;
	color: #ccc;
}
#main p, #main h3, #main h4, #main h5, #main h6 {
	margin: 0.8em 20px;
}
#main .solid-back-top {
	background: transparent;
	width: 640px;
	height: 15px;
	margin: 0 auto 0;
}
#main .solid-back {
	background: #000;
	width: 640px;
	margin: 0 auto;
	padding-top: 1px;
}
#main .quoted {
	text-align: right;
	font-style: italic;
	margin-bottom: 16px;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
}
.nomargintop {
	margin-top: 0;
}
strong {
	font-weight: bold;
	color: #fff;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
	text-align: left;
}
#main ul li {
	margin: 0.6em 0 0 2em;
	list-style: url(../images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
#main .centered {
	text-align: center;
}
.imageb {
	border: 2px solid #fff;
	margin: 6px;
}
.caption {
	background: #ddd;
	border: 1px solid #ccc;
	text-align: center;
}
.caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer a, #browser-up a {
	border: none;
	text-decoration: none;
	color: #ff9;
	font-weight: bold;
}
#footer a:hover, #browser-up a:hover {
	color: #b41;
	text-decoration: underline;
}
#footer p, #browser-up p {
	text-align: center;
	margin: 0.8em 0;
}
.byline {
	color: #666;
	text-align: right;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #dee;
	padding: 2px;
}
input select {
	background: none;
}

/* Main Links */
#main a {
	text-decoration: none;
	color: #f51;
	font-weight: bold;
}
#main a:visited {
	color:#f71;
}
#main a:hover {
	color: #fe3;
	text-decoration: underline;
}

/* Site Credit */
#credit p {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 0.9em;
}
#credit a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#credit a:hover {
	color: #888;
}
#not-here {
	display: none;
}

/* footer stuff */
.copyright {
	color: #666;
	clear: both;
}
.address {
	float: left;
}
.phone {
	float: right;
}
.address, .phone {
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 0;
}
#main .video {
	margin-bottom: 0;
}
#main .video-caption {
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	padding: 0 6px 25px;
	margin-top: 0;
}
#main .quote {
	margin: 20px 60px 0;
	line-height: 1.5em;
}

/* contact form */
#contact {
	width: 560px;
	margin: 10px auto;
}
#contact label {
	display: block;
	text-align: right;
	float: left;
	width: 200px;
	height: 24px;
	clear: both;
	color: #fff;
	margin: 4px;
}
#contact input, #contact textarea {
	background: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ddd;
	font-size: 1.1em;
	padding: 2px 4px;
	border: 2px solid #666;
	border-color: #666 #999 #999 #666;
	border-width: 2px 1px 1px 2px;
	float: left;
	margin: 4px;
}
#contact select {
	padding: 2px 4px;
	float: left;
	margin: 4px;
}
#contact input#submit, #contact input#reset {
	font: 0.8em "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	background: #999;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	display: block;
	width: 50px;
	margin: 8px auto;
	float: none;
}
#contact input#verifytext {
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
}

#browser-up {
	width: 760px;
	height: 60px;
	margin-top: 10px;
	font-size: 0.9em;
	color: #ddd;
}
#weddingwire {
	width: 160px;
	height: 124px;
	text-align: center;
	float: left;
}
#weddingwire a, #weddingwire a img {
	border: none;
}
#weddingwire a:hover, #weddingwire a:hover img {
	background: none;
	border: none;
}
.home-badge {
	width: 200px;
	float: left;
	text-align: center;
}
#socialnets {
	height: auto;
	margin: 0 0 8px 8px;
	float: right;
}
#socialnets a {
	margin: 2px 0 0 16px;
	text-indent: -9000px;
	font-size: 1px;
	width: 64px;
	height: 64px;
	background: transparent url(../images/facebook.gif) 0 0 no-repeat;
	display: block;
	border: none;
}
#socialnets a#facebook:hover {
	background-position: 0 -64px;
	background-color: transparent;
}
.view-more {
	font-size: 2em;
	margin: 1em;
}
#to-top a {
	margin: 15px auto;
	display: block;
	font-weight: normal;
}
