<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

Wedding - CSS File

CHANGE COLOR STYLE

*/

body {
	color:#645f58;
	background: url(images/bg-body.gif);
}


#bodychild {
	background:url(images/bg-body-t.gif) repeat-x top;
}

#outercontainer{background:#f4f3f0 url(images/bg-top.gif) no-repeat top;}

/*======================================= GENERAL =======================================*/
/* Link color */
a, .colortext{color:#444003;}
a.colortext{color:#444003!important;}
a.colortext:hover{color:#524a42!important;}
a:hover, a.colortext:hover, .colortext a:hover, .morelink:hover{color:#524a42;}
#logo h1 a, #logo h1 a:visited{color:#444003;}
#logo .desc{ color:#a19d97;}


/* Heading &amp; text */
h1, h2, h3, h4, h5, h6, .title{color:#524a42;}
.pagetitle{color:#645f58;}
.pagedesc, .pagedesc a{ color:#a59f98}

/*======================================= HEADER SECTION =======================================*/

#nav-wrap {
    border: 1px solid #9c9791;
	border-width:1px 0;
    position: relative;
    z-index: 10;
}
#nav-wrap:before {
    border: 1px solid #d4d1cd;
	border-width:1px 0;
    bottom: 2px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 2px;
    z-index: -1;
}
.sf-menu a, .sf-menu a:visited{color:#444003;}/* 1st level */
.sf-menu li:hover, .sf-menu li.current-menu-item, .sf-menu li.current_page_item, .sf-menu li.current_page_parent{}
.sf-menu li a:hover, .sf-menu li.current-menu-item a, .sf-menu li.current_page_item a, .sf-menu li.current_page_parent a{color:#658137;}/* 1st level */
.sf-menu li:hover, .sf-menu li.current{}
.sf-menu &gt; li a{border-left:solid 1px #c4c0bc; }
.sf-menu &gt; li:first-child a{ border:0px;}


/* dropdown */

.sf-menu li li a, .sf-menu li li a:visited, .sf-menu li li a:hover, sf-menu li.current li a{color:#fff!important; border:0px;}
.sf-menu li li:hover, .sf-menu li li.current{
/* fallback */ 
background-color: #658137; 
background: url(images/button-r.png); 
background-repeat: repeat-x; 
/* Safari 4-5, Chrome 1-9 */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658137), to(#e15858)); 
/* Safari 5.1, Chrome 10+ */ 
background: -webkit-linear-gradient(top, #e15858, #658137); 
/* Firefox 3.6+ */ 
background: -moz-linear-gradient(top, #e15858, #658137); 
/* IE 10 */ 
background: -ms-linear-gradient(top, #e15858, #658137); 
/* Opera 11.10+ */ 
background: -o-linear-gradient(top, #e15858, #658137);	
	}
.sf-menu li li {background:#534e46; border:0px;!important}
.sf-menu li li:first-child{ border-top:0!important}
.sf-menu li li:last-child{ border-bottom:0}
.sf-menu li li:hover, .sf-menu li li.current{}

.sf-menu ul ul{ background:none;}
.sf-with-ul{}

.tinynav{background:#fff; border:1px solid #bababa;}


/*======================================= SLIDER SECTION=======================================*/
#slider{ border:7px solid #d1cbbf}
.flex-caption, .flex-caption a, .flex-caption .slider-title{color:#fff}
.flex-caption { background:url(images/opacity.png)}
#slider .flex-direction-nav .flex-next { background: url(images/flex-next.png) no-repeat 0 0; }
#slider .flex-direction-nav .flex-prev { background: url(images/flex-prev.png) no-repeat 0 0; }


/*============================================== BEFORE CONTENT SECTION ==============================================*/

#pagetitle-container {
    border-bottom: 1px solid #d4d1cd;
    position: relative;
    z-index: 10;
}
#pagetitle-container:before {
    border-bottom: 1px solid #9c9791;
    bottom: 2px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

/*============================================== CONTENT SECTION ==============================================*/


/* images */
.frame{ border:7px solid #d1cbbf;}
.story img{  border:12px solid #d1cbbf;}
.commentlist .comment-author, #author-avatar{border:5px solid #d1cbbf;}
.frame10{ border:10px solid #d1cbbf;}

.shadow-l{ background:url(images/shadow-l.png) no-repeat; width:15px; height:100px; position:absolute; left:-15px; top:165px;}
.shadow-r{ background:url(images/shadow-r.png) no-repeat; width:15px; height:100px; position:absolute; right:-15px; top:165px;}

/* Form */
input[type="text"], input[type="email"], input[type="number"],
textarea, input[type="password"], select{
	border:solid 1px #e3dfd8;
	color:#666;
	background:#f4f3f0;
	box-shadow: 0 0 0 3px #eae7e2;
}
span.required {
    color: #FF0000;
}



/* Horizontal Line */
hr {
	color:#eaeaea;
	background-color:#eaeaea;
}

.separator {background:url(images/separator.png) no-repeat center bottom;}
.separator.full {background:url(images/separator-full.png) no-repeat center bottom;}


/* Button */
.button, .button:visited, input[type="submit"], .more-link, .more-link:visited{
	background:url(images/button.png) repeat-x top right; 
	color:#fff;
	border:0;
}

.button:hover, input[type="submit"]:hover, .more-link:hover{
	background: url(images/button-hover.png) no-repeat right;
	color:#fff;
	border:0;
}


.button-alt{ background-color:#444003; color:#fff;}
.button-alt:hover{color:#fff;}


/* Dropcaps */	
.dropcap1{color:#524a42}
.dropcap2{background:#e7e5db; color:#524a42; border-bottom:solid 1px #d4d1cd}		
.dropcap3{background:#e7e5db; color:#524a42; border-bottom:solid 1px #d4d1cd}

/* Highlight */
.highlight1{background:#444; color:#fff;}	
.highlight2{background:#ebebeb;  border:solid 1px #f7f7f7}
.highlight3{ border-bottom:dashed 1px #777}


/* Code */
code {border-left:4px solid #eaeaea;}

		

/* Tables */
th{border-bottom: 1px solid #e6e6e6;}
table {border: 1px solid #e6e6e6; border-bottom:0;}
tr td {border-bottom: 1px solid #e6e6e6;}

#sidebar th{border-bottom: 1px solid #f1f1f1;}
#sidebar table {border: 1px solid #f1f1f1; border-bottom:0;}
#sidebar tr td {border-bottom: 1px solid #f1f1f1;}

#footersidebar th{border-bottom: 1px solid #272727;}
#footersidebar table {border: 1px solid #272727; border-bottom:0;}
#footersidebar tr td {border-bottom: 1px solid #272727;}


/*=== Quote ===*/
.quote-wrap{ background:#fdfdf9 url(images/bg-testi2.jpg) repeat-y; border:1px solid #eae8dc
-moz-box-shadow:0px 0px 4px 1px #eae8dc;
-webkit-box-shadow:0px 0px 4px 1px #eae8dc;
box-shadow:0px 0px 4px 1px #eae8dc;

}
.box-quote{ background:#fdfdf9 url(images/bg-testi.jpg) repeat-y; }
.quote-wrap .user{ color:#658137}
.quote-wrap .date{ color:#a59f98; }

/* Blockquote */
.entry-quote blockquote, blockquote{color:#524a42; background:none}

#flickr img{border:1px solid #3e3e3e !important;}
#flickr a:hover img{background-color:#658137;}

/*============================================== BLOG SECTION ==============================================*/
.post{ background:url(images/separator.png) no-repeat top}
.single .main #singlepost article.post:first-child{background:url(images/separator.png) no-repeat bottom}
.date-wrapper{ background:#5d554c; color:#fff; border:1px solid #544d45;
-moz-box-shadow: 0 1px 8px -2px #1d1d1d;
-webkit-box-shadow: 0 1px 8px -2px #1d1d1d;
box-shadow: 0 1px 8px -2px #1d1d1d;
}

.line-date{background: url(images/line-date.png) no-repeat;}

.posttitle a, .posttitle a:visited{color:#444;}
.posttitle a:hover{color:#658137}

.tdate, .reply a, .reply a:visited{color:#969696; }
.fn, .fn a, .fn a:visited, .time a, .time a:visited{color:#658137}
.fn a:hover, .time a:hover{color:#658137}

.entry-date{background:#f9f9f9; border-bottom:solid 1px #d2d2d2}

.entry-utility{ color:#a59f98;}
.entry-utility a, .entry-utility a:visited{}
.entry-utility a:hover{color:#a59f98;}


/* Comment */
.commentlist &gt; li.comment{background:url(images/separator.png) no-repeat bottom}


/* Page Nav */
.wp-pagenavi{ color:#444003}
.wp-pagenavi a, .wp-pagenavi a:visited{color:#524a42; background:#eae7e2}
.wp-pagenavi .current, .wp-pagenavi a:hover{color:#fff; background:#658137}


/* recent post*/
.klasik-recentpost-widget .recent-title a, .klasik-recentpost-widget .recent-title a:visited{color:#524a42; }
.klasik-recentpost-widget .recent-title a:hover{color:#524a42; color:#658137;}
.klasik-recentpost-widget .smalldate{ color:#a59f98;}

#sidebar .klasik-recentpost-widget .recent-title a, #footersidebar .klasik-recentpost-widget .recent-title a{ color:#658137;}
#sidebar .klasik-recentpost-widget .recent-title a:hover, #footersidebar .klasik-recentpost-widget .recent-title a:hover{ color:#524a42;}
#sidebar .klasik-recentpost-widget .recent-thumb .frame, #footersidebar .klasik-recentpost-widget .recent-thumb .frame {
    border: 5px solid #D1CBBF;
}


.circle.klasik-recentpost-widget .recent-thumb{ border: 10px solid #D1CBBF;}
.circle.klasik-recentpost-widget .recent-title {
    border-bottom: 1px solid #d4d1cd;
    position: relative;
    z-index: 10;
}
.circle.klasik-recentpost-widget .recent-title:before {
    border-bottom: 1px solid #9c9791;
    bottom: 2px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

/*============================================== FEATURE SECTION ==============================================*/
.home .klasik-features{ background:url(images/shadow.png) no-repeat top}
.klasik-features h3.feature-title a{color:#313131;}
.klasik-features .item-container .more-link{color:#ffffff !important;}

.circle.klasik-features .img-container img{ border: 12px solid #D1CBBF;}


/*============================================== PORTFOLIO SECTION ==============================================*/
#filter{ border:0!important;}
#filter li a{color:#524a42!important; }
#filter li.current a{color: #FFFFFF!important; }
#filter li {
    border-left: 1px solid #f4f3f0!important;
    position: relative!important;
    z-index: 10!important;
	background: #eae7e2!important;
}
#filter li.current{
    background: #658137!important;
    color: #FFFFFF!important;
}


.klasik-pf-text{ color:#645f58;}
.klasik-pf-text .pftitle, .klasik-pf-text .pftitle a, .klasik-pf-text .pftitle a:hover{color:#524a42 !important;} 
.klasik-pf-text .more-link{}

/*============================================== SIDEBAR SECTION ==============================================*/

#sidebar li li{border-bottom:1px solid #d4d1cd; background:none; }

#sidebar li a, #sidebar li li a{color:#666}
#sidebar li a:hover, #sidebar li li a:hover, #sidebar li li a.current{color:#658137;}

/* Tagcloud */
.tagcloud a{border:solid 1px #f3f3f3;}
.tagcloud a:hover{border:solid 1px #303030; background:#303030; color:#fff !important;}


/* Search */
#searchform .searcharea {background: #eae7e2; border:1px solid #dbd6cc}
.searchbutton {
    background: url("images/search.png") no-repeat scroll 0px 0px transparent !important;
}


/* Ts Recent Post */
#sidebar .ts-recent-post-widget li h3 a, #sidebar .ts-recent-post-widget li h3 a:hover, #sidebar .ts-recent-post-widget li .smalldate a, #sidebar .ts-recent-post-widget li .smalldate a:hover{color:#444}
#sidebar .ts-recent-post-widget li h3 a:hover, #sidebar .ts-recent-post-widget li .smalldate a:hover{color:#777;}



/*============================================== FOOTER SIDEBAR SECTION ==============================================*/
#footersidebar li a, #footersidebar li a:visited{color:#444003}
#footersidebar li a:hover, #footersidebar li a.colortext:hover{color:#658137}




/*============================================== FOOTER SECTION ==============================================*/

#footersection .widget-title{color:#645f58;}
#footersection a, #footersection a:visited{}
#footersection a:hover{}

#footersidebar{ background:url(images/separator-full.png) no-repeat top center;}
#footersidebar .widget-title{ 
    border-bottom: 1px solid #d4d1cd;
    position: relative;
    z-index: 10;
}

#footersidebar .widget-title:before {
    border-bottom: 1px solid #9c9791;
    bottom: 2px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

#footersidebar li li{}



#outercopyright{ border-top:1px solid #dcd5cc; background:url(images/bg-body-b.gif);}</pre></body></html>