/**
 * Clean theme
 *
 * @package My Magazine Mobile
 * @author Sitebase (http://www.sitebase.be)
 * @version 1.0.0
 * @license http://codecanyon.net/wiki/support/legal-terms/licensing-terms/
 * @copyright Copyright (c) 2008-2011 Sitebase (http://www.sitebase.be)
 */

/************************************************************************
RESET LAYOUT
*************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************************
BASE STYLE
*************************************************************************/
.hidden { display:none; visibility:hidden; } 
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/************************************************************************
MAIN LAYOUT
*************************************************************************/
body {
	font-family: Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height: 18px;
	background: #f0f0f0;
	text-align: center;
	color: #333;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	height: 100%;
	word-wrap: break-word;
	text-align: left;
}
#header {
	color: #FFF;
	text-transform: none;
	height: 46px;
	margin-bottom: 5px;
}
	#header .left {
		font-size: 16px;
		font-weight: bold;
		padding: 14px 0 0 10px;
	}
	#header .right { padding: 10px 10px 0 0 }
	#header a { color: #FFF; text-decoration: none; }
	#header .button {
		border: solid 1px #3d3d3d;
		background: #555;
	}
#footer{
	font-family: Helvetica,Arial,sans-serif;
	height: 30px;
	color:#999;
	text-align: left;
	margin: 0 10px;
	font-size: 10px;
}
    #footer a:link, #footer a:active, #footer a:visited {
        color: #999;
    }

/************************************************************************
BASIC ELEMENTS
*************************************************************************/
p{
	margin: 8px 0px 14px 0px;
}
a{
	color: #555;
}
h1, h2, h3, h4, h5, h6{
	font-family: Helvetica,Arial,sans-serif;
	color: #555;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom:  4px;
	border-bottom: 1px solid #E0E0E0;
	text-transform: uppercase;
	font-weight: bold;
}
h1{
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	font-size: 16px;
	padding-bottom: 7px;
	margin-bottom:  6px;
	height: 25px;
	border: solid 1px #e7e7e7;
	background: url('../images/h1.gif') repeat-x 0 bottom;
	padding: 11px 0 0 10px;
	color: #666;
}
h2{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom:  4px;
}
h3{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom:  4px;
}
hr {
    background: url("../images/pattern.gif") repeat scroll 0 0 transparent;
    border: 0 none;
    height: 10px;
}

/************************************************************************
NAVIGATION STYLING
*************************************************************************/
.content ul.menu { margin: 0px; }
	.content p:list-child { margin-bottom: 8px !important; }
    .content ul.menu li{
    	font-family: 'Droid Sans Mono', Helvetica,Arial,sans-serif;
		list-style: none;
		list-style-type: none;
		display: block;
		font-size: 16px;
		border-bottom:1px solid #E0E0E0;
		padding: 0px;
		text-transform: uppercase;
		font-weight: normal;
	}
	.content .menu li:last-child{
		border-bottom: none;
	}
	.content .menu li a{
		background: transparent url('../images/arrow.gif') no-repeat right center;
		padding: 8px 35px 8px 10px;
		color: #000;
		line-height: 24px;
		text-decoration: none;
		display: block;
	}
    .content .menu li a.loading{
        background: transparent url('../images/loader.gif') no-repeat 99% center;
    }
 
/************************************************************************
CONTENT STYLING
*************************************************************************/
#wrapper .content:last-child {
	background-image: none;
}
.content h1 { position: relative; }
h1 .right {
    position: absolute;
    right: 10px;
    top: 6px;
}
.content{
	text-align: left;
	padding: 10px;
	margin: 0 5px 15px 5px;
	background: #FFF;
	border: solid 1px #d5d5d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.content ul {
		list-style: disc;
		list-style-position: inside;
		margin: 10px;	
	}
	.content img {
		max-width: 95%;
		max-height: 400px;	
		border: 1px solid #E9E9E9;
		padding: 5px;
	}
        .content img.inline{
    		float: left;
    		margin: 10px;
    	}
	.content table, .content td {
		max-width: 95% !important;
	}
	.content pre, .content code {
		background-color: #FCF7EC;
		overflow-x: auto;
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		margin: 0px 0px 5px 0px;
		padding:5px 5px 3px 5px;
		white-space : normal; /* crucial for IE 6, maybe 7? */	
	}
	.content pre {
		width: 95%;	
	}

/************************************************************************
FORM STYLING
*************************************************************************/
.button small{
	font-size: 16px;
	font-weight: normal;
	background: #555;
    padding: 10px;
    text-align: center;
    color: #FFF;
    border: none;
    display: block;
    width: 100%;
}
input, textarea{
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	font-family:Helvetica,Arial,sans-serif;
	color:#555;
	background:#FBFBFB none repeat scroll 0 0;
	border: 1px solid #E9E9E9;
	font-size:14px;
	line-height: 16px;
	margin-bottom:16px;
	margin-right:6px;
	margin-top:2px;
	padding:10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

label{
	font-size: 15px;
	color:#555;
	display: block;
    text-transform: uppercase;
    font-weight: bold;
}

smllabel{
	font-size: 9px;
	color:#ff0000;
	display: block;
    font-weight: bold;
}

	label span, .required {
		color: #555;
	}

/************************************************************************
BUTTONS STYLING
*************************************************************************/
.right a, .button{
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	padding: 3px 8px 3px 8px;
	background-color: #aaa;
	color: #FFF !important;
	text-decoration: none;
	line-height: 24px;
	font-size: 15px;
	margin-left: 2px;
	text-transform: uppercase;
	font-family: 'Droid Sans Mono', Helvetica,Arial,sans-serif;
	font-weight: normal;
}


/************************************************************************
REST STYLING
*************************************************************************/
.right{ float: right; }
.left { float: left; }
.nopad {
	padding: 5px;
}
.notice {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: bold;
	width: 160px;
}
.tblHdr {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: bold;
	width: 160px;
}
.error{ border: 1px solid #CC0000; }
.spacer{ clear: both; }
.message { 
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	background: #F1F1F1; 
	color: #999; 
	padding: 10px;
}
.highlight {
	color: #ae801d;
	background: #fbf8e4;
}
	.highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5 { color: #ae801d; border-color: #ebe7c9;}
.rss-news-plugin { 
	padding: 10px;
}
.notvalid { 
	color: red;
	font-size: 18px;
}
.green { color: green; }


/************************************************************************
PLUGIN STYLING
*************************************************************************/
.gallery-overview ul {
	margin: 0px;
}
.gallery-overview img {
	padding: 2px;
}
