@charset "UTF-8";
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Buttons and Forms
	#Media Queries */

/* #Site Styles - same for whole site
================================================== */

body {
	font-family: Verdana, sans-serif;
	/*background-image: linear-gradient(bottom, #464646 55%, #262626 100%);
	background-image: -o-linear-gradient(bottom, #464646 55%, #262626 100%);
	background-image: -moz-linear-gradient(bottom, #464646 55%, #262626 100%);
	background-image: -webkit-linear-gradient(bottom, #464646 55%, #262626 100%);
	background-image: -ms-linear-gradient(bottom, #464646 55%, #262626 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.55, #464646),
		color-stop(1, #262626)
	);*/
	background: #303030 url(/media/admin.img/admin-gradient.png) top left repeat-x;
    min-height: 100%;
	color: #fff;
	font-weight: normal;
	}

.admin-login a {
	color: #df6b06;
	text-decoration: none;
}

.admin-login a:hover {
	color: #df6b06;
	text-decoration: underline;
}

h1, h2{
	color: #999;
	font-size: 3em;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 40px;
	}

h2.article-edit {
	color: #999;
	font-size: 3em;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 40px;
	}
	
.articlefull {
background: #fff;
margin-top: 100px;
}
.articlefull .container{
background: #fff;
margin-top: 100px;	
}

#content {
	padding-bottom: 70px;	
}



/* #Page Styles - special styles for unique things on different pages
================================================== */

.admin-login {
	padding-top: 200px;
	background: top center url(/media/admin.img/bubble-logo.png) no-repeat;
}

/* MSGBlock */

.msgblock {
background: #df6b06;
padding: 10px;
color: #000;
margin-bottom: 10px;
font-weight: normal !important;
padding-right: 30px;
}

.msgblock ul{
}

.msgblock ul li{
list-style: none;
margin-bottom: 8px;
}

.msgblock ul li:last-child{
margin-bottom: 0px;
}

/* #Buttons and Forms
================================================== */

.adminbutton {
	width: auto;
	background: #5e5e5e;
	color: #fff !important;
	border: 0 !important;
	margin: 0;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	line-height: normal;
	margin-left: 5px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.adminbutton:hover {
	background: #ccc;
	color: #333 !important;
}

.adminbutton.commit {
	background: #df6b06 !important;
}

.adminbutton.commit:hover {
	color: #ffffff !important;
	background: #ff8806 !important;
}

.adminbutton:disabled {
	background: #3d3d3d !important;
	color: #666 !important;
	cursor: not-allowed;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	}


