﻿/*
Theme Name: KoolWeddings
Description: KoolWeddings based on the Wordpress Theme by<a href="http://blog.gooddesignweb.com/">Good Design Web</a>
Version: 1.2
Author: http://www.elegantwebdesigns.net
Author URI: http://www.elegantwebdesigns.net
*/
/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul li, ol li {
	list-style: none;
	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
}
/* Body
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 12px/18px Arial, Century Gothic, serif;
	color: #898989;
	background: #8A8889 url(images/bg1.jpg) repeat fixed;
}
*:first-child + html body {
	background: #DED5BA url(images/bg.jpg) no-repeat center -8px;
}
* html body {
	background: #DED5BA url(images/bg.jpg) no-repeat center -8px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica, Serif;
	font-variant: small-caps;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #414d4c;
	text-align: center;
}
h1.page {
	margin-bottom: 40px;
}
h2 {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #897C58;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #414d4c;
	text-align: center;
}
h3 a:link, h3 a:visited, h3:active {
	color: #414d4c;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #414d4c;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
h1 span {
	color: #999;
}
h4 {
	color: #fff;
}
a:link, a:active, a:visited {
	color: #EC008C;
	text-decoration: none;
}
a:hover {
	color: #FFB3FF;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
input, textarea {
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
input {
	height: auto;
}
blockquote {
	font: italic 14px/22px arial, Serif;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
	background: #F7F8F9;
}
.date {
	text-align: center;
	color: #898989;
	font-family: Arial;
	text-transform:capitalize;
	margin-bottom: 30px;
	font-size:11px;
}
.date a:link, .date a:visited, .date a:active {
	color: #EC008C;
}
.date a:hover {
	color: #FFB3FF;
}
/* Header
-------------------------------------------------------------------*/
#header {
	width: 980px;
	height: 340px;
	margin: 0 auto;
	background: url(images/header_bg.png) no-repeat center;
	position: relative;
}
#header h1 {
	width: 230px;
	position: absolute;
	top: 80px;
	left: 160px;
	font: 20px Verdana;
	padding-top: 10px;
	margin-bottom: 0;
	color: #fff;
}
#header h1 a {
	color: #333;
	text-decoration: none;
}
#header span {
	position: absolute;
	top: 195px;
	left: 150px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}
/* Container
-------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
}
/* Navigation
-------------------------------------------------------------------*/
/* nav */
#nav {
	width: 500px;
	height: 37px;
	margin-left: 5px;
	position: relative;
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica, Serif;
	font-weight: normal;
	font-size: 12px;
	top: 5px;
	font-variant: small-caps;
}
#nav ul {
	margin-left: 8px;
	position: absolute;
	bottom: -1px;
	height: 45px;
}
#nav ul li {
	float: left;
	margin-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#nav ul li.current_page_item {
	width: auto;
	height: 45px;
}
#nav ul li a {
	width: auto;
	height: 45px;
	margin-left: 15px; /*background: url(images/nav_bg.jpg) no-repeat; */;
	display: block;
	text-decoration: none;
	color: #898989;
	line-height: 37px;
	text-align: left;
}
#nav ul li a:hover {
	color: #555;
}
#nav ul li.current_page_item a {
	/*background: url(images/nav_bg.jpg) no-repeat;*/ color: #EC008C;
}
#nav ul li.current_page_item a:hover {
	color: #555;
}
/*nav2*/
#nav2 {
	float: right;
	padding: 5px 5px 10px 5px;
	background-image: url('http://www.koolweddings.com/img/searchbg.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 274px;
	height: 30px;
	margin: 0px;
}
/*nav3*/
#nav3 {
	width: 400px;
	height: 37px;
	margin-left: 5px;
	position: relative;
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica, Serif;
	font-weight: normal;
	font-size: 12px;
	top: 158px;
	font-variant: small-caps;
	float: left;
}
#social {
	float: right;
	text-align: right;
	padding: 0px 5px 10px 5px;
	width: 200px;
	height: 30px;
	margin: 0px;
}
/* Search */
#search {
	text-align: right;
	padding-top: 8px;
	padding-right: 40px;
}
input.search {
	border: 0px;
	color: #666;
	width: 180px;
}
#submit {
	color: #FE01AE;
	font-weight: bold;
	background-color: #fff;
	margin-top: 4px;
	border: 0px;
}
/* Content
-------------------------------------------------------------------*/
#content {
	width: 650px;
	float: left;
	padding-left: 30px;
}
#content .post {
	margin-bottom: 15px;
	margin-top: 30px;
	display: block;
}
#content .post p {
	margin-bottom: 15px;
	text-align: justify;
}
#content .post h3 a {
	text-decoration: none;
	font-size: 18px;
	padding-left: 0px;
}
#content .post h5 a {
	text-decoration: none;
	font-size: 14px;
	padding-left: 0px;
}
#content .post-list li {
	list-style: none;
}
.real {
	border: 1px solid #CCD7CC;
	padding: 10px;
}
#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #897C58;
	padding: 5px 5px 20px 5px;
	margin-bottom: 40px;
	text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat;
	font-variant: small-caps;
}
#content .post .post-info a {
	color: #897C58;
	text-decoration: none;
}
#content .post .post-info a:hover {
	color: #FFB3FF;
	text-decoration: none;
}
#content .post .related-posts {
	clear: both;
	font-size: 11px;
	color: #FFB3FF;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	text-align: left;
	background: url(images/meta_bg.gif) top center no-repeat;
	font-variant: small-caps;
}
#content .post .related-posts a {
	color: #FFB3FF;
	text-decoration: none;
}
#content .post .related-posts a:hover {
	color: #EC008C;
	text-decoration: none;
}
.relatedpostst {
	display: inline-block;
	position:relative;
	width:150px;
	padding-right:5px;
	vertical-align:top;
	
}
#relatedposts2 {
	width:150px;
}

#content #pages {
	text-align: center;
}
#content #pages a {
	font: bold 20px "Trebuchet MS";
	color: #414d4c;
	text-decoration: none;
}
#content #pages a:hover {
	color: #FFB3FF;
}
#content ul, ol, dl {
	margin-bottom: 20px;
}
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
	text-align: justify;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.line {
	border-bottom: 2px dotted #ccd7cc;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}
.profilewrap {
	width: 650px;
	height: 80px;
	margin-bottom: 20px;
}
.profileleft {
	float: left;
	vertical-align: top;
	width: 160px;
	margin-top: 20px;
	padding-bottom: 30px;
}
.profileright {
	float: right;
	vertical-align: top;
	width: 480px;
	margin-top: 20px;
	padding-bottom: 30px;
}
#post-excerpt {
	margin-bottom: 50px;
}
#post-excerpt h3, #post-excerpt .date {
	text-align: left;
}
#post-excerpt .date {
	background: url(images/meta_bg.gif) bottom center no-repeat;
}
#post-excerpt .thumb {
	float: left;
	text-align: left;
	margin-right: 10px;
}
#post-excerpt .desc-excerpt {
	float: right;
	text-align: left;
	width: 470px;
}
.division {
	width: 500px;
	height: 1px;
}
/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 270px;
	float: right;
	font-size: 11px;
	margin: 0 10px 10px 0;
	color: #555;
	background: url(images/sidebarh-bg.gif) left repeat-y;
}
#sidebar h3 {
	font: normal 16px arial, Arial, Sans-Serif;
	font-variant: small-caps;
	color: #EC008C; /*background: url(images/sidetitle_bg.gif) no-repeat;
        padding-left: 23px;*/;
	padding-left: 0px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
#sidebar a {
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar a:hover {
	color: #EC008C;
}
#sidebar .block {
	width: 270px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px; /*border-bottom: 1px solid #bfccbf; */;
	overflow: hidden;
	color: #555;
	text-align: center;
}
#sidebar .block li {
	padding-left: 6px;
}
#sidebar .block a:hover {
	color: #EC008C;
}
/* Calendar */
#sidebar .block #calendar_wrap a {
}
#sidebar .block #calendar_wrap .pad {
	background: none;
}
#sidebar .block #calendar_wrap #prev {
	background: none;
}
#sidebar .block #calendar_wrap #next {
	background: none;
}
#sidebar .block #calendar_wrap table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar .block #calendar_wrap table th {
	width: 14.2%;
}
#sidebar .block #calendar_wrap table td {
	width: 14.2%;
	background: #d6ded4;
	text-align: center;
	color: #888;
}
/* Search
-------------------------------------------------------------------*/
/* Comments
-------------------------------------------------------------------*/
.comments-title {
	text-align: center;
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva;
	color: #414d4c;
}
#comments .comment {
	background: #E7E8EB;
	margin-bottom: 10px;
	overflow: hidden;
	width: 600px;
	padding-bottom: 5px;
}
#comments .comment .comment-avatar {
	float: left;
	width: 50px;
	padding: 5px 7px;
}
#comments .comment .comment-content {
	float: left;
	padding: 10px 15px;
	margin: 5px 5px 0 0;
	width: 500px;
	background: #F7F8F9;
}
#comments .comment .comment-content a {
	color: #444;
}
#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #444;
	text-decoration: none;
}
/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background: #F7F8F9;
	border: 5px solid #E7E8EB;
	padding: 10px;
	color: #555;
}
#commentform p {
	margin-bottom: 7px;
}
#commentform textarea {
	width: 565px;
	border: 1px solid #aaa;
	height: 120px;
}
#commentform input.text {
	width: 150px;
	border: 1px solid #aaa;
	margin-right: 5px;
	padding: 3px 3px;
}
#commentform input#submit {
	width: 148px;
	height: 30px;
	background: url(images/submit_bg.gif) no-repeat;
	text-align: center;
	border: none;
}
/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 980px;
	height: 197px;
	margin: 0 auto;
	background: url(images/footer_bg.png) no-repeat;
	position: relative;
}
.rss {
	float: right;
	width: 172px;
	height: 73px;
}
#footer-inner {
	clear: both;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer p {
	font-size: 11px;
	margin: 0;
}
#footer a {
	color: #EC008C;
	text-decoration: none;
}
#footer a:hover {
	color: #FFB3FF;
	text-decoration: none;
}
#footer h3 {
	font: normal 18px Arial, Verdana, Sans-Serif;
	color: #898989;
	background: url(images/sidetitle_bg.gif) no-repeat;
	padding-left: 23px;
}
.small {
	color: #FF0000;
	font-size: 10px;
}
.breadcrumb-trail, .breadcrumb-trail a:link, .breadcrumb-trail a:active, .breadcrumb-trail a:visited, .trail-begin, trail-end {
	font-family: Arial, Century Gothic, serif, Geneva, Sans-Serif;
	color: #B4B1B3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
}
.breadcrumb-trail a:hover {
	font-family: Arial, Century Gothic, serif, Geneva, Sans-Serif;
	color: #EC008C;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb-trail {
	margin-bottom: 10px;
}
/* footer menu decoration */
#footermenu {
	width: 950px;
	height: auto;
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-align: center;
}
#footermenu a {
	color: #EC008C;
	font-size: 11px;
	text-decoration: none;
}
#footermenu a:hover {
	color: #FFB3FF;
	font-size: 11px;
	text-decoration: none;
}
/*#footermenu .block li { 
	padding-left: 12px;
}*/
#footermenu .block a:hover {
	color: #FFB3FF;
}
li.pagenav {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
#headerfooter {
	width: 280px;
	height: 48px;
	background: url(images/headerfooter.png) no-repeat top center;
}
#wrapperfooter {
	width: 280px;
	overflow: hidden;
	background: url(images/containerfooter.png) repeat-y center;
}
#footerfooter {
	width: 280px;
	height: 41px;
	background: url(images/footerfooter.png) no-repeat center;
	margin-bottom: 30px;
}
.blockleft {
	width: 280px;
	color: #555;
	float: left;
	vertical-align: top;
}
.blockright {
	width: 280px;
	overflow: hidden;
	color: #555;
	float: right;
	vertical-align: top;
}
.blockcenter {
	width: 280px;
	overflow: hidden;
	color: #555;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 8px;
}
.navi {
	text-align: left;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 25px;
}
.navi h2 {
	padding-left: 5px;
	color: #897C58;
	font-weight: 200;
}
.profile {
	background-color: #8B898A;
    	color: #ffffff;
}

.navigation{
	float: left;
	padding: 10px 5px 10px 5px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px dashed #ccc;
}
.navi-header {
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.navi-right{
	float:right;
	width: 250px;
	padding-right: 0px;
	text-align:right;
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.navi-left{
	float:left;
	width: 250px;
	padding-left: 0px;
	text-align:left;
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
