/*
Theme Name: PluginBuddy Mobile - Banner
Theme URI: http://pluginbuddy.com
Description: A mobile theme designed to be used with PluginBuddy Mobile.
Author: PluginBuddy
Author URI: http://pluginbuddy.com
Version: 1.0.1
Tags: mobile, red, iphone
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
body, html, div, span, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, blockquote, form, input, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: none;
	outline: none;
}
img {
	height: auto;
	max-height: 300px;
	max-width: 300px;
	width: auto;
}
ul, ol {
	list-style: none;
}
p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
ul {
	list-style: disc;
	margin: 0 0 10px 25px;
}
ol {
	list-style: decimal;
	margin: 0 0 10px 25px;
}
ul li, ol li {
	color: #333333;
	font-size: 22px;
	padding: 2px;
}

/*********************************************
		Body
*********************************************/
body {
	background: #FFFFFF;
	font-size: .66em;
	font-family: Helvetica, sans-serif;
	width: 100%;
	margin: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #BB120F;
	text-decoration: none;
}
a:hover {
	color: #670504;
}

/*********************************************
		Headings
*********************************************/
h1 {
	font-size: 3.5em;
	line-height: 1.4em;
	margin: 10px 0 0;
}
h2 {
	font-size: 3.5em;
	line-height: 1.4em;
	margin: 10px 0 0;
	font-weight: bold;
}
h2 a {
	color: #BB120F;
}
h2.title {
	margin: 0;
}
#pageblock h2 {
	padding: 8px;
	margin: 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
#headerwrap {
	width: 100%;
}
#header {
	font-size: 1.1em;
	clear: both;
	width: 100%;
	height: 150px;
}
#header h1 {
	color: #000;
	font-size: 2em;
	margin: 0;
}
#header h1 a {
	color: #000000;
	text-decoration: none;
}
#header  a {
	color: #888888;
}

/*********************************************
		Container Div
*********************************************/
#container {
	width: 100%;
}

/*********************************************
		Navigation
********************************************/
.nav {
	background: #FFFFFF url('images/gradb.png') bottom repeat-x;
}
.nav ul {
	padding: 10px 0 10px 20px;
	list-style: none;
	display: none;
	margin: 0 0 15px 0;
}
.nav ul li {
	color: #333333;
	font-size: 30px;
	font-weight: bolder;
	padding-left: 0;
	list-style: none;
}
.nav ul li a {
	color: #BC1310;
	padding: 10px 0 10px 20px;
}
#navbutton {
	position: absolute;
	margin: 60px 0 0 405px;
}

/*********************************************
		Content Div
*********************************************/
#post {
	padding: 25px 0;
}
.content {
	background: #FFFFFF;
	padding: 8px;
}
#postbottom {
	background: #BC1310;
	color: #333333;
	padding: 12px;
}
.content .subtitle {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #BCBCBC;
}
.content .singleline {
	margin: 0;
}
.postnav {
	text-align: center;
}
.postnav a {
	padding: 5px;
	margin-top: 10px;
}

/*********************************************
		Footer Styles
*********************************************/
#footerwrap {
	width: 100%;
}
#footer {
	background: #FFFFFF;
	padding: 8px;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
}
#footer a {
	color: #666666;
}
#backtop {
	font-size: 1.5em;
}

/*********************************************
		Search Form
*********************************************/
#searchwrap {
	width: 100%;
}
#search {
	background: #FFFFFF;
	padding: 10px 0 0;
	margin: 0 10px 10px;
}
#searchsubmit {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bolder;
	background: #BC1310;
	border: 1px solid #333333;
}
input {
	font-size: 40px;
	font-family: Helvetica, sans-serif;
}
/*********************************************
		Comments
*********************************************/
#comments {
	background: #FFFFFF;
	border-top: 1px solid #000;
	color: #333333;
	padding: 8px;
	font-size: 1.1em;
}
.comments {
	display: none;
}
.comments ul li {
	list-style: none;
}
.post p.commentfoot {
	font-size: 1.1em;
}
#post-comments {
	font-size: 1.5em;
}

/*********************************************
		Misc
*********************************************/
#pageblock {
	background: #E4F2FD;
	border-bottom: 1px solid #000;
	color: #333333;
}
blockquote {
	border-left: 4px solid #CCCCCC;
	margin: 8px;
	padding-left: 4px;
}
.ithemes_comments_show {
	cursor: pointer;
}
#ithemes_comments_loading {
	display: none;
}
#ithemes_comments {
	display: none;
}
#header {
    background: url(http://www.artsbeatla.com/wp-content/uploads/2011/08/abla-side-x-side-mobile.png) no-repeat !important; display: block !important;
}