/* >Structure
-----------------------------------------------------------*/



body {
	font-family: "lucida grande", verdana, tahoma, sans serif;
	color: #444;
	margin: 0;
	padding: 0;
}

#main {
	float: right;
	margin-right: 15px;
}

#wrapper {
	background-color: white;
	margin: 0 auto;
	width: 1134px;
}

@media ( min-width: 1135px ) {
	#wrapper {
		background-color: white;
		margin: 0 auto;
		width: 1134px;
		position: relative;

		-webkit-box-shadow: 0 -30px 30px 0 #888;
		-moz-box-shadow: 0 -30px 30px 0 #888;
		box-shadow: 0 -30px 30px 0 #888;
	}
}

#content {
	min-height: 500px;
	margin-top: 15px;
}

#main.full_width {
	width: 1105px;
}

.content.content-full-width #main {
	min-height: 0;
}

#side {
	float: left;
	width: 220px;
	min-height: 500px;
	margin-bottom: 20px;
}
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 2.5 Content & content elements from coloradmin v3.0.0 */

.content {
	margin-left: 250px;
	padding: 30px;
}
.content.content-full-width {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.content.content-full-width > .row {
	margin-right: 0;
	margin-left: 0;
}

.content.content-full-width > .row > .col,
.content.content-full-width > .row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.content.content-full-width .page-header {
	margin: 20px;
}
.content.content-full-width .breadcrumb {
	margin: 0 20px 0 0;
}
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb a,
.content.content-inverse-mode h1,
.content.content-inverse-mode h2,
.content.content-inverse-mode h3,
.content.content-inverse-mode h4,
.content.content-inverse-mode h5,
.content.content-inverse-mode h6 {
	color: #fff;
}
.content.content-inverse-mode .breadcrumb .active,
.content.content-inverse-mode .page-header small {
	color: #fff;
	color: rgba(255,255,255,0.75);
}
.content.content-full-width .page-header,
.content.content-full-width .breadcrumb {
	position: relative;
	z-index: 10;
}
.content.content-full-width .breadcrumb {
	z-index: 20;
}
.content.content-full-width .flashBox {
	margin-bottom: 0;
}
.page-header {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 0;
	border: none;
	line-height: 28px;
	font-weight: 300;
}
.page-header small {
	font-weight: 300;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
	font-size: 14px;
}
.breadcrumb > li {
	line-height: 28px;
}
.ie8 .breadcrumb > li {
	display: inline;
}
.breadcrumb > li.active {
	color: #757575;
}
.breadcrumb > li + li:before {
	content: '›';
	color: #000;
	padding: 0 8px 0 5px;
}

/* >Header
-----------------------------------------------------------*/
#header{
	padding-top: 50px;
}

table#current_user td {
	padding-left: 15px;
}



.alerts_container {
	background-color: #fff;
	margin: 3px 0 0;
	height: 30px;
}
#alerts {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}

/* >Inline
-----------------------------------------------------------*/

hr {
	display: none;
}
#content:after, #header:after, #main:after, #main_navigation:after, #primary:after, #secondary:after, #tertiary:after , #secondary:after {
	content: "." !important; 
	display: block !important;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content, #header, #main, #main_navigation, #primary, #secondary, #tertiary {
	display: inline-block;
}
#content, #header, #main, #main_navigation, #primary, #secondary, #tertiary{
	display: block;
}
* html #content, * html #header, * html #main, * html #main_navigation, * html #primary, * html #secondary, * html #tertiary {
	height: 1px;
}


/* >Footer
-----------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	background-color: #fcfcfc;
	padding: 19px 0;
	border-top: 2px solid #f3f3f3;
	color: #999;
	font-size: 100%;
	font-size: 11px;
	margin-top: 25px;
	width: 100%;
}
#footer p {
	margin-bottom: 5px;
}
#footer p#rights a {
	margin-left: 2px;
}
#footer p#rights a:link, #footer p#rights a:visited {
	color: #888;
}
#footer p#rights a:hover, #footer p#rights a:active {
	color: #999;
}
#footer a {
	margin: 0 4px;
}
#footer #rights a {
	margin: 0;
}
#footer a:link, #footer a:visited {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #888;
}

#footer #w3pedia_footer_link {
	color: #129C23;
}

/* Mobile view */
@media screen and (max-width: 767px) {
	#header {
		display: none;
	}

	#content {
		margin-top: 0;
		padding-top: 0
	}
}