/*  
Theme Name: Fabulous Occasions
Theme URI: http://example.com
Description: The official design for Fabulous Occasions
Version: 1.0
Author: Melanie Carter, Programmed by Joseph Pender
Author URI: http://
Tags: 
*/

@import url('css/reset-min.css');
@import url('webfonts/webfonts.css');
@import url('css/typography.css');
@import url('css/cssa.css');

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

.clear{clear:both;}

html{
	background-color: #CCCCCC; 
}

body{
	background-color: #CCCCCC;
	/*background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-position: top center;*/
}

#wrapper{
	margin: auto;
	width: 932px;
	min-height: 914px;
	border: 2px solid #FFCB31;
	margin-top: 15px;
	margin-bottom: 15px;		
	background-color: #fff;
}

#inner-wrapper{
	margin: auto;
	margin-top: 6px;
	width: 917px;
	min-height: 901px;
	border: 1px solid #FFCB31;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

header.main{
	margin-top: 25px;
	margin-bottom: 25px;
}

#nav_left, #nav_right{
	position: relative;
	top: 95px;
	width: 295px;
	height: 15px;
}

#nav_left{
	float: left;
	margin-left: 30px;
}

#nav_right{
	float: right;
	margin-right: 30px;
}

#nav_left ul li, #nav_right ul li{
	display: inline;
	padding-bottom: 6px;
}

header.main nav ul li{
	position: relative;
	margin-right: 15px;
}

header.main nav ul li:last-of-type{
	margin-right: 0px;
}

header.main nav ul li ul{
	display: none;
}

header.main nav ul li:hover ul{
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	padding-top: 10px;
	width: 200px;
	padding-left: 15px;
	background-color: #fff;
}

#nav_left ul li ul li, #nav_right ul li ul li{
	display: block;
}

#slideshow{
	position: relative;
	margin: auto;
	width: 800px;
	height: 534px;
	padding: 17px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px #4d4d4d;
}

#slider, .gallery-full{
	position: relative;
}

#slideshow img{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}

.gallery-full div{
	position: absolute;	
	width: 800px;
	text-align: center;
	top: 0px;
	left: 0px;
}

#ribbon_right{
	position: absolute;
	top: 250px;
	right: 17px;
	width: 69px;
	height: 35px;
	background-image: url('images/ribbon_left.png');
	background-repeat: no-repeat;
	z-index: 1000;
}

#ribbon_left{
	position: absolute;
	top: 250px;
	left: 17px;
	width: 69px;
	height: 35px;
	background-image: url('images/ribbon_right.png');	
	background-repeat: no-repeat;
	z-index: 1000;
}

#social{
	margin-left: 35px;
}

#social li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

#social li.ribbon a{
	display: inline-block;
	width: 200px;
	height: 30px;		
	background-image: url('images/gray_ribbon.png');
	background-repeat: no-repeat;
}

#social li a:last-of-type{
	margin: 0px;
}

#social li.ribbon a img{
	position: relative;
	vertical-align: middle;
	top: -3px;
	left: 12px;
	height: 20px;
}

#page{
	min-height: 550px;
	margin-top: 15px;
	margin-bottom: 35px;
}

#page.fullpage{
	margin: auto;
	width: 90%;
}

#page.fullpage > h1{
	margin-bottom: 25px;
}

#page_image{
	margin-left: 25px;
	float: left;
	min-width: 323px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #b9b9b9;
}

#page_content{
	float: right;
	width: 393px;
	margin-top: 20px;
	margin-right: 60px;
}

#page_content h1.title{
	margin-bottom: 15px;
}

#page_content h1.title:before{
	position: relative;
	top: 5px;
	margin-right: 15px;
	content: url('images/icon.png');
}

#fullservice-header, #dayofwedding-header, #destination-header{
	margin-bottom: 15px;
}

#fullservice-section, #dayofwedding-section, #destination-section{
	margin-bottom: 15px;
}

#subpage_header{
	position: relative;
	margin: auto;
	right: 15px;
	width: 600px;
	height: 100px;
}

#subpage_header.gallery{
	right: 0px;
	left: 135px;
}

#subpage_header img{
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: -4px;
}

.content .subtitle{
	padding-right: 10px;
}

.contactinfo{
	margin-top: 30px;
}

.content p{
	margin-bottom: 15px;
}

.content ul{
	margin-top: 15px;
	margin-left: 25px;	
	margin-bottom: 20px;
}

.content ul li{
	padding-left: 10px;
	list-style: disc;
}

.content .wpcf7{
	margin-top: 20px;
	padding: 10px;
	background-color: #E6E6E6;
}

.lovenote{
	margin-bottom: 10px;
	border-bottom: 2px solid #FFCB31;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.lovenote h1{
	margin-left: 5px;
	margin-bottom: 5px;
}

.lovenote .content{
	float: right;
	width: 600px;
}

.gallery{
	display:inline-block;
	width: 187px;
	height: 300px;
	margin-right: 15px;
}

.gallery h1{
	display: block;
}

.gallery .gallery-thumbnail img, .gallery-full .gallery-thumbnail img{
	padding: 6px;
	box-shadow: 0px 3px 5px #717171;
}

#gallery_container{
	width: 800px;
	height: 600px;
	background-image: url('images/spinner.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery-full{
	display: none;
	margin: auto;
	height: 560px;
	text-align: center;
	z-index: 900;
}
.gallery-full .gallery-thumbnail{
	margin-right: 10px;
}

.prevSlide{
	display: none;
	float: left;
	position: relative;
	margin-bottom: 30px;
	z-index: 1000;
}

.nextSlide{
	display: none;
	position: relative;
	float: right;
	margin-bottom: 30px;
	margin-right: 25px;
	z-index: 1000;
}

.ngg-galleryoverview h2{
	margin-bottom: 10px;
}

.couple_image{
	width: 200px;
	height: 200px;
	margin-right: 15px;
	float: left;	
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #b9b9b9;
}


.wpcf7 .line{
	background-color: #fff;
	min-height: 32px;
	padding: 3px;
	margin-bottom: 15px;
}

.wpcf7 input[type=text]{
	border: 0px;
	outline: 0px;
	background-color: #fff;
}

input[name=your-email]{
	width: 150px;
}

input[name=your-phone]{
	width: 85px;
}

.wpcf7 textarea{
	border: 0px;
	outline: none;
	height: 50px;
}

.wpcf7 input[type=submit]{
	outline: none;
	border: 0px;
	background: transparent;
}

#blog{
	margin: auto;
	width: 845px;
}

section#sidebar{
	float: left;
	width: 190px;
	min-height: 600px;
}


#sidebar .widget{
	margin-bottom: 35px;
}

#sidebar .widget > h1{
	margin-bottom: 10px;
}

#aboutme img{
	padding: 5px;
	box-shadow: 0px 3px 5px #717171;
}

#aboutme .textwidget{
	margin-top: 15px;
}

#posts{
	float: right;
	width: 600px;
	margin-top: 60px;
	margin-left: 25px;	
}

#posts > h1{
	margin-bottom: 20px;
}

article.blogpost{
	width: 600px;
	margin-bottom: 55px;
}

article.blogpost header{
	margin-bottom: 20px;
}

article.blogpost img{
	max-width: 600px;
	height: auto;
}

#comments > h1, #reply-title{
	margin-bottom: 10px;
}

#comments .commentlist{
	margin-bottom: 25px;
}

#comments .comment{
	border: 1px solid #FFCB31;
	padding: 15px;
	margin-bottom: 15px;
}

.comment .avatar{
	float: left;
	margin-right: 10px;
}

.comment .comment-meta{
	margin-bottom: 10px;
}

.comment .reply{
	margin-top: 10px;
}

#respond form{
	margin-top: 20px;
	padding: 10px;
	background-color: #E6E6E6;
}

#respond form label{
	display:inline-block;
}

#respond form textarea, #respond form input[type=text]{
	display: block;
	border: 0px;
	outline: none;
	padding: 5px;
}

#respond form .form-allowed-tags{
	display: none;
}

#respond form input[type=submit]{
	margin-top: 10px;
	outline: none;
	border: 0px;
	background: transparent;
	
}

.pagination{
	position: relative;
	top:-15px;
}

.pagination .prev{
	float:left;
}

.pagination .next{
	float:right;
}


footer.main{
	margin-bottom: 25px;
}
