/*

Theme Name: Wedding Bliss
Description: 3 Column Blog Layout.
Author: Candi S

*/


body {
	background: url(images/bg.gif) repeat;
	line-height: 1.3em;
	font: 75% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	color: #777777;
}

#container {
	width: 950px;
	margin-left: 32%;
	margin-right: 32%;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #777;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

/* this is the container around the sidebars and content. It generates the elusion of borders which are the same sizes as each other and same as the content */
#container2 {
	background: url(images/container_bg.gif) repeat-y;
	min-height: 975px;
}

#header {
	width: 100%;
	background: #fff;
	min-height: 131px;
	
}

#topnav {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #4D989D;
	text-align: left;
	margin-left: 0;
	height: 29px;
}

#topnav ul {
	background: #fff;
	list-style: none;
	height: 20px;
	margin-left: 100px; /* this pushes the topnav menu towards the right and away from the left margin */
	padding: 0;
}

#topnav li{
	float: left;
	padding:0;
}

#topnav li a{
	background:#CEE6E8;
	color:#777;
	display:block;
	font-weight:normal;
	line-height:20px;
	margin:0;
	padding: 4px 12px 4px 12px;
	text-align:center;
	text-decoration:none;
	border: solid 1px #4D989D;
	
}

#topnav li a:link { 
	color: #777;
	background-color: #CEE6E8; 
}

#topnav li a:visited { 
	color: #777;
	background: #CEE6E8; 
}

#topnav li a:hover {
	color: #fff;
	background: #4D989D;
	
}

#topnav li a#current {
	color: #fff;
	background: #4D989D;
	
}

#topnav li ul {
	background: #CEE6E8;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0;
	border: 0px;
	position: absolute;
	width: 160px;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}

#topnav li:hover ul{
	display:block;
		
}
		
#topnav li li {
	background: #CEE6E8;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}
		
#topnav li:hover li a{
	background: none;		
}
#topnav li ul a{
	display:block;
	height: 25px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
	border: solid 1px #4D989D;
}
#topnav li ul a:hover, #topnav li ul li:hover a{
	background: #4D989D;
	border: 0px;
	color: #ffffff;
	text-decoration:none;
	border: solid 1px #4D989D;
}
#topnav p{
		clear: left;
}

#content {
padding: 20px 5px 15px 5px;
margin-left: 219px;
margin-right: 219px;
margin-bottom: 0;
color: #999;
background: transparent;
height: 100%;
}


#leftcolumn {
	float: left;
	width: 204px;
	margin: 0 10px 0 0;
	padding: 5px 4px;
	background-color: transparent;
	color: #999;
	
}

#leftcolumn ul li h2{
	color: #999;
	font: normal 130% "Trebuchet MS", verdana, tahoma, sans-serif;
	margin: 0 10px 0 5px;
}


#leftcolumn ul{
	list-style-type: none;
	padding-left: 10px;
}


#leftcolumn ul li{
	padding-top: 5px;
}

#leftcolumn ul li ul{
	padding-left: 15px;
}

#leftcolumn ul li ul li{
	padding-top: 2px;
	list-style-image: url(images/arrow.gif);
}

#leftcolumn a {
	color: #4D989D;
	background-color: transparent;
	text-decoration: none;
	padding: 3px;
}

#leftcolumn a:hover {
	color: #fff;
	background-color:  #CEE6E8;
}

#rightcolumn {
	float: right;
	width: 204px;
	margin: 0;
	padding: 5px;
	background-color: transparent;
	color: #999;
}

#rightcolumn img{
	text-align:center;
}


h1 {
	margin: 0;
	font: normal 130% georgia,"Trebuchet MS", verdana, tahoma, sans-serif;
	padding: 2px;
	text-transform: uppercase;
	color: #cd989f;
	background: transparent;
}

h2 {
	margin: 0;
	font: normal 130% georgia,"Trebuchet MS", verdana, tahoma, sans-serif;
	padding: 5px;
	border-bottom: 1px solid #DBDBDB;
	text-transform: uppercase;
	color: #cd989f;
	background: inherit;
}

h3 {
	margin: 0;
	font: normal 120% georgia,"Trebuchet MS", verdana, tahoma, sans-serif;
	padding: 5px;
	text-transform: uppercase;
	color: #cd989f;
	background: inherit;
}

h4 {
	margin: 0;
	font: normal 120% georgia,"Trebuchet MS", verdana, tahoma, sans-serif;
	padding: 5px;
	text-transform: capitalize;
	color: #4891B6;
	background: inherit;
	font-style: italic;

}

a {
	text-decoration: none;
	color: #cd989f;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #444;
	background-color:#fff;
}

a images {
	border: 0px none;
}


#contactform {
	color: #777;
	background-color: #CEE6E8;
	border: 1px solid #4D989D;
	padding: 5px 5px;
}

#contactform input{
	width: 200px;
}

#contactform textarea{
	width: 200px;
}

.wpcf7-submit{
   background-color: #4D989D;
   border: 1px solid #777;
   color: #FFF;
   font-size: 12px;
   text-decoration: bold;
   padding: 5px;
width: 55px !important;
}

/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
	padding:2px 3px 3px 8px;
	border:1px solid #4D989D;
	background-color:#CEE6E8;
	font-size:0.9em;
	color:#505050;
}


#footer {
	clear: both;
	padding: 3px;
	margin: 0 0 0 0;
	text-align: center;
	border-top: 1px solid #4D989D;	
	color: #777;
	background-color: #fff;
	height: 20px;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #CEE6E8;
border: 1px solid #4D989D;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #4D989D;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #CEE6E8;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #CEE6E8;
border: 1px solid #4D989D;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #4D989D;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #CEE6E8;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.gallery br
{
	display:none;
}

/* Related Posts */
ol.related-posts {text-align:center; margin:10px 0px 0px 0px; padding:0;}
ol.related-posts li{width:150px; float:left; display:inline; margin-right:15px;; padding:0;}
	ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
	ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
	ol.related-posts li{font-size:12px;}