
/* style.css */

/* 1   */ /*  
/* 2   *| Theme Name: FreshServe - WordPress Edition
/* 3   *| Theme URI: http://themeforest.net/user/two2twelve
/* 4   *| Description: Designed & Developed by <a href="http://themeforest.net/user/two2twelve?ref=two2twelve">Two2Twelve</a>.
/* 5   *| Version: 1.1.1
/* 6   *| Author: Eric Alli
/* 7   *| Author URI: http://from.two2twelve.com
/* 8   *| 
/* 9   *| This file is part of a site template for sale on ThemeForest.net
/* 10  *| See: http://themeforest.net/user/two2twelve/portfolio
/* 11  *| Copyright © 2010 Eric Alli <info@two2twelve.com>
/* 12  *| */
/* 13  */ 
/* 14  */ /*
/* 15  *| 	The CSS files for each color scheme are located in themes/_theme_name_.css (eg: themes/blue-green.css)
/* 16  *| 	This file is used for the overall site structure and elements.
/* 17  *| */
/* 18  */ * { padding: 0; margin: 0; }
/* 19  */ /*--------------------------------------------
/* 20  *| Global Elements
/* 21  *| ---------------------------------------------*/
/* 22  */ body {
/* 23  */ 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 24  */ 	font-size: 13px;
/* 25  */ 	color: #707070;
/* 26  */ 	background: #ebebeb;
/* 27  */ }
/* 28  */ div.page {
/* 29  */ 	width: 960px;
/* 30  */ 	margin: 0 auto;
/* 31  */ 	position: relative;
/* 32  */ }
/* 33  */ div#header {
/* 34  */ 	background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/header_bg.gif') repeat-x top;
/* 35  */ 	height: 150px;
/* 36  */ }
/* 37  */ 	div#header a.logo{ 
/* 38  */ 		float: left; 
/* 39  */ 		margin-top: 18px; 
/* 40  */ 	}
/* 41  */ 	div#header ul {
/* 42  */ 		list-style: none;
/* 43  */ 		float: right;
/* 44  */ 		margin-top: 48px;
/* 45  */ 	}
/* 46  */ 		div#header ul li {
/* 47  */ 			height: 60px;
/* 48  */ 			float: left;
/* 49  */ 			margin-left: 0px;
/* 50  */ 			padding: 0px 0px 0px 10px;

/* style.css */

/* 51  */ 			line-height: 18px;
/* 52  */ 		}
/* 53  */ 			div#header ul li a {
/* 54  */ 				color: #555555;
/* 55  */ 				font-size: 13px;
/* 56  */ 				text-decoration: none;
/* 57  */ 				display: block;
/* 58  */ 				font-weight: bold;
/* 59  */ 				padding: 4px 10px 4px 10px;
/* 60  */ 			}
/* 61  */ 			div#header ul li a:hover { color: #333; }
/* 62  */ 			div#header li.current_page_item a,
/* 63  */ 			div#header li.current-page-ancestor a{ background: #dddddd; color: #000; }
/* 64  */ div#page {
/* 65  */ 	width: 980px;
/* 66  */ 	margin: 0 auto;
/* 67  */ 	margin-top: -33px;
/* 68  */ }
/* 69  */ 	div#page .header{ 
/* 70  */ 		background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/page_header.gif') repeat-x top;
/* 71  */ 		height: 60px;
/* 72  */ 	}
/* 73  */ 		div#page .header h1{ padding-left: 30px; padding-top: 5px; }
/* 74  */ 		div#page .header ul { list-style: none; float: right; margin-top: -30px; margin-right: 10px; line-height: 18px; }
/* 75  */ 			div#page .header ul li {
/* 76  */ 				float: left;
/* 77  */ 				margin-right: 20px;
/* 78  */ 				height: 30px;
/* 79  */ 				display: block;
/* 80  */ 			}
/* 81  */ 			div#page .header ul li.current_page_item {
/* 82  */ 				background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/sub_menu-left.png') no-repeat top left;
/* 83  */ 			}
/* 84  */ 				div#page .header ul li a {
/* 85  */ 					font-size: 14px;
/* 86  */ 					font-weight: bold;
/* 87  */ 					text-decoration: none;
/* 88  */ 					color: #8b8c8b;
/* 89  */ 					display: block;
/* 90  */ 					padding: 6px 20px 0px 20px;
/* 91  */ 					height: 30px;
/* 92  */ 				}
/* 93  */ 				div#page .header ul li.current_page_item a {
/* 94  */ 					color: #464646;
/* 95  */ 					background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/sub_menu-right.png') no-repeat top right;
/* 96  */ 				}
/* 97  */ 				div#page .header ul li a:hover {
/* 98  */ 					color: #555;
/* 99  */ 				}
/* 100 */ 	div#page .header_home{ 

/* style.css */

/* 101 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/home_header.gif') repeat-x bottom;
/* 102 */ 		height: 320px;
/* 103 */ 		position: relative;
/* 104 */ 	}	
/* 105 */ 		div#page .header .price_tag{ 
/* 106 */ 			width: 130px;
/* 107 */ 			height: 130px;
/* 108 */ 			position: absolute;
/* 109 */ 			top: -55px;
/* 110 */ 			right: -35px;
/* 111 */ 		}
/* 112 */ 		div#page .header_home img.main_screenshot{ 
/* 113 */ 			float: left;
/* 114 */ 			padding: 20px 0px 0px 35px;
/* 115 */ 		}
/* 116 */ 		div#page .header_home .info {
/* 117 */ 			width: 450px;
/* 118 */ 			float: right;
/* 119 */ 			margin: 25px 50px 0px 0px;
/* 120 */ 		}
/* 121 */ 			div#page .header_home .info h1 { padding: 0; margin-bottom: 15px; font-size: 30px; color: #363636; }
/* 122 */ 			div#page .header_home .info p{ font-size: 13px; color: #363636; margin-bottom: 30px; }
/* 123 */ 			div#page .header_home .info .trial { font-size: 11px; color: #7d7d7d; margin-left: 12px; }
/* 124 */ 	div#page .top {
/* 125 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/page_top.gif') no-repeat top;
/* 126 */ 		height: 23px;
/* 127 */ 	}
/* 128 */ 	div#page .content {
/* 129 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/page_middle.gif') repeat-y top;
/* 130 */ 	}
/* 131 */ 		div#page .content .padding {
/* 132 */ 			padding: 25px 45px 25px 45px;
/* 133 */ 		}
/* 134 */ 		div#page.right_sidebar .page_content {
/* 135 */ 			width: 600px;
/* 136 */ 			float: left;
/* 137 */ 		}
/* 138 */ 		div#page.right_sidebar .page_sidebar {
/* 139 */ 			width: 245px;
/* 140 */ 			float: right;
/* 141 */ 		}
/* 142 */ 		div#page.left_sidebar .page_content {
/* 143 */ 			width: 600px;
/* 144 */ 			float: right;
/* 145 */ 		}
/* 146 */ 		div#page.left_sidebar .page_sidebar {
/* 147 */ 			width: 245px;
/* 148 */ 			float: left;
/* 149 */ 		}
/* 150 */ 	div#page .bottom {

/* style.css */

/* 151 */ 		background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/page_bottom.gif') no-repeat bottom;
/* 152 */ 		height: 23px;	
/* 153 */ 	}
/* 154 */ 	div#page .section_title {
/* 155 */ 		width: 240px;
/* 156 */ 		height: 56px;
/* 157 */ 		margin-left: -46px;
/* 158 */ 		margin-bottom: 10px;
/* 159 */ 		margin-top: 30px;
/* 160 */ 	}
/* 161 */ 	div#page .section_title.right {
/* 162 */ 		background-position: 0px -56px;
/* 163 */ 		margin-left: 695px;
/* 164 */ 	}
/* 165 */ 		div#page .section_title h3{
/* 166 */ 			font-size: 15px;
/* 167 */ 			color: #fff;
/* 168 */ 			padding: 5px 0px 0px 45px;
/* 169 */ 		}
/* 170 */ div#footer {
/* 171 */ 	margin-top: 5px;
/* 172 */ 	padding-bottom: 30px;
/* 173 */ }
/* 174 */ 	div#footer p { float: left; color: #888; }
/* 175 */ 	div#footer ul { list-style: none; float: right; }
/* 176 */ 	div#footer ul li { float: left; }
/* 177 */ 	div#footer ul li a {
/* 178 */ 		margin-left: 20px;
/* 179 */ 		color: #707070;
/* 180 */ 		text-decoration: none;
/* 181 */ 	}
/* 182 */ 		div#footer ul li a:hover { color: #333; }
/* 183 */ /*--------------------------------------------
/* 184 *| Sidebar
/* 185 *| ---------------------------------------------*/
/* 186 */ div.widget {
/* 187 */ 	background: #e9eae9;
/* 188 */ 	padding: 15px 20px 10px 20px;
/* 189 */ 	margin-bottom: 20px;
/* 190 */ }
/* 191 */ 	div.widget h3 { 
/* 192 */ 		font-size: 13px; 
/* 193 */ 		color: #444; 
/* 194 */ 		font-weight: bold; 
/* 195 */ 		margin-bottom: 5px;
/* 196 */ 	}
/* 197 */ 	div.widget p { 
/* 198 */ 		font-size: 12px; 
/* 199 */ 		color: #707070; 
/* 200 */ 		line-height: 18px; 

/* style.css */

/* 201 */ 		margin-bottom: 0;
/* 202 */ 	}
/* 203 */ 	div.widget ul { list-style: circle; padding-left: 16px; margin-top: 10px; }
/* 204 */ 		div.widget ul li { margin-bottom: 5px; }
/* 205 */ 	div.widget a.rss { 
/* 206 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/icons/rss.png') no-repeat top left;
/* 207 */ 		padding-left: 22px;
/* 208 */ 		text-decoration: none;
/* 209 */ 		color: #444;
/* 210 */ 		font-weight: bold;
/* 211 */ 		display: block;
/* 212 */ 		margin-bottom: 5px;
/* 213 */ 	}
/* 214 */ 	div.widget #s { width: 185px; padding: 8px; margin-bottom: 10px; }
/* 215 */ 	div.widget .screen-reader-text { display: none; }
/* 216 */ 	/* Custom Twitter Widget */
/* 217 */ 	div.widget #twitter_update_list {
/* 218 */ 		font-size: 13px;
/* 219 */ 		line-height: 19px;
/* 220 */ 		list-style: none;
/* 221 */ 		padding-left: 0px;
/* 222 */ 	}
/* 223 */ 		div.widget #twitter_update_list li {
/* 224 */ 			border-bottom: 1px solid #ccc;
/* 225 */ 			padding-bottom: 7px;
/* 226 */ 			margin-bottom: 9px;
/* 227 */ 			background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/icons/twitter.png') no-repeat 0px 5px;
/* 228 */ 			padding-left: 26px;
/* 229 */ 		}
/* 230 */ 	/* Custom Flickr Widget */
/* 231 */ 	div.freshserve_flickr_widget { padding-right: 0px; }
/* 232 */ 	div.widget div.flickr_wrap {
/* 233 */ 		margin-top: 10px;
/* 234 */ 	}
/* 235 */ 		div.widget div.flickr_wrap img {
/* 236 */ 			float: left;
/* 237 */ 			width: 56px;
/* 238 */ 			height: 56px;
/* 239 */ 			margin: 0px 7px 10px 0px;
/* 240 */ 			border: 4px solid #ccc;
/* 241 */ 			-moz-border-radius: 3px;
/* 242 */ 		}
/* 243 */ /*--------------------------------------------
/* 244 *| Home
/* 245 *| ---------------------------------------------*/
/* 246 */ div#screenshots { position: relative; padding-bottom: 25px; }
/* 247 */ div#screenshots .scrollable {
/* 248 */ 	position:relative;
/* 249 */ 	overflow:hidden;
/* 250 */ 	width: 900px;

/* style.css */

/* 251 */ 	height:110px;
/* 252 */ }
/* 253 */ div#screenshots .scrollable .items {
/* 254 */ 	width:20000em;
/* 255 */ 	position:absolute;
/* 256 */ }
/* 257 */ div#screenshots a.controls {
/* 258 */ 	display: block;
/* 259 */ 	width: 17px;
/* 260 */ 	height: 31px;
/* 261 */ 	text-indent: -999999px;
/* 262 */ 	background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/slide-controls.gif') no-repeat top;
/* 263 */ }
/* 264 */ 	div#screenshots a.prev {
/* 265 */ 		background-position: top left;
/* 266 */ 		position: absolute;
/* 267 */ 		top: 100px;
/* 268 */ 		left: -50px;
/* 269 */ 	}
/* 270 */ 	div#screenshots a.next {
/* 271 */ 		background-position: top right;
/* 272 */ 		position: absolute;
/* 273 */ 		top: 100px;
/* 274 */ 		right: -50px;
/* 275 */ 	}
/* 276 */ div#screenshots .items ul{ list-style: none; float: left; }
/* 277 */ 	div#screenshots .items div {
/* 278 */ 		float:left;
/* 279 */ 		background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/screenshot_bg.gif') no-repeat top left;
/* 280 */ 		width: 155px;
/* 281 */ 		height: 110px;
/* 282 */ 		margin-right: 25px;
/* 283 */ 	}		
/* 284 */ 		div#screenshots .items div a{
/* 285 */ 			width: 145px;
/* 286 */ 			height: 100px;
/* 287 */ 			overflow: hidden;
/* 288 */ 			display: block;
/* 289 */ 		}
/* 290 */ 		div#screenshots div img {
/* 291 */ 			padding: 10px 0px 0px 10px;
/* 292 */ 		}
/* 293 */ div#features { }
/* 294 */ 	div#features p {
/* 295 */ 		float: left;
/* 296 */ 		width: 260px;
/* 297 */ 		font-size: 12px;
/* 298 */ 		color: #363636;
/* 299 */ 		margin-right: 50px;
/* 300 */ 	}

/* style.css */

/* 301 */ 		div#features p.last { margin-right: 0; }
/* 302 */ 		div#features p b{
/* 303 */ 			display: block;
/* 304 */ 			font-size: 17px;
/* 305 */ 			font-weight: normal;
/* 306 */ 			margin-bottom: 12px;
/* 307 */ 		}
/* 308 */ 		div#features p img{
/* 309 */ 			float: left;
/* 310 */ 			margin-right: 15px;
/* 311 */ 			margin-top: -3px;
/* 312 */ 		}
/* 313 */ 		div#features .spacer{
/* 314 */ 			padding: 20px 0px 20px 0px;
/* 315 */ 		}
/* 316 */ /*--------------------------------------------
/* 317 *| About
/* 318 *| ---------------------------------------------*/
/* 319 */ div#page div#about p { line-height: 24px; }
/* 320 */ div.team {
/* 321 */ 	width: 415px;
/* 322 */ 	margin-bottom: 20px;
/* 323 */ }
/* 324 */ 	div.team h3 { font-size: 18px; }
/* 325 */ 		div.team h3 span { color: #aaa; }
/* 326 */ 	div.member_left { float: left; }
/* 327 */ 	div.member_right { float: right; }
/* 328 */ 	div#page div.team p{ line-height: 21px; font-size: 12px; }
/* 329 */ 	div.team img{
/* 330 */ 		float: left;
/* 331 */ 		margin-right: 15px;
/* 332 */ 		margin-top: 5px;
/* 333 */ 	}
/* 334 */ 	div.team ul{ list-style: none; }
/* 335 */ 		div.team ul li {
/* 336 */ 			float: left;
/* 337 */ 			margin-right: 10px;
/* 338 */ 		}
/* 339 */ 			div.team ul li a {
/* 340 */ 				text-decoration: none;
/* 341 */ 				background: #ddd;
/* 342 */ 				padding: 3px 8px 3px 8px;
/* 343 */ 				font-size: 12px;
/* 344 */ 			}
/* 345 */ 				div.team ul li a:hover { background: #ccc; }
/* 346 */ /*--------------------------------------------
/* 347 *| Pricing
/* 348 *| ---------------------------------------------*/
/* 349 */ div#row_names { float: left; margin: 83px 0px 0px 30px; }
/* 350 */ 	div#row_names ul {

/* style.css */

/* 351 */ 		list-style: none;
/* 352 */ 		line-height: 44px;
/* 353 */ 	}
/* 354 */ 		div#row_names ul li {
/* 355 */ 			font-size: 14px;
/* 356 */ 			text-align: right;
/* 357 */ 			color: #111;
/* 358 */ 		}
/* 359 */ div#price_table {
/* 360 */ 	margin-bottom: 30px;
/* 361 */ 	float: right;
/* 362 */ }
/* 363 */ 	div#price_table table {
/* 364 */ 		border: 1px solid #d3d4d3;
/* 365 */ 		text-align: center;
/* 366 */ 		width: 704px;
/* 367 */ 	} 
/* 368 */ 		div#price_table table thead{
/* 369 */ 			background: #ededed url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/table_header.gif') repeat-x bottom;
/* 370 */ 		}
/* 371 */ 		div#price_table table thead td {
/* 372 */ 			padding: 15px 0px 15px 0px;
/* 373 */ 			border-right: 1px solid #d3d3d3;
/* 374 */ 		}
/* 375 */ 			div#price_table table thead td .popular {
/* 376 */ 				width: 79px;
/* 377 */ 				height: 68px;
/* 378 */ 				top: -19px;
/* 379 */ 				right: -4px;
/* 380 */ 				text-indent: -99999px;
/* 381 */ 				position: absolute;
/* 382 */ 			}
/* 383 */ 			div#price_table table td.last { border-right: none; }
/* 384 */ 			div#price_table table thead td h2 {
/* 385 */ 				color: #000000;
/* 386 */ 				font-size: 21px;
/* 387 */ 				margin-bottom: 12px;
/* 388 */ 				font-weight: bold;
/* 389 */ 			}
/* 390 */ 			div#price_table tbody td {
/* 391 */ 				font-size: 14px;
/* 392 */ 				color: #555555;
/* 393 */ 				padding: 12px 0px 12px 0px;
/* 394 */ 				border-right: 1px solid #d9d9d9;
/* 395 */ 				border-bottom: 1px solid #e6e6e6;
/* 396 */ 			}
/* 397 */ 			div#price_table tbody tr.color td { background: #eee; }
/* 398 */ 			div#price_table tbody tr.buttons td { padding: 30px 0px 30px 0px; border-bottom: none;}
/* 399 */ div#faq {}
/* 400 */ 	div#faq h4{ font-size: 16px; margin-bottom: 15px; }

/* style.css */

/* 401 */ 	div#faq .left {
/* 402 */ 		width: 410px;
/* 403 */ 		float: left;
/* 404 */ 		margin-bottom: 25px;
/* 405 */ 	}
/* 406 */ 	div#faq .right {
/* 407 */ 		width: 410px;
/* 408 */ 		float: right;
/* 409 */ 	}
/* 410 */ /*--------------------------------------------
/* 411 *| Signup
/* 412 *| ---------------------------------------------*/
/* 413 */ div#signup { }
/* 414 */ 	div#signup h2 {
/* 415 */ 		font-size: 14px;
/* 416 */ 		font-weight: bold;
/* 417 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/hr.gif') repeat-x 0px 10px;
/* 418 */ 		margin-bottom: 15px;
/* 419 */ 	}
/* 420 */ 		div#signup h2 span {
/* 421 */ 			background: #F8F9F8;
/* 422 */ 			padding-right: 12px;
/* 423 */ 			color: #333;
/* 424 */ 		}
/* 425 */ 	div#signup form label {
/* 426 */ 		display: block;
/* 427 */ 		float: left;
/* 428 */ 		width: 85px;
/* 429 */ 		padding-right: 30px;
/* 430 */ 		padding-top: 4px;
/* 431 */ 		text-align: right;
/* 432 */ 		font-size: 12px;
/* 433 */ 	}
/* 434 */ 		div#signup form label.error { 
/* 435 */ 			float: none; 
/* 436 */ 			display: inline;
/* 437 */ 			margin-left: 10px;
/* 438 */ 			color: #DD3030;
/* 439 */ 			position: relative;
/* 440 */ 			top: -2px;
/* 441 */ 		}
/* 442 */ 	div#signup form .text_field {
/* 443 */ 		padding: 6px;
/* 444 */ 	}
/* 445 */ 	div#signup form .card_type select{ float: left; }
/* 446 */ 	div#signup img.card_types { float: left; margin-left: 10px; margin-top: -3px; }
/* 447 */ 	div#signup .margin { padding: 15px 0px 15px 0px; }
/* 448 */ /*--------------------------------------------
/* 449 *| Blog
/* 450 *| ---------------------------------------------*/

/* style.css */

/* 451 */ div#blog {}
/* 452 */ 	div#blog .post {
/* 453 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/hr.gif') repeat-x bottom;
/* 454 */ 		padding-bottom: 30px;
/* 455 */ 		margin-bottom: 30px;
/* 456 */ 	}
/* 457 */ 	span.meta {
/* 458 */ 		display: block;
/* 459 */ 		margin: 5px 0px 5px 0px;
/* 460 */ 		color: #999;
/* 461 */ 	}
/* 462 */ 	div.blog_img {
/* 463 */ 		width: 621px;
/* 464 */ 		height: 184px;
/* 465 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/blog_img_bg.gif') no-repeat top;
/* 466 */ 		margin-left: -15px;
/* 467 */ 	}
/* 468 */ 		div.blog_img img{ padding: 17px 0px 0px 19px; }
/* 469 */ 	div#blog .content {
/* 470 */ 		margin-bottom: 25px;
/* 471 */ 		margin-top: 10px;
/* 472 */ 	}
/* 473 */ 	div#blog .read_more { float: right; margin-top: -10px; }
/* 474 */ 	div#blog a.comments {
/* 475 */ 		background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/icons/comment.png') no-repeat top left;
/* 476 */ 		padding-left: 22px;
/* 477 */ 		float: left;
/* 478 */ 		font-size: 12px;
/* 479 */ 	}
/* 480 */ div#comments { margin-top: -10px; }	
/* 481 */ div#comments h3 {
/* 482 */ 	margin-bottom: 20px;
/* 483 */ 	font-size: 24px;
/* 484 */ }	
/* 485 */ div#comments ol.commentlist { list-style: none; }
/* 486 */ div#comments ul.children {
/* 487 */ 	list-style: none;
/* 488 */ 	margin-left: 80px;
/* 489 */ }
/* 490 */ 	div#comments ul.children div.comment-body {
/* 491 */ 		width: 415px;
/* 492 */ 	}
/* 493 */ div#comments div.comment {
/* 494 */ 	margin-bottom: 20px;
/* 495 */ 	padding-bottom: 15px;
/* 496 */ 	border-bottom: 1px solid #ddd;
/* 497 */ 	clear: both;
/* 498 */ }
/* 499 */ 	div#comments div.comment-author {
/* 500 */ 		float: left;

/* style.css */

/* 501 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/comment_author.png') no-repeat top left;
/* 502 */ 		width: 78px;
/* 503 */ 		height: 78px;
/* 504 */ 		margin-top: -5px;
/* 505 */ 	}
/* 506 */ 		div#comments div.comment-author img{ 
/* 507 */ 			width: 60px; 
/* 508 */ 			height: 60px; 
/* 509 */ 			padding: 9px 0px 0px 9px;
/* 510 */ 		}
/* 511 */ 	div#comments div.comment-body {
/* 512 */ 		float: right;
/* 513 */ 		width: 500px;
/* 514 */ 		font-size: 12px;
/* 515 */ 	}
/* 516 */ 		div#comments div.comment-body h4,
/* 517 */ 		div#comments div.comment-body h4 a{
/* 518 */ 			font-size: 14px;
/* 519 */ 			text-decoration: none;
/* 520 */ 			color: #333;
/* 521 */ 			margin-bottom: 8px;
/* 522 */ 		}
/* 523 */ 	div#comments div.comment-meta {
/* 524 */ 		margin-top: 15px;
/* 525 */ 	}	
/* 526 */ 		div#comments div.comment-meta .date{ color: #999; float: left; }
/* 527 */ 		div#comments a.comment-reply-link {
/* 528 */ 			float: right;
/* 529 */ 		}
/* 530 */ 	div#add_comment { margin-top: 30px; }
/* 531 */ 		div#add_comment h3,
/* 532 */ 		div#comments h3#reply-title { font-size: 18px; }
/* 533 */ 		#commentform textarea { width: 580px; height: 90px; }
/* 534 */ 		#respond textarea { width: 500px; margin-bottom: 10px; }
/* 535 */ 	div#respond { 
/* 536 */ 		clear: both;
/* 537 */ 		margin-bottom: 30px;
/* 538 */ 	}
/* 539 */ 		div#respond a#cancel-comment-reply-link {
/* 540 */ 			font-size: 13px;
/* 541 */ 		}
/* 542 */ 		div#respond form p{  float: none; }
/* 543 */ div#search_results {
/* 544 */ 
/* 545 */ }			
/* 546 */ 	div#search_results .post {
/* 547 */ 		margin-bottom: 30px;
/* 548 */ 		padding-bottom: 30px;
/* 549 */ 		border-bottom: 1px solid #ddd;
/* 550 */ 	}

/* style.css */

/* 551 */ 	div#search_results .post .content {
/* 552 */ 		margin-bottom: 25px;
/* 553 */ 		margin-top: 10px;
/* 554 */ 	}
/* 555 */ 	div#search_results label {
/* 556 */ 		float: left;
/* 557 */ 		font-size: 18px;
/* 558 */ 		padding-top: 8px;
/* 559 */ 		margin-right: 8px;
/* 560 */ 	}
/* 561 */ /*--------------------------------------------
/* 562 *| Pagination
/* 563 *| ---------------------------------------------*/
/* 564 */ .navigation {
/* 565 */ 	text-align: center;
/* 566 */ }
/* 567 */ /*--------------------------------------------
/* 568 *| HTML Elements
/* 569 *| ---------------------------------------------*/
/* 570 */ div#html_elements h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }
/* 571 */ div#page div#html_elements p { margin-bottom: 25px; }
/* 572 */ /*--------------------------------------------
/* 573 *| Typography
/* 574 *| ---------------------------------------------*/
/* 575 */ h1,
/* 576 */ h1 a {
/* 577 */ 	font-size: 26px;
/* 578 */ 	font-weight: normal;
/* 579 */ 	color: #5f5f5f;
/* 580 */ 	letter-spacing: -0.02em;
/* 581 */ 	text-decoration: none;
/* 582 */ }
/* 583 */ 	h1 a:hover { text-decoration: underline; }
/* 584 */ h2 {
/* 585 */ 	font-size: 23px;
/* 586 */ 	color: #707070;
/* 587 */ 	font-weight: normal;
/* 588 */ }
/* 589 */ h3 {
/* 590 */ 	font-size: 20px;
/* 591 */ 	color: #363636;
/* 592 */ 	font-weight: normal;
/* 593 */ }
/* 594 */ h4 {
/* 595 */ 	font-size: 19px;
/* 596 */ 	color: #252525;
/* 597 */ 	font-weight: normal;
/* 598 */ }
/* 599 */ h5 {
/* 600 */ 	font-size: 17px;

/* style.css */

/* 601 */ 	color: #888;
/* 602 */ 	font-weight: normal;
/* 603 */ 	margin-bottom: 5px;
/* 604 */ }
/* 605 */ h6 {
/* 606 */ 	font-size: 15px;
/* 607 */ 	color: #999;
/* 608 */ 	font-weight: normal;
/* 609 */ 	margin-bottom: 5px;
/* 610 */ }
/* 611 */ b { color: #444; }
/* 612 */ span.highlight_dark { color: #fff; background: #555; padding: 2px 6px; }
/* 613 */ span.highlight_light { background: #ffffc8; padding: 2px 6px; }
/* 614 */ div#page p {
/* 615 */ 	margin-bottom: 15px;
/* 616 */ 	line-height: 22px;
/* 617 */ }
/* 618 */ div.wrap_image_left,
/* 619 */ div.wrap_image_right {
/* 620 */ 	background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/about_img_bg.gif') no-repeat top;
/* 621 */ 	width: 317px;
/* 622 */ 	height: 187px;
/* 623 */ }
/* 624 */ div.wrap_image_left {
/* 625 */ 	float: left;
/* 626 */ 	margin: 0px 15px 0px 0px;
/* 627 */ }
/* 628 */ div.wrap_image_right {
/* 629 */ 	float: right;
/* 630 */ 	margin: 0px 0px 0px 15px;
/* 631 */ }
/* 632 */ 	div.wrap_image_left img,
/* 633 */ 	div.wrap_image_right img{
/* 634 */ 		padding: 12px 0px 0px 12px;
/* 635 */ 	}
/* 636 */ ul, ol { padding-left: 15px; line-height: 22px; }
/* 637 */ 	ul.list { list-style: none; padding-left: 0px; }
/* 638 */ 	
/* 639 */ 	ul.small_circle li { padding-left: 22px; }
/* 640 */ 	ul.small_circle.blue li { background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-blue-16.png') no-repeat left; }
/* 641 */ 	ul.small_circle.green li { background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-green-16.png') no-repeat left; }
/* 642 */ 	ul.small_circle.orange li { background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-orange-16.png') no-repeat left; }
/* 643 */ 	ul.small_circle.red li { background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-red-16.png') no-repeat left; }
/* 644 */ 	ul.small_circle.yellow li { background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-yellow-16.png') no-repeat left; }
/* 645 */ 	ul.small_circle.pink li { background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-pink-16.png') no-repeat left; }
/* 646 */ 	
/* 647 */ 	ul.large_circle li { padding-left: 34px; line-height: 26px; }
/* 648 */ 	ul.large_circle.blue li { background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-blue-32.png') no-repeat left; }
/* 649 */ 	ul.large_circle.green li { background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-green-32.png') no-repeat left; }
/* 650 */ 	ul.large_circle.orange li { background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-orange-32.png') no-repeat left; }

/* style.css */

/* 651 */ 	ul.large_circle.red li { background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-red-32.png') no-repeat left; }
/* 652 */ 	ul.large_circle.yellow li { background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-yellow-32.png') no-repeat left; }
/* 653 */ 	ul.large_circle.pink li { background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/circle-pink-32.png') no-repeat left; }
/* 654 */ 	
/* 655 */ 	ul.arrow.green li { padding-left: 22px; background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/bullets/arrow-green.png') no-repeat left; }
/* 656 */ 	ul.arrow.black li { padding-left: 22px; background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/arrow-black.png') no-repeat left; }
/* 657 */ 	ul.arrow.grey li { padding-left: 22px; background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/bullets/arrow-grey.png') no-repeat left; }	
/* 658 */ code,
/* 659 */ pre {
/* 660 */     background: #FFFFFF;
/* 661 */     display: block;
/* 662 */     padding: 7px 10px;
/* 663 */ 		-moz-box-shadow: 0px 1px 10px #ddd;
/* 664 */ 		border: 1px solid #e9e9e9;
/* 665 */ 		-moz-border-radius: 8px;
/* 666 */ }
/* 667 */ blockquote {
/* 668 */     background: url("http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/quotes.png") no-repeat 0 -7px;
/* 669 */     margin: 20px 0;
/* 670 */     padding: 5px 5px 5px 50px;
/* 671 */ }
/* 672 */ /*--------------------------------------------
/* 673 *| Forms
/* 674 *| ---------------------------------------------*/
/* 675 */ form .text_field{
/* 676 */ 	padding: 10px;
/* 677 */ 	border: 1px solid #d6d6d6;
/* 678 */ 	background: #fff url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/tf_bg.gif') repeat-x top;
/* 679 */ 	font-size: 13px;
/* 680 */ 	font-style: italic;
/* 681 */ 	color: #999;
/* 682 */ }
/* 683 */ form .default_text_active {
/* 684 */ 	font-style: normal;
/* 685 */ 	color: #777;
/* 686 */ }
/* 687 */ form p {
/* 688 */ 	float: left;
/* 689 */ 	margin: 0;
/* 690 */ 	margin-right: 50px;
/* 691 */ }
/* 692 */ 	form p.last { margin-right: 0; }
/* 693 */ 	form p.message { margin-top: 20px; float: none; }
/* 694 */ 	p.validation { font-weight: bold; }
/* 695 */ 	p.error { color: #DD3030; font-weight: bold; }
/* 696 */ form label {
/* 697 */ 	display: block;
/* 698 */ 	color: #555555;
/* 699 */ 	font-size: 15px;
/* 700 */ 	margin-bottom: 5px;

/* style.css */

/* 701 */ }
/* 702 */ form input.text_field,
/* 703 */ form select { width: 248px; }
/* 704 */ form textarea { width: 870px; height: 200px; font-size: 13px; }
/* 705 */ form .send_form {
/* 706 */ 	float: right;
/* 707 */ 	margin-top: 20px;
/* 708 */ 	margin-bottom: 10px;
/* 709 */ }
/* 710 */ /*--------------------------------------------
/* 711 *| Buttons
/* 712 *| ---------------------------------------------*/
/* 713 */ a.button {
/* 714 */ 	padding: 8px 15px 10px 0px;
/* 715 */ 	font-size: 12px;
/* 716 */ 	color: #fff;
/* 717 */ 	font-weight: bold;
/* 718 */ 	text-decoration: none;
/* 719 */ 	position: relative;
/* 720 */ }
/* 721 */ 	a.button span{
/* 722 */ 		padding: 8px 5px 10px 20px;
/* 723 */ 	}	
/* 724 */ 	a.icon span{ padding-left: 40px; }
/* 725 */ 	a.button img{ position: absolute; top: 6px; left: 11px; }
/* 726 */ /*--------------------------------------------
/* 727 *| Utility
/* 728 *| ---------------------------------------------*/
/* 729 */ .clear { clear:both; }
/* 730 */ .relative { position: relative; }
/* 731 */ img { border: none; }
/* 732 */ a { outline: none; }
/* 733 */ a:hover { text-decoration: none; }
/* 734 */ hr {
/* 735 */ 	border: none;
/* 736 */ 	background: #ccc;
/* 737 */ 	color: #ccc;
/* 738 */ 	width: 100%;
/* 739 */ 	height: 1px;
/* 740 */ 	margin: 20px 0px 20px 0px;
/* 741 */ }
/* 742 */ 
/* 743 */ 
/* 744 */ 
/* 745 */ 
/* 746 */ .alignright { float: right; }
/* 747 */ .alignleft { float: left; }
/* 748 */ .aligncenter { display: block; clear: both; margin: auto; }
/* 749 */ img.alignright { margin-left: 1.618em; }
/* 750 */ img.alignleft { margin-right: 1.618em; }

/* style.css */

/* 751 */ 
/* 752 */ form.wpcf7-form p { float: none; }

/* green-blue.css */

/* 1  */ a { color: #53AA6B; }
/* 2  */ div#page .header .price_tag{ 
/* 3  */ 	background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/themes/green-blue/price_tag.png') no-repeat top;
/* 4  */ }
/* 5  */ div#page .section_title {
/* 6  */ 	background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/themes/green-blue/section_title.gif') no-repeat top;
/* 7  */ }
/* 8  */ div#price_table table thead td .popular {
/* 9  */ 	background: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/images/themes/green-blue/popular.png') no-repeat top;
/* 10 */ }
/* 11 */ a.button {
/* 12 */ 	background: url('http://cdn1.maccleaners.org/wp-content/themes/freshserve/images/themes/green-blue/button_right.png') no-repeat top right;
/* 13 */ }
/* 14 */ 	a.button span{
/* 15 */ 		background: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/images/themes/green-blue/button_left.png') no-repeat top left;
/* 16 */ 	}

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7-mail-sent-ok {
/* 12 */ 	border: 2px solid #398f14;
/* 13 */ }
/* 14 */ 
/* 15 */ div.wpcf7-mail-sent-ng {
/* 16 */ 	border: 2px solid #ff0000;
/* 17 */ }
/* 18 */ 
/* 19 */ div.wpcf7-spam-blocked {
/* 20 */ 	border: 2px solid #ffa500;
/* 21 */ }
/* 22 */ 
/* 23 */ div.wpcf7-validation-errors {
/* 24 */ 	border: 2px solid #f7e700;
/* 25 */ }
/* 26 */ 
/* 27 */ span.wpcf7-form-control-wrap {
/* 28 */ 	position: relative;
/* 29 */ }
/* 30 */ 
/* 31 */ span.wpcf7-not-valid-tip {
/* 32 */ 	position: absolute;
/* 33 */ 	top: 20%;
/* 34 */ 	left: 20%;
/* 35 */ 	z-index: 100;
/* 36 */ 	background: #fff;
/* 37 */ 	border: 1px solid #ff0000;
/* 38 */ 	font-size: 10pt;
/* 39 */ 	width: 280px;
/* 40 */ 	padding: 2px;
/* 41 */ }
/* 42 */ 
/* 43 */ span.wpcf7-not-valid-tip-no-ajax {
/* 44 */ 	color: #f00;
/* 45 */ 	font-size: 10pt;
/* 46 */ 	display: block;
/* 47 */ }
/* 48 */ 
/* 49 */ span.wpcf7-list-item {
/* 50 */ 	margin-left: 0.5em;

/* styles.css */

/* 51 */ }
/* 52 */ 
/* 53 */ .wpcf7-display-none {
/* 54 */ 	display: none;
/* 55 */ }
/* 56 */ 
/* 57 */ div.wpcf7 img.ajax-loader {
/* 58 */ 	border: none;
/* 59 */ 	vertical-align: middle;
/* 60 */ 	margin-left: 4px;
/* 61 */ }
/* 62 */ 
/* 63 */ div.wpcf7 .watermark {
/* 64 */ 	color: #888;
/* 65 */ }

/* jquery.fancybox-1.3.1.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   *|  *
/* 9   *|  * Version: 1.3.1 (05/03/2010)
/* 10  *|  * Requires: jQuery v1.3+
/* 11  *|  *
/* 12  *|  * Dual licensed under the MIT and GPL licenses:
/* 13  *|  *   http://www.opensource.org/licenses/mit-license.php
/* 14  *|  *   http://www.gnu.org/licenses/gpl.html
/* 15  *|  */
/* 16  */ 
/* 17  */ #fancybox-loading {
/* 18  */ 	position: fixed;
/* 19  */ 	top: 50%;
/* 20  */ 	left: 50%;
/* 21  */ 	height: 40px;
/* 22  */ 	width: 40px;
/* 23  */ 	margin-top: -20px;
/* 24  */ 	margin-left: -20px;
/* 25  */ 	cursor: pointer;
/* 26  */ 	overflow: hidden;
/* 27  */ 	z-index: 1104;
/* 28  */ 	display: none;
/* 29  */ }
/* 30  */ 
/* 31  */ * html #fancybox-loading {	/* IE6 */
/* 32  */ 	position: absolute;
/* 33  */ 	margin-top: 0;
/* 34  */ }
/* 35  */ 
/* 36  */ #fancybox-loading div {
/* 37  */ 	position: absolute;
/* 38  */ 	top: 0;
/* 39  */ 	left: 0;
/* 40  */ 	width: 40px;
/* 41  */ 	height: 480px;
/* 42  */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 43  */ }
/* 44  */ 
/* 45  */ #fancybox-overlay {
/* 46  */ 	position: fixed;
/* 47  */ 	top: 0;
/* 48  */ 	left: 0;
/* 49  */ 	bottom: 0;
/* 50  */ 	right: 0;

/* jquery.fancybox-1.3.1.css */

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

/* jquery.fancybox-1.3.1.css */

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

/* jquery.fancybox-1.3.1.css */

/* 151 */ 	display: block;
/* 152 */ }
/* 153 */ 
/* 154 */ #fancybox-title {
/* 155 */ 	position: absolute;
/* 156 */ 	bottom: 0;
/* 157 */ 	left: 0;
/* 158 */ 	font-family: Arial;
/* 159 */ 	font-size: 12px;
/* 160 */ 	z-index: 1102;
/* 161 */ }
/* 162 */ 
/* 163 */ .fancybox-title-inside {
/* 164 */ 	padding: 10px 0;
/* 165 */ 	text-align: center;
/* 166 */ 	color: #333;
/* 167 */ }
/* 168 */ 
/* 169 */ .fancybox-title-outside {
/* 170 */ 	padding-top: 5px;
/* 171 */ 	color: #FFF;
/* 172 */ 	text-align: center;
/* 173 */ 	font-weight: bold;
/* 174 */ }
/* 175 */ 
/* 176 */ .fancybox-title-over {
/* 177 */ 	color: #FFF;
/* 178 */ 	text-align: left;
/* 179 */ }
/* 180 */ 
/* 181 */ #fancybox-title-over {
/* 182 */ 	padding: 10px;
/* 183 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancy_title_over.png');
/* 184 */ 	display: block;
/* 185 */ }
/* 186 */ 
/* 187 */ #fancybox-title-wrap {
/* 188 */ 	display: inline-block;
/* 189 */ }
/* 190 */ 
/* 191 */ #fancybox-title-wrap span {
/* 192 */ 	height: 32px;
/* 193 */ 	float: left;
/* 194 */ }
/* 195 */ 
/* 196 */ #fancybox-title-left {
/* 197 */ 	padding-left: 15px;
/* 198 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 199 */ 	background-position: -40px -90px;
/* 200 */ 	background-repeat: no-repeat;

/* jquery.fancybox-1.3.1.css */

/* 201 */ }
/* 202 */ 
/* 203 */ #fancybox-title-main {
/* 204 */ 	font-weight: bold;
/* 205 */ 	line-height: 29px;
/* 206 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox-x.png');
/* 207 */ 	background-position: 0px -40px;
/* 208 */ 	color: #FFF;
/* 209 */ }
/* 210 */ 
/* 211 */ #fancybox-title-right {
/* 212 */ 	padding-left: 15px;
/* 213 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 214 */ 	background-position: -55px -90px;
/* 215 */ 	background-repeat: no-repeat;
/* 216 */ }
/* 217 */ 
/* 218 */ #fancybox-left, #fancybox-right {
/* 219 */ 	position: absolute;
/* 220 */ 	bottom: 0px;
/* 221 */ 	height: 100%;
/* 222 */ 	width: 35%;
/* 223 */ 	cursor: pointer;
/* 224 */ 	outline: none;
/* 225 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/blank.gif');
/* 226 */ 	z-index: 1102;
/* 227 */ 	display: none;
/* 228 */ }
/* 229 */ 
/* 230 */ #fancybox-left {
/* 231 */ 	left: 0px;
/* 232 */ }
/* 233 */ 
/* 234 */ #fancybox-right {
/* 235 */ 	right: 0px;
/* 236 */ }
/* 237 */ 
/* 238 */ #fancybox-left-ico, #fancybox-right-ico {
/* 239 */ 	position: absolute;
/* 240 */ 	top: 50%;
/* 241 */ 	left: -9999px;
/* 242 */ 	width: 30px;
/* 243 */ 	height: 30px;
/* 244 */ 	margin-top: -15px;
/* 245 */ 	cursor: pointer;
/* 246 */ 	z-index: 1102;
/* 247 */ 	display: block;
/* 248 */ }
/* 249 */ 
/* 250 */ #fancybox-left-ico {

/* jquery.fancybox-1.3.1.css */

/* 251 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 252 */ 	background-position: -40px -30px;
/* 253 */ }
/* 254 */ 
/* 255 */ #fancybox-right-ico {
/* 256 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 257 */ 	background-position: -40px -60px;
/* 258 */ }
/* 259 */ 
/* 260 */ #fancybox-left:hover, #fancybox-right:hover {
/* 261 */ 	visibility: visible;    /* IE6 */
/* 262 */ }
/* 263 */ 
/* 264 */ #fancybox-left:hover span {
/* 265 */ 	left: 20px;
/* 266 */ }
/* 267 */ 
/* 268 */ #fancybox-right:hover span {
/* 269 */ 	left: auto;
/* 270 */ 	right: 20px;
/* 271 */ }
/* 272 */ 
/* 273 */ .fancy-bg {
/* 274 */ 	position: absolute;
/* 275 */ 	padding: 0;
/* 276 */ 	margin: 0;
/* 277 */ 	border: 0;
/* 278 */ 	width: 20px;
/* 279 */ 	height: 20px;
/* 280 */ 	z-index: 1001;
/* 281 */ }
/* 282 */ 
/* 283 */ #fancy-bg-n {
/* 284 */ 	top: -20px;
/* 285 */ 	left: 0;
/* 286 */ 	width: 100%;
/* 287 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox-x.png');
/* 288 */ }
/* 289 */ 
/* 290 */ #fancy-bg-ne {
/* 291 */ 	top: -20px;
/* 292 */ 	right: -20px;
/* 293 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 294 */ 	background-position: -40px -162px;
/* 295 */ }
/* 296 */ 
/* 297 */ #fancy-bg-e {
/* 298 */ 	top: 0;
/* 299 */ 	right: -20px;
/* 300 */ 	height: 100%;

/* jquery.fancybox-1.3.1.css */

/* 301 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox-y.png');
/* 302 */ 	background-position: -20px 0px;
/* 303 */ }
/* 304 */ 
/* 305 */ #fancy-bg-se {
/* 306 */ 	bottom: -20px;
/* 307 */ 	right: -20px;
/* 308 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 309 */ 	background-position: -40px -182px; 
/* 310 */ }
/* 311 */ 
/* 312 */ #fancy-bg-s {
/* 313 */ 	bottom: -20px;
/* 314 */ 	left: 0;
/* 315 */ 	width: 100%;
/* 316 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox-x.png');
/* 317 */ 	background-position: 0px -20px;
/* 318 */ }
/* 319 */ 
/* 320 */ #fancy-bg-sw {
/* 321 */ 	bottom: -20px;
/* 322 */ 	left: -20px;
/* 323 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 324 */ 	background-position: -40px -142px;
/* 325 */ }
/* 326 */ 
/* 327 */ #fancy-bg-w {
/* 328 */ 	top: 0;
/* 329 */ 	left: -20px;
/* 330 */ 	height: 100%;
/* 331 */ 	background-image: url('http://cdn3.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox-y.png');
/* 332 */ }
/* 333 */ 
/* 334 */ #fancy-bg-nw {
/* 335 */ 	top: -20px;
/* 336 */ 	left: -20px;
/* 337 */ 	background-image: url('http://cdn2.maccleaners.org/wp-content/themes/freshserve/javascripts/fancybox/fancybox.png');
/* 338 */ 	background-position: -40px -122px;
/* 339 */ }
/* 340 */ 
/* 341 */ /* IE */
/* 342 */ 
/* 343 */ #fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
/* 344 */ .fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
/* 345 */ 
/* 346 */ .fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
/* 347 */ .fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
/* 348 */ .fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
/* 349 */ .fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
/* 350 */ 

/* jquery.fancybox-1.3.1.css */

/* 351 */ .fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
/* 352 */ .fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
/* 353 */ 
/* 354 */ .fancybox-ie .fancy-bg { background: transparent !important; }
/* 355 */ 
/* 356 */ .fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
/* 357 */ .fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
/* 358 */ .fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
/* 359 */ .fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
/* 360 */ .fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
/* 361 */ .fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
/* 362 */ .fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
/* 363 */ .fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* 364 */ 
