/* 
Theme Name: Fred Sandiego
Theme URI: http://www.fredsandiego.com/
Description: Fred Sandiego Wordpress Theme Stylesheet
Version: 2.0
Author: <a href="http://notevilmedia.com">Niklas Rämö</a>
Author URL: http://notevilmedia.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* START STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

html, body {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
  	background: #222222 url(img/bg-repeat-xy-80.jpg) repeat;
	color: #BBBBBB;
	text-align: left;
	overflow-x: hidden;
	line-height: 1.5em;
}
	
#body-wrap {
  	background: transparent url(img/bg-top-80.jpg) no-repeat center top;
	overflow: hidden;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width: 960px;
	height: 220px;
    margin: 0 auto;
	z-index: 2; /* fix for stupid ie6/7 bug */
	position: relative;
	overflow: hidden;
}

.header-wrap-1 {
  	background: transparent url(img/menu-lines.png) no-repeat center 88px;
	width: 960px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

#nav-top-left {
	float: left;
	width: 395px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

#nav-top-right {
	float: right;
	width: 395px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.logo {
	float: left;
	width: 170px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.logo a {
	width: 165px;
	height: 165px;
	padding: 10px 2px 0px 3px;
	display: block;
}

.header-wrap-2 {
	width: 960px;
	height: 40px;
	position: relative;
	overflow: hidden;
}


/* HEADER NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.nav-top ul {
	padding-top: 88px;
	list-style: none;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.nav-top ul li {
}

.nav-top ul li a {
  	padding: 10px 2px;
	display: block;
	margin: 0 8px;	
}

#nav-top-left ul li:first-child a {
	margin-left: 0px !important;
}

#nav-top-right ul li:first-child a {
	margin-right: 0px !important;
}

#nav-top-left ul li a {
  	float: left;
}

#nav-top-right ul li a {
  	float: right;
}

.nav-top ul li.active a {
	background: transparent url(img/nav-top-active.png) repeat-x left top;
}

.nav-top ul li a:hover, #nav-top ul li.active a:hover {
	color: #FFFFFF;
}

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
	
#content {
	width: 960px;
	margin: 0 auto;
  	min-height: 500px;
}

.widecolumn {
	float: left;
	width: 960px;
    margin: 0;
}
	
.narrowcolumn {
	float: left;
	width: 560px;
    margin: 0;
}

.post {
	padding: 0 0 20px 0;
}

.entry {
}

/* GRIDS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.grid-1-2, .grid-1-3, .grid-2-3 {
	float: left;
    position: relative;
}

.grid-1-2 {
	width: 470px;
    margin-right: 20px;
}

.grid-1-3 {
	width: 310px;
    margin-right: 15px;
}

.grid-2-3 {
	width: 635px;
    margin-right: 15px;    
}

.last-grid {
    margin-right: 0;
}

/* INDEX CONTENT MAIN WRAPPER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.index-content-wrap {
	padding-bottom: 50px;
}

.index-media {
	display: block;
	overflow: hidden;
	width: 290px;
	padding: 10px;
	margin-bottom: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
	height: 255px;
}

.index-media:hover {
  	background: #FFFFFF;
}

/* INDEX PROMO BANNERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

ul.index-banners {
	overflow: hidden;
	list-style-type: none;
	line-height: 0;
}

ul.index-banners li {
}

ul.index-banners li a {
	position: relative;
	display: block;
}

ul.index-banners li a img {
	display: block;
	position: relative;
	width: 290px;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}

ul.index-banners li a:hover img {
  	background: #FFFFFF;
}

/* INDEX BLOG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

ul.index-blog {
	overflow: hidden;
	list-style-type: none;
}

ul.index-blog li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}

ul.index-blog a {
	position: relative;
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	width: 290px;
	height: 160px;
}

ul.index-blog li a img {
	position: absolute;
	width: 320px;
	height: auto;
	top: 0;
	left: 0;
}

ul.index-blog li a .post-title {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 270px;
	padding: 7px 10px;
	bottom: 0;
	left: 0;
	z-index: 101;
  	background: #000000;
  	color: #FFFFFF;
  	font-size: 12px;
  	font-style: normal;
	filter:alpha(opacity=80);
	opacity:.80;
}

ul.index-blog li a .post-title span {
	font-size: 11px;
	display: block;
}

ul.index-blog li:hover {
  	background: #FFFFFF;
}

/* INDEX SOCIAL MEDIA LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.social-media-links {
	float: left;
  	background: transparent url(img/social-links-bg.gif) no-repeat;
	width: 960px;
	height: 50px;
	margin: 10px 0;
}

.social-media-links a {
	display: block;
	float: right;
	height: 50px;
	text-indent: -9999px;
	font-size:1px;
}

.social-media-links a.facebook-link {
  	background: transparent url(img/facebook.gif) no-repeat 0 0;
  	width: 121px;
}

.social-media-links a.facebook-link:hover {
  	background: transparent url(img/facebook.gif) no-repeat -121px 0;
}

.social-media-links a.twitter-link {
  	background: transparent url(img/twitter.gif) no-repeat 0 0;
  	width: 121px;
}

.social-media-links a.twitter-link:hover {
  	background: transparent url(img/twitter.gif) no-repeat -121px 0;
}

.social-media-links a.flickr-link {
  	background: transparent url(img/flickr.gif) no-repeat 0 0;
  	width: 93px;
}

.social-media-links a.flickr-link:hover {
  	background: transparent url(img/flickr.gif) no-repeat -93px 0;
}

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	width: 320px;
    margin: 0 0 0 80px;
}

#sidebar h4 {
	text-transform: uppercase;
}

/* SIDEBAR LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

ul.sidebar-nav {
	padding-bottom: 40px;
	list-style: none;
}

ul.sidebar-nav li a {
	display: block;
	color: #888888;
	border-bottom: 1px solid #424242;
	padding: 7px 0;
}

ul.sidebar-nav li:first-child a {
	border-top: 1px solid #424242;
}

ul.sidebar-nav li a span {
	display: block;
}

ul.sidebar-nav li a span strong {
	background: transparent url(img/arrow-left.png) no-repeat left top;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	font-weight: normal;
	display: none;
}

ul.sidebar-nav li a em {
	padding: 5px 0;
	font-size: 12px;
	display: none;
}

ul.sidebar-nav li a:hover, ul.sidebar-nav li.current-menu-item a {
	color: #ffffff;
}

ul.sidebar-nav li a:hover {
	border-bottom: 1px solid #ffffff;
}

ul.sidebar-nav li a:hover em, ul.sidebar-nav li.current-menu-item a em {
	color: #BBBBBB;
	display: block;
}

ul.sidebar-nav li.current-menu-item a span strong {
	display: inline-block;
}

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
    height:600px;
    clear:both;
  	background: transparent url(img/footer-repeat.png) repeat-x left bottom;
}

.footer-wrap {
    height:600px;
  	background: transparent url(img/footer-center.jpg) no-repeat center bottom;
}
	
.footer-wrap-2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 600px;
}

#footer p {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
    padding: 7px 10px;
	color: #FFFFFF;
    background: #000000;
	filter:alpha(opacity=70);
	opacity:.70;
	/* fx */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#footer p.footer-left {
	display: block;
	width: 670px;
	text-align: left;
	left: 0;
}

#footer p.footer-right {
	display: block;
	width: 240px;
	text-align: center;
	right: 0;
}

#footer .footer-text {
	float: left;
}

#footer .footer-links {
	float: right;
	color: #666666;
	margin-left: -5px;
}

#footer .footer-links a {
	margin:0 5px;
}

/* BLOG - ARCHIVES PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.archive-post {
	margin-bottom: 25px;
}

.archive-post h2 a {
}

.archive-entry {
	position: relative;
}

.archive-entry a img {
	width: 540px;
	height: auto;
	padding: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}

.archive-entry a .post-info {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 1;
	background-color: #000000;
	color: #FFFFFF;
	filter:alpha(opacity=80);
	opacity:.80;
}

.archive-post a:hover img{
  	background-color: #FFFFFF;
}

/* BLOG - SINGLE BLOG POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.single-post .post-info { 
	display:block;
	font-size: 12px;
	color:#888888; 
	text-transform: uppercase;
} 
	
.navigation {
	border-top: 1px dashed #424242;
	padding-top: 25px;
}

.single-post img {
	width: 540px;
	height: auto;
	padding: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}

.single-post a:hover img{
  	background-color: #FFFFFF;
}

.captionpic {
	position: relative;
	display: block;
	width: 560px;
	height:290px;
} 
	
.captionpic img {
	width:540px;
	height:270px;
	padding: 10px;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}
	
.captionpic cite {
	position: absolute;
   	font-size:12px;
   	font-weight:bold;
   	font-style: normal;
	background: #000000;
	filter:alpha(opacity=80);
	opacity:.80;
	color: #ffffff;
	bottom: 10px;
	left: 10px;
	width: 520px;
	padding: 12px 10px;
}

/* RETAILERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#retailers-wrap {
	line-height: 1.5em;
}

.retailer-wrap {
	display: block;
	float: left;
	width:160px;
	height: 160px;
	padding: 10px;
  	margin: 0 5px 5px 0;
  	overflow: hidden;
  	background: transparent url(img/bg-transparent-white.png) repeat;
}

.retailer-wrap h3 {
}

.retailer-wrap p {
	margin-bottom: 1.5em;
}

.retailer-wrap .website-link a {
}


/* HEADERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

h1, h2, h3, h4 {
	font-family: Helvetica,Arial,sans-serif;
	color: #f4d24a;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height: 1.3em;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h1,h2 {
	font-size: 17px;
}
	
h3, h4 {
	font-size: 14px;
}


/* TEXT AND LISTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.entry p, .textwidget p {
	margin: 0 0 1.7em 0;
}

small {
	font-size: 12px;
    color: #777777;
}
	
input, textarea {
	font-size: 13px;
}

.entry ul {
	list-style-type: circle;
	list-style position: inside;
	padding: 10px 10px 0 15px;
	margin: 0 0 1.5em 0;
}
	
.entry li {
	padding-left: 5px; 
	line-height:2em;
}


/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

a, a:visited, p a, p a:visited {
	color: #f4d24a;
	text-decoration: none;
}  
	
a:hover, p a:hover {
	color: #ffffff;
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}
	
a.more-link {
	color: #666666 !important;
	text-decoration: none;
	display: block;
	width: 540px;
	padding: 4px 10px;
	text-align: right;
	border: 1px solid #444444;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
	
a.more-link:hover {
	color: #999999 !important;
	border: 1px solid #777777;
}


/* BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.btn-1 a, a.btn-1 {
	display: inline-block; 
	padding: 4px 10px;
	margin-right: 6px;
	background: #444444;
	color: #CCCCCC;
	text-shadow: 1px 1px 0px #111111;
	filter: dropshadow(color=#111111, offx=1, offy=1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
	
.btn-1 a:hover, a.btn-1:hover {
	color: #EEEEEE;
	background: #555555;
}

.btn-2 a, a.btn-2 {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 6px;
  	background: #35a7cd;
  	color: #EEEEEE;
	text-shadow: 1px 1px 0px #1e5b6f;
	filter: dropshadow(color=#1e5b6f, offx=1, offy=1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
	
.btn-2 a:hover, a.btn-2:hover {
  	background: #33ccff;
  	color: #FFFFFF;
}

/* TWITTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#twitter {
	width: 100%;
	display: none;
	overflow: hidden;
}

#twitter-top {
  	background: transparent url(img/twitter-widget-top-head.png) no-repeat bottom left;
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
}

#twitter-top span {
  	background: transparent url(img/twitter-widget-top-title.png) no-repeat bottom right;
	position: absolute;
	display: block;
	width: 100%;
	height: 65px;
	bottom: 5px;
	right: 0px;
}

.twitter-msg {
	display: none;
  	background: transparent url(img/bg-transparent-white.png) repeat;
	padding: 7px 10px;
	margin-bottom: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twitter-msg span {
  	display: block;
}

.twitter-msg a {
  	background: #35a7cd;
  	color: #EEEEEE;
  	display: inline-table;
  	display: inline-block;
	padding: 4px 10px;
	margin: 5px 3px 0 0;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #1e5b6f;
	filter: dropshadow(color=#1e5b6f, offx=1, offy=1);
}

.twitter-msg a:hover {
  	background: #33ccff;
  	color: #FFFFFF;
}

ul#twitter_update_list {
	list-style-type: none;
	width: 100%;
}

ul#twitter_update_list li {
	display: block;
  	background: transparent url(img/bg-transparent-white.png) repeat;
	padding: 7px 10px;
	margin-bottom: 7px;
	word-wrap: break-word;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

ul#twitter_update_list li:first-child {
}
	
ul#twitter_update_list li span {
	/* tweet content */
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #777777;
	display: inline-table;
	display: inline-block;
}

ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #f4d24a;
	display: inline;
}
	
ul#twitter_update_list li a:hover, ul#twitter_update_list li span a:hover {
	/* link hover */
	color: #FFFFFF;
}

/* PAGE-NAVI PLUGIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi span.current {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}

.wp-pagenavi a {
	background: #444444;
	color: #CCCCCC;
	text-shadow: 1px 1px 0px #111111;
	filter: dropshadow(color=#111111, offx=1, offy=1);
}

.wp-pagenavi a:hover {
	color: #EEEEEE;
	background: #555555;
}

.wp-pagenavi span.current {	
  	background: #35a7cd;
  	color: #EEEEEE;
	text-shadow: 1px 1px 0px #1e5b6f;
	filter: dropshadow(color=#1e5b6f, offx=1, offy=1);
}

.wp-pagenavi a.last {	
	margin-left: 15px;
}

.wp-pagenavi a.first {	
	margin-right: 15px;
}

.wp-pagenavi span.pages {	
  	float: right;
	padding: 4px 0;
	color: #666666;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

/* CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
	
textarea, input {
	width: 480px;
	background: #111111;
	color: #666666;
	border: none;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #383838;
	-moz-box-shadow: 1px 1px 0px #383838;
	box-shadow: 1px 1px 0px #383838; 
}
	
input:focus, textarea:focus {
	background: #171717 !important;
	color: #999999;
}

.clearFieldBlurred { color: #666666; font-style: italic; }
.clearFieldActive { color: #999999; }

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7 p {
}

.wpcf7 .sendblock {
	width: 500px;
	display: block;
}

.wpcf7 p.quiz {
	padding-right: 20px;
	float: left;
	display: block;
}

input.wpcf7-quiz {
	width: 30px;
}

.wpcf7 p.send {
	float: left;
	display: block;
}

input.cf7-submit {
	/* text */
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	/* layout */
	display: block;
	padding: 0;
	margin: 0;
	height: 35px;
	width: 100px;
	/* colors */
  	background: #35a7cd;
  	color: #EEEEEE;
	/* effects */
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #1e5b6f;
	filter: dropshadow(color=#1e5b6f, offx=1, offy=1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
	
input.cf7-submit:hover {
  	background: #33ccff;
  	color: #FFFFFF;
}

.wpcf7-response-output {
  	background: transparent;
	width: 480px;
	margin-top: 15px;
	padding: 8px 10px;
	color: #666666;
	border-top: 1px dashed #666666;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid-tip-no-ajax {
	display: none;
}

.wpcf7-display-none {
	display: none;
}
	
img.ajax-loader {
	display: none;
}


/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

hr, .hide {
	display: none;
}

.clearfloats {
	clear: both;
}
	
.hide-text {
	font-size: 1px !important;
	text-indent: -9999px !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	height: 0px !important;
	width: 0px !important;
}

.clearfix:after {
 	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* FONTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.entry, #sidebar, .nav-top ul, textarea, input {
	font-family: 'Lucida Sans Unicode','Lucida Grande', Helvetica, Arial, sans-serif;
}

.captionpic {
	font-family: Helvetica, Arial, sans-serif;
}

/* TEMP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.maintenance p {
	display: block;
	width: 930px;
	padding: 15px;
	background: #fffcd0;
	color: #4e3408;
	margin: 30px 0;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
