/*
Theme Name: BumperCase
Theme URI: http://www.michaelgarethmorgan.com
Description: BumperCase theme
Version: 1.0
Author: Michael Morgan
Author URI: http://www.michaelgarethmorgan.com

	This theme was designed and built by Michael Morgan,
	whose site is http://www.michaelgarethmorgan.com
*/

/*============================================================
	Basics
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}









/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #324c56;
}

p, li
{
	line-height: 22px;
}

p
{
	margin-bottom: 18px;
	text-align: justify;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

img.alignleft
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #EEE;
}

img.alignright
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	border: 1px solid #EEE;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #EEE;
}

.wp-caption
{
	text-align: center;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 540px;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}






/*============================================================
	Forms
============================================================*/
form
{

}

form input[type=text]
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form input[type=submit]
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	font-weight: bold;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form select
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form textarea
{
	padding: 4px;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form label
{
	display: block;
	font-weight: bold;
}

form .inputSmall
{
	width: 100px;
}

form .inputMedium
{
	width: 250px;
}

form span.req
{
	font-size: 10px;
	padding: 5px;
	color: #CCC;
}








/*============================================================
	Headings
============================================================*/
h1, h2, h3, h4
{
	font-family: "Calibri", "Arial", "Verdana", "Helvetica", Sans-Serif;
}

h2
{
	font-weight: bold;
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}

h2 a
{
	color: #333;
}


h3
{
	font-weight: bold;
	font-size: 18px;
	color: #324c56;
}

h3 a
{
	color: #324c56;
}


a.heading_icon
{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url('images/heading_iphone.png');
	margin-right: 10px;
}

a.heading_icon span
{
	display: block;
	text-align: center;
	line-height: 32px;
	color: #FFF;
	font-size: 10px;
}





/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: url('images/body_bg.png') #f5f7fa;
	background-repeat: repeat-x;
	background-position: top;
	color: #666;
	text-align: center;
}



#wrapper
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}













/*============================================================
	Primary structure(s)
============================================================*/
#main
{
	background: #FFF;
	padding: 20px;
}

#content
{
	float: left;
	width: 560px;
}

#sidebar_left
{
	float: left;
	width: 160px;
	margin-right: 20px;
}

#sidebar_right
{
	float: left;
	width: 160px;
	margin-left: 20px;
}

#sidebar_single
{
	float: left;
	width: 340px;
	margin-left: 20px;
}









/*============================================================
	Header
============================================================*/
#header
{
	height: 83px;
}

#header h1
{
	width: 277px;
	height: 58px;
	float: left;
	margin-top: 13px;
}

#header h1 a
{
	display: block;
	width: 277px;
	height: 58px;
	background: url('images/logo.png');
}

#header h1 a span
{
	display: none;
}





/*============================================================
	Navigation
============================================================*/
#navigation
{
	float: right;
}

#navigation ul
{
	list-style: none;
	margin-top: 25px;
}

#navigation ul li
{
	float: left;
	line-height: 30px;
	margin-right: 5px;
}

#navigation ul li a
{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	color: #898989;
	font-weight: bold;
}

#navigation ul li.active a, #navigation ul li a:hover, #navigation ul li.current_page_item a
{
	background: #000;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}










div.post
{
	margin-bottom: 20px;
}

div.post ol, div.post ul
{
	margin-left: 30px;
}












.sidebar ul
{
	list-style: none;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	margin-bottom: 20px;
}

.sidebar ul li
{
	background: #f9fafa;
	border-bottom: 1px solid #e6e6e6;
}

.sidebar ul li a
{
	display: block;
	padding: 5px;
	padding-left: 10px;
}

.sidebar div.box
{
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 10px;
}

.sidebar ul.categories li a
{
	padding-left: 25px;
	background: url('images/bullet_category.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.twitter a
{
	padding-left: 25px;
	background: url('images/bullet_twitter.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.rss a
{
	padding-left: 25px;
	background: url('images/bullet_rss.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.black a
{
	padding-left: 25px;
	background: url('images/bullet_black.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.white a
{
	padding-left: 25px;
	background: url('images/bullet_white.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.blue a
{
	padding-left: 25px;
	background: url('images/bullet_blue.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.pink a
{
	padding-left: 25px;
	background: url('images/bullet_pink.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.green a
{
	padding-left: 25px;
	background: url('images/bullet_green.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}

.sidebar ul li.orange a
{
	padding-left: 25px;
	background: url('images/bullet_orange.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
}







/*============================================================
	Comments
============================================================*/
#comments span.detail
{
	color: #666;
	display: block;
	padding-bottom: 18px;
}

ol.commentlist
{
	list-style:none;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	margin-bottom: 20px;
}

ol.commentlist li
{
	border-bottom: 1px solid #E0E0E0;
	padding: 10px;
}

ol.commentlist li div.comment-author
{
	margin-bottom: -5px;
}

ol.commentlist li.even
{
	background: url('images/comment_li_bg.png') #fff;
	background-repeat: repeat-x;
}


ol.commentlist li.odd
{
	background:url('images/comment_li_bg.png')#F9F9F9;
	background-repeat: repeat-x;
}

ol.commentlist li div.vcard img.avatar
{
	float: right;
	border: 1px solid #FFF;
}

ol.commentlist li div.vcard .fn
{
	font-style:normal;
	font-weight: bold;
}

ol.commentlist li div.commentmetadata
{
	margin-bottom: 10px;
}

ol.commentlist li div.comment-meta
{
	font-size:9px;
}

ol.commentlist li div.comment-meta a
{
	color:#ccc;
}

ol.commentlist li p
{
	padding: 10px;
}

ol.commentlist li ul.children
{
	list-style:none;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
}

ol.commentlist li ul.children li
{
	border-left: 5px solid #E0E0E0;
}

ol.commentlist li div.reply
{
	font-size:11px;
	text-align: right;
}

ol.commentlist li div.reply a
{
	font-weight:bold;
	color: #CCC;
}

ol.commentlist #respond
{
	background:#FFF;
	border: 1px dashed #CCC;
	padding: 15px;
}

#commentform textarea
{
	width: 550px;
}
















#footer
{
	background: #3e4349;
	border-top: 3px solid #000;
	height: 60px;
	text-align: center;
}

#footer div.inner
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
}

#footer p, #footer a
{
	color: #FFF;
}



div.intro
{
	margin-bottom: 20px;
}

div.intro a.introimage
{
	float: left;
}



div.quicklook
{
	margin-bottom: 20px;
	background: #EEE;
}

div.quicklook div.product
{
	text-align: center;
	float: left;
	width: 130px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;

}

div.quicklook div.product a.image
{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

div.quicklook div.product a.image:hover
{
	background: #FFF;
}

div.quicklook div.product a.title
{
	display: block;
	text-align: center;
}









form.contact input.text
{
	width: 200px;
}

form.contact textarea
{
	width: 350px;
}

p.error
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	border: 2px solid #000;
	background: #efffb9;
}
