 /*
Theme Name: Save The Date Events
Theme URI: http://savethedateevents.com
Description: Theme for savethedateevents.com
Author: 327 Creative LLC
Author URI: http://327creative.com
*/





html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

body {
	background: #000 url(./images/background-dark.png) repeat fixed 50% 0;
	border-top: 50px solid #EE2375;
	padding: 20px 0 70px;
	color: #FFF;
}

img {
	border: 0;
} 

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin:0 0 1em;
	padding:0;
	line-height:1.5em;
}
h3 {
	font-size: 1.45em;
}


li {
	display:block; list-style:none;
	padding-left:10px;
	background:url(images/bullet.gif) no-repeat 0 7px;
}

:link, :visited {
	color:#ee2375;
	text-decoration:underline;
}

:link:hover, :visited:hover {
	text-decoration:none;
}

#body {
	width: 960px;
	margin: 0 auto;
}

/*=== Header ===*/

#logo {
	position: absolute;
	top: 0;
	z-index: 10;
	margin-left: 28px;
}

#banner {
	height: 281px;
	position: relative;
	z-index: 5;
}
#banner img {
	position: absolute; 
	width: 960px;
	height: 281px;
}

#menu {
	position: absolute;
	top: 10px;
	z-index: 10;
	margin: 0 0 0 284px;
	padding: 0;
}

#menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 30px;
	background: url(./images/menu-sprite.png) no-repeat 11px -280px;
}
#menu li.services {
	background: none;
	padding-left: 0;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 35px;
	background: url(./images/menu-sprite.png) no-repeat;
	overflow: hidden;
	line-height: 1000px;
}

#menu .services a {
	width: 57px;
	background-position: 0 0;
}
#menu .reasons a {
	width: 73px;
	background-position: 0 -35px;
}
#menu .about a {
	width: 47px;
	background-position: 0 -70px;
}
#menu .gallery a {
	width: 51px;
	background-position: 0 -105px;
}
#menu .contact a {
	width: 53px;
	background-position: 0 -140px;
}
#menu .applause a {
	width: 69px;
	background-position: 0 -175px;
}
#menu .press a {
	width: 38px;
	background-position: 0 -210px;
}
#menu .blog a {
	width: 31px;
	background-position: 0 -245px;
}

/* Submenu popup */
#menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0; 
	padding: 0;
	background: #ee2375;
	border: 1px solid #000;
	border-bottom: 0;
}

#menu ul li {
	width: 190px;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #000;
	clear: left;
}

#menu ul li a {
	background: none;
	display: block;
	position: relative;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	line-height: normal;
	float: none;
	width: auto !important;
	height: auto;
}
#menu ul li a:hover {
	background: #FE3385;
}


/*=== Content ===*/

#content {
	background: #FFF url(./images/content-gradient.png) repeat-x;
	color: #333;
	padding: 18px 366px 35px 45px;
	overflow: hidden;
	position: relative;
}

#contentgallery {
	background: #FFF url(./images/content-gradient.png) repeat-x;
	color: #333;
	padding: 18px 45px 35px 45px;
	overflow: hidden;
	position: relative;
}

.sidebar {
	float: right;
	width: 276px;
	margin-right: -276px; /*IE won't move it any further than this so we supplement with 'left' below*/
	display: inline;
	position: relative;
	left: 45px;
}



/*=== Blog ===*/

#content.blog-index {
	padding-right: 45px;
}

#subscriptions {
	margin: 0 0 36px;
	padding: 0;
	border: solid #FF3366;
	border-width: 1px 0;
	height: 33px;
}
#subscriptions li {
	display: inline;
	list-style: none;
	background: none;
	float: left;
	margin: 0;
	padding: 0 6px 0 38px;
}

.blog-index .post {
	padding-bottom: 45px;
	margin-bottom: 35px;
	background: url(./images/post-divider.gif) no-repeat 50% 100%;
}

.blog-index #searchform {
	float: right;
	font-size: 10px;
	margin-top: -25px;
}
.blog-index #searchform input {
	font-size: 10px;
}
.blog-index #searchform div {
	display: inline;
}

.blogsidebar {
	padding: 15px 0 15px 26px;
	background-color: #000;
	color:#FFF;
	overflow: hidden;
}

.blogsidebar .section {
	float: left;
	width: 250px;
}
.blogsidebar .links {
	width: 420px;
}

.blogsidebar h3 {
	margin: 0 0 5px;
}

.blogsidebar li {
	background:none;
	padding: 0;
}

.blogsidebar li a {
	text-decoration:none;
}

.blogsidebar select {
	width: 210px;
}


/*=== Footer ===*/

#footer {
	background: #262626 url(./images/background-light.png) repeat fixed 50% 0;
	color: #54575A;
	font-size: 0.7em;
	text-align: center;
	padding: 15px 40px;
}

#affiliates {
	padding: 0;
}
#affiliates li {
	display: inline;
	margin: 0;
	padding: 0 40px;
        background: none;
}


/*===== Home Page =====*/

.home-sidebar {
	text-align: center;
}
.home-sidebar p {
	margin: 0;
	padding: 15px 0;
}
.home-sidebar .gallery {
	border-bottom: 1px solid #F8A8C8;
        padding: 45px 0 15px 0;
}

.home-sidebar .twitter {
	border-bottom: 1px solid #F8A8C8;
}
.home-sidebar .twitter,
.home-sidebar .blog {
	border-top: 1px solid #F47DAD;
}
.home-sidebar .photo {
	margin-bottom: 8px;
}

.home-content p {
	line-height: 1.8em;
        padding: 5px 0;
}

.home-content {
        padding: 25px 0;
}

/*===== Gallery Page =====*/

.gallery {
	margin-right: -321px;
}
.gallery .attribution {
	font-style: italic;
	font-size: 0.8em;
	margin: 3em 0 0;
}
.gallery .thumbs {
	overflow: hidden;
	padding: 30px 86px;
        width: 698px;
}
.gallery .thumbs li {
	float: left;
	margin: 12px;
	width: 150px;
	height: 150px;
	padding: 0;
	background: #CCC;
        display: inline;
}
.gallery .pagination {
	height: 3em;
	clear: both;
	margin: 0 0 3em;
	padding: 0;
}
.gallery .pagination li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	width: 49%;
}
.gallery .pagination li span {
	font-size: 1.8em;
	line-height: 1.6em;
	float: left;
	margin: 0 .5em 0 0;
}
.gallery .pagination li a {
	font-size: 1.2em;
	color: #707070;
	font-weight: bold;
}
.gallery .pagination li.next,
.gallery .pagination li.next span {
	float: right;
	text-align: right;
	margin: 0 0 0 .5em;
}


/*===== About Us Page =====*/
.biography {
	border-bottom: 1px solid #EE2375;
	padding: 0 321px 2em 0;
	margin: 0 -321px 2em 0;
}

/*===== Press Page =====*/

.press .thumbs {
	overflow: hidden;
	padding: 20px 80px;
        width: 710px;
}
.press .thumbs li {
	width: 196px;
	height: 253px;
	padding: 0;
        float:left;
        margin:20px;
        display: inline;
}
.press {
	margin-right: -321px;
}


