/* screen.css */

/* 1   */ /* -----------------------------------------------------------------------
/* 2   *| 
/* 3   *| 
/* 4   *|  Blueprint CSS Framework 0.8
/* 5   *|  http://blueprintcss.org
/* 6   *| 
/* 7   *|    * Copyright (c) 2007-Present. See LICENSE for more info.
/* 8   *|    * See README for instructions on how to use Blueprint.
/* 9   *|    * For credits and origins, see AUTHORS.
/* 10  *|    * This is a compressed file. See the sources in the 'src' directory.
/* 11  *| 
/* 12  *| ----------------------------------------------------------------------- */
/* 13  */ 
/* 14  */ /* reset.css */
/* 15  */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* 16  */ body {line-height:1.5;}
/* 17  */ table {border-collapse:separate;border-spacing:0;}
/* 18  */ caption, th, td {text-align:left;font-weight:normal;}
/* 19  */ table, td, th {vertical-align:middle;}
/* 20  */ blockquote:before, blockquote:after, q:before, q:after {content:"";}
/* 21  */ blockquote, q {quotes:"" "";}
/* 22  */ a img {border:none;}
/* 23  */ 
/* 24  */ /* typography.css */
/* 25  */ body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
/* 26  */ h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
/* 27  */ h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
/* 28  */ h2 {font-size:2em;margin-bottom:0.75em;}
/* 29  */ h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
/* 30  */ h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
/* 31  */ h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
/* 32  */ h6 {font-size:1em;font-weight:bold;}
/* 33  */ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
/* 34  */ p {margin:0 0 1.5em;}
/* 35  */ p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
/* 36  */ p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
/* 37  */ a:focus, a:hover {color:#000;}
/* 38  */ a {color:#009;text-decoration:underline;}
/* 39  */ blockquote {margin:1.5em;color:#666;font-style:italic;}
/* 40  */ strong {font-weight:bold;}
/* 41  */ em, dfn {font-style:italic;}
/* 42  */ dfn {font-weight:bold;}
/* 43  */ sup, sub {line-height:0;}
/* 44  */ abbr, acronym {border-bottom:1px dotted #666;}
/* 45  */ address {margin:0 0 1.5em;font-style:italic;}
/* 46  */ del {color:#666;}
/* 47  */ pre {margin:1.5em 0;white-space:pre;}
/* 48  */ pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
/* 49  */ li ul, li ol {margin:0 1.5em;}
/* 50  */ ul, ol {margin:0 1.5em 1.5em 1.5em;}

/* screen.css */

/* 51  */ ul {list-style-type:disc;}
/* 52  */ ol {list-style-type:decimal;}
/* 53  */ dl {margin:0 0 1.5em 0;}
/* 54  */ dl dt {font-weight:bold;}
/* 55  */ dd {margin-left:1.5em;}
/* 56  */ table {margin-bottom:1.4em;width:100%;}
/* 57  */ th {font-weight:bold;}
/* 58  */ thead th {background:#c3d9ff;}
/* 59  */ th, td, caption {padding:4px 10px 4px 5px;}
/* 60  */ tr.even td {background:#e5ecf9;}
/* 61  */ tfoot {font-style:italic;}
/* 62  */ caption {background:#eee;}
/* 63  */ .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
/* 64  */ .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
/* 65  */ .hide {display:none;}
/* 66  */ .quiet {color:#666;}
/* 67  */ .loud {color:#000;}
/* 68  */ .highlight {background:#ff0;}
/* 69  */ .added {background:#060;color:#fff;}
/* 70  */ .removed {background:#900;color:#fff;}
/* 71  */ .first {margin-left:0;padding-left:0;}
/* 72  */ .last {margin-right:0;padding-right:0;}
/* 73  */ .top {margin-top:0;padding-top:0;}
/* 74  */ .bottom {margin-bottom:0;padding-bottom:0;}
/* 75  */ 
/* 76  */ /* forms.css */
/* 77  */ label {font-weight:bold;}
/* 78  */ fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
/* 79  */ legend {font-weight:bold;font-size:1.2em;}
/* 80  */ input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
/* 81  */ input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
/* 82  */ input.text, input.title {width:300px;padding:5px;}
/* 83  */ input.title {font-size:1.5em;}
/* 84  */ textarea {width:390px;height:250px;padding:5px;}
/* 85  */ .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
/* 86  */ .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
/* 87  */ .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
/* 88  */ .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
/* 89  */ .error a {color:#8a1f11;}
/* 90  */ .notice a {color:#514721;}
/* 91  */ .success a {color:#264409;}
/* 92  */ 
/* 93  */ /* grid.css */
/* 94  */ .container {width:950px;margin:0 auto;}
/* 95  */ .showgrid {background:url(http://www.latestasianfashions.com/wp-content/themes/Manolya/css/src/grid.png?99672c);}
/* 96  */ .column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
/* 97  */ .last, div.last {margin-right:0;}
/* 98  */ .span-1 {width:30px;}
/* 99  */ .span-2 {width:70px;}
/* 100 */ .span-3 {width:110px;}

/* screen.css */

/* 101 */ .span-4 {width:150px;}
/* 102 */ .span-5 {width:190px;}
/* 103 */ .span-6 {width:230px;}
/* 104 */ .span-7 {width:270px;}
/* 105 */ .span-8 {width:310px;}
/* 106 */ .span-9 {width:350px;}
/* 107 */ .span-10 {width:390px;}
/* 108 */ .span-11 {width:430px;}
/* 109 */ .span-12 {width:470px;}
/* 110 */ .span-13 {width:510px;}
/* 111 */ .span-14 {width:550px;}
/* 112 */ .span-15 {width:590px;}
/* 113 */ .span-16 {width:630px;}
/* 114 */ .span-17 {width:670px;}
/* 115 */ .span-18 {width:710px;}
/* 116 */ .span-19 {width:750px;}
/* 117 */ .span-20 {width:790px;}
/* 118 */ .span-21 {width:830px;}
/* 119 */ .span-22 {width:870px;}
/* 120 */ .span-23 {width:910px;}
/* 121 */ .span-24, div.span-24 {width:950px;margin:0;}
/* 122 */ input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
/* 123 */ input.span-1, textarea.span-1 {width:18px!important;}
/* 124 */ input.span-2, textarea.span-2 {width:58px!important;}
/* 125 */ input.span-3, textarea.span-3 {width:98px!important;}
/* 126 */ input.span-4, textarea.span-4 {width:138px!important;}
/* 127 */ input.span-5, textarea.span-5 {width:178px!important;}
/* 128 */ input.span-6, textarea.span-6 {width:218px!important;}
/* 129 */ input.span-7, textarea.span-7 {width:258px!important;}
/* 130 */ input.span-8, textarea.span-8 {width:298px!important;}
/* 131 */ input.span-9, textarea.span-9 {width:338px!important;}
/* 132 */ input.span-10, textarea.span-10 {width:378px!important;}
/* 133 */ input.span-11, textarea.span-11 {width:418px!important;}
/* 134 */ input.span-12, textarea.span-12 {width:458px!important;}
/* 135 */ input.span-13, textarea.span-13 {width:498px!important;}
/* 136 */ input.span-14, textarea.span-14 {width:538px!important;}
/* 137 */ input.span-15, textarea.span-15 {width:578px!important;}
/* 138 */ input.span-16, textarea.span-16 {width:618px!important;}
/* 139 */ input.span-17, textarea.span-17 {width:658px!important;}
/* 140 */ input.span-18, textarea.span-18 {width:698px!important;}
/* 141 */ input.span-19, textarea.span-19 {width:738px!important;}
/* 142 */ input.span-20, textarea.span-20 {width:778px!important;}
/* 143 */ input.span-21, textarea.span-21 {width:818px!important;}
/* 144 */ input.span-22, textarea.span-22 {width:858px!important;}
/* 145 */ input.span-23, textarea.span-23 {width:898px!important;}
/* 146 */ input.span-24, textarea.span-24 {width:938px!important;}
/* 147 */ .append-1 {padding-right:40px;}
/* 148 */ .append-2 {padding-right:80px;}
/* 149 */ .append-3 {padding-right:120px;}
/* 150 */ .append-4 {padding-right:160px;}

/* screen.css */

/* 151 */ .append-5 {padding-right:200px;}
/* 152 */ .append-6 {padding-right:240px;}
/* 153 */ .append-7 {padding-right:280px;}
/* 154 */ .append-8 {padding-right:320px;}
/* 155 */ .append-9 {padding-right:360px;}
/* 156 */ .append-10 {padding-right:400px;}
/* 157 */ .append-11 {padding-right:440px;}
/* 158 */ .append-12 {padding-right:480px;}
/* 159 */ .append-13 {padding-right:520px;}
/* 160 */ .append-14 {padding-right:560px;}
/* 161 */ .append-15 {padding-right:600px;}
/* 162 */ .append-16 {padding-right:640px;}
/* 163 */ .append-17 {padding-right:680px;}
/* 164 */ .append-18 {padding-right:720px;}
/* 165 */ .append-19 {padding-right:760px;}
/* 166 */ .append-20 {padding-right:800px;}
/* 167 */ .append-21 {padding-right:840px;}
/* 168 */ .append-22 {padding-right:880px;}
/* 169 */ .append-23 {padding-right:920px;}
/* 170 */ .prepend-1 {padding-left:40px;}
/* 171 */ .prepend-2 {padding-left:80px;}
/* 172 */ .prepend-3 {padding-left:120px;}
/* 173 */ .prepend-4 {padding-left:160px;}
/* 174 */ .prepend-5 {padding-left:200px;}
/* 175 */ .prepend-6 {padding-left:240px;}
/* 176 */ .prepend-7 {padding-left:280px;}
/* 177 */ .prepend-8 {padding-left:320px;}
/* 178 */ .prepend-9 {padding-left:360px;}
/* 179 */ .prepend-10 {padding-left:400px;}
/* 180 */ .prepend-11 {padding-left:440px;}
/* 181 */ .prepend-12 {padding-left:480px;}
/* 182 */ .prepend-13 {padding-left:520px;}
/* 183 */ .prepend-14 {padding-left:560px;}
/* 184 */ .prepend-15 {padding-left:600px;}
/* 185 */ .prepend-16 {padding-left:640px;}
/* 186 */ .prepend-17 {padding-left:680px;}
/* 187 */ .prepend-18 {padding-left:720px;}
/* 188 */ .prepend-19 {padding-left:760px;}
/* 189 */ .prepend-20 {padding-left:800px;}
/* 190 */ .prepend-21 {padding-left:840px;}
/* 191 */ .prepend-22 {padding-left:880px;}
/* 192 */ .prepend-23 {padding-left:920px;}
/* 193 */ div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
/* 194 */ div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
/* 195 */ .pull-1 {margin-left:-40px;}
/* 196 */ .pull-2 {margin-left:-80px;}
/* 197 */ .pull-3 {margin-left:-120px;}
/* 198 */ .pull-4 {margin-left:-160px;}
/* 199 */ .pull-5 {margin-left:-200px;}
/* 200 */ .pull-6 {margin-left:-240px;}

/* screen.css */

/* 201 */ .pull-7 {margin-left:-280px;}
/* 202 */ .pull-8 {margin-left:-320px;}
/* 203 */ .pull-9 {margin-left:-360px;}
/* 204 */ .pull-10 {margin-left:-400px;}
/* 205 */ .pull-11 {margin-left:-440px;}
/* 206 */ .pull-12 {margin-left:-480px;}
/* 207 */ .pull-13 {margin-left:-520px;}
/* 208 */ .pull-14 {margin-left:-560px;}
/* 209 */ .pull-15 {margin-left:-600px;}
/* 210 */ .pull-16 {margin-left:-640px;}
/* 211 */ .pull-17 {margin-left:-680px;}
/* 212 */ .pull-18 {margin-left:-720px;}
/* 213 */ .pull-19 {margin-left:-760px;}
/* 214 */ .pull-20 {margin-left:-800px;}
/* 215 */ .pull-21 {margin-left:-840px;}
/* 216 */ .pull-22 {margin-left:-880px;}
/* 217 */ .pull-23 {margin-left:-920px;}
/* 218 */ .pull-24 {margin-left:-960px;}
/* 219 */ .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
/* 220 */ .push-1 {margin:0 -40px 1.5em 40px;}
/* 221 */ .push-2 {margin:0 -80px 1.5em 80px;}
/* 222 */ .push-3 {margin:0 -120px 1.5em 120px;}
/* 223 */ .push-4 {margin:0 -160px 1.5em 160px;}
/* 224 */ .push-5 {margin:0 -200px 1.5em 200px;}
/* 225 */ .push-6 {margin:0 -240px 1.5em 240px;}
/* 226 */ .push-7 {margin:0 -280px 1.5em 280px;}
/* 227 */ .push-8 {margin:0 -320px 1.5em 320px;}
/* 228 */ .push-9 {margin:0 -360px 1.5em 360px;}
/* 229 */ .push-10 {margin:0 -400px 1.5em 400px;}
/* 230 */ .push-11 {margin:0 -440px 1.5em 440px;}
/* 231 */ .push-12 {margin:0 -480px 1.5em 480px;}
/* 232 */ .push-13 {margin:0 -520px 1.5em 520px;}
/* 233 */ .push-14 {margin:0 -560px 1.5em 560px;}
/* 234 */ .push-15 {margin:0 -600px 1.5em 600px;}
/* 235 */ .push-16 {margin:0 -640px 1.5em 640px;}
/* 236 */ .push-17 {margin:0 -680px 1.5em 680px;}
/* 237 */ .push-18 {margin:0 -720px 1.5em 720px;}
/* 238 */ .push-19 {margin:0 -760px 1.5em 760px;}
/* 239 */ .push-20 {margin:0 -800px 1.5em 800px;}
/* 240 */ .push-21 {margin:0 -840px 1.5em 840px;}
/* 241 */ .push-22 {margin:0 -880px 1.5em 880px;}
/* 242 */ .push-23 {margin:0 -920px 1.5em 920px;}
/* 243 */ .push-24 {margin:0 -960px 1.5em 960px;}
/* 244 */ .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
/* 245 */ .prepend-top {margin-top:1.5em;}
/* 246 */ .append-bottom {margin-bottom:1.5em;}
/* 247 */ .box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
/* 248 */ hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
/* 249 */ hr.space {background:#fff;color:#fff;}
/* 250 */ .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

/* screen.css */

/* 251 */ .clearfix, .container {display:block;}
/* 252 */ .clear {clear:both;}

/* style.css */

/* 1   */ /*
/* 2   *| 	Theme Name: Latest Asian Fashions
/* 3   *| 	Theme URI: http://www.latestasianfashions.com
/* 4   *| 	Description: Latest Asian Fashions
/* 5   *| 	Author: LAF
/* 6   *| 	Author URI: http://www.latestasianfashions.com
/* 7   *| 	Version: 3.1
/* 8   *| 	Tags: Latest Asian Fashions
/* 9   *| */
/* 10  */ 
/* 11  */ /* LAYOUT */
/* 12  */ 
/* 13  */ body {
/* 14  */ 	background: #1b0622 url(../../../themes/Manolya/images/background_99672c.png) top left repeat-x;
/* 15  */ 	}
/* 16  */ 
/* 17  */ #wrapper {
/* 18  */ 	padding:0;
/* 19  */ 	}
/* 20  */ 
/* 21  */ #container {
/* 22  */     background: url(../../../themes/Manolya/images/containert-wrapper-background_99672c.png) top left repeat-x;
/* 23  */ 	}
/* 24  */ 
/* 25  */ #contentwrap {
/* 26  */ 	background:#fff;
/* 27  */ 	}
/* 28  */ 
/* 29  */ a {
/* 30  */ 	color: #c4014e;
/* 31  */ 	}
/* 32  */ 
/* 33  */ a:hover {
/* 34  */ 	color: #7e00a8;
/* 35  */ 	}
/* 36  */ /* HEADER */
/* 37  */ 
/* 38  */ #header {
/* 39  */ 	height: 100px;
/* 40  */ 	padding-top:20px;
/* 41  */ 	}
/* 42  */ 
/* 43  */ #header h1 {
/* 44  */ 	margin-bottom: 0px !important;
/* 45  */ 	padding: 8px 0 0 15px;
/* 46  */ 	font-weight: normal;
/* 47  */ 	font-family: Georgia, Times New Roman Times, Serif;
/* 48  */ 	font-weight: bold;
/* 49  */ 	font-size: 46px;
/* 50  */ 	}

/* style.css */

/* 51  */ 
/* 52  */ #header h1 a, #header h1 a:visited {
/* 53  */ 	color: #f1e2e8;
/* 54  */ 	text-decoration: none;
/* 55  */ 	}
/* 56  */ 
/* 57  */ 
/* 58  */ #header h2 {
/* 59  */     padding-left: 15px;
/* 60  */ 	color: #6c5974;
/* 61  */ 	font-size: 14px;
/* 62  */ 	line-height: 14px; 
/* 63  */ 	font-family: Arial;
/* 64  */ 	}
/* 65  */ 
/* 66  */ .logoimg {
/* 67  */     margin: 10px 0 0 20px
/* 68  */ }
/* 69  */ 
/* 70  */ /* NAVIGATION MENUS */
/* 71  */ 
/* 72  */ #pagemenucontainer {
/* 73  */ 	height: 34px;
/* 74  */     padding: 30px 0 0 10px;
/* 75  */ 	}
/* 76  */ 	
/* 77  */ #pagemenu {
/* 78  */ 	height: 30px;
/* 79  */ 	}
/* 80  */ 
/* 81  */ #pagemenu, #pagemenu ul { 
/* 82  */ 	padding: 0;
/* 83  */ 	margin: 0;
/* 84  */ 	list-style: none;
/* 85  */ 	line-height: 1;
/* 86  */ 	}
/* 87  */ #pagemenu {
/* 88  */ 	margin-bottom: 1px;
/* 89  */ 	}
/* 90  */ 	
/* 91  */ #pagemenu ul {
/* 92  */ 	float: left;
/* 93  */ 	list-style: none;
/* 94  */ 	margin: 0px 0px 0px 0px;
/* 95  */ 	padding: 0px;
/* 96  */ 	}
/* 97  */ 	
/* 98  */ #pagemenu li {
/* 99  */ 	float: left;
/* 100 */ 	list-style: none;

/* style.css */

/* 101 */ 	margin: 0px;
/* 102 */ 	padding: 0px;
/* 103 */ 	}
/* 104 */ 	
/* 105 */ #pagemenu ul li {
/* 106 */ 	list-style: none;
/* 107 */ 	margin: 0px;
/* 108 */ 	padding: 0px;
/* 109 */ 	}
/* 110 */ 	
/* 111 */ #pagemenu li a, #pagemenu li a:link {
/* 112 */ 	color: #fb9fc4;
/* 113 */ 	display: block;
/* 114 */     margin: 0px 3px 0px 3px;
/* 115 */ 	padding: 10px 10px;
/* 116 */ 	text-decoration: none;
/* 117 */ 	font-weight: bold;
/* 118 */ 	text-transform: uppercase;
/* 119 */ 	font-size: 11px;
/* 120 */ 	font-family: Arial, Helvetica, sans-serif;
/* 121 */ 	}
/* 122 */ 	
/* 123 */ #pagemenu li a:hover, #pagemenu li a:active{
/* 124 */ 	color: #fff;
/* 125 */ 	display: block;
/* 126 */ 	text-decoration: none;
/* 127 */ 	}
/* 128 */ 	
/* 129 */ #pagemenu  li.current_page_item a {
/* 130 */ 	color:#fff;
/* 131 */ 	}
/* 132 */ 
/* 133 */ #pagemenu li:hover, #pagemenu li.sfhover { 
/* 134 */ 	position: static;
/* 135 */ 	}
/* 136 */ 	
/* 137 */ 
/* 138 */ 
/* 139 */ .navcontainer {
/* 140 */ 	height: 34px;
/* 141 */     background: url(../../../themes/Manolya/images/nav-background_99672c.png) top left repeat-x;
/* 142 */     padding: 8px 0 0 8px;
/* 143 */ 	}
/* 144 */ 	
/* 145 */ #nav {
/* 146 */ 	height: 30px;
/* 147 */ 	}
/* 148 */ 
/* 149 */ #nav, #nav ul { 
/* 150 */ 	padding: 0;

/* style.css */

/* 151 */ 	margin: 0;
/* 152 */ 	list-style: none;
/* 153 */ 	line-height: 1;
/* 154 */ 	}
/* 155 */ #nav {
/* 156 */ 	margin-bottom: 1px;
/* 157 */ 	}
/* 158 */ 	
/* 159 */ #nav ul {
/* 160 */ 	float: left;
/* 161 */ 	list-style: none;
/* 162 */ 	margin: 0px 0px 0px 0px;
/* 163 */ 	padding: 0px;
/* 164 */ 	}
/* 165 */ 	
/* 166 */ #nav li {
/* 167 */ 	float: left;
/* 168 */ 	list-style: none;
/* 169 */ 	margin: 0px;
/* 170 */ 	padding: 0px;
/* 171 */ 	}
/* 172 */ 	
/* 173 */ #nav ul li {
/* 174 */ 	list-style: none;
/* 175 */ 	margin: 0px;
/* 176 */ 	padding: 0px;
/* 177 */ 	}
/* 178 */ 	
/* 179 */ #nav li a, #nav li a:link {
/* 180 */ 	color: #fff;
/* 181 */ 	display: block;
/* 182 */     margin: 0px 3px 0px 3px;
/* 183 */ 	padding: 7px 12px 8px 12px;
/* 184 */ 	text-decoration: none;
/* 185 */ 	font-size: 12px;
/* 186 */ 	font-weight: bold;
/* 187 */ 	text-transform: uppercase;
/* 188 */ 	}
/* 189 */ 	
/* 190 */ #nav li a:hover, #nav li a:active {
/* 191 */ 	color: #fff;
/* 192 */ 	display: block;
/* 193 */ 	text-decoration: none;
/* 194 */     background: url(../../../themes/Manolya/images/nav-hover_99672c.png) top left repeat-x;
/* 195 */ 	}
/* 196 */ 	
/* 197 */ #nav  li.current-cat a {
/* 198 */ 	color:#fff;
/* 199 */     background: url(../../../themes/Manolya/images/nav-hover_99672c.png) top left repeat-x;
/* 200 */ 	}

/* style.css */

/* 201 */ 
/* 202 */ #nav li:hover, #nav li.sfhover { 
/* 203 */ 	position: static;
/* 204 */ 	}
/* 205 */ 	
/* 206 */ /* CONTENT */
/* 207 */ 
/* 208 */ #content {
/* 209 */ 	padding: 15px 5px 15px 15px;
/* 210 */ 	}
/* 211 */ 	
/* 212 */ pre { overflow: auto; 
/* 213 */ 	width: 470px; 
/* 214 */ 	}
/* 215 */ 
/* 216 */ .post {
/* 217 */ 	padding-bottom: 15px;
/* 218 */ 	margin-bottom: 15px;
/* 219 */     border-bottom: 1px solid #ddd;
/* 220 */ 	}
/* 221 */ 
/* 222 */ .post_thumbnail {
/* 223 */     padding: 6px;
/* 224 */     background: #eee;
/* 225 */     border: 1px solid #ddd;
/* 226 */     margin: 0 10px 10px 0;
/* 227 */ }
/* 228 */ 
/* 229 */ .post p {
/* 230 */ 	margin-bottom: 10px;
/* 231 */ 	}
/* 232 */ 
/* 233 */ .title {
/* 234 */ 	margin: 0 0 2px 0;
/* 235 */ 	padding: 0px;
/* 236 */ 	line-height: 22px;
/* 237 */     font-size: 22px;
/* 238 */ 	font-family: Georgia, Times New Roman Times, Serif;
/* 239 */ 	color: #1e0a25;
/* 240 */     font-weight: bold;
/* 241 */ 	}
/* 242 */ 
/* 243 */ 	
/* 244 */ .title a {
/* 245 */ 	text-decoration: none;
/* 246 */ 	color: #1e0a25;
/* 247 */ 	}
/* 248 */ 
/* 249 */ .title a:hover {
/* 250 */ 	text-decoration: none;

/* style.css */

/* 251 */ 	color: #b20148;
/* 252 */ 	}
/* 253 */ 
/* 254 */ .pagetitle {
/* 255 */ 	margin-bottom: 20px;
/* 256 */ 	line-height: 22px;
/* 257 */ 	font-family: Arial, Verdana;
/* 258 */ 	text-decoration: underline;
/* 259 */ }
/* 260 */ 
/* 261 */ .readmorecontent {
/* 262 */ 	text-align: right;
/* 263 */ 	}
/* 264 */ 
/* 265 */ a.readmore {
/* 266 */ 	padding: 4px 15px;
/* 267 */ 	background: #290734;
/* 268 */ 	color: #fff;
/* 269 */ 	text-decoration: none;
/* 270 */     font-size: 12px;
/* 271 */     font-weight: bold;
/* 272 */ 	}
/* 273 */ 
/* 274 */ a.readmore:hover {
/* 275 */ 	background: #451d56;
/* 276 */ 	}
/* 277 */ 
/* 278 */ .postdate {
/* 279 */ 	font-size: 11px;
/* 280 */ 	padding: 2px 0px;
/* 281 */ 	font-family: Arial, Verdana;
/* 282 */ 	color: #5b5b5b;
/* 283 */ 	}
/* 284 */ 
/* 285 */ .postmeta {
/* 286 */ 	font-size: 11px;
/* 287 */ 	padding: 2px 4px;
/* 288 */ 	font-family: Arial, Verdana;
/* 289 */ 	}
/* 290 */ 	
/* 291 */ .postdate img, .postmeta img {
/* 292 */ 	border: none;
/* 293 */ 	vertical-align: middle;
/* 294 */ 	margin:2px;
/* 295 */ 	}
/* 296 */ 	
/* 297 */ .entry {
/* 298 */ 	text-align: justify;
/* 299 */ 	line-height: 20px;
/* 300 */ 	padding-top: 8px;

/* style.css */

/* 301 */ 	font-family: Arial, Verdana;
/* 302 */ 	font-size: 14px;
/* 303 */ 	}
/* 304 */ .navigation {
/* 305 */ 	padding: 10px 0;
/* 306 */ 	}
/* 307 */ 
/* 308 */ blockquote {
/* 309 */ 	overflow: hidden;
/* 310 */ 	padding-left: 9px;
/* 311 */ 	font-style: italic;
/* 312 */ 	color: #666;
/* 313 */ 	border-left: 3px solid #CADAE7;
/* 314 */ 	}
/* 315 */ 	
/* 316 */ .post img {
/* 317 */ 	max-width: 680px;
/* 318 */ 	}
/* 319 */ 
/* 320 */ img.wp-smiley {
/* 321 */ 	max-height: 12px;
/* 322 */ 	margin: 0;
/* 323 */ 	padding: 0;
/* 324 */ 	border: none;
/* 325 */ 	}
/* 326 */ 	
/* 327 */ .aligncenter,
/* 328 */ div.aligncenter {
/* 329 */    display: block;
/* 330 */    margin-left: auto;
/* 331 */    margin-right: auto;
/* 332 */ 	}
/* 333 */ 
/* 334 */ .alignleft {
/* 335 */    float: left;
/* 336 */ 	}
/* 337 */ 
/* 338 */ .alignright {
/* 339 */    float: right;
/* 340 */ 	}
/* 341 */ 
/* 342 */ .wp-caption {
/* 343 */    border: 1px solid #ddd;
/* 344 */    text-align: center;
/* 345 */    background-color: #f3f3f3;
/* 346 */    padding-top: 4px;
/* 347 */    margin: 10px;
/* 348 */    /* optional rounded corners for browsers that support it */
/* 349 */    -moz-border-radius: 3px;
/* 350 */    -khtml-border-radius: 3px;

/* style.css */

/* 351 */    -webkit-border-radius: 3px;
/* 352 */    border-radius: 3px;
/* 353 */ 	}
/* 354 */ 
/* 355 */ .wp-caption img {
/* 356 */    margin: 0;
/* 357 */    padding: 0;
/* 358 */    border: 0 none;
/* 359 */ 	}
/* 360 */ 
/* 361 */ .wp-caption p.wp-caption-text {
/* 362 */    font-size: 11px;
/* 363 */    line-height: 17px;
/* 364 */    padding: 0 4px 5px;
/* 365 */    margin: 0;
/* 366 */ 	}
/* 367 */ 	
/* 368 */ /* wp-pagenavi */
/* 369 */ .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
/* 370 */     color: #686868 !important;
/* 371 */     background:#dfdfdf !important;
/* 372 */     border: 1px solid #989898 !important;
/* 373 */     font-size: 15px !important;
/* 374 */     padding:  4px 8px !important;
/* 375 */ }
/* 376 */ 
/* 377 */ .wp-pagenavi span.current {
/* 378 */     color: #434343 !important;
/* 379 */     background:#fff !important;
/* 380 */     border: 1px solid #b6b5b5 !important;
/* 381 */     font-size: 15px !important;
/* 382 */     padding:  4px 8px !important;
/* 383 */     font-weight: bold;
/* 384 */ }
/* 385 */ 
/* 386 */ .wp-pagenavi a:hover {
/* 387 */     color: #494949 !important;
/* 388 */     background:#dfdfdf !important;
/* 389 */     border: 1px solid #626262 !important;
/* 390 */     
/* 391 */ }
/* 392 */ 
/* 393 */ .wp-pagenavi span.pages {
/* 394 */     color: #676767 !important;
/* 395 */     background:#fff !important;
/* 396 */     border: 1px solid #b6b5b5 !important;
/* 397 */     font-size: 15px !important;
/* 398 */     padding:  4px 8px !important;
/* 399 */ }
/* 400 */ 

/* style.css */

/* 401 */ .wp-pagenavi span.extend {
/* 402 */     background:transparent !important;
/* 403 */     font-size: 15px !important;
/* 404 */     padding:  4px 8px !important;
/* 405 */     color: #676767 !important;
/* 406 */     background:#fff !important;
/* 407 */     border: 1px solid #b6b5b5 !important;
/* 408 */     font-weight: bold;
/* 409 */ }
/* 410 */ 
/* 411 */ /* SIDEBAR(S) */
/* 412 */ 
/* 413 */ .sidebaradbox {
/* 414 */ 	margin-top: 5px; 
/* 415 */ 	text-align:center;
/* 416 */ 	}
/* 417 */ 	
/* 418 */ .ad125 {
/* 419 */ 	margin: 6px;
/* 420 */ 	}
/* 421 */ 
/* 422 */ 
/* 423 */ .sidebar {
/* 424 */ 	margin: 10px;
/* 425 */ 	}
/* 426 */ 	
/* 427 */ .sidebar a {
/* 428 */ 	text-decoration: none;
/* 429 */ 	color: #1b0622;
/* 430 */ 	}
/* 431 */ 
/* 432 */ .sidebar a:hover {
/* 433 */ 	text-decoration: underline;
/* 434 */ 	color:#c4014e;
/* 435 */ 	}
/* 436 */ 
/* 437 */ 	
/* 438 */ #search {
/* 439 */     border: 1px solid #8b043a;
/* 440 */     height: 30px;
/* 441 */     padding: 0;
/* 442 */     background: #ee9fbe;
/* 443 */     text-align: right;
/* 444 */     margin-top: 12px;
/* 445 */ }
/* 446 */ 
/* 447 */ #search input {
/* 448 */ 	border: 0;
/* 449 */     background: none;
/* 450 */     color: #730833;

/* style.css */

/* 451 */ }
/* 452 */ 	
/* 453 */ 	
/* 454 */ #s {
/* 455 */ 	width: 140px;
/* 456 */ 	padding: 4px;
/* 457 */     margin:3px 0 0 0;
/* 458 */     background: none;
/* 459 */ }
/* 460 */ 
/* 461 */ #topsearch 	#s {
/* 462 */   width: 222px;  
/* 463 */ }
/* 464 */ 
/* 465 */ #topsearch #search {
/* 466 */     margin: 30px 5px 0 0;
/* 467 */ }
/* 468 */ 
/* 469 */ .rssbox {
/* 470 */ 	background: #faf3f6;
/* 471 */ 	border: 1px solid #cdabb9;
/* 472 */ 	padding: 10px;
/* 473 */ 	margin: 10px 0 0 0;
/* 474 */ 	}
/* 475 */     
/* 476 */ .rssbox:hover {
/* 477 */     border: 1px solid #ba2761;
/* 478 */     }
/* 479 */ 
/* 480 */ .rssbox a {
/* 481 */ 	color: #860638;
/* 482 */ 	text-transform: uppercase;
/* 483 */ 	font-size: 12px;
/* 484 */ 	font-weight: bold;
/* 485 */ 	text-decoration: none;
/* 486 */     font-family: Arial, Helvetica, Sans-serif;
/* 487 */ 	}
/* 488 */ .rssbox a:hover {
/* 489 */ 	color: #860638; 
/* 490 */ 	text-decoration: underline;
/* 491 */ 	}
/* 492 */ 
/* 493 */ .twitterbox {
/* 494 */ 	background: #faf3f6;
/* 495 */ 	border: 1px solid #cdabb9;
/* 496 */ 	padding: 10px;
/* 497 */ 	margin: 10px 0 0 0;
/* 498 */ 	}
/* 499 */     
/* 500 */ .twitterbox:hover {

/* style.css */

/* 501 */     border: 1px solid #ba2761;
/* 502 */     }
/* 503 */ 	
/* 504 */ .twitterbox a {
/* 505 */ 	color: #860638;
/* 506 */ 	text-transform: uppercase;
/* 507 */ 	font-size: 12px;
/* 508 */ 	font-weight: bold;
/* 509 */ 	text-decoration: none;
/* 510 */     font-family: Arial, Helvetica, Sans-serif;
/* 511 */ 	}
/* 512 */ .twitterbox a:hover {
/* 513 */ 	color: #860638; 
/* 514 */ 	text-decoration: underline;
/* 515 */ 	}
/* 516 */ 
/* 517 */ /* Social icons */
/* 518 */ .addthis_toolbox {
/* 519 */ 	margin: 5px 0 0 0;
/* 520 */ 	text-align: center;
/* 521 */ 	}
/* 522 */ .addthis_toolbox .custom_images a
/* 523 */ {
/* 524 */     width: 32px;
/* 525 */     height: 32px;
/* 526 */     margin: 0 3px 0 3px;
/* 527 */     padding: 0;
/* 528 */ }
/* 529 */ 
/* 530 */ .addthis_toolbox .custom_images a:hover img
/* 531 */ {
/* 532 */     opacity: 1;
/* 533 */ }
/* 534 */ 
/* 535 */ .addthis_toolbox .custom_images a img
/* 536 */ {
/* 537 */     opacity: 0.75;
/* 538 */ }
/* 539 */ 
/* 540 */ 
/* 541 */ 
/* 542 */ 	
/* 543 */ .sidebarvideo {
/* 544 */ 
/* 545 */ 	}
/* 546 */ 
/* 547 */ .sidebar h2 {
/* 548 */ 	margin: 10px 0 0 0;
/* 549 */ 	padding: 5px 0 5px 30px;
/* 550 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;

/* style.css */

/* 551 */ 	font-size: 15px;
/* 552 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 553 */ 	font-weight: bold;
/* 554 */ 	text-transform: uppercase;
/* 555 */ 	color: #fff;
/* 556 */     text-shadow: 0 1px 0 #91043c;
/* 557 */ 	}
/* 558 */ 
/* 559 */ .sidebar ul {
/* 560 */ 	list-style-type: none;
/* 561 */ 	margin: 0px 0px 10px 0px;
/* 562 */ 	padding: 0px;
/* 563 */ 	}
/* 564 */ 	
/* 565 */ .sidebar ul li {
/* 566 */ 	list-style-type: none;
/* 567 */ 	margin: 0px 0px 5px 0px;
/* 568 */ 	padding: 0px;
/* 569 */ 	}
/* 570 */ 
/* 571 */ .sidebar ul ul {
/* 572 */ 	list-style-type: none;
/* 573 */ 	margin: 0px;
/* 574 */ 	padding: 0px;
/* 575 */ 	}
/* 576 */ 	
/* 577 */ .sidebar ul li li {
/* 578 */ 	padding: 3px 0px 3px 15px;
/* 579 */ 	margin: 0px;
/* 580 */ 	background: url(../../../themes/Manolya/images/bullet_99672c.gif) no-repeat top left;
/* 581 */ 	}
/* 582 */ 	
/* 583 */ .sidebar ul li ul li {
/* 584 */ 	background: url(../../../themes/Manolya/images/bullet_99672c.gif) no-repeat top left;
/* 585 */ 	padding: 2px 0px 2px 15px;
/* 586 */ 	margin: 2px 0;
/* 587 */ 	}
/* 588 */ 
/* 589 */ 
/* 590 */ 
/* 591 */ #wp-calendar th {
/* 592 */ 	font-style: normal;
/* 593 */ 	text-transform: capitalize;
/* 594 */ 	color: #555;
/* 595 */ 	background: none;
/* 596 */ 	}
/* 597 */ #wp-calendar caption {
/* 598 */ 	padding: 2px 4px;
/* 599 */ 	text-transform: uppercase;	margin: 2px 0 2px 0;
/* 600 */ 	background: none;

/* style.css */

/* 601 */ 	}
/* 602 */ 
/* 603 */ #wp-calendar td {
/* 604 */ 	color: #999;
/* 605 */ 	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 606 */ 	letter-spacing: normal;
/* 607 */ 	padding: 2px 0;
/* 608 */ 	text-align: center;
/* 609 */ 	}
/* 610 */ 
/* 611 */ #wp-calendar td:hover, #wp-calendar #today {
/* 612 */ 	background: #eef0f4;
/* 613 */ 	color: #555;
/* 614 */ 	}
/* 615 */ 	
/* 616 */ #wp-calendar {
/* 617 */ 	empty-cells: show;
/* 618 */ 	font-size: 14px;
/* 619 */ 	margin: 0;
/* 620 */ 	font-weight: bold; 
/* 621 */ 	width: 100%;
/* 622 */ 	}
/* 623 */ 
/* 624 */ 
/* 625 */ /* FOOTER */
/* 626 */ 
/* 627 */ #footer {
/* 628 */ 	background: #130219;
/* 629 */ 	padding: 22px;
/* 630 */ 	text-align: center;
/* 631 */ 	color: #fff;
/* 632 */ 	font-size: 13px;
/* 633 */         margin:0px 0px 38px 0px;
/* 634 */ 	}
/* 635 */ 
/* 636 */ #footer a {
/* 637 */ 	color: #fff;
/* 638 */ 	} 
/* 639 */ 
/* 640 */ #footer a:hover {
/* 641 */ 	text-decoration: none;
/* 642 */ 	} 
/* 643 */ 	
/* 644 */ #credits {
/* 645 */ 	color: #524357;
/* 646 */ 	font-size: 11px;
/* 647 */ 	text-align: center;
/* 648 */ 	padding: 10px;
/* 649 */ 	}
/* 650 */     	

/* style.css */

/* 651 */ #credits a {
/* 652 */ 	color: #524357;
/* 653 */     text-decoration: none;
/* 654 */ 	} 
/* 655 */ 	
/* 656 */ /* COMMENTS */
/* 657 */ 
/* 658 */ #comments h3 {
/* 659 */ 	margin-bottom: 10px;	
/* 660 */ }
/* 661 */ 
/* 662 */ #commentform input {
/* 663 */ 	width: 170px;
/* 664 */ 	padding: 2px;
/* 665 */ 	margin: 5px 5px 1px 0;
/* 666 */ 	}
/* 667 */ 
/* 668 */ #commentform {
/* 669 */ 	margin: 5px 10px 0 0;
/* 670 */ 	}
/* 671 */ 	
/* 672 */ #commentform textarea {
/* 673 */ 	width: 100%;
/* 674 */ 	padding: 2px;
/* 675 */ 	}
/* 676 */ 	
/* 677 */ #respond:after {
/* 678 */ 		content: "."; 
/* 679 */ 	    display: block; 
/* 680 */ 	    height: 0; 
/* 681 */ 	    clear: both; 
/* 682 */ 	    visibility: hidden;
/* 683 */ 	}
/* 684 */ 	
/* 685 */ #commentform #submit {
/* 686 */ 	margin: 0 0 5px auto;
/* 687 */ 	float: right;
/* 688 */ 	}
/* 689 */ 
/* 690 */ .alt {
/* 691 */ 	margin: 0;
/* 692 */ 	padding: 10px;
/* 693 */ 	}
/* 694 */ 
/* 695 */ .commentlist {
/* 696 */ 	padding: 0;
/* 697 */ 	text-align: justify;
/* 698 */ 	}
/* 699 */ 
/* 700 */ .commentlist li {

/* style.css */

/* 701 */ 	margin: 15px 0 10px;
/* 702 */ 	padding: 5px 5px 10px 10px;
/* 703 */ 	list-style: none;
/* 704 */ 
/* 705 */ 	}
/* 706 */ 	
/* 707 */ .commentlist li ul li { 
/* 708 */ 	margin-right: -5px;
/* 709 */ 	margin-left: 10px;
/* 710 */ }
/* 711 */ 
/* 712 */ .commentlist p {
/* 713 */ 	margin: 10px 5px 10px 0;
/* 714 */ }
/* 715 */ .children { padding: 0; }
/* 716 */ 
/* 717 */ #commentform p {
/* 718 */ 	margin: 5px 0;
/* 719 */ 	}
/* 720 */ 
/* 721 */ .nocomments {
/* 722 */ 	text-align: center;
/* 723 */ 	margin: 0;
/* 724 */ 	padding: 0;
/* 725 */ 	}
/* 726 */ 
/* 727 */ .commentmetadata {
/* 728 */ 	margin: 0;
/* 729 */ 	display: block;
/* 730 */ 	}
/* 731 */ /*WPBeginner Footer Bar Starts*/
/* 732 */ .fixedBar{background: #000; bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:14px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 0.95; font-weight: bold;}
/* 733 */ 
/* 734 */ .boxfloat{text-align:center; width:920px; margin:0 auto}
/* 735 */ 
/* 736 */ #tips, #tips li{margin:0; padding:0; list-style:none}
/* 737 */ 
/* 738 */ #tips{width:920px; font-size:16px; line-height:120%;}
/* 739 */ 
/* 740 */ #tips li{padding: 15px 0;}
/* 741 */ 
/* 742 */ #tips li a{color: #fff;}
/* 743 */ 
/* 744 */ #tips li a:hover{text-decoration: none;}
/* 745 */ /*WPbeginner Footer Bar Ends */
/* 746 */ /* 3 Widget Footer Style Starts */
/* 747 */ /* Add this code to style.css file in your theme */
/* 748 */ 
/* 749 */ #footer-widgets {
/* 750 */ display: block;

/* style.css */

/* 751 */ width:950px;
/* 752 */ margin-right:0;
/* 753 */ background: #ffffff;
/* 754 */ }
/* 755 */ #footer-widget1 {
/* 756 */ width: 260px;
/* 757 */ float: left;
/* 758 */ margin: 15px 10px 10px 15px;
/* 759 */ padding: 10px;
/* 760 */ background-color: #ffffff;
/* 761 */ border:5px solid pink;
/* 762 */ }
/* 763 */ #footer-widget1 h2 {
/* 764 */ 	padding: 5px 0 5px 30px;
/* 765 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 766 */ 	font-size: 15px;
/* 767 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 768 */ 	font-weight: bold;
/* 769 */ 	text-transform: uppercase;
/* 770 */ 	color: #fff;
/* 771 */     text-shadow: 0 1px 0 #91043c;
/* 772 */ 	}
/* 773 */ #footer-widget1 li{padding: 5px 0;}
/* 774 */ #footer-widget2 li{padding: 2px 0;}
/* 775 */ #footer-widget3 li{padding: 2px 0;}
/* 776 */ #footer-widget2 {
/* 777 */ width: 260px;
/* 778 */ float: left;
/* 779 */ margin: 15px 10px 10px 15px;
/* 780 */ padding: 10px;
/* 781 */ background-color: #ffffff;
/* 782 */ border:5px solid pink;
/* 783 */ }
/* 784 */ #footer-widget2 h2 {
/* 785 */ 	padding: 5px 0 5px 30px;
/* 786 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 787 */ 	font-size: 15px;
/* 788 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 789 */ 	font-weight: bold;
/* 790 */ 	text-transform: uppercase;
/* 791 */ 	color: #fff;
/* 792 */     text-shadow: 0 1px 0 #91043c;
/* 793 */ 	}
/* 794 */ #footer-widget3 {
/* 795 */ width: 260px;
/* 796 */ float: left;
/* 797 */ margin: 15px 10px 10px 15px;
/* 798 */ padding: 10px;
/* 799 */ background-color: #ffffff;
/* 800 */ border:5px solid pink;

/* style.css */

/* 801 */ }
/* 802 */ #footer-widget3 h2 {
/* 803 */ 	padding: 5px 0 5px 30px;
/* 804 */ 	background:url(../../../themes/Manolya/images/sidebar_tab_99672c.png) top left no-repeat;
/* 805 */ 	font-size: 15px;
/* 806 */ 	font-family: Arial, Helvetica, Sans-serif;
/* 807 */ 	font-weight: bold;
/* 808 */ 	text-transform: uppercase;
/* 809 */ 	color: #fff;
/* 810 */     text-shadow: 0 1px 0 #91043c;
/* 811 */ 	}
/* 812 */ /* 3 Widget Footer Style Ends */

/* fbseo-style.css */

/* 1  */ @CHARSET "UTF-8";
/* 2  */ 
/* 3  */ div#fbSEOComments{
/* 4  */ 	margin:0 auto;
/* 5  */     position:relative;
/* 6  */ }
/* 7  */ 
/* 8  */ div#sharefbseo{
/* 9  */ 	width:425px;
/* 10 */ 	margin:0 auto;
/* 11 */ 	font-size:11px
/* 12 */ }
/* 13 */ 	div#sharefbseo a{
/* 14 */ 		font-size:11px
/* 15 */ 	}

/* tabber.css */

/* 1   */ /********************************************************************************
/* 2   *|                 Tabber CSS
/* 3   *| ********************************************************************************/
/* 4   */ 
/* 5   */ /*--------------------------------------------------
/* 6   *|   REQUIRED to hide the non-active tab content.
/* 7   *|   But do not hide them in the print stylesheet!
/* 8   *|   --------------------------------------------------*/
/* 9   */ .tabberlive .tabbertabhide {
/* 10  */  display:none;
/* 11  */ }
/* 12  */ 
/* 13  */ /*--------------------------------------------------
/* 14  *|   Some styles to help most WordPress themes
/* 15  *|   --------------------------------------------------*/
/* 16  */ .tabberlive h3 { /* hide std widget titles */
/* 17  */ display:none;
/* 18  */ }
/* 19  */ 
/* 20  */ ul.tabbernav li { /* hide bullets from tab headings */
/* 21  */ background:none;
/* 22  */ padding:5px 5px 5px 0;
/* 23  */ list-style:none;
/* 24  */ float: none;
/* 25  */ }
/* 26  */ 
/* 27  */ /********************************************************************************
/* 28  *|                 Style 1
/* 29  *| ********************************************************************************/
/* 30  */ /*--------------------------------------------------
/* 31  *|   .tabber = before the tabber interface is set up
/* 32  *|   .tabberlive = after the tabber interface is set up
/* 33  *|   --------------------------------------------------*/
/* 34  */ .style1 {
/* 35  */ background: #D6D6D8;
/* 36  */ }
/* 37  */ .tabberlive.style1 {
/* 38  */ padding:15px 0 3px;
/* 39  */ }
/* 40  */ 
/* 41  */ /*--------------------------------------------------
/* 42  *|   ul.tabbernav = the tab navigation list
/* 43  *|   li.tabberactive = the active tab
/* 44  *|   --------------------------------------------------*/
/* 45  */ .style1 ul.tabbernav {
/* 46  */  margin:0;
/* 47  */  padding: 1px 0;
/* 48  */  font: bold 12px; /* Verdana, sans-serif*/
/* 49  */ }
/* 50  */ *html .style1 ul.tabbernav{  /* ie6 only */

/* tabber.css */

/* 51  */  padding: 2px 0;
/* 52  */ }
/* 53  */ *+html .style1 ul.tabbernav{  /* ie7 only */
/* 54  */  padding: 2px 0;
/* 55  */ }
/* 56  */ .style1 ul.tabbernav li {
/* 57  */  list-style: none;
/* 58  */  margin: 0;
/* 59  */  display: inline;
/* 60  */ }
/* 61  */ .style1 ul.tabbernav li a { /* inactive tabs */
/* 62  */ background-color:#fff;
/* 63  */ border:1px solid #ccc;
/* 64  */ color:#666769;
/* 65  */ font-size:11px;
/* 66  */ padding:5px;
/* 67  */ font-weight: bold;
/* 68  */ }
/* 69  */ .style1 ul.tabbernav li.tabberactive a{ /* active tab */
/* 70  */ background-color:#666769;
/* 71  */ border:1px solid #666769;
/* 72  */ color:white;
/* 73  */ font-size:11px;
/* 74  */ padding:5px;
/* 75  */ }
/* 76  */ .style1 ul.tabbernav a:hover {
/* 77  */ background:#666769;
/* 78  */ text-decoration:none;
/* 79  */ color:#fff;
/* 80  */ }
/* 81  */ .style1 ul.tabbernav {
/* 82  */  margin:0 5px !important;
/* 83  */  padding: 3px 0 0 5px !important;
/* 84  */  font: bold 12px Verdana, sans-serif;
/* 85  */  float: none;
/* 86  */ }
/* 87  */ 
/* 88  */ 
/* 89  */ 
/* 90  */ /*--------------------------------------------------
/* 91  *|   .tabbertab = the tab content
/* 92  *|   Add style only after the tabber interface is set up (.tabberlive)
/* 93  *|   --------------------------------------------------*/
/* 94  */ .style1.tabberlive .tabbertab {
/* 95  */ background:none repeat scroll 0 0 #FFFFFF;
/* 96  */ margin:10px;
/* 97  */ padding:10px;
/* 98  */ border: 1px solid #CCCCCC;
/* 99  */ }
/* 100 */ 

/* tabber.css */

/* 101 */ /* Example of using an ID to set different styles for the tabs on the page */
/* 102 */ .style1.tabberlive#tab1 {
/* 103 */ }
/* 104 */ .style1.tabberlive#tab2 {
/* 105 */ }
/* 106 */ .style1.tabberlive#tab2 .tabbertab {
/* 107 */  height:200px;
/* 108 */  overflow:auto;
/* 109 */ }
/* 110 */ 
/* 111 */ .style1 .tablist {
/* 112 */  font-size:.8em;
/* 113 */ }
/* 114 */ 
/* 115 */ /********************************************************************************
/* 116 *|                 Style 2
/* 117 *| ********************************************************************************/
/* 118 */ /*--------------------------------------------------
/* 119 *|   .tabber = before the tabber interface is set up
/* 120 *|   .tabberlive = after the tabber interface is set up
/* 121 *|   --------------------------------------------------*/
/* 122 */ .style2.tabberlive {
/* 123 */  margin-top:1em;
/* 124 */ }
/* 125 */ 
/* 126 */ /*--------------------------------------------------
/* 127 *|   ul.tabbernav = the tab navigation list
/* 128 *|   li.tabberactive = the active tab
/* 129 *|   --------------------------------------------------*/
/* 130 */ .style2 ul.tabbernav
/* 131 */ {
/* 132 */  margin:0;
/* 133 */  padding: 3px 0;
/* 134 */  border-bottom: 1px solid #778;
/* 135 */  font: bold 12px Verdana, sans-serif;
/* 136 */  margin-left: 0px !important;
/* 137 */ float: none;
/* 138 */ }
/* 139 */ 
/* 140 */ .style2 ul.tabbernav li
/* 141 */ {
/* 142 */  list-style: none;
/* 143 */  margin: 0;
/* 144 */  display: inline;
/* 145 */ }
/* 146 */ 
/* 147 */ .style2 ul.tabbernav li a
/* 148 */ {
/* 149 */  padding: 3px 0.5em;
/* 150 */  margin-left: 3px;

/* tabber.css */

/* 151 */  border: 1px solid #778;
/* 152 */  border-bottom: none;
/* 153 */  background: #DDE;
/* 154 */  text-decoration: none;
/* 155 */ }
/* 156 */ 
/* 157 */ .style2 ul.tabbernav li a:link { color: #448; }
/* 158 */ .style2 ul.tabbernav li a:visited { color: #667; }
/* 159 */ 
/* 160 */ .style2 ul.tabbernav li a:hover
/* 161 */ {
/* 162 */  color: #000;
/* 163 */  background: #AAE;
/* 164 */  border-color: #227;
/* 165 */  text-decoration: none;
/* 166 */ }
/* 167 */ 
/* 168 */ .style2 ul.tabbernav li.tabberactive a
/* 169 */ {
/* 170 */  background-color: #fff;
/* 171 */  border-bottom: 1px solid #fff;
/* 172 */ }
/* 173 */ 
/* 174 */ 
/* 175 */ .style2 ul.tabbernav li.tabberactive a:hover
/* 176 */ {
/* 177 */  color: #000;
/* 178 */  background: white;
/* 179 */  border-bottom: 1px solid white;
/* 180 */ }
/* 181 */ 
/* 182 */ /*--------------------------------------------------
/* 183 *|   .tabbertab = the tab content
/* 184 *|   Add style only after the tabber interface is set up (.tabberlive)
/* 185 *|   --------------------------------------------------*/
/* 186 */ .style2.tabberlive .tabbertab {
/* 187 */ border:1px solid #AAAAAA;
/* 188 */ margin-top:3px;
/* 189 */ padding:5px;
/* 190 */ 
/* 191 */  /* If you don't want the tab size changing whenever a tab is changed
/* 192 *|     you can set a fixed height */
/* 193 */ 
/* 194 */  /* height:200px; */
/* 195 */ 
/* 196 */  /* If you set a fix height set overflow to auto and you will get a
/* 197 *|     scrollbar when necessary */
/* 198 */ 
/* 199 */  /* overflow:auto; */
/* 200 */ }

/* tabber.css */

/* 201 */ 
/* 202 */ /* If desired, hide the heading since a heading is provided by the tab */
/* 203 */ .tabberlive .tabbertab h2 {
/* 204 */  display:none;
/* 205 */ }
/* 206 */ .style2.tabberlive .tabbertab h3 {
/* 207 */  display:none;
/* 208 */ }
/* 209 */ 
/* 210 */ /* Example of using an ID to set different styles for the tabs on the page */
/* 211 */ .style2.tabberlive#tab1 {
/* 212 */ }
/* 213 */ .style2.tabberlive#tab2 {
/* 214 */ }
/* 215 */ .style2.tabberlive#tab2 .tabbertab {
/* 216 */  height:200px;
/* 217 */  overflow:auto;
/* 218 */ }