
/* nivo-slider.css */

/* 1  */ /*
/* 2  *|  * jQuery Nivo Slider v2.6
/* 3  *|  * http://nivo.dev7studios.com
/* 4  *|  *
/* 5  *|  * Copyright 2011, Gilbert Pellegrom
/* 6  *|  * Free to use and abuse under the MIT license.
/* 7  *|  * http://www.opensource.org/licenses/mit-license.php
/* 8  *|  * 
/* 9  *|  * March 2010
/* 10 *|  */
/* 11 */  
/* 12 */  
/* 13 */ /* The Nivo Slider styles */
/* 14 */ .nivoSlider {
/* 15 */ 	position:relative;
/* 16 */ }
/* 17 */ .nivoSlider img {
/* 18 */ 	position:absolute;
/* 19 */ 	top:0px;
/* 20 */ 	left:0px;
/* 21 */ }
/* 22 */ /* If an image is wrapped in a link */
/* 23 */ .nivoSlider a.nivo-imageLink {
/* 24 */ 	position:absolute;
/* 25 */ 	top:0px;
/* 26 */ 	left:0px;
/* 27 */ 	width:100%;
/* 28 */ 	height:100%;
/* 29 */ 	border:0;
/* 30 */ 	padding:0;
/* 31 */ 	margin:0;
/* 32 */ 	z-index:6;
/* 33 */ 	display:none;
/* 34 */ }
/* 35 */ /* The slices and boxes in the Slider */
/* 36 */ .nivo-slice {
/* 37 */ 	display:block;
/* 38 */ 	position:absolute;
/* 39 */ 	z-index:5;
/* 40 */ 	height:100%;
/* 41 */ }
/* 42 */ .nivo-box {
/* 43 */ 	display:block;
/* 44 */ 	position:absolute;
/* 45 */ 	z-index:5;
/* 46 */ }
/* 47 */ /* Caption styles */
/* 48 */ .nivo-caption {
/* 49 */ 	position:absolute;
/* 50 */ 	left:0px;

/* nivo-slider.css */

/* 51 */ 	bottom:0px;
/* 52 */ 	background: #000;
/* 53 */ 	background: rgba(0,0,0,.65);
/* 54 */ 	color:#fff;
/* 55 */ 	opacity:0.8; /* Overridden by captionOpacity setting */
/* 56 */ 	width:100%;
/* 57 */ 	z-index:8;
/* 58 */ }
/* 59 */ .nivo-caption p {
/* 60 */ 	padding:5px;
/* 61 */ 	margin:0;
/* 62 */ }
/* 63 */ .nivo-caption a {
/* 64 */ 	display:inline !important;
/* 65 */ }
/* 66 */ .nivo-html-caption {
/* 67 */     display:none;
/* 68 */ }
/* 69 */ /* Direction nav styles (e.g. Next & Prev) */
/* 70 */ .nivo-directionNav a {
/* 71 */ 	position:absolute;
/* 72 */ 	top:45%;
/* 73 */ 	z-index:9;
/* 74 */ 	cursor:pointer;
/* 75 */ }
/* 76 */ .nivo-prevNav {
/* 77 */ 	left:0px;
/* 78 */ }
/* 79 */ .nivo-nextNav {
/* 80 */ 	right:0px;
/* 81 */ }
/* 82 */ /* Control nav styles (e.g. 1,2,3...) */
/* 83 */ .nivo-controlNav a {
/* 84 */ 	position:relative;
/* 85 */ 	z-index:9;
/* 86 */ 	cursor:pointer;
/* 87 */ }
/* 88 */ .nivo-controlNav a.active {
/* 89 */ 	font-weight:bold;
/* 90 */ }

/* jquery.fancybox-1.3.4.css */

/* 1   */ /*
/* 2   *|  * FancyBox - jQuery Plugin
/* 3   *|  * Simple and fancy lightbox alternative
/* 4   *|  *
/* 5   *|  * Examples and documentation at: http://fancybox.net
/* 6   *|  * 
/* 7   *|  * Copyright (c) 2008 - 2010 Janis Skarnelis
/* 8   *|  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
/* 9   *|  * 
/* 10  *|  * Version: 1.3.4 (11/11/2010)
/* 11  *|  * Requires: jQuery v1.3+
/* 12  *|  *
/* 13  *|  * Dual licensed under the MIT and GPL licenses:
/* 14  *|  *   http://www.opensource.org/licenses/mit-license.php
/* 15  *|  *   http://www.gnu.org/licenses/gpl.html
/* 16  *|  */
/* 17  */ 
/* 18  */ #fancybox-loading {
/* 19  */ 	position: fixed;
/* 20  */ 	top: 50%;
/* 21  */ 	left: 50%;
/* 22  */ 	width: 40px;
/* 23  */ 	height: 40px;
/* 24  */ 	margin-top: -20px;
/* 25  */ 	margin-left: -20px;
/* 26  */ 	cursor: pointer;
/* 27  */ 	overflow: hidden;
/* 28  */ 	z-index: 1104;
/* 29  */ 	display: none;
/* 30  */ }
/* 31  */ 
/* 32  */ #fancybox-loading div {
/* 33  */ 	position: absolute;
/* 34  */ 	top: 0;
/* 35  */ 	left: 0;
/* 36  */ 	width: 40px;
/* 37  */ 	height: 480px;
/* 38  */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 39  */ }
/* 40  */ 
/* 41  */ #fancybox-overlay {
/* 42  */ 	position: absolute;
/* 43  */ 	top: 0;
/* 44  */ 	left: 0;
/* 45  */ 	width: 100%;
/* 46  */ 	z-index: 1100;
/* 47  */ 	display: none;
/* 48  */ }
/* 49  */ 
/* 50  */ #fancybox-tmp {

/* jquery.fancybox-1.3.4.css */

/* 51  */ 	padding: 0;
/* 52  */ 	margin: 0;
/* 53  */ 	border: 0;
/* 54  */ 	overflow: auto;
/* 55  */ 	display: none;
/* 56  */ }
/* 57  */ 
/* 58  */ #fancybox-wrap {
/* 59  */ 	position: absolute;
/* 60  */ 	top: 0;
/* 61  */ 	left: 0;
/* 62  */ 	padding: 20px;
/* 63  */ 	z-index: 1101;
/* 64  */ 	outline: none;
/* 65  */ 	display: none;
/* 66  */ }
/* 67  */ 
/* 68  */ #fancybox-outer {
/* 69  */ 	position: relative;
/* 70  */ 	width: 100%;
/* 71  */ 	height: 100%;
/* 72  */ 	background: #fff;
/* 73  */ }
/* 74  */ 
/* 75  */ #fancybox-content {
/* 76  */ 	width: 0;
/* 77  */ 	height: 0;
/* 78  */ 	padding: 0;
/* 79  */ 	outline: none;
/* 80  */ 	position: relative;
/* 81  */ 	overflow: hidden;
/* 82  */ 	z-index: 1102;
/* 83  */ 	border: 0px solid #fff;
/* 84  */ }
/* 85  */ 
/* 86  */ #fancybox-hide-sel-frame {
/* 87  */ 	position: absolute;
/* 88  */ 	top: 0;
/* 89  */ 	left: 0;
/* 90  */ 	width: 100%;
/* 91  */ 	height: 100%;
/* 92  */ 	background: transparent;
/* 93  */ 	z-index: 1101;
/* 94  */ }
/* 95  */ 
/* 96  */ #fancybox-close {
/* 97  */ 	position: absolute;
/* 98  */ 	top: -15px;
/* 99  */ 	right: -15px;
/* 100 */ 	width: 30px;

/* jquery.fancybox-1.3.4.css */

/* 101 */ 	height: 30px;
/* 102 */ 	background: transparent url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png') -40px 0px;
/* 103 */ 	cursor: pointer;
/* 104 */ 	z-index: 1103;
/* 105 */ 	display: none;
/* 106 */ }
/* 107 */ 
/* 108 */ #fancybox-error {
/* 109 */ 	color: #444;
/* 110 */ 	font: normal 12px/20px Arial;
/* 111 */ 	padding: 14px;
/* 112 */ 	margin: 0;
/* 113 */ }
/* 114 */ 
/* 115 */ #fancybox-img {
/* 116 */ 	width: 100%;
/* 117 */ 	height: 100%;
/* 118 */ 	padding: 0;
/* 119 */ 	margin: 0;
/* 120 */ 	border: none;
/* 121 */ 	outline: none;
/* 122 */ 	line-height: 0;
/* 123 */ 	vertical-align: top;
/* 124 */ }
/* 125 */ 
/* 126 */ #fancybox-frame {
/* 127 */ 	width: 100%;
/* 128 */ 	height: 100%;
/* 129 */ 	border: none;
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */ 
/* 133 */ #fancybox-left, #fancybox-right {
/* 134 */ 	position: absolute;
/* 135 */ 	bottom: 0px;
/* 136 */ 	height: 100%;
/* 137 */ 	width: 35%;
/* 138 */ 	cursor: pointer;
/* 139 */ 	outline: none;
/* 140 */ 	background: transparent url('/wp-content/themes/NNBcafe/javascripts/fancybox/blank.gif');
/* 141 */ 	z-index: 1102;
/* 142 */ 	display: none;
/* 143 */ }
/* 144 */ 
/* 145 */ #fancybox-left {
/* 146 */ 	left: 0px;
/* 147 */ }
/* 148 */ 
/* 149 */ #fancybox-right {
/* 150 */ 	right: 0px;

/* jquery.fancybox-1.3.4.css */

/* 151 */ }
/* 152 */ 
/* 153 */ #fancybox-left-ico, #fancybox-right-ico {
/* 154 */ 	position: absolute;
/* 155 */ 	top: 50%;
/* 156 */ 	left: -9999px;
/* 157 */ 	width: 30px;
/* 158 */ 	height: 30px;
/* 159 */ 	margin-top: -15px;
/* 160 */ 	cursor: pointer;
/* 161 */ 	z-index: 1102;
/* 162 */ 	display: block;
/* 163 */ }
/* 164 */ 
/* 165 */ #fancybox-left-ico {
/* 166 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 167 */ 	background-position: -40px -30px;
/* 168 */ }
/* 169 */ 
/* 170 */ #fancybox-right-ico {
/* 171 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 172 */ 	background-position: -40px -60px;
/* 173 */ }
/* 174 */ 
/* 175 */ #fancybox-left:hover, #fancybox-right:hover {
/* 176 */ 	visibility: visible; /* IE6 */
/* 177 */ }
/* 178 */ 
/* 179 */ #fancybox-left:hover span {
/* 180 */ 	left: 20px;
/* 181 */ }
/* 182 */ 
/* 183 */ #fancybox-right:hover span {
/* 184 */ 	left: auto;
/* 185 */ 	right: 20px;
/* 186 */ }
/* 187 */ 
/* 188 */ .fancybox-bg {
/* 189 */ 	position: absolute;
/* 190 */ 	padding: 0;
/* 191 */ 	margin: 0;
/* 192 */ 	border: 0;
/* 193 */ 	width: 20px;
/* 194 */ 	height: 20px;
/* 195 */ 	z-index: 1001;
/* 196 */ }
/* 197 */ 
/* 198 */ #fancybox-bg-n {
/* 199 */ 	top: -20px;
/* 200 */ 	left: 0;

/* jquery.fancybox-1.3.4.css */

/* 201 */ 	width: 100%;
/* 202 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox-x.png');
/* 203 */ }
/* 204 */ 
/* 205 */ #fancybox-bg-ne {
/* 206 */ 	top: -20px;
/* 207 */ 	right: -20px;
/* 208 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 209 */ 	background-position: -40px -162px;
/* 210 */ }
/* 211 */ 
/* 212 */ #fancybox-bg-e {
/* 213 */ 	top: 0;
/* 214 */ 	right: -20px;
/* 215 */ 	height: 100%;
/* 216 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox-y.png');
/* 217 */ 	background-position: -20px 0px;
/* 218 */ }
/* 219 */ 
/* 220 */ #fancybox-bg-se {
/* 221 */ 	bottom: -20px;
/* 222 */ 	right: -20px;
/* 223 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 224 */ 	background-position: -40px -182px; 
/* 225 */ }
/* 226 */ 
/* 227 */ #fancybox-bg-s {
/* 228 */ 	bottom: -20px;
/* 229 */ 	left: 0;
/* 230 */ 	width: 100%;
/* 231 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox-x.png');
/* 232 */ 	background-position: 0px -20px;
/* 233 */ }
/* 234 */ 
/* 235 */ #fancybox-bg-sw {
/* 236 */ 	bottom: -20px;
/* 237 */ 	left: -20px;
/* 238 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 239 */ 	background-position: -40px -142px;
/* 240 */ }
/* 241 */ 
/* 242 */ #fancybox-bg-w {
/* 243 */ 	top: 0;
/* 244 */ 	left: -20px;
/* 245 */ 	height: 100%;
/* 246 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox-y.png');
/* 247 */ }
/* 248 */ 
/* 249 */ #fancybox-bg-nw {
/* 250 */ 	top: -20px;

/* jquery.fancybox-1.3.4.css */

/* 251 */ 	left: -20px;
/* 252 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png');
/* 253 */ 	background-position: -40px -122px;
/* 254 */ }
/* 255 */ 
/* 256 */ #fancybox-title {
/* 257 */ 	font-family: Helvetica;
/* 258 */ 	font-size: 12px;
/* 259 */ 	z-index: 1102;
/* 260 */ }
/* 261 */ 
/* 262 */ .fancybox-title-inside {
/* 263 */ 	padding-bottom: 10px;
/* 264 */ 	text-align: center;
/* 265 */ 	color: #333;
/* 266 */ 	background: #fff;
/* 267 */ 	position: relative;
/* 268 */ }
/* 269 */ 
/* 270 */ .fancybox-title-outside {
/* 271 */ 	padding-top: 10px;
/* 272 */ 	color: #fff;
/* 273 */ }
/* 274 */ 
/* 275 */ .fancybox-title-over {
/* 276 */ 	position: absolute;
/* 277 */ 	bottom: 0;
/* 278 */ 	left: 0;
/* 279 */ 	color: #FFF;
/* 280 */ 	text-align: left;
/* 281 */ }
/* 282 */ 
/* 283 */ #fancybox-title-over {
/* 284 */ 	padding: 10px;
/* 285 */ 	background-image: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancy_title_over.png');
/* 286 */ 	display: block;
/* 287 */ }
/* 288 */ 
/* 289 */ .fancybox-title-float {
/* 290 */ 	position: absolute;
/* 291 */ 	left: 0;
/* 292 */ 	bottom: -20px;
/* 293 */ 	height: 32px;
/* 294 */ }
/* 295 */ 
/* 296 */ #fancybox-title-float-wrap {
/* 297 */ 	border: none;
/* 298 */ 	border-collapse: collapse;
/* 299 */ 	width: auto;
/* 300 */ }

/* jquery.fancybox-1.3.4.css */

/* 301 */ 
/* 302 */ #fancybox-title-float-wrap td {
/* 303 */ 	border: none;
/* 304 */ 	white-space: nowrap;
/* 305 */ }
/* 306 */ 
/* 307 */ #fancybox-title-float-left {
/* 308 */ 	padding: 0 0 0 15px;
/* 309 */ 	background: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png') -40px -90px no-repeat;
/* 310 */ }
/* 311 */ 
/* 312 */ #fancybox-title-float-main {
/* 313 */ 	color: #FFF;
/* 314 */ 	line-height: 29px;
/* 315 */ 	font-weight: bold;
/* 316 */ 	padding: 0 0 3px 0;
/* 317 */ 	background: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox-x.png') 0px -40px;
/* 318 */ }
/* 319 */ 
/* 320 */ #fancybox-title-float-right {
/* 321 */ 	padding: 0 0 0 15px;
/* 322 */ 	background: url('/wp-content/themes/NNBcafe/javascripts/fancybox/fancybox.png') -55px -90px no-repeat;
/* 323 */ }
/* 324 */ 
/* 325 */ /* IE6 */
/* 326 */ 
/* 327 */ .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_close.png', sizingMethod='scale'); }
/* 328 */ 
/* 329 */ .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
/* 330 */ .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
/* 331 */ 
/* 332 */ .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
/* 333 */ .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_title_left.png', sizingMethod='scale'); }
/* 334 */ .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_title_main.png', sizingMethod='scale'); }
/* 335 */ .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_title_right.png', sizingMethod='scale'); }
/* 336 */ 
/* 337 */ .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
/* 338 */ 	height: expression(this.parentNode.clientHeight + "px");
/* 339 */ }
/* 340 */ 
/* 341 */ #fancybox-loading.fancybox-ie6 {
/* 342 */ 	position: absolute; margin-top: 0;
/* 343 */ 	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
/* 344 */ }
/* 345 */ 
/* 346 */ #fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* 347 */ 
/* 348 */ /* IE6, IE7, IE8 */
/* 349 */ 
/* 350 */ .fancybox-ie .fancybox-bg { background: transparent !important; }

/* jquery.fancybox-1.3.4.css */

/* 351 */ 
/* 352 */ .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
/* 353 */ .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
/* 354 */ .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
/* 355 */ .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
/* 356 */ .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
/* 357 */ .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
/* 358 */ .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
/* 359 */ .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='javascripts/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: NNB Cafe
/* 3    *| Theme URI: http://lookandsound.com
/* 4    *| Description: Designed & Developed by <a href="http://lookandsound.com">Look And Sound Design</a>.
/* 5    *| Author: LASD Theme
/* 6    *| Author URI: http://lookandsound.com
/* 7    *| License: GNU General Public License version 3.0
/* 8    *| License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 9    *| Version: 1.5
/* 10   *| */
/* 11   */ 
/* 12   */ /*
/* 13   *| 	The CSS files for each color scheme are located in stylesheets/colors/_theme_name_.css (eg: stylesheets/colors/lime.css)
/* 14   *| 	This file is used for the overall site structure and elements.
/* 15   *| */
/* 16   */ * {margin: 0; padding:0; }
/* 17   */ /*--------------------------------------------
/* 18   *| Global
/* 19   *| ---------------------------------------------*/
/* 20   */ body {
/* 21   */ 	background: #eeeeee url('/wp-content/themes/NNBcafe/images/backgrounds/linen.png') repeat top left;
/* 22   */ 	font-family: "Helvetica Neue", helvetica, sans-serif;
/* 23   */ 	color: #676767;
/* 24   */ 	font-size: 14px;
/* 25   */ }
/* 26   */ div#container_wrap {
/* 27   */ 	width: 980px;
/* 28   */ 	margin: 0 auto;
/* 29   */ 	position: relative;
/* 30   */ }
/* 31   */ /* Header */
/* 32   */ div#header {
/* 33   */ 	margin: 0px 0px 0px 0px;
/* 34   */ 	padding-top: 25px;
/* 35   */ }
/* 36   */ 	div#header .logo {
/* 37   */ 		margin-bottom: 35px;
/* 38   */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/logo.png') no-repeat top right;
/* 39   */ 		padding-right: 26px;
/* 40   */ 		height: 50px;
/* 41   */ 		width: 130px;
/* 42   */ 	}
/* 43   */ 		div#header .logo.uploaded { background: none; overflow: hidden; width: auto; height: auto; margin-bottom: 10px; }
/* 44   */ 	div#header .logo.text {
/* 45   */ 		background: none;
/* 46   */ 		width: auto;
/* 47   */ 		padding: none;
/* 48   */ 	}
/* 49   */ 		div#header .logo a{
/* 50   */ 			font-size: 60px;

/* style.css */

/* 51   */ 			color: #999;
/* 52   */ 			font-family: "QlassikMedium";
/* 53   */ 			text-decoration: none;
/* 54   */ 		}
/* 55   */ 	/* Navigation */
/* 56   */ 	div#header ul#nav {
/* 57   */ 		height: 40px;
/* 58   */ 		clear: both;
/* 59   */ 		padding-left: 20px;
/* 60   */ 		border: 1px solid #dbdbdb;
/* 61   */ 		-moz-border-radius-topright: 5px;
/* 62   */ 			-webkit-border-top-right-radius: 5px;
/* 63   */ 			border-top-right-radius: 5px;
/* 64   */ 		-moz-border-radius-topleft: 5px;
/* 65   */ 			-webkit-border-top-left-radius: 5px;
/* 66   */ 			border-top-left-radius: 5px;
/* 67   */ 		background: #fff url('/wp-content/themes/NNBcafe/images/nav_bg.png') repeat-x bottom left;
/* 68   */ 		list-style: none;
/* 69   */ 		position: relative;
/* 70   */ 		padding-top: 20px;
/* 71   */ 	}
/* 72   */ 		/*sahand note: removed padding and added float in admin custom css for menu phone number*/
/* 73   */ 		div#header ul#nav li {
/* 74   */ 			display: inline;
/* 75   */ 			position: relative;
/* 76   */ 			/*padding-bottom: 25px;*/
/* 77   */ 		}
/* 78   */ 			div#header ul#nav li a {
/* 79   */ 				text-decoration: none;
/* 80   */ 				padding: 4px 13px 5px 13px;
/* 81   */ 				margin-right: 10px;
/* 82   */ 				-webkit-border-radius: 5px;
/* 83   */ 				-moz-border-radius: 5px;
/* 84   */ 				border-radius: 5px;
/* 85   */ 				font-family: "QlassikMedium";
/* 86   */ 				font-size: 17px;
/* 87   */ 				color: #3e3e3e;
/* 88   */ 			}
/* 89   */ 				div#header ul#nav li a:hover { color: #111; }
/* 90   */ 			div#header ul#nav li.current-menu-item a,
/* 91   */ 			div#header ul#nav li.current-menu-parent a {
/* 92   */ 				background: #b6de3e;
/* 93   */ 				color: #fff;
/* 94   */ 				box-shadow: 0px 0px 1px #aaa;
/* 95   */ 				border: 1px solid #eaeaea;
/* 96   */ 				font-family: "QlassikBold";
/* 97   */ 			}
/* 98   */ 	/* Sub Nav */
/* 99   */ 	div#header ul#nav li ul{
/* 100  */ 		list-style: none;

/* style.css */

/* 101  */ 		position: absolute;
/* 102  */ 		z-index: 999999;
/* 103  */ 		top: 38px;
/* 104  */ 		left: 0;
/* 105  */ 		width: 130px;
/* 106  */ 		background: #f2f2f2;
/* 107  */ 		text-align: center;
/* 108  */ 		border: 1px solid #ddd;
/* 109  */ 		border-top: none;
/* 110  */ 		padding: 0px 0px 5px 0px;
/* 111  */ 		display: none;
/* 112  */ 		margin: 0;
/* 113  */ 		-moz-border-radius-bottomright: 5px;
/* 114  */ 			-webkit-border-bottom-right-radius: 5px;
/* 115  */ 			border-bottom-right-radius: 5px;
/* 116  */ 		-moz-border-radius-bottomleft: 5px;
/* 117  */ 			-webkit-border-bottom-left-radius: 5px;
/* 118  */ 			border-bottom-left-radius: 5px;
/* 119  */ 	}
/* 120  */ 		div#header ul#nav li ul li {
/* 121  */ 			display: block;
/* 122  */ 			margin-bottom: 0px;
/* 123  */ 			padding-bottom: 0px;
/* 124  */ 			padding-left: 10px;
/* 125  */ 		}
/* 126  */ 		div#header ul#nav li ul li a,
/* 127  */ 		div#header ul#nav li.current-menu-item ul li a,
/* 128  */ 		div#header ul#nav li.current-menu-parent ul li a{
/* 129  */ 			display: block;
/* 130  */ 			padding: 8px 0px 8px 0px;
/* 131  */ 			font-size: 11px;
/* 132  */ 			font-weight: normal;
/* 133  */ 			color: #888;
/* 134  */ 			font-family: "Helvetica Neue", helvetica, sans-serif;
/* 135  */ 			-webkit-border-radius: 0px;
/* 136  */ 			-moz-border-radius: 0px;
/* 137  */ 			border-radius: 0px;
/* 138  */ 			border-bottom: 1px solid #ddd;
/* 139  */ 		}
/* 140  */ 		div#header ul#nav li.current-menu-item ul li a,
/* 141  */ 		div#header ul#nav li.current-menu-parent ul li a{
/* 142  */ 			background: none;
/* 143  */ 			border-top: none;
/* 144  */ 			border-left: none;
/* 145  */ 			border-right: none;
/* 146  */ 			border-color: #ddd;
/* 147  */ 			box-shadow: none;
/* 148  */ 			color: #666;
/* 149  */ 		}
/* 150  */ 			div#header ul#nav li ul li a:hover {

/* style.css */

/* 151  */ 				color: #3d3d3d;
/* 152  */ 			}
/* 153  */ /*--------------------------------------------
/* 154  *| Headings
/* 155  *| ---------------------------------------------*/
/* 156  */ h1,h2,h3 {
/* 157  */ 	margin: 0;
/* 158  */ 	padding: 0;
/* 159  */ 	font-family: "QlassikMedium";
/* 160  */ 	font-size: 34px;
/* 161  */ 	font-weight: normal;
/* 162  */ 	color: #3a3a3a;
/* 163  */ }
/* 164  */ h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }
/* 165  */ h1 {
/* 166  */ 	font-size: 34px;
/* 167  */ 	color: #333;
/* 168  */ }
/* 169  */ 	h1 span {
/* 170  */ 		font-size: 13px;
/* 171  */ 		font-style: italic;
/* 172  */ 		color: #999;
/* 173  */ 		position: relative;
/* 174  */ 		top: -5px;
/* 175  */ 		left: 10px;
/* 176  */ 		font-family: "Helvetica Neue", helvetica, sans-serif;
/* 177  */ 	}
/* 178  */ h2 {
/* 179  */ 	font-size: 29px;
/* 180  */ }
/* 181  */ h3 { font-size: 23px; }
/* 182  */ h4 {
/* 183  */ 	font-size: 20px;
/* 184  */ 	color: #2a2a2a;
/* 185  */ }
/* 186  */ h5 {
/* 187  */ 	color: #424242;
/* 188  */ 	font-size: 15px;
/* 189  */ }
/* 190  */ h6 {
/* 191  */ 	font-size: 13px;
/* 192  */ 	color: #2b2b2b;
/* 193  */ }
/* 194  */ strong, b { color: #3a3a3a; }
/* 195  */ .center { text-align: center; }
/* 196  */ /*--------------------------------------------
/* 197  *| Shared Theme Elements
/* 198  *| ---------------------------------------------*/
/* 199  */ div.main_content {
/* 200  */ 	overflow: hidden;

/* style.css */

/* 201  */ 	padding: 25px 30px;
/* 202  */ 	border: 1px solid #dbdbdb;
/* 203  */ 	border-top: none;
/* 204  */ 	border-bottom: none;
/* 205  */ 	background: #fff;
/* 206  */ }
/* 207  */ 	div.main_content p {
/* 208  */ 		font-size: 12px;
/* 209  */ 		color: #888;
/* 210  */ 		line-height: 20px;
/* 211  */ 		margin-bottom: 25px;
/* 212  */ 	}
/* 213  */ div.shadow {
/* 214  */ 	border-bottom: 1px solid #dfdfdf;
/* 215  */ 	background: url('/wp-content/themes/NNBcafe/images/horizontal_shadow.png') no-repeat bottom;
/* 216  */ 	height: 65px;
/* 217  */ 	width: 980px;
/* 218  */ 	clear: both;
/* 219  */ 	position: relative;
/* 220  */ 	left: -35px;
/* 221  */ 	top: -30px;
/* 222  */ }
/* 223  */ div.page_heading {
/* 224  */ 	padding: 0px 0px 10px 0px;
/* 225  */ 	background: url('/wp-content/themes/NNBcafe/images/page_heading.png') no-repeat bottom;
/* 226  */ 	margin: 0px 0px 30px 0px;
/* 227  */ 	text-align: center;
/* 228  */ }
/* 229  */ div.section_heading {
/* 230  */ 	position: relative;
/* 231  */ 	margin: 0px 0px 15px 0px;
/* 232  */ }
/* 233  */ div.small_left_column {
/* 234  */ 	float: left;
/* 235  */ 	width: 565px;
/* 236  */ }
/* 237  */ div.large_left_column {
/* 238  */ 	float: left;
/* 239  */ 	width: 675px;
/* 240  */ }
/* 241  */ /*--------------------------------------------
/* 242  *| Homepage
/* 243  *| ---------------------------------------------*/
/* 244  */ div#homepage div#slider{
/* 245  */ 	margin: 0 auto;
/* 246  */ 	margin-bottom: 30px;
/* 247  */ 	width: 918px;
/* 248  */ 	background: url('/wp-content/themes/NNBcafe/images/page_heading.png') no-repeat bottom center;
/* 249  */ 	padding-bottom: 50px;
/* 250  */ }

/* style.css */

/* 251  */ 	/* Nivo Slider */
/* 252  */ 	div#homepage #slides { border: 1px solid #d2d2d2; }
/* 253  */ 	div#homepage #slides img {
/* 254  */ 		position:absolute;
/* 255  */ 		top:0px;
/* 256  */ 		left:0px;
/* 257  */ 		display:none;
/* 258  */ 		height: 346px;
/* 259  */ 	}
/* 260  */ 		div#homepage #slides a {
/* 261  */ 		   border:0;
/* 262  */ 		   display:block;
/* 263  */ 		}
/* 264  */ 		div#homepage #slides .nivo-caption {
/* 265  */ 			width: auto;
/* 266  */ 			left: 0;
/* 267  */ 			bottom: 40px;
/* 268  */ 			background: none;
/* 269  */ 			overflow: visible;
/* 270  */ 			z-index: auto;
/* 271  */ 		}
/* 272  */ 			div#homepage #slides .nivo-caption p {
/* 273  */ 			  background: #000;
/* 274  */ 				background: rgba(0,0,0,.65);
/* 275  */ 				padding: 15px 40px 17px 40px;
/* 276  */ 				margin: 0;
/* 277  */ 				font-size: 20px;
/* 278  */ 				font-weight: normal;
/* 279  */ 				color: #fff;
/* 280  */ 				border: 1px solid rgba(255,255,255,0.25);
/* 281  */ 				border-left: none;
/* 282  */ 				position: relative;
/* 283  */ 				z-index: 9;
/* 284  */ 				overflow: visible;
/* 285  */ 			}
/* 286  */ 			div#homepage #slides .nivo-caption p span{
/* 287  */ 				position: absolute;
/* 288  */ 				right: -55px;
/* 289  */ 				top: -12px;
/* 290  */ 				background: url('/wp-content/themes/NNBcafe/images/colors/lime/date_bg.png') no-repeat;
/* 291  */ 				width: 71px;
/* 292  */ 				color: #fff;
/* 293  */ 				font-weight: bold;
/* 294  */ 				font-size: 25px;
/* 295  */ 				text-align: center;
/* 296  */ 				padding: 24px 0px 33px 0px;
/* 297  */ 				text-shadow: 0px 2px 1px #999;
/* 298  */ 				z-index: 10;
/* 299  */ 			}
/* 300  */ 			div#homepage #slides .nivo-caption a { display: block; margin-top: 20px; }

/* style.css */

/* 301  */ 			.nivo-controlNav {
/* 302  */ 				position: absolute;
/* 303  */ 				bottom: -30px;
/* 304  */ 				position:absolute;
/* 305  */ 				left:50%;
/* 306  */ 		    margin-left:-30px; /* Tweak this to center bullets */
/* 307  */ 			}
/* 308  */ 			div#homepage #slides .nivo-controlNav { z-index: 12; }
/* 309  */ 			div#homepage #slides .nivo-controlNav a{
/* 310  */ 					display: block;
/* 311  */ 					float: left;
/* 312  */ 					margin-right: 6px;
/* 313  */ 					width: 10px;
/* 314  */ 					height: 10px;
/* 315  */ 					-moz-border-radius: 5px;
/* 316  */ 					-webkit-border-radius: 5px;
/* 317  */ 					border-radius: 5px;
/* 318  */ 					background: #c1c1c1;
/* 319  */ 					text-indent: -999999px;
/* 320  */ 					box-shadow: inset 0px 2px 2px #888;
/* 321  */ 				}
/* 322  */ 			div#homepage #slides	.nivo-controlNav a.active{ background: #777; }
/* 323  */ div#homepage div#welcome {
/* 324  */ 	padding-bottom: 0px;
/* 325  */ }
/* 326  */ 
/* 327  */ 	/*sahand note: align header*/
/* 328  */ 	div#homepage div#welcome h2{
/* 329  */ 		margin-bottom: 10px;
/* 330  */ 		text-align:center;
/* 331  */ 	}
/* 332  */ 	div#homepage div#welcome p{
/* 333  */ 		line-height: 22px;
/* 334  */ 		font-size: 12px;
/* 335  */ 		margin-bottom: 0px;
/* 336  */ 	}
/* 337  */ 		div#homepage div#welcome p a{ color: #777; }
/* 338  */ 		div#homepage div#welcome p a:hover { text-decoration: none; }
/* 339  */ 	div#welcome .about {
/* 340  */ 		float: left;
/* 341  */ 		width: 360px;
/* 342  */ 		position: relative;
/* 343  */ 		z-index: 2;
/* 344  */ 		background: url('/wp-content/themes/NNBcafe/images/fading_line.png') no-repeat top right;
/* 345  */ 		padding-right: 30px;
/* 346  */ 		min-height: 170px;
/* 347  */ 		overflow: hidden;
/* 348  */ 	}
/* 349  */ 	div#welcome .gallery {
/* 350  */ 		float: right;

/* style.css */

/* 351  */ 		width: 495px;
/* 352  */ 		position: relative;
/* 353  */ 		z-index: 2;
/* 354  */ 		overflow: hidden;
/* 355  */ 	}
/* 356  */ 		div#welcome .gallery ul { list-style: none; }
/* 357  */ 			div#welcome .gallery ul li {
/* 358  */ 				float: left;
/* 359  */ 				margin-right: 15px;
/* 360  */ 				position: relative;
/* 361  */ 				background: url('/wp-content/themes/NNBcafe/images/mini_gallery_bg.png') no-repeat top left;
/* 362  */ 				height: 155px;
/* 363  */ 				width: 155px;
/* 364  */ 			}
/* 365  */ 			div#welcome .gallery ul li.last { margin-right: 0; }
/* 366  */ 			div#welcome .gallery ul li img {
/* 367  */ 				padding: 12px 0px 0px 12px;
/* 368  */ 			}
/* 369  */ 			div#welcome .gallery ul li span{
/* 370  */ 				background: #000;
/* 371  */ 				background: rgba(0,0,0,0.6);
/* 372  */ 				color: #fff;
/* 373  */ 				font-weight: bold;
/* 374  */ 				font-size: 14px;
/* 375  */ 				display: block;
/* 376  */ 				position: absolute;
/* 377  */ 				bottom: 13px;
/* 378  */ 				left: 12px;
/* 379  */ 				width: 129px;
/* 380  */ 				text-align: center;
/* 381  */ 				padding: 10px 0px 10px 0px;
/* 382  */ 				border-top: 1px solid #555;
/* 383  */ 			}
/* 384  */ div#homepage .one_third { margin-bottom: 0; overflow: hidden; padding-bottom: 8px; }
/* 385  */ div#homepage .one_third h2 {
/* 386  */ 	border-bottom: 1px solid #e2e2e2;
/* 387  */ 	padding-bottom: 5px;
/* 388  */ 	margin-bottom: 20px;
/* 389  */ }
/* 390  */ /* Daily Specials */
/* 391  */ div#specials ul {
/* 392  */ 	list-style: none;
/* 393  */ }
/* 394  */ 	div#specials ul li {
/* 395  */ 		display: block;
/* 396  */ 		margin-bottom: 12px;
/* 397  */ 		padding-bottom: 15px;
/* 398  */ 		border-bottom: 1px dashed #dbdbdb;
/* 399  */ 		clear: both;
/* 400  */ 		overflow: hidden;

/* style.css */

/* 401  */ 	}
/* 402  */ 		div#specials ul li .description {
/* 403  */ 			margin-left: 80px;
/* 404  */ 		}
/* 405  */ 		div#specials ul li strong {
/* 406  */ 			font-size: 12px;
/* 407  */ 			margin-bottom: 3px;
/* 408  */ 			display: block;
/* 409  */ 		}
/* 410  */ 			div#specials ul li strong a{ text-decoration: none; color: #222; }
/* 411  */ 			div#specials ul li strong a:hover { text-decoration: underline; }
/* 412  */ 		div#specials ul li p {
/* 413  */ 			font-size: 11px;
/* 414  */ 			line-height: 16px;
/* 415  */ 			margin-bottom: 3px;
/* 416  */ 		}
/* 417  */ 		div#specials ul li span.price {
/* 418  */ 			color: #8080808;
/* 419  */ 			font-size: 12px;
/* 420  */ 			font-weight: bold;
/* 421  */ 		}
/* 422  */ 		div#specials ul li img {
/* 423  */ 			float: left;
/* 424  */ 			padding-top: 2px;
/* 425  */ 		}
/* 426  */ 	div#specials ul li.last { border: none; }
/* 427  */ /* Hours & Location */
/* 428  */ div#hours_location p {
/* 429  */ 	margin-bottom: 12px;
/* 430  */ }
/* 431  */ div#hours_location .map {
/* 432  */ 	background: url('/wp-content/themes/NNBcafe/images/map_bg.png') no-repeat top left;
/* 433  */ 	width: 262px;
/* 434  */ 	height: 142px;
/* 435  */ 	padding: 10px;
/* 436  */ 	margin-top: 5px;
/* 437  */ }
/* 438  */ /* Feedback */
/* 439  */ div#homepage div#feedback {
/* 440  */ 	clear: both;
/* 441  */ 	padding-bottom: 20px;
/* 442  */ }
/* 443  */ 	div#homepage div#feedback h2 { margin-bottom: 30px; }
/* 444  */ 	div#feedback div.tweets {
/* 445  */ 		float: left;
/* 446  */ 		width: 315px;
/* 447  */ 		border-right: 1px solid #dfdfdf;
/* 448  */ 		padding-right: 30px;
/* 449  */ 	}
/* 450  */ 		div#feedback div.tweets ul{

/* style.css */

/* 451  */ 			list-style: none;
/* 452  */ 			margin-left: -10px;
/* 453  */ 		}
/* 454  */ 			div#feedback div.tweets ul li{
/* 455  */ 				background: #eeeeee;
/* 456  */ 				padding: 10px 10px 10px 18px;
/* 457  */ 				margin-bottom: 10px;
/* 458  */ 				-moz-border-radius: 8px;
/* 459  */ 					-webkit-border-radius: 8px;
/* 460  */ 					border-radius: 8px;
/* 461  */ 				margin-left: 20px;
/* 462  */ 				position: relative;
/* 463  */ 			}
/* 464  */ 				div#feedback div.tweets ul em.arrow {
/* 465  */ 					background: url('/wp-content/themes/NNBcafe/images/twitter_arrow.png') no-repeat;
/* 466  */ 					width: 20px;
/* 467  */ 					height: 18px;
/* 468  */ 					display: block;
/* 469  */ 					position: absolute;
/* 470  */ 					top: 12px;
/* 471  */ 					left: -20px;
/* 472  */ 				}
/* 473  */ 				div#feedback div.tweets ul li span.tweet_text {
/* 474  */ 					font-size: 13px;
/* 475  */ 					color: #3a3a3a;
/* 476  */ 					display: block;
/* 477  */ 					margin-bottom: 5px;
/* 478  */ 				}
/* 479  */ 				div#feedback div.tweets ul li span.tweet_text a {
/* 480  */ 					color: #1697e0;
/* 481  */ 					font-size: 13px;
/* 482  */ 				}
/* 483  */ 					div#feedback div.tweets ul li span.tweet_text a:hover { text-decoration: none; }
/* 484  */ 				div#feedback div.tweets ul li span.tweet_time a {
/* 485  */ 					color: #8c8c8c;
/* 486  */ 					font-size: 11px;
/* 487  */ 					text-decoration: none;
/* 488  */ 				}
/* 489  */ 		div#feedback div.tweets a.follow {
/* 490  */ 			float: right;
/* 491  */ 			background: url('/wp-content/themes/NNBcafe/images/twitter_icon.png') no-repeat bottom left;
/* 492  */ 			height: 16px;
/* 493  */ 			display: block;
/* 494  */ 			padding-left: 23px;
/* 495  */ 			font-size: 11px;
/* 496  */ 			color: #9c9c9c;
/* 497  */ 		}
/* 498  */ 			div#feedback div.tweets a.follow:hover { text-decoration: none; }
/* 499  */ 	div#feedback div.press {
/* 500  */ 		float: right;

/* style.css */

/* 501  */ 		width: 540px;
/* 502  */ 	}
/* 503  */ 		ul.recent_blogs {
/* 504  */ 			list-style: none;
/* 505  */ 		}
/* 506  */ 			ul.recent_blogs li {
/* 507  */ 				border-bottom: 1px dashed #dbdbdb;
/* 508  */ 				overflow: hidden;
/* 509  */ 				margin-bottom: 18px;
/* 510  */ 				padding-bottom: 18px;
/* 511  */ 			}
/* 512  */ 			ul.recent_blogs li div.date {
/* 513  */ 				float: left;
/* 514  */ 				background: url('/wp-content/themes/NNBcafe/images/colors/lime/date_bg.png') no-repeat;
/* 515  */ 				width: 71px;
/* 516  */ 				color: #fff;
/* 517  */ 				font-weight: bold;
/* 518  */ 				font-size: 12px;
/* 519  */ 				text-align: center;
/* 520  */ 				padding: 28px 8px 30px 0px;
/* 521  */ 			}
/* 522  */ 			ul.recent_blogs li a {
/* 523  */ 				color: #999999;
/* 524  */ 				font-size: 11px;
/* 525  */ 				display: block;
/* 526  */ 				margin-top: 5px;
/* 527  */ 			}
/* 528  */ 			ul.recent_blogs li h5 { margin-bottom: 5px; }
/* 529  */ 			ul.recent_blogs li h5 a {
/* 530  */ 				color: #2b2b2b;
/* 531  */ 				font-size: 14px;
/* 532  */ 				font-weight: bold;
/* 533  */ 				text-decoration: none;
/* 534  */ 			}
/* 535  */ 				ul.recent_blogs li a:hover { text-decoration: none; }
/* 536  */ 				ul.recent_blogs li h5 a:hover { text-decoration: underline; }
/* 537  */ 			ul.recent_blogs li div.content {
/* 538  */ 				margin-left: 90px;
/* 539  */ 				margin-top: 5px;
/* 540  */ 			}
/* 541  */ 				ul.recent_blogs li div.content p{
/* 542  */ 					padding-top: 0px;
/* 543  */ 					font-size: 13px;
/* 544  */ 					line-height: 18px;
/* 545  */ 					color: #808080;
/* 546  */ 					margin: 0;
/* 547  */ 				}
/* 548  */ 				ul.recent_blogs li a.arrow {
/* 549  */ 					float: right;
/* 550  */ 					width: 15px;

/* style.css */

/* 551  */ 					height: 15px;
/* 552  */ 					display: block;
/* 553  */ 					text-indent: -99999px;
/* 554  */ 					background: url('/wp-content/themes/NNBcafe/images/right_arrow_small.png') no-repeat;
/* 555  */ 					margin-top: -25px;
/* 556  */ 					margin-right: 5px;
/* 557  */ 				}
/* 558  */ /*--------------------------------------------
/* 559  *| Menu
/* 560  *| ---------------------------------------------*/
/* 561  */ /* Menu 1 & 2 Elements */
/* 562  */ div#items .content {
/* 563  */ 	clear: both;
/* 564  */ 	overflow: hidden;
/* 565  */ }
/* 566  */ div#items .ui-accordion-content { padding: 0; padding-bottom: 10px; }
/* 567  */ div#items .ui-accordion-header .content { padding-bottom: 15px; }
/* 568  */ div#items div.accordion .heading h2{
/* 569  */ 	text-transform: uppercase;
/* 570  */ }
/* 571  */ 	div#items .content h4 {
/* 572  */ 		padding-right: 15px;
/* 573  */ 		padding-bottom: 12px;
/* 574  */ 		font-size: 15px;
/* 575  */ 		color: #343434;
/* 576  */ 		margin-bottom: 0px;
/* 577  */ 		line-height: 20px;
/* 578  */ 	}
/* 579  */ 		div#items .content h4 span,
/* 580  */ 		div#items_3 b span,
/* 581  */ 		div#product h3 span,
/* 582  */ 		div#specials strong span {
/* 583  */ 			width: 42px;
/* 584  */ 			height: 15px;
/* 585  */ 			padding: 1px 10px 1px 10px;
/* 586  */ 			background: #b6de3e;
/* 587  */ 			font-size: 11px;
/* 588  */ 			color: #fff;
/* 589  */ 			text-align: center;
/* 590  */ 			border-radius: 2px;
/* 591  */ 			-moz-border-radius: 2px;
/* 592  */ 			-webkit-border-radius: 2px;
/* 593  */ 			text-shadow: 0px 0px 2px #b4b4b4;
/* 594  */ 			position: relative;
/* 595  */ 			top: -1px;
/* 596  */ 		}
/* 597  */ 			div#product h3 span { top: -4px; }
/* 598  */ 			div#items_3 b span { margin-left: 5px; }
/* 599  */ 		div#items .content p {
/* 600  */ 			margin-bottom: 10px;

/* style.css */

/* 601  */ 			color: #989898;
/* 602  */ 			font-size: 13px;
/* 603  */ 		}
/* 604  */ 		div#items .content b {
/* 605  */ 			font-size: 13px;
/* 606  */ 			color: #4b4b4b;
/* 607  */ 		}
/* 608  */ /* Menu 1 */
/* 609  */ div#items .content ul {
/* 610  */ 	overflow: hidden;
/* 611  */ 	list-style: none;
/* 612  */ 	padding-bottom: 24px;
/* 613  */ 	padding-top: 20px;
/* 614  */ 	border-bottom: 1px dashed #ccc;
/* 615  */ }
/* 616  */ div#items .content ul.last {
/* 617  */ 	border: none;
/* 618  */ }
/* 619  */ 	div#items .content ul li {
/* 620  */ 		float: left;
/* 621  */ 		width: 250px;
/* 622  */ 		padding-right: 40px;
/* 623  */ 		padding-left: 10px;
/* 624  */ 	}
/* 625  */ 	div#items .content ul li.last { padding-right: 0; }
/* 626  */ /* Menu 2 */
/* 627  */ 	div#items .content img {
/* 628  */ 		float: left;
/* 629  */ 		width: 200px;
/* 630  */ 		margin-right: 16px;
/* 631  */ 	}
/* 632  */ 	div#items .left {
/* 633  */ 		float: left;
/* 634  */ 		width: 440px;
/* 635  */ 		margin: 15px 0px 15px 0px;
/* 636  */ 		clear: both;
/* 637  */ 	}
/* 638  */ 	div#items .right {
/* 639  */ 		float: right;
/* 640  */ 		width: 440px;
/* 641  */ 		margin: 15px 0px 15px 0px;
/* 642  */ 	}
/* 643  */ 	div#items .right strong {
/* 644  */ 		padding-left: 212px;
/* 645  */ 	}
/* 646  */ /* Menu 3 */
/* 647  */ div#items_3 { overflow: hidden; }
/* 648  */ div#items_3 .menus {
/* 649  */ 	clear: both;
/* 650  */ 	overflow: hidden;

/* style.css */

/* 651  */ }
/* 652  */ 	div#items_3 .menus ul {
/* 653  */ 		clear: both;
/* 654  */ 		list-style: none;
/* 655  */ 	}
/* 656  */ 	div#items_3 .menus ul li {
/* 657  */ 		overflow: hidden;
/* 658  */ 		display: block;
/* 659  */ 		margin-bottom: 18px;
/* 660  */ 		border-bottom: 1px dashed #d9d9d9;
/* 661  */ 	}
/* 662  */ 	div#items_3 .menus ul li.last { margin: 0; border: none; }
/* 663  */ 	div#items_3 .menus div.description {
/* 664  */ 		float: left;
/* 665  */ 		width: 375px;
/* 666  */ 	}
/* 667  */ 		div#items_3 .menus img {
/* 668  */ 			float: left;
/* 669  */ 			padding-top: 0px;
/* 670  */ 			padding-right: 12px;
/* 671  */ 			padding-bottom: 20px;
/* 672  */ 		}
/* 673  */ 		div#items_3 .menus ul li b {
/* 674  */ 			display: block;
/* 675  */ 			margin-bottom: 7px;
/* 676  */ 			color: #444;
/* 677  */ 		}
/* 678  */ 		div#items_3 .menus ul li b a,
/* 679  */ 		div#items h4 a{
/* 680  */ 			text-decoration: none;
/* 681  */ 			color: #222;
/* 682  */ 		}
/* 683  */ 			div#items_3 .menus ul li b a:hover,
/* 684  */ 			div#items h4 a:hover { text-decoration: underline; }
/* 685  */ 		div#items_3 .menus ul li.hide{ display: none; }
/* 686  */ 		div#items_3 .menus ul li p{
/* 687  */ 			width: 460px;
/* 688  */ 		}
/* 689  */ 		div#items_3 .menus span.cost,
/* 690  */ 		div#product span.cost {
/* 691  */ 			float: right;
/* 692  */ 			margin: 0px 0px 0px 115px;
/* 693  */ 			display: block;
/* 694  */ 			background-color: #f1f1f1;
/* 695  */ 			color: #555;
/* 696  */ 			font-size: 12px;
/* 697  */ 			font-weight: bold;
/* 698  */ 			text-align: center;
/* 699  */ 			border-radius: 12px;
/* 700  */ 			-moz-border-radius: 12px;

/* style.css */

/* 701  */ 			-webkit-border-radius: 12px;
/* 702  */ 			padding: 3px 14px 3px 14px;
/* 703  */ 			border: 1px solid #ddd;
/* 704  */ 		}
/* 705  */ 	div#items_3 .menus ul li.no_border {
/* 706  */ 		border-bottom: none;
/* 707  */ 	}
/* 708  */ 	/* Menu Filter */
/* 709  */ 	div#items_3 .small_right_column ul li ul li ul { list-style: none; margin-top: 5px; }
/* 710  */ 		div#items_3 .small_right_column ul li ul li ul li {
/* 711  */ 			padding: 4px 0px 4px 0px;
/* 712  */ 			border: none;
/* 713  */ 		}
/* 714  */ 		div#items_3 .small_right_column ul li ul li ul li a {
/* 715  */ 			display: block;
/* 716  */ 			text-decoration: none;
/* 717  */ 			background: none;
/* 718  */ 			font-size: 12px;
/* 719  */ 			color: #646464;
/* 720  */ 			font-weight: normal;
/* 721  */ 			text-transform: none;
/* 722  */ 			color: #979797;
/* 723  */ 		}
/* 724  */ 			div#items_3 .small_right_column ul li ul li ul li a:hover { color: #333; }
/* 725  */ /*--------------------------------------------
/* 726  *| Product
/* 727  *| ---------------------------------------------*/
/* 728  */ div#product .image_wrap {
/* 729  */ 	float: left;
/* 730  */ }
/* 731  */ div#product .product_details {
/* 732  */ 	float: right;
/* 733  */ 	width: 675px;
/* 734  */ }
/* 735  */ 	div#product .product_details h3 {
/* 736  */ 		float: left;
/* 737  */ 		margin-bottom: 15px;
/* 738  */ 	}
/* 739  */ 	div#product .product_details p {
/* 740  */ 		clear: both;
/* 741  */ 		margin-bottom: 15px;
/* 742  */ 	}
/* 743  */ /*--------------------------------------------
/* 744  *| Gallery
/* 745  *| ---------------------------------------------*/
/* 746  */ #slideshow_wrap {
/* 747  */ 	background: #fcfcfc;
/* 748  */ 	border: 1px solid #dbdbdb;
/* 749  */ 	padding: 10px;
/* 750  */ 	-webkit-border-radius: 6px;

/* style.css */

/* 751  */ 	-moz-border-radius: 6px;
/* 752  */ 	border-radius: 6px;
/* 753  */ 	overflow: hidden;
/* 754  */ 	width: 892px;
/* 755  */ 	-webkit-box-shadow: 0px 0px 3px #eee;
/* 756  */ 	-moz-box-shadow: 0px 0px 3px #eee;
/* 757  */ 	box-shadow: 0px 0px 3px #eee;
/* 758  */ }
/* 759  */ 	#slideshow { position: relative; height: 480px; }
/* 760  */ 	#slideshow img {
/* 761  */ 	    position: absolute;
/* 762  */ 	    top: 0px;
/* 763  */ 	    left: 0px;
/* 764  */ 	    display: none;
/* 765  */ 	}
/* 766  */ 	#slideshow .nivo-caption h2 { color: #fff; padding-top: 5px; }
/* 767  */ 	#slideshow .nivo-caption p {
/* 768  */ 		color: #fff;
/* 769  */ 		padding: 10px;
/* 770  */ 		margin: 0;
/* 771  */ 	}
/* 772  */ 	#slideshow .nivo-controlNav {
/* 773  */ 			position: static;
/* 774  */   		float: left;
/* 775  */ 			margin-top: 490px;
/* 776  */ 			margin-left: 0px;
/* 777  */ 	}
/* 778  */ 	#slideshow .nivo-controlNav img {
/* 779  */ 		display:inline; /* Unhide the thumbnails */
/* 780  */ 		position:relative;
/* 781  */ 		margin: 0px 8px 0px 0px;
/* 782  */ 		width: 120px;
/* 783  */ 	}
/* 784  */ 	#slideshow a.nivo-control {
/* 785  */ 		opacity: 0.5;
/* 786  */ 		-moz-opacity: 0.5;
/* 787  */ 		filter:alpha(opacity=50);
/* 788  */ 	}
/* 789  */ 		#slideshow a.nivo-control.active {
/* 790  */ 			opacity: 1;
/* 791  */ 			-moz-opacity: 1;
/* 792  */ 			filter:alpha(opacity=100);
/* 793  */ 		}
/* 794  */ ul.three_column,
/* 795  */ ul.four_column {
/* 796  */ 	list-style: none;
/* 797  */ }
/* 798  */ 	ul.three_column li,
/* 799  */ 	ul.four_column li {
/* 800  */ 		float: left;

/* style.css */

/* 801  */ 		margin: 0px 22px 22px 0px;
/* 802  */ 		background: #F5F5F5;
/* 803  */ 		border: 1px solid #dbdbdb;
/* 804  */ 		padding: 7px;
/* 805  */ 		-webkit-border-radius: 6px;
/* 806  */ 		-moz-border-radius: 6px;
/* 807  */ 		border-radius: 6px;
/* 808  */ 		-webkit-box-shadow: 0px 0px 3px #eee;
/* 809  */ 		-moz-box-shadow: 0px 0px 3px #eee;
/* 810  */ 		box-shadow: 0px 0px 3px #eee;
/* 811  */ 		position: relative;
/* 812  */ 	}
/* 813  */ 		ul.three_column li a,
/* 814  */ 		ul.four_column li a {
/* 815  */ 			display: block;
/* 816  */ 			position: relative;
/* 817  */ 		}
/* 818  */ 	ul.three_column li.last,
/* 819  */ 	ul.four_column li.last { margin-right: 0; }
/* 820  */ 	ul.four_column li {
/* 821  */ 		margin: 0px 25px 25px 0px;
/* 822  */ 	}
/* 823  */ 	ul.four_column li img{
/* 824  */ 		width: 190px;
/* 825  */ 		height: auto;
/* 826  */ 	}
/* 827  */ ul li div.hover,
/* 828  */ .product_image div.hover {
/* 829  */ 	background: #333 url('/wp-content/themes/NNBcafe/images/zoom.png') no-repeat center center;
/* 830  */ 	background: rgba(0,0,0,0.6) url('/wp-content/themes/NNBcafe/images/zoom.png') no-repeat center center;
/* 831  */ 	position: absolute;
/* 832  */ 	top: 0px;
/* 833  */ 	left: 0px;
/* 834  */ 	width: 100%;
/* 835  */ 	height: 100%;
/* 836  */ 	display: none;
/* 837  */ 	cursor: pointer;
/* 838  */ }
/* 839  */ 	.product_image div.hover {
/* 840  */ 		top: 6px;
/* 841  */ 		left: 6px;
/* 842  */ 		width: 94%;
/* 843  */ 		height: 82%;
/* 844  */ 	}
/* 845  */ /*--------------------------------------------
/* 846  *| Contact Us
/* 847  *| ---------------------------------------------*/
/* 848  */ form#contact_form { margin-top: 20px; margin-bottom: 20px;}
/* 849  */ 	form#contact_form label{
/* 850  */ 		font-weight: bold;

/* style.css */

/* 851  */ 		font-size: 13px;
/* 852  */ 		color: #424242;
/* 853  */ 		display: block;
/* 854  */ 		margin-bottom: 8px;
/* 855  */ 	}
/* 856  */ 		form#contact_form select.text_field { width: 265px; }
/* 857  */ 		form#contact_form textarea.text_field{
/* 858  */ 			width: 525px;
/* 859  */ 			height: 160px;
/* 860  */ 			color: #444;
/* 861  */ 			font-family: "Helvetica Neue", helvetica, sans-serif;
/* 862  */ 			font-size: 13px;
/* 863  */ 		}
/* 864  */ 	form#contact_form .row {
/* 865  */ 		overflow: hidden;
/* 866  */ 		margin-bottom: 0px;
/* 867  */ 	}
/* 868  */ 		form#contact_form .row p {
/* 869  */ 			float: left;
/* 870  */ 			margin-right: 10px;
/* 871  */ 		}
/* 872  */ 		form#contact_form .button {
/* 873  */ 		}
/* 874  */ 	div.notice {
/* 875  */ 		font-weight: bold;
/* 876  */ 	}
/* 877  */ 	div.notice.error { color: #D94848; }
/* 878  */ 	div.notice.success { color: #61B85A; }
/* 879  */ /* Sidebar */
/* 880  */ ul.icon_list { list-style: none; }
/* 881  */ 	ul.icon_list li {
/* 882  */ 		margin-bottom: 15px;
/* 883  */ 		border-bottom: 1px solid #e9e9e9;
/* 884  */ 		padding-bottom: 10px;
/* 885  */ 	}
/* 886  */ 	ul.icon_list li b {
/* 887  */ 		font-size: 14px;
/* 888  */ 		color: #666;
/* 889  */ 	}
/* 890  */ 	ul.icon_list li p { margin: 0; }
/* 891  */ 	ul.icon_list li.email  { padding: 0 0 10px 40px; background: url('/wp-content/themes/NNBcafe/images/colors/lime/mail.png') no-repeat top left; }
/* 892  */ 	ul.icon_list li.phone  { padding: 0 0 10px 40px; background: url('/wp-content/themes/NNBcafe/images/colors/lime/phone.png') no-repeat top left; }
/* 893  */ 	ul.icon_list li.fax    { padding: 0 0 10px 40px; background: url('/wp-content/themes/NNBcafe/images/colors/lime/fax.png') no-repeat top left; }
/* 894  */ ul.icon_list li.last { border: none; margin: 0; padding-bottom: 0; }
/* 895  */ /*--------------------------------------------
/* 896  *| Hours and Location
/* 897  *| ---------------------------------------------*/
/* 898  */ div#hours_location p {
/* 899  */ 	line-height: 18px;
/* 900  */ }

/* style.css */

/* 901  */ div.location_box {
/* 902  */ 	overflow: hidden;
/* 903  */ 	clear: both;
/* 904  */ 	background: #f3f3f3;
/* 905  */ 	border-radius: 6px;
/* 906  */ 	-moz-border-radius: 6px;
/* 907  */ 	-webkit-border-radius: 6px;
/* 908  */ 	padding: 20px;
/* 909  */ 	margin-bottom: 25px;
/* 910  */ }
/* 911  */ 	div.location_box .details {
/* 912  */ 		float: left;
/* 913  */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/location_icon.png') no-repeat top left;
/* 914  */ 		padding-left: 45px;
/* 915  */ 	}
/* 916  */ 		div.location_box .details h4{ font-size: 16px; margin-bottom: 10px; }
/* 917  */ 		div.location_box .details p{
/* 918  */ 			line-height: 20px;
/* 919  */ 			margin: 0;
/* 920  */ 		}
/* 921  */ 		div.location_box .details p b{
/* 922  */ 			float: left;
/* 923  */ 			width: 100px;
/* 924  */ 		}
/* 925  */ 	div.location_box .map {
/* 926  */ 		float: left;
/* 927  */ 		width: 292px;
/* 928  */ 		padding: 8px 9px 8px 7px;
/* 929  */ 		margin-left: 30px;
/* 930  */ 		border: 1px solid #d0d0d0;
/* 931  */ 		border-radius: 6px;
/* 932  */ 		-moz-border-radius: 6px;
/* 933  */ 		-webkit-border-radius: 6px;
/* 934  */ 		background: #f9f9f9;
/* 935  */ 		-webkit-box-shadow: 0px 0px 3px #ccc;
/* 936  */ 		-moz-box-shadow: 0px 0px 3px #ccc;
/* 937  */ 		box-shadow: 0px 0px 3px #ccc;
/* 938  */ 	}
/* 939  */ 	div.location_box .button_links {
/* 940  */ 		float: right;
/* 941  */ 		width: 235px;
/* 942  */ 		padding-top: 5px;
/* 943  */ 	}
/* 944  */ 		div.button_links a {
/* 945  */ 			background: url("/wp-content/themes/NNBcafe/images/location_button_bg.png") repeat-x;
/* 946  */ 			width: 196px;
/* 947  */ 			padding: 10px 15px 10px 15px;
/* 948  */ 			margin-bottom: 6px;
/* 949  */ 			text-decoration: none;
/* 950  */ 			display: block;

/* style.css */

/* 951  */ 			font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
/* 952  */ 			font-size: 12px;
/* 953  */ 			font-weight: bold;
/* 954  */ 			text-transform: uppercase;
/* 955  */ 			color: #5e5e5e;
/* 956  */ 			border: 1px solid #d3d3d3;
/* 957  */ 			border-radius: 6px;
/* 958  */ 			-moz-border-radius: 6px;
/* 959  */ 			-webkit-border-radius: 6px;
/* 960  */ 			position: relative;
/* 961  */ 			opacity: 0.6;
/* 962  */ 		}
/* 963  */ 			div.button_links a span{
/* 964  */ 				background: url('/wp-content/themes/NNBcafe/images/location_icons.png') no-repeat top;
/* 965  */ 				width: 19px;
/* 966  */ 				height: 30px;
/* 967  */ 				position: absolute;
/* 968  */ 				top: 1px;
/* 969  */ 				right: 12px;
/* 970  */ 			}
/* 971  */ 				div.button_links a.driving span{ background-position: 0px 0px; }
/* 972  */ 				div.button_links a.reservation span{ background-position: 0px -45px; }
/* 973  */ 				div.button_links a.menu span{ background-position: 0px -87px; }
/* 974  */ 				div.button_links a.catering span{ background-position: 0px -130px; }
/* 975  */ /*--------------------------------------------
/* 976  *| Blog
/* 977  *| ---------------------------------------------*/
/* 978  */ /* Left Column */
/* 979  */ div#blog .post {
/* 980  */ 	float: left;
/* 981  */ 	overflow: hidden;
/* 982  */ 	border-bottom: 1px dashed #ccc;
/* 983  */ 	margin-bottom: 25px;
/* 984  */ 	padding-bottom: 25px;
/* 985  */ 	width: 100%;
/* 986  */ }
/* 987  */ 	div#blog .post .date {
/* 988  */ 		float: left;
/* 989  */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/date_bg.png') no-repeat;
/* 990  */ 		width: 71px;
/* 991  */ 		color: #fff;
/* 992  */ 		font-weight: bold;
/* 993  */ 		font-size: 12px;
/* 994  */ 		text-align: center;
/* 995  */ 		padding: 28px 8px 28px 0px;
/* 996  */ 	}
/* 997  */ 	div#blog .post .post_details {
/* 998  */ 		margin-left: 85px;
/* 999  */ 		padding-top: 12px;
/* 1000 */ 	}

/* style.css */

/* 1001 */ 		div#blog .post .post_details h1,
/* 1002 */ 		div#blog .post .post_details h1 a {
/* 1003 */ 			font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
/* 1004 */ 			font-size: 22px;
/* 1005 */ 			font-weight: bold;
/* 1006 */ 			margin-bottom: 5px;
/* 1007 */ 			text-decoration: none;
/* 1008 */ 			color: #2a2a2a;
/* 1009 */ 		}
/* 1010 */ 			div#blog .post .post_details h1 a:hover {
/* 1011 */ 				text-decoration: underline;
/* 1012 */ 			}
/* 1013 */ 		div#blog .post .post_details .meta {
/* 1014 */ 			display: block;
/* 1015 */ 			font-size: 12px;
/* 1016 */ 			font-weight: medium;
/* 1017 */ 			color: #676767;
/* 1018 */ 		}
/* 1019 */ 			div#blog .post .post_details .meta a {
/* 1020 */ 				color: #676767;
/* 1021 */ 				font-weight: bold;
/* 1022 */ 			}
/* 1023 */ 			div#blog .post .post_details .meta a:hover { text-decoration: none; }
/* 1024 */ 		div#blog .post .post_details .content {
/* 1025 */ 			margin-top: 20px;
/* 1026 */ 		}
/* 1027 */ 			div#blog .post .post_details .content p {
/* 1028 */ 			}
/* 1029 */ 			div#blog .post .post_details .content img.featured {
/* 1030 */ 				margin-bottom: 20px;
/* 1031 */ 				padding-right: 15px;
/* 1032 */ 				padding-top: 5px;
/* 1033 */ 			}
/* 1034 */ 			div#blog .post .post_details .content ul {
/* 1035 */ 				padding-left: 15px;
/* 1036 */ 				font-size: 12px;
/* 1037 */ 				color: #888888;
/* 1038 */ 				line-height: 18px;
/* 1039 */ 			}
/* 1040 */ 				div#blog .post .post_details .content a { color: #555; }
/* 1041 */ 				div#blog .post .post_details .content a:hover { text-decoration: none; }
/* 1042 */ 			div#blog .post .post_details a.button {
/* 1043 */ 				float: right;
/* 1044 */ 			}
/* 1045 */ /* Pagination */
/* 1046 */ div.pagination {
/* 1047 */ 	clear: both;
/* 1048 */ 	text-align: right;
/* 1049 */ 	overflow: hidden;
/* 1050 */ }

/* style.css */

/* 1051 */ 	div.pagination a {
/* 1052 */ 		text-decoration: underline;
/* 1053 */ 		font-size: 11px;
/* 1054 */ 		color: #9c9c9c;
/* 1055 */ 	}
/* 1056 */ 		div.pagination a:hover { text-decoration: none; }
/* 1057 */ 	div.pagination span {
/* 1058 */ 		color: #ccc;
/* 1059 */ 		margin: 0px 10px 0px 10px;
/* 1060 */ 		font-size: 11px;
/* 1061 */ 	}
/* 1062 */ /*--------------------------------------------
/* 1063 *| Blog Item
/* 1064 *| ---------------------------------------------*/
/* 1065 */ /* Comments */
/* 1066 */ div#comments {
/* 1067 */ 	clear: both;
/* 1068 */ }
/* 1069 */ div#comments h3 { display: none; }
/* 1070 */ div#comments ol {
/* 1071 */ 	list-style: none;
/* 1072 */ }
/* 1073 */ 	div#comments ol li { overflow: hidden; }
/* 1074 */ 	div#comments ol li img {
/* 1075 */ 		float: left;
/* 1076 */ 		width: 60px;
/* 1077 */ 		background: #F5F5F5;
/* 1078 */ 		border: 1px solid #dbdbdb;
/* 1079 */ 		padding: 4px;
/* 1080 */ 		-webkit-border-radius: 6px;
/* 1081 */ 		-moz-border-radius: 6px;
/* 1082 */ 		border-radius: 6px;
/* 1083 */ 		-webkit-box-shadow: 0px 0px 3px #eee;
/* 1084 */ 		-moz-box-shadow: 0px 0px 3px #eee;
/* 1085 */ 		box-shadow: 0px 0px 3px #eee;
/* 1086 */ 	}
/* 1087 */ 	div#comments ol li .comment,
/* 1088 */ 	div#comments #commentform {
/* 1089 */ 		margin-left: 85px;
/* 1090 */ 		padding: 20px 20px 20px 20px;
/* 1091 */ 		background: #f3f3f3;
/* 1092 */ 		border-radius: 6px;
/* 1093 */ 		-moz-border-radius: 6px;
/* 1094 */ 		-webkit-border-radius: 6px;
/* 1095 */ 		margin-bottom: 27px;
/* 1096 */ 		position: relative;
/* 1097 */ 	}
/* 1098 */ 		div#comments ol li .comment h5,
/* 1099 */ 		div#comments ol li .comment h5 a {
/* 1100 */ 			margin-bottom: 15px;

/* style.css */

/* 1101 */ 			font-size: 14px;
/* 1102 */ 			color: #444;
/* 1103 */ 			text-decoration: none;
/* 1104 */ 		}
/* 1105 */ 			div#comments ol li .comment h5 a:hover { text-decoration: underline; }
/* 1106 */ 		div#comments ol li .comment span.date {
/* 1107 */ 			position: absolute;
/* 1108 */ 			top: 22px;
/* 1109 */ 			right: 20px;
/* 1110 */ 			font-size: 11px;
/* 1111 */ 			color: #868686;
/* 1112 */ 			font-weight: normal;
/* 1113 */ 		}
/* 1114 */ 		div#comments ol li .comment p {
/* 1115 */ 			color: #676767;
/* 1116 */ 			margin-bottom: 10px;
/* 1117 */ 		}
/* 1118 */ 		div#comments ol li .comment a.comment-reply-link {
/* 1119 */ 			display: block;
/* 1120 */ 			text-align: right;
/* 1121 */ 			font-size: 12px;
/* 1122 */ 			text-decoration: underline;
/* 1123 */ 			color: #555;
/* 1124 */ 			font-weight: bold;
/* 1125 */ 		}
/* 1126 */ 			div#comments ol li .comment a.comment-reply-link:hover { text-decoration: none; }
/* 1127 */ div#comments ol li ol{
/* 1128 */ 	margin-left: 80px;
/* 1129 */ }
/* 1130 */ 	div#comments ol li ol li ol{
/* 1131 */ 		margin-left: 160px;
/* 1132 */ 	}
/* 1133 */ /* Comment Form */
/* 1134 */ div#comments #commentform {
/* 1135 */ }
/* 1136 */ 	div#comments #commentform a { color: #555; }
/* 1137 */ 		div#comments #commentform a:hover { text-decoration: none; }
/* 1138 */ 	div#comments #commentform p.comment-notes { display: none; }
/* 1139 */ 	div#comments #commentform .required{ display: none; }
/* 1140 */ 	div#comments #commentform label {
/* 1141 */ 		font-weight: bold;
/* 1142 */ 		font-size: 13px;
/* 1143 */ 		color: #424242;
/* 1144 */ 		display: block;
/* 1145 */ 		margin-bottom: 8px;
/* 1146 */ 	}
/* 1147 */ 	div#comments #commentform #email,
/* 1148 */ 	div#comments #commentform #author,
/* 1149 */ 	div#comments #commentform #url,
/* 1150 */ 	div#comments #commentform #comment {

/* style.css */

/* 1151 */ 		padding: 8px;
/* 1152 */ 		width: 237px;
/* 1153 */ 		border: 1px solid #ccc;
/* 1154 */ 		border-radius: 6px;
/* 1155 */ 		-moz-border-radius: 6px;
/* 1156 */ 		-webkit-border-radius: 6px;
/* 1157 */ 		color: #444;
/* 1158 */ 		font-size: 13px;
/* 1159 */ 	}
/* 1160 */ 	div#comments #commentform #comment {
/* 1161 */ 		width: 530px;
/* 1162 */ 		height: 120px;
/* 1163 */ 		color: #444;
/* 1164 */ 		font-family: "Helvetica Neue", helvetica, sans-serif;
/* 1165 */ 		font-size: 13px;
/* 1166 */ 	}
/* 1167 */ 		div#comments #commentform input:focus{
/* 1168 */ 			box-shadow: inset 0px 0px 4px #ccc;
/* 1169 */ 			outline: none;
/* 1170 */ 		}
/* 1171 */ 	div#comments #commentform p {
/* 1172 */ 		margin-bottom: 10px;
/* 1173 */ 	}
/* 1174 */ 		div#comments #commentform p.form-submit { margin: 0; }
/* 1175 */ 	div#comments #commentform #submit {
/* 1176 */ 		margin: 10px 0px 0px 0px;
/* 1177 */ 	}
/* 1178 */ /*--------------------------------------------
/* 1179 *| Wordpress Core CSS
/* 1180 *| ---------------------------------------------*/
/* 1181 */ .alignnone {
/* 1182 */     margin: 5px 20px 20px 0;
/* 1183 */ }
/* 1184 */ .aligncenter, div.aligncenter {
/* 1185 */     display:block;
/* 1186 */     margin: 5px auto 5px auto;
/* 1187 */ }
/* 1188 */ .alignright {
/* 1189 */     float:right;
/* 1190 */     margin: 0px 0 15px 15px;
/* 1191 */ }
/* 1192 */ .alignleft {
/* 1193 */     float:left;
/* 1194 */     margin: 0px 20px 20px 0;
/* 1195 */ }
/* 1196 */ .aligncenter {
/* 1197 */     display: block;
/* 1198 */     margin: 5px auto 15px auto;
/* 1199 */ }
/* 1200 */ a img.alignright {

/* style.css */

/* 1201 */     float:right;
/* 1202 */     margin: 0px 0 15px 15px;
/* 1203 */ }
/* 1204 */ a img.alignnone {
/* 1205 */     margin: 5px 20px 20px 0;
/* 1206 */ }
/* 1207 */ a img.alignleft {
/* 1208 */     float:left;
/* 1209 */     margin: 0px 0px 15px 0;
/* 1210 */ }
/* 1211 */ a img.aligncenter {
/* 1212 */     display: block;
/* 1213 */     margin-left: auto;
/* 1214 */     margin-right: auto
/* 1215 */ }
/* 1216 */ .wp-caption {
/* 1217 */     background: #F5F5F5;
/* 1218 */     border: 1px solid #dbdbdb;
/* 1219 */     max-width: 96%; /* Image does not overflow the content area */
/* 1220 */     padding: 8px 3px 0px 3px;
/* 1221 */     text-align: center;
/* 1222 */ 		-webkit-border-radius: 3px;
/* 1223 */ 		-moz-border-radius: 3px;
/* 1224 */ 		border-radius: 3px;
/* 1225 */ 		-webkit-box-shadow: 0px 0px 3px #eee;
/* 1226 */ 		-moz-box-shadow: 0px 0px 3px #eee;
/* 1227 */ 		box-shadow: 0px 0px 3px #eee;
/* 1228 */ }
/* 1229 */ .wp-caption.alignnone {
/* 1230 */     margin: 5px 20px 20px 0;
/* 1231 */ }
/* 1232 */ .wp-caption.alignleft {
/* 1233 */     margin: 5px 20px 20px 0;
/* 1234 */ }
/* 1235 */ .wp-caption.alignright {
/* 1236 */     margin: 5px 0 20px 20px;
/* 1237 */ }
/* 1238 */ .wp-caption img {
/* 1239 */     border: 0 none;
/* 1240 */     height: auto;
/* 1241 */     margin:0;
/* 1242 */     max-width: 98.5%;
/* 1243 */     padding:0;
/* 1244 */     width: auto;
/* 1245 */ }
/* 1246 */ .wp-caption p.wp-caption-text {
/* 1247 */     font-size:11px;
/* 1248 */     line-height:17px;
/* 1249 */     margin:0;
/* 1250 */ 		color: #666;

/* style.css */

/* 1251 */     padding:5px 4px 5px;
/* 1252 */ }
/* 1253 */ .gallery-caption { margin-left: 0; }
/* 1254 */ .bypostauthor {}
/* 1255 */ .sticky {}
/* 1256 */ /*--------------------------------------------
/* 1257 *| 404 Error Page
/* 1258 *| ---------------------------------------------*/
/* 1259 */ div#error_page {
/* 1260 */ 	clear: both;
/* 1261 */ 	overflow: hidden;
/* 1262 */ 	text-align: center;
/* 1263 */ }
/* 1264 */ 	div#error_page div.error_wrap {
/* 1265 */ 		clear: both;
/* 1266 */ 		background: url("/wp-content/themes/NNBcafe/images/colors/lime/404_circle.png") no-repeat center;
/* 1267 */ 		overflow: hidden;
/* 1268 */ 		margin: 0 auto;
/* 1269 */ 		width: 334px;
/* 1270 */ 		height: 300px;
/* 1271 */ 		padding-top: 30px;
/* 1272 */ 		margin-bottom: 10px;
/* 1273 */ 		margin-top: 10px;
/* 1274 */ 	}
/* 1275 */ 	div#error_page .oops {
/* 1276 */ 		font-size: 30px;
/* 1277 */ 		color: #fff;
/* 1278 */ 	}
/* 1279 */ 	div#error_page h1 {
/* 1280 */ 		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
/* 1281 */ 		font-size: 96px;
/* 1282 */ 		font-weight: normal;
/* 1283 */ 		color: #fff;
/* 1284 */ 	}
/* 1285 */ 	div#error_page p {
/* 1286 */ 		text-align: center;
/* 1287 */ 		color: #fff;
/* 1288 */ 		font-size: 20px;
/* 1289 */ 		line-height: 30px;
/* 1290 */ 		width: 250px;
/* 1291 */ 		margin: 0 auto;
/* 1292 */ 	}
/* 1293 */ 	div#error_page a {
/* 1294 */ 		display: block;
/* 1295 */ 		width: 185px;
/* 1296 */ 		background: url("/wp-content/themes/NNBcafe/images/404_arrow.png") no-repeat 0px 8px;
/* 1297 */ 		text-decoration: underline;
/* 1298 */ 		color: #fff;
/* 1299 */ 		font-size: 15px;
/* 1300 */ 		margin-top: 10px;

/* style.css */

/* 1301 */ 		margin-left: 45px;
/* 1302 */ 	}
/* 1303 */ 	div#error_page a:hover {
/* 1304 */ 		text-decoration: none;
/* 1305 */ 	}
/* 1306 */ /*--------------------------------------------
/* 1307 *| Footer
/* 1308 *| ---------------------------------------------*/
/* 1309 */ div#footer {
/* 1310 */ 	clear: both;
/* 1311 */ 	overflow: hidden;
/* 1312 */ 	border: 1px solid #dbdbdb;
/* 1313 */ 	margin-bottom: 30px;
/* 1314 */ 	padding: 25px 30px 25px 30px;
/* 1315 */ 	height: 40px;
/* 1316 */ 	background: url('/wp-content/themes/NNBcafe/images/footer_bg.png') repeat-x bottom left;
/* 1317 */ 	-moz-border-radius-bottomright: 5px;
/* 1318 */ 		-webkit-border-bottom-right-radius: 5px;
/* 1319 */ 		border-bottom-right-radius: 5px;
/* 1320 */ 	-moz-border-radius-bottomleft: 5px;
/* 1321 */ 		-webkit-border-bottom-left-radius: 5px;
/* 1322 */ 		border-bottom-left-radius: 5px;
/* 1323 */ }
/* 1324 */ 	div#footer .left {
/* 1325 */ 		float: left;
/* 1326 */ 		width: 500px;
/* 1327 */ 	}
/* 1328 */ 		div#footer p{
/* 1329 */ 			font-size: 13px;
/* 1330 */ 			color: #8d8d8d;
/* 1331 */ 			padding-top: 12px;
/* 1332 */ 		}
/* 1333 */ 	div#footer .right {
/* 1334 */ 		float: right;
/* 1335 */ 		margin-top: 8px;
/* 1336 */ 	}
/* 1337 */ 	ul.social_icons {
/* 1338 */ 		list-style: none;
/* 1339 */ 	}
/* 1340 */ 		ul.social_icons li {
/* 1341 */ 			float: left;
/* 1342 */ 			padding: 0 5px 0 5px;
/* 1343 */ 		}
/* 1344 */ 			ul.social_icons li a {
/* 1345 */ 				background: url('/wp-content/themes/NNBcafe/images/social_icons.png') no-repeat top;
/* 1346 */ 				width: 24px;
/* 1347 */ 				height: 24px;
/* 1348 */ 				text-indent: -99999px;
/* 1349 */ 				display: block;
/* 1350 */ 			}

/* style.css */

/* 1351 */ 			ul.social_icons li.facebook a { background-position: 0px 0px; }
/* 1352 */ 				ul.social_icons li.facebook a:hover { background-position: 0px -24px; }
/* 1353 */ 		 	ul.social_icons li.twitter a { background-position: 0px -47px; }
/* 1354 */ 				ul.social_icons li.twitter a:hover { background-position: 0px -71px; }
/* 1355 */ 			ul.social_icons li.flickr a {
/* 1356 */ 				background-position: 0px -94px;
/* 1357 */ 				padding-right: 10px;
/* 1358 */ 			}
/* 1359 */ 				ul.social_icons li.flickr a:hover { background-position: 0px -118px; }
/* 1360 */ /*--------------------------------------------
/* 1361 *| Large Sidebar
/* 1362 *| ---------------------------------------------*/
/* 1363 */ div.large_right_column {
/* 1364 */ 	float: right;
/* 1365 */ 	width: 320px;
/* 1366 */ }
/* 1367 */ 	div.large_right_column h3 {
/* 1368 */ 		text-align: center;
/* 1369 */ 		margin-bottom: 0;
/* 1370 */ 		background: url('/wp-content/themes/NNBcafe/images/sidebar_header_bg.png') repeat-x bottom left;
/* 1371 */ 		height: 34px;
/* 1372 */ 		padding-top: 7px;
/* 1373 */ 		border-bottom: 1px solid #ccc;
/* 1374 */ 		color: #555;
/* 1375 */ 		font-size: 22px;
/* 1376 */ 		position: absolute;
/* 1377 */ 		top: 0px;
/* 1378 */ 		left: 0px;
/* 1379 */ 		width: 100%;
/* 1380 */ 		-webkit-border-top-left-radius: 6px;
/* 1381 */ 		-webkit-border-top-right-radius: 6px;
/* 1382 */ 		-moz-border-radius-topleft: 6px;
/* 1383 */ 		-moz-border-radius-topright: 6px;
/* 1384 */ 		border-top-left-radius: 6px;
/* 1385 */ 		border-top-right-radius: 6px;
/* 1386 */ 	}
/* 1387 */ 	div.large_right_column .container {
/* 1388 */ 		border: 1px solid #dbdbdb;
/* 1389 */ 		border-radius: 6px;
/* 1390 */ 		-moz-border-radius: 6px;
/* 1391 */ 		-webkit-border-radius: 6px;
/* 1392 */ 		margin-bottom: 30px;
/* 1393 */ 		background: #fff;
/* 1394 */ 		overflow: hidden;
/* 1395 */ 		padding: 60px 15px 15px 15px;
/* 1396 */ 		background: #fbfbfb;
/* 1397 */ 		position: relative;
/* 1398 */ 	}
/* 1399 */ 	div.large_right_column .container.no_header { padding-top: 15px;}
/* 1400 */ /* Search */

/* style.css */

/* 1401 */ div.large_right_column form#searchform { overflow: hidden; }
/* 1402 */ div.large_right_column form#searchform input.text_field {
/* 1403 */ 	margin: 8px 0px 4px 0px;
/* 1404 */ 	float: left;
/* 1405 */ 	width: 185px;
/* 1406 */ 	padding: 6px;
/* 1407 */ }
/* 1408 */ div.large_right_column form#searchform input#searchsubmit { margin-top: 8px; float: right; }
/* 1409 */ div.large_right_column form#searchform label { font-size: 13px; }
/* 1410 */ /* Team Detail */
/* 1411 */ div.team_detail {
/* 1412 */ 	overflow: hidden;
/* 1413 */ 	margin-bottom: 20px;
/* 1414 */ }
/* 1415 */ 	div.team_detail.last { margin-bottom: 0; }
/* 1416 */ 	div.team_detail div.photo {
/* 1417 */ 		float: left;
/* 1418 */ 		padding: 4px;
/* 1419 */ 		border: 1px solid #dbdbdb;
/* 1420 */ 		border-radius: 2px;
/* 1421 */ 		-moz-border-radius: 2px;
/* 1422 */ 		-webkit-border-radius: 2px;
/* 1423 */ 	}
/* 1424 */ 	div.team_detail div.bio {
/* 1425 */ 		margin-left: 115px;
/* 1426 */ 		padding-top: 3px;
/* 1427 */ 	}
/* 1428 */ 	div.team_detail div.bio p {
/* 1429 */ 		padding-top: 8px;
/* 1430 */ 		font-size: 12px;
/* 1431 */ 		line-height: 1.5em;
/* 1432 */ 	}
/* 1433 */ /* UL List */
/* 1434 */ div.large_right_column ul { list-style: none; }
/* 1435 */ 	div.large_right_column ul li {
/* 1436 */ 		background: url("/wp-content/themes/NNBcafe/images/colors/lime/bullet.png") no-repeat 0px 4px;
/* 1437 */ 		padding-left: 25px;
/* 1438 */ 		padding-bottom: 6px;
/* 1439 */ 		font-size: 13px;
/* 1440 */ 	}
/* 1441 */ 		div.large_right_column ul li a{ color: #666; text-decoration: none; }
/* 1442 */ 		div.large_right_column ul li a:hover{ text-decoration: underline; }
/* 1443 */ /* Reviews */
/* 1444 */ div.large_right_column .review blockquote{
/* 1445 */ 	font-size: 13px;
/* 1446 */ 	margin: 0px 0px 10px 10px;
/* 1447 */ 	padding-top: 8px;
/* 1448 */ 	color: #676767;
/* 1449 */ 	line-height: 18px;
/* 1450 */ }

/* style.css */

/* 1451 */ div.large_right_column ul.ui-tabs-nav { display: none; }
/* 1452 */ div.large_right_column .ui-tabs-hide{ display:none; }
/* 1453 */ /* Flickr */
/* 1454 */ div.large_right_column .flickr_wrap {
/* 1455 */ 	overflow: hidden;
/* 1456 */ }
/* 1457 */ 	div.large_right_column .flickr_wrap .flickr_badge_image{
/* 1458 */ 		float: left;
/* 1459 */ 		margin: 0px 12px 12px 0px;
/* 1460 */ 	}
/* 1461 */ 		div.large_right_column .flickr_wrap .flickr_badge_image a {
/* 1462 */ 			padding: 4px;
/* 1463 */ 			border: 1px solid #dbdbdb;
/* 1464 */ 			border-radius: 2px;
/* 1465 */ 			-moz-border-radius: 2px;
/* 1466 */ 			-webkit-border-radius: 2px;
/* 1467 */ 			display: block;
/* 1468 */ 		}
/* 1469 */ 		div.large_right_column .flickr_wrap .flickr_badge_image a:hover { background: #eaeaea; }
/* 1470 */ 	div.large_right_column .flickr_wrap .flickr_badge_image.last { margin-right: 0; }
/* 1471 */ /* Twitter */
/* 1472 */ div.large_right_column .tweet_list li{
/* 1473 */ 	margin-bottom: 10px;
/* 1474 */ 	background: url("/wp-content/themes/NNBcafe/images/twitter_icon.png") no-repeat 0px 2px;
/* 1475 */ 	padding-left: 28px;
/* 1476 */ 	line-height: 18px;
/* 1477 */ }
/* 1478 */ 	div.large_right_column .tweet_list li a{ color: #999; }
/* 1479 */ 	div.large_right_column .tweet_list li span a { color: #8C8C8C; text-decoration: underline; }
/* 1480 */ 	div.large_right_column .tweet_list li span a:hover { text-decoration: none; }
/* 1481 */ /* Tables */
/* 1482 */ div.large_right_column table {
/* 1483 */ 	border-collapse: collapse;
/* 1484 */ 	margin-bottom: 0;
/* 1485 */ 	background: #fff;
/* 1486 */ }
/* 1487 */ div.large_right_column table caption {
/* 1488 */ 	margin-bottom: 10px;
/* 1489 */ 	font-weight: bold;
/* 1490 */ 	font-size: 13px;
/* 1491 */ }
/* 1492 */ div.large_right_column table th,
/* 1493 */ div.large_right_column table td {
/* 1494 */ 	padding: 5px 0px 5px 0px;
/* 1495 */ 	text-align: center;
/* 1496 */ }
/* 1497 */ div.large_right_column table tfoot td {
/* 1498 */ 	border-top: 1px solid #DDDDDD;
/* 1499 */ }
/* 1500 */ 	div.large_right_column table tfoot td a{

/* style.css */

/* 1501 */ 		color: #505050;
/* 1502 */ 		font-size: 12px;
/* 1503 */ 		font-weight: bold;
/* 1504 */ 		text-decoration: none;
/* 1505 */ 	}
/* 1506 */ /*--------------------------------------------
/* 1507 *| Small Sidebar
/* 1508 *| ---------------------------------------------*/
/* 1509 */ div.small_right_column {
/* 1510 */ 	float: right;
/* 1511 */ 	width: 175px;
/* 1512 */ }
/* 1513 */ 	div.small_right_column .container {
/* 1514 */ 		margin-bottom: 30px;
/* 1515 */ 	}
/* 1516 */ 	div.small_right_column ul {
/* 1517 */ 		list-style: none;
/* 1518 */ 	}
/* 1519 */ 	div.small_right_column ul li {
/* 1520 */ 		padding-top: 12px;
/* 1521 */ 		padding-bottom: 12px;
/* 1522 */ 		background: none;
/* 1523 */ 		padding-left: 0;
/* 1524 */ 	}
/* 1525 */ 	div.small_right_column ul li a {
/* 1526 */ 		text-decoration: none;
/* 1527 */ 		background: url("/wp-content/themes/NNBcafe/images/arrow_right_dark.png") no-repeat left;
/* 1528 */ 		padding-left: 15px;
/* 1529 */ 		color: #777;
/* 1530 */ 		font-size: 13px;
/* 1531 */ 	}
/* 1532 */ 	div.small_right_column ul li a:hover { color: #333; }
/* 1533 */ 		div.small_right_column ul li a.ui-state-active {
/* 1534 */ 			font-weight: bold;
/* 1535 */ 			background: url('/wp-content/themes/NNBcafe/images/colors/lime/arrow_down.png') no-repeat left;
/* 1536 */ 		}
/* 1537 */ /* Search */
/* 1538 */ div.small_right_column form#searchform { overflow: hidden; }
/* 1539 */ div.small_right_column form#searchform input.text_field {
/* 1540 */ 	margin: 8px 0px 4px 0px;
/* 1541 */ 	width: 160px;
/* 1542 */ 	padding: 6px;
/* 1543 */ }
/* 1544 */ div.small_right_column form#searchform input#searchsubmit { margin-top: 8px; }
/* 1545 */ div.small_right_column form#searchform label { font-size: 12px; }
/* 1546 */ /* UL List */
/* 1547 */ div.small_right_column ul {
/* 1548 */ 	list-style: none;
/* 1549 */ 	overflow: hidden;
/* 1550 */ }

/* style.css */

/* 1551 */ 	div.small_right_column ul li ul li {
/* 1552 */ 		overflow: hidden;
/* 1553 */ 		border-bottom: 1px solid #d9d9d9;
/* 1554 */ 	}
/* 1555 */ 	div.small_right_column ul li img {
/* 1556 */ 		float: left;
/* 1557 */ 		margin-right: 8px;
/* 1558 */ 	}
/* 1559 */ 		div.small_right_column ul li a:hover { text-decoration: none; }
/* 1560 */ /* Reviews */
/* 1561 */ div.small_right_column .review blockquote{
/* 1562 */ 	font-size: 12px;
/* 1563 */ 	margin: 0px 0px 10px 0px;
/* 1564 */ 	padding-top: 8px;
/* 1565 */ 	color: #676767;
/* 1566 */ 	line-height: 18px;
/* 1567 */ 	border-bottom: 1px solid #d9d9d9;
/* 1568 */ 	padding-bottom: 15px;
/* 1569 */ }
/* 1570 */ div.small_right_column ul.ui-tabs-nav { display: none; }
/* 1571 */ div.small_right_column .ui-tabs-hide{ display:none; }
/* 1572 */ /* Flickr Widget */
/* 1573 */ div.small_right_column div.flickr_wrap {
/* 1574 */ 	overflow: hidden;
/* 1575 */ }
/* 1576 */ 	div.small_right_column div.flickr_wrap .flickr_badge_image {
/* 1577 */ 		float: left;
/* 1578 */ 		margin-right: 12px;
/* 1579 */ 		margin-bottom: 12px;
/* 1580 */ 	}
/* 1581 */ 	div.flickr_wrap .flickr_badge_image img{ width: 46px; height: 46px; }
/* 1582 */ /* Twitter Widget */
/* 1583 */ div.small_right_column ul.tweet_list {
/* 1584 */ 	list-style: none;
/* 1585 */ }
/* 1586 */ 	div.small_right_column ul.tweet_list li{
/* 1587 */ 		padding-bottom: 10px;
/* 1588 */ 		padding-left: 27px;
/* 1589 */ 		border-bottom: 1px solid #d9d9d9;
/* 1590 */ 		background: url("/wp-content/themes/NNBcafe/images/twitter_icon.png") no-repeat 0px 13px;
/* 1591 */ 	}
/* 1592 */ 		div.small_right_column ul.tweet_list li span {
/* 1593 */ 			font-size: 12px;
/* 1594 */ 			color: #3a3a3a;
/* 1595 */ 		}
/* 1596 */ 			div.small_right_column ul.tweet_list li span a{
/* 1597 */ 				background: none;
/* 1598 */ 				display: inline;
/* 1599 */ 				font-size: 12px;
/* 1600 */ 				color: #8c8c8c;

/* style.css */

/* 1601 */ 				background: none;
/* 1602 */ 				padding: 0;
/* 1603 */ 				text-decoration: underline;
/* 1604 */ 			}
/* 1605 */ 				div.small_right_column ul.tweet_list li span a:hover { text-decoration: none; }
/* 1606 */ 	  div.small_right_column ul.tweet_list li a {
/* 1607 */ 			text-decoration: none;
/* 1608 */ 			display: block;
/* 1609 */ 			font-size: 11px;
/* 1610 */ 			color: #8c8c8c;
/* 1611 */ 			margin-top: 5px;
/* 1612 */ 			background: none;
/* 1613 */ 			padding: 0;
/* 1614 */ 		}
/* 1615 */ /* Tables */
/* 1616 */ div.small_right_column table {
/* 1617 */ 	border-collapse: collapse;
/* 1618 */ 	margin-bottom: 0;
/* 1619 */ 	background: #f1f1f1;
/* 1620 */ }
/* 1621 */ div.small_right_column table caption {
/* 1622 */ 	margin-bottom: 10px;
/* 1623 */ 	font-weight: bold;
/* 1624 */ 	font-size: 13px;
/* 1625 */ 	text-align: left;
/* 1626 */ }
/* 1627 */ div.small_right_column table th,
/* 1628 */ div.small_right_column table td {
/* 1629 */ 	padding: 5px 0px 5px 0px;
/* 1630 */ 	text-align: center;
/* 1631 */ }
/* 1632 */ div.small_right_column table tfoot td {
/* 1633 */ 	border-top: 1px solid #DDDDDD;
/* 1634 */ }
/* 1635 */ 	div.small_right_column table tfoot td a{
/* 1636 */ 		color: #505050;
/* 1637 */ 		font-size: 12px;
/* 1638 */ 		font-weight: bold;
/* 1639 */ 		text-decoration: none;
/* 1640 */ 	}
/* 1641 */ /*--------------------------------------------
/* 1642 *| HTML Styles
/* 1643 *| ---------------------------------------------*/
/* 1644 */ div.image_wrap {
/* 1645 */ 	position: relative;
/* 1646 */ }
/* 1647 */ 	div.image_wrap img{
/* 1648 */ 		margin-bottom: 24px;
/* 1649 */ 		background: #F5F5F5;
/* 1650 */ 		border: 1px solid #dbdbdb;

/* style.css */

/* 1651 */ 		padding: 6px;
/* 1652 */ 		-webkit-border-radius: 6px;
/* 1653 */ 		-moz-border-radius: 6px;
/* 1654 */ 		border-radius: 6px;
/* 1655 */ 		-webkit-box-shadow: 0px 0px 3px #eee;
/* 1656 */ 		-moz-box-shadow: 0px 0px 3px #eee;
/* 1657 */ 		box-shadow: 0px 0px 3px #eee;
/* 1658 */ 	}
/* 1659 */ /* Columns */
/* 1660 */ div.column_last { margin-right: 0 !important; }
/* 1661 */ .one_half, .one_third, .two_third,
/* 1662 */ .three_fourth, .one_fourth, .two_thirds {
/* 1663 */ 	float: left;
/* 1664 */ 	margin-right: 4%;
/* 1665 */ 	margin-bottom: 25px;
/* 1666 */ }
/* 1667 */ div.one_half    { width: 48%; }
/* 1668 */ div.one_third   { width: 30.66%; }
/* 1669 */ div.two_thirds  { width: 65%; }
/* 1670 */ div.one_fourth  { width: 22%; }
/* 1671 */ /* Typography */
/* 1672 */ div#typography ul,
/* 1673 */ div#typography ol { float: left; margin: 15px 60px 0px 0px; }
/* 1674 */ ul.triangles,
/* 1675 */ ul.arrows,
/* 1676 */ ul.bullseye,
/* 1677 */ ul.checkmarks,
/* 1678 */ ul.numbered {
/* 1679 */ 	list-style: none;
/* 1680 */ 	line-height: 22px;
/* 1681 */ 	font-size: 13px;
/* 1682 */ }
/* 1683 */ ul.numbered { list-style: decimal; padding-left: 18px; padding-top: 5px; }
/* 1684 */ 	ul.triangles li {
/* 1685 */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/arrow_right.png') no-repeat 0px 7px;
/* 1686 */ 		padding-left: 15px;
/* 1687 */ 	}
/* 1688 */ 	ul.bullseye li {
/* 1689 */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/bullet.png') no-repeat 0px 7px;
/* 1690 */ 		padding-left: 17px;
/* 1691 */ 	}
/* 1692 */ 	ul.arrows li {
/* 1693 */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/arrow.png') no-repeat 0px 4px;
/* 1694 */ 		padding-left: 22px;
/* 1695 */ 	}
/* 1696 */ 	ul.checkmarks li {
/* 1697 */ 		background: url('/wp-content/themes/NNBcafe/images/colors/lime/checkmark.png') no-repeat 0px 5px;
/* 1698 */ 		padding-left: 22px;
/* 1699 */ 	}
/* 1700 */ blockquote {

/* style.css */

/* 1701 */ 	display: block;
/* 1702 */ 	background: url("/wp-content/themes/NNBcafe/images/colors/lime/quote.png") no-repeat top left;
/* 1703 */ 	padding-left: 40px;
/* 1704 */ 	margin: 26px 0px 35px 46px;
/* 1705 */ 	font-style: italic;
/* 1706 */ 	font-size: 20px;
/* 1707 */ 	color: #666;
/* 1708 */ }
/* 1709 */ span.highlight {
/* 1710 */ 	padding: 2px;
/* 1711 */ 	-webkit-border-radius: 3px;
/* 1712 */ 	-moz-border-radius: 3px;
/* 1713 */ 	border-radius: 3px;
/* 1714 */ }
/* 1715 */ 	span.highlight.light {
/* 1716 */ 		background: #fffccd;
/* 1717 */ 	}
/* 1718 */ 	span.highlight.dark {
/* 1719 */ 		background: #555;
/* 1720 */ 		color: #fff;
/* 1721 */ 	}
/* 1722 */ /* Styled Boxes */
/* 1723 */ div.box {
/* 1724 */ 	-webkit-border-radius: 6px;
/* 1725 */ 	-moz-border-radius: 6px;
/* 1726 */ 	border-radius: 6px;
/* 1727 */ 	padding: 15px;
/* 1728 */ 	margin-bottom: 20px;
/* 1729 */ 	text-align: center;
/* 1730 */ }
/* 1731 */ 	div.box.half { width: 50%; }
/* 1732 */ 	div.box p{
/* 1733 */ 		margin-bottom: 0;
/* 1734 */ 	}
/* 1735 */ 	div.box.framed {
/* 1736 */ 		background: #fcfcfc;
/* 1737 */ 		border: 1px solid #dbdbdb;
/* 1738 */ 		text-align: left;
/* 1739 */ 		padding: 20px;
/* 1740 */ 	}
/* 1741 */ 	div.box.info {
/* 1742 */ 		background: #d6e7ee;
/* 1743 */ 		border: 1px solid #baccd4;
/* 1744 */ 		box-shadow: inset 0px 1px 1px #e5f0f4;
/* 1745 */ 	}
/* 1746 */ 		div.box.info p{ color: #5f8797; }
/* 1747 */ 	div.box.success {
/* 1748 */ 		background: #e0f8db;
/* 1749 */ 		border: 1px solid #c6dac2;
/* 1750 */ 		box-shadow: inset 0px 1px 1px #ecfbe8;

/* style.css */

/* 1751 */ 	}
/* 1752 */ 		div.box.success p { color: #769d6e; }
/* 1753 */ 	div.box.error {
/* 1754 */ 		background: #fde9ea;
/* 1755 */ 		border: 1px solid #daabae;
/* 1756 */ 		box-shadow: inset 0px 1px 1px #fef1f2;
/* 1757 */ 	}
/* 1758 */ 		div.box.error p { color: #c4686c; }
/* 1759 */ 	div.box.notice {
/* 1760 */ 		background: #f9f8d6;
/* 1761 */ 		border: 1px solid #d9d49e;
/* 1762 */ 		box-shadow: inset 0px 1px 1px #fbfbe5;
/* 1763 */ 	}
/* 1764 */ 		div.box.notice p { color: #a99d36; }
/* 1765 */ /* Tables */
/* 1766 */ table {
/* 1767 */ 	width: 100%;
/* 1768 */ 	border: 1px solid #ddd;
/* 1769 */ 	-webkit-border-radius: 6px;
/* 1770 */ 	-moz-border-radius: 6px;
/* 1771 */ 	border-radius: 6px;
/* 1772 */ 	background: #fcfcfc;
/* 1773 */ 	padding: 0;
/* 1774 */ 	margin-bottom: 30px;
/* 1775 */ }
/* 1776 */ table.half { width: 560px; }
/* 1777 */ 	table tr th,
/* 1778 */ 	table tr td {
/* 1779 */ 		text-align: left;
/* 1780 */ 		border-bottom: 1px solid #ddd;
/* 1781 */ 		border-right: 1px solid #ddd;
/* 1782 */ 		padding: 12px 20px 12px 20px;
/* 1783 */ 	}
/* 1784 */ 	table thead tr th {
/* 1785 */ 		color: #505050;
/* 1786 */ 		font-size: 14px;
/* 1787 */ 		font-weight: bold;
/* 1788 */ 	}
/* 1789 */ 	table tr td { font-size: 13px; }
/* 1790 */ 	table tr.highlight td { background: #f3f3f3; }
/* 1791 */ 	table .no_right_border { border-right: 0; }
/* 1792 */ 	table .no_bottom_border { border-bottom: 0; }
/* 1793 */ div.pricing_box {
/* 1794 */ 	background: #efefef;
/* 1795 */ 	padding-top: 15px;
/* 1796 */ 	border: 1px solid #c9cac9;
/* 1797 */ 	-webkit-border-radius: 6px;
/* 1798 */ 	-moz-border-radius: 6px;
/* 1799 */ 	border-radius: 6px;
/* 1800 */ 	-webkit-box-shadow: inset 0px 3px 5px #f9f9f9;

/* style.css */

/* 1801 */ 	-moz-box-shadow: inset 0px 3px 5px #f9f9f9;
/* 1802 */ 	box-shadow: inset 0px 3px 5px #f9f9f9;
/* 1803 */ 	overflow: hidden;
/* 1804 */ 	opacity: 0.80;
/* 1805 */ 	-moz-opacity: 0.80;
/* 1806 */ 	filter:alpha(opacity=80);
/* 1807 */ 	cursor: pointer;
/* 1808 */ }
/* 1809 */ 	div.pricing_box.active {
/* 1810 */ 		box-shadow: 0px 0px 15px #ccc;
/* 1811 */ 		-webkit-box-shadow: 0px 0px 15px #ccc;
/* 1812 */ 		-moz-box-shadow: 0px 0px 15px #ccc;
/* 1813 */ 	}
/* 1814 */ 	div.pricing_box .price {
/* 1815 */ 		background: url('/wp-content/themes/NNBcafe/images/price_inactive_bg.png') no-repeat	top center;
/* 1816 */ 		width: 130px;
/* 1817 */ 		height: 130px;
/* 1818 */ 		text-align: center;
/* 1819 */ 		margin: 0 auto;
/* 1820 */ 	}
/* 1821 */ 	div.pricing_box.active .price{ background: url('/wp-content/themes/NNBcafe/images/colors/lime/price_bg.png') no-repeat	top center; }
/* 1822 */ 		div.pricing_box .price h2{
/* 1823 */ 			font-size: 45px;
/* 1824 */ 			color: #fff;
/* 1825 */ 			padding-top: 35px;
/* 1826 */ 		}
/* 1827 */ 	div.pricing_box ul {
/* 1828 */ 		border-top: 1px dashed #c7c7c7;
/* 1829 */ 		padding-top: 15px;
/* 1830 */ 		margin-top: 15px;
/* 1831 */ 		list-style: none;
/* 1832 */ 		text-align: center;
/* 1833 */ 		padding-bottom: 5px;
/* 1834 */ 	}
/* 1835 */ 		div.pricing_box ul li {
/* 1836 */ 			font-size: 13px;
/* 1837 */ 			color: #4d4c4c;
/* 1838 */ 			margin-bottom: 10px;
/* 1839 */ 		}
/* 1840 */ 	div.pricing_box a {
/* 1841 */ 		background: #444444;
/* 1842 */ 		display: block;
/* 1843 */ 		color: #fff;
/* 1844 */ 		font-weight: bold;
/* 1845 */ 		text-decoration: none;
/* 1846 */ 		text-transform: uppercase;
/* 1847 */ 		text-align: center;
/* 1848 */ 		padding: 9px 0px 9px 0px;
/* 1849 */ 		font-size: 12px;
/* 1850 */ 	}

/* style.css */

/* 1851 */ /* Tabs, Toggles and Accordians */
/* 1852 */ div.tabs { margin-bottom: 20px; }
/* 1853 */ div.tabs.half { width: 560px; }
/* 1854 */ 	div.tabs ul.ui-tabs-nav {
/* 1855 */ 		list-style: none;
/* 1856 */ 		overflow: hidden;
/* 1857 */ 		position: relative;
/* 1858 */ 		z-index: 2;
/* 1859 */ 	}
/* 1860 */ 		div.tabs ul.ui-tabs-nav li{
/* 1861 */ 			float: left;
/* 1862 */ 			margin-right: 2px;
/* 1863 */ 		}
/* 1864 */ 			div.tabs ul.ui-tabs-nav li a {
/* 1865 */ 				color: #8f8f8f;
/* 1866 */ 				font-size: 14px;
/* 1867 */ 				font-weight: bold;
/* 1868 */ 				text-decoration: none;
/* 1869 */ 				background: #f3f3f3;
/* 1870 */ 				border: 1px solid #e3e3e3;
/* 1871 */ 				padding: 8px 25px 8px 25px;
/* 1872 */ 				display: block;
/* 1873 */ 				-webkit-border-top-left-radius: 6px;
/* 1874 */ 				-webkit-border-top-right-radius: 6px;
/* 1875 */ 				-moz-border-radius-topleft: 6px;
/* 1876 */ 				-moz-border-radius-topright: 6px;
/* 1877 */ 				border-top-left-radius: 6px;
/* 1878 */ 				border-top-right-radius: 6px;
/* 1879 */ 			}
/* 1880 */ 				div.tabs ul.ui-tabs-nav li.ui-state-active a{
/* 1881 */ 					color: #424242;
/* 1882 */ 					background: #fcfcfc;
/* 1883 */ 					border: 1px solid #d4d4d4;
/* 1884 */ 					border-bottom: none;
/* 1885 */ 					padding-bottom: 9px;
/* 1886 */ 				}
/* 1887 */ 		div.tabs .ui-tabs-panel {
/* 1888 */ 			padding: 20px;
/* 1889 */ 			padding-bottom: 5px;
/* 1890 */ 			background: #fcfcfc;
/* 1891 */ 			border: 1px solid #e3e3e3;
/* 1892 */ 			position: relative;
/* 1893 */ 			z-index: 1;
/* 1894 */ 			margin-top: -1px;
/* 1895 */ 		}
/* 1896 */ 	div.tabs .ui-tabs-hide {
/* 1897 */ 		display: none;
/* 1898 */ 	}
/* 1899 */ div.small_accordion { margin-bottom: 20px; }
/* 1900 */ div.small_accordion.half { width: 560px; }

/* style.css */

/* 1901 */ 	div.small_accordion h4 {
/* 1902 */ 		background: #fcfcfc;
/* 1903 */ 		border: 1px solid #d4d4d4;
/* 1904 */ 		padding: 10px 15px 10px 15px;
/* 1905 */ 		-webkit-border-radius: 6px;
/* 1906 */ 		-moz-border-radius: 6px;
/* 1907 */ 		border-radius: 6px;
/* 1908 */ 	}
/* 1909 */ 		div.small_accordion h4 a {
/* 1910 */ 			font-size: 14px;
/* 1911 */ 			font-weight: bold;
/* 1912 */ 			color: #767676;
/* 1913 */ 			text-decoration: none;
/* 1914 */ 			display: block;
/* 1915 */ 			background: url('/wp-content/themes/NNBcafe/images/arrow-up.png') no-repeat center right;
/* 1916 */ 		}
/* 1917 */ 		div.small_accordion h4.ui-state-active a {
/* 1918 */ 			background: url('/wp-content/themes/NNBcafe/images/arrow-down.png') no-repeat center right;
/* 1919 */ 		}
/* 1920 */ div.accordion.half { width: 560px; }
/* 1921 */ div.accordion .heading {
/* 1922 */ 	overflow: hidden;
/* 1923 */ 	background: #eee;
/* 1924 */ 	border-radius: 6px;
/* 1925 */ 	-moz-border-radius: 6px;
/* 1926 */ 	-webkit-border-radius: 6px;
/* 1927 */ 	position: relative;
/* 1928 */ 	margin-bottom: 10px;
/* 1929 */ 	clear: both;
/* 1930 */ 	cursor: pointer;
/* 1931 */ }
/* 1932 */ 	div.accordion .heading .content {
/* 1933 */ 		padding: 20px 25px 0px 25px;
/* 1934 */ 	}
/* 1935 */ 	div.accordion .heading .content h2 {
/* 1936 */ 		font-size: 26px;
/* 1937 */ 		margin-bottom: 10px;
/* 1938 */ 	}
/* 1939 */ 		div.accordion .heading .content h2 span {
/* 1940 */ 			font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
/* 1941 */ 			font-size: 12px;
/* 1942 */ 			color: #a5a5a5;
/* 1943 */ 			text-transform: none;
/* 1944 */ 			position: relative;
/* 1945 */ 			top: -4px;
/* 1946 */ 			left: 10px;
/* 1947 */ 			font-style: italic;
/* 1948 */ 		}
/* 1949 */ 	div.accordion .heading .content p {
/* 1950 */ 		font-size: 14px;

/* style.css */

/* 1951 */ 		color: #848383;
/* 1952 */ 	}
/* 1953 */ 		div.accordion .heading a.toggle {
/* 1954 */ 			text-decoration: none;
/* 1955 */ 			width: 40px;
/* 1956 */ 			height: 22px;
/* 1957 */ 			display: block;
/* 1958 */ 			text-indent: -99999px;
/* 1959 */ 			background: url("/wp-content/themes/NNBcafe/images/menu_arrow.png") no-repeat top;
/* 1960 */ 			position: absolute;
/* 1961 */ 			top: 40px;
/* 1962 */ 			right: 35px;
/* 1963 */ 		}
/* 1964 */ 		div.accordion .heading.ui-state-active a.toggle { background-position: bottom left; }
/* 1965 */ 	div.accordion .content {
/* 1966 */ 		padding: 10px 20px 10px 20px;
/* 1967 */ 	}
/* 1968 */ /*--------------------------------------------
/* 1969 *| Buttons
/* 1970 *| ---------------------------------------------*/
/* 1971 */ .button,
/* 1972 */ #commentform #submit {
/* 1973 */ 	background: url('/wp-content/themes/NNBcafe/images/buttons.png') repeat-x top left;
/* 1974 */ 	padding: 6px 15px 7px 15px;
/* 1975 */ 	color: #444;
/* 1976 */ 	text-transform: uppercase;
/* 1977 */ 	font-weight: bold;
/* 1978 */ 	text-decoration: none;
/* 1979 */ 	font-size: 11px;
/* 1980 */ 	border-radius: 4px;
/* 1981 */ 	-moz-border-radius: 4px;
/* 1982 */ 	-webkit-border-radius: 4px;
/* 1983 */ 	border: 1px solid #ccc;
/* 1984 */ }
/* 1985 */ 	#commentform #submit { padding-bottom: 5px; }
/* 1986 */ input.button { padding-bottom: 5px; cursor: pointer; }
/* 1987 */ .button.lime_green, .button.magenta, .button.orange,
/* 1988 */ .button.purple ,.button.blue, .button.red, .button.yellow,
/* 1989 */ .button.green, .button.teal, .button.gray, .button.brown,
/* 1990 */ .button.black, .button.pink, .button.light_green,
/* 1991 */ .button.sea_foam, .button.coral, .button.light_blue,
/* 1992 */ .button.light_purple {
/* 1993 */ 	color: #fff;
/* 1994 */ 	text-shadow: #999 0px 0px 2px;
/* 1995 */ }
/* 1996 */ 	/* Vibrant Colors */
/* 1997 */ 	.button.lime_green   { background-position: 0px -27px; }
/* 1998 */ 	.button.magenta 		 { background-position: 0px -54px; }
/* 1999 */ 	.button.orange 			 { background-position: 0px -81px; }
/* 2000 */ 	.button.purple 			 { background-position: 0px -108px; }

/* style.css */

/* 2001 */ 	.button.blue 			   { background-position: 0px -135px; }
/* 2002 */ 	.button.red 		     { background-position: 0px -162px; }
/* 2003 */ 	.button.yellow       { background-position: 0px -189px; }
/* 2004 */ 	.button.green 			 { background-position: 0px -216px; }
/* 2005 */ 	.button.teal 				 { background-position: 0px -243px; }
/* 2006 */ 	/* Neutral Colors */
/* 2007 */ 	.button.gray        { background-position: 0px -270px; }
/* 2008 */ 	.button.brown 		  { background-position: 0px -297px; }
/* 2009 */ 	.button.black 		  { background-position: 0px -323px; }
/* 2010 */ 	/* Pastel Colors */
/* 2011 */ 	.button.pink 				 { background-position: 0px -351px; }
/* 2012 */ 	.button.light_green  { background-position: 0px -378px; }
/* 2013 */ 	.button.sea_foam 	   { background-position: 0px -405px; }
/* 2014 */ 	.button.coral        { background-position: 0px -432px; }
/* 2015 */ 	.button.light_blue   { background-position: 0px -459px; }
/* 2016 */ 	.button.light_purple { background-position: 0px -486px; }
/* 2017 */ /*--------------------------------------------
/* 2018 *| Fonts
/* 2019 *| ---------------------------------------------*/
/* 2020 */ @font-face {
/* 2021 */     font-family: 'QlassikMedium';
/* 2022 */     src: url('/wp-content/themes/NNBcafe/fonts/qlassik_tb-webfont.eot');
/* 2023 */     src: url('/wp-content/themes/NNBcafe/fonts/qlassik_tb-webfont.eot?#iefix') format('embedded-opentype'),
/* 2024 */          url('/wp-content/themes/NNBcafe/fonts/qlassik_tb-webfont.woff') format('woff'),
/* 2025 */          url('/wp-content/themes/NNBcafe/fonts/qlassik_tb-webfont.ttf') format('truetype'),
/* 2026 */          url('/wp-content/themes/NNBcafe/fonts/qlassik_tb-webfont.svg#QlassikMediumRegular') format('svg');
/* 2027 */     font-weight: normal;
/* 2028 */     font-style: normal;
/* 2029 */ }
/* 2030 */ @font-face {
/* 2031 */     font-family: 'QlassikBold';
/* 2032 */     src: url('/wp-content/themes/NNBcafe/fonts/qlassikbold_tb-webfont.eot');
/* 2033 */     src: url('/wp-content/themes/NNBcafe/fonts/qlassikbold_tb-webfont.eot?#iefix') format('embedded-opentype'),
/* 2034 */          url('/wp-content/themes/NNBcafe/fonts/qlassikbold_tb-webfont.woff') format('woff'),
/* 2035 */          url('/wp-content/themes/NNBcafe/fonts/qlassikbold_tb-webfont.ttf') format('truetype'),
/* 2036 */          url('/wp-content/themes/NNBcafe/fonts/qlassikbold_tb-webfont.svg#QlassikBoldRegular') format('svg');
/* 2037 */     font-weight: normal;
/* 2038 */     font-style: normal;
/* 2039 */ }
/* 2040 */ /*--------------------------------------------
/* 2041 *| Forms
/* 2042 *| ---------------------------------------------*/
/* 2043 */ form .text_field {
/* 2044 */ 	padding: 8px;
/* 2045 */ 	width: 248px;
/* 2046 */ 	border: 1px solid #ccc;
/* 2047 */ 	border-radius: 6px;
/* 2048 */ 	-moz-border-radius: 6px;
/* 2049 */ 	-webkit-border-radius: 6px;
/* 2050 */ 	color: #444;

/* style.css */

/* 2051 */ 	font-size: 13px;
/* 2052 */ 	color: #656565;
/* 2053 */ 	font-style: italic;
/* 2054 */ }
/* 2055 */ form .text_field_active {
/* 2056 */ 	color: #333;
/* 2057 */ 	font-style: normal;
/* 2058 */ }
/* 2059 */ form .text_field:focus{
/* 2060 */ 	box-shadow: inset 0px 0px 4px #ccc;
/* 2061 */ 	outline: none;
/* 2062 */ 	font-style: normal;
/* 2063 */ }
/* 2064 */ /*--------------------------------------------
/* 2065 *| Misc
/* 2066 *| ---------------------------------------------*/
/* 2067 */ hr {
/* 2068 */ 	color: #e5e5e5;
/* 2069 */ 	background: #e5e5e5;
/* 2070 */ 	border: none;
/* 2071 */ 	width: 100%;
/* 2072 */ 	height: 1px;
/* 2073 */ 	margin: 20px 0px 20px 0px;
/* 2074 */ 	clear: both;
/* 2075 */ }
/* 2076 */ a,h4,div { outline: none;}
/* 2077 */ img { border: none;}

/* brown.css */

/* 1  */ div#header .logo {
/* 2  */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/logo.png') no-repeat top right;
/* 3  */ }
/* 4  */ div.small_right_column ul.arrows li a.ui-state-active { 
/* 5  */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/arrow_down.png') no-repeat left;
/* 6  */ }
/* 7  */ div#homepage div.specials a.full_menu {
/* 8  */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/menu_icon.png') no-repeat top left;
/* 9  */ }
/* 10 */ div#feedback div.press ul li div.date {
/* 11 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/date_bg.png') no-repeat;
/* 12 */ }
/* 13 */ div.large_right_column ul li {
/* 14 */ 	background: url("/wp-content/themes/NNBcafe/images/colors/brown/bullet.png") no-repeat 0px 4px;		
/* 15 */ }
/* 16 */ ul.icon_list li.email  { background: url('/wp-content/themes/NNBcafe/images/colors/brown/mail.png') no-repeat top left; }
/* 17 */ ul.icon_list li.phone  { background: url('/wp-content/themes/NNBcafe/images/colors/brown/phone.png') no-repeat top left; }
/* 18 */ ul.icon_list li.fax    { background: url('/wp-content/themes/NNBcafe/images/colors/brown/fax.png') no-repeat top left; }
/* 19 */ div.location_box .details {
/* 20 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/location_icon.png') no-repeat top left;
/* 21 */ }
/* 22 */ div#blog a.rss span{
/* 23 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/rss.png') no-repeat;
/* 24 */ }
/* 25 */ div#blog .post .date,
/* 26 */ div#homepage #slides .nivo-caption p span,
/* 27 */ ul.recent_blogs li div.date {
/* 28 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/date_bg.png') no-repeat;
/* 29 */ }
/* 30 */ div#error_page div.error_wrap {
/* 31 */ 	background: url("/wp-content/themes/NNBcafe/images/colors/brown/404_circle.png") no-repeat center;
/* 32 */ }
/* 33 */ ul.triangles li {
/* 34 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/arrow_right.png') no-repeat 0px 7px;
/* 35 */ }
/* 36 */ ul.bullseye li {
/* 37 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/bullet.png') no-repeat 0px 7px;
/* 38 */ }
/* 39 */ ul.arrows li {
/* 40 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/arrow.png') no-repeat 0px 4px;
/* 41 */ }
/* 42 */ ul.checkmarks li {
/* 43 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/checkmark.png') no-repeat 0px 5px;
/* 44 */ }
/* 45 */ blockquote {
/* 46 */ 	background: url("/wp-content/themes/NNBcafe/images/colors/brown/quote.png") no-repeat top left;		
/* 47 */ }
/* 48 */ div.pricing_box.active .price{ background: url('/wp-content/themes/NNBcafe/images/colors/brown/price_bg.png') no-repeat	top center; }
/* 49 */ div#location div.address {
/* 50 */ 	background: url('/wp-content/themes/NNBcafe/images/colors/brown/location_icon.png') no-repeat top left;

/* brown.css */

/* 51 */ }
/* 52 */ div#items .content h4 span,
/* 53 */ div#items_3 b span {		
/* 54 */ 	background: #9a7765;
/* 55 */ }
/* 56 */ div#header ul#nav li.current-menu-item a,
/* 57 */ 			div#header ul#nav li.current-menu-parent a {
/* 58 */ 	background: #9a7765;
/* 59 */ }
