/*
Theme Name: MobzMedia
Description: MobzMedia website
Version: 1.0
Author: Steven Don
Author URI: http://www.shdon.com/
Tags: white, two-columns, fixed-width, left-sidebar
*/

/* Global tags */

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background: #7E7E7E url(img/site-bg.png) repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 2em;
}

a
{
	color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

ul, li
{
	margin: 0;
	padding: 0;
}

/* Main page layout */

.page {
	background: white;
	box-shadow: black 0 0 5px;
	margin: 0 auto;
	padding-bottom: 1px;
	width: 950px;
	-moz-box-shadow: black 0 0 5px;
	-webkit-box-shadow: black 0 0 5px;
}

/* Header */

#header
{
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 200px;
	position: relative;
}

#header a.logo
{
	display: block;
	left: 3px;
	position: absolute;
	top: 3px;
}

#header img
{
	display: block;
}

#navbar
{
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	display: block;
	height: 2em;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 731px;
}

#navbar li
{
	display: inline;
	line-height: 2em;
	padding: 1em;
	position: relative;
}

#navbar a
{
	color: silver;
	color: rgba(255,255,255,0.75);
	font-weight: bold;
	text-shadow: black 0 0 5px;
	text-transform: uppercase;
}

#navbar a:hover
{
	color: white;
	color: rgba(255,255,255,0.95);
	text-shadow: grey 0 0 5px;
	text-decoration: none;
}

#navbar li ul
{
	background-color: black;
	background-color: rgba(0,0,0,0.9);
	border: 1px solid black;
	box-shadow: black 2px 2px 5px;
	display: none;
	left: 0;
	padding: 1ex 1em;
	position: absolute;
	top: 2.5em;
	white-space: nowrap;
	width: auto;
	z-index: 999;
	-moz-box-shadow: black 2px 2px 5px;
	-webkit-box-shadow: black 2px 2px 5px;
}

#navbar li:hover ul
{
	display: block;
}

#navbar li li
{
	display: block;
	padding: 0;
}

#navbar li li a
{
	text-transform: none;
}

/* Page body */

#body
{
	background: white url(img/body-bg.png) repeat-y;
	background-position: top left;
	border-bottom: 5px solid #DDD;
	color: #333;
	overflow: hidden;
}

#main
{
	padding: 1em;
	overflow: hidden;
}

#sidebar
{
	float: left;
	width: 218px;
}

#sidebar a
{
	color: #CC0001;
}

#sidebar div
{
	margin: 0.5ex 1em 1em;
}

#sidebar div div
{
	margin: 0;
}

#sidebar h4,
#sidebar .widget_search label
{
	border-bottom: 1px solid #E5E5E5;
	display: block;
	font-weight: bold;
	margin: 0.5ex 0;
	width: 100%;
}

#sidebar ul
{
	font-size: smaller;
	padding-left: 1.5em;
}

#sidebar li
{
	list-style-type: square;
}

{
	display: none;
}

#sidebar .widget_search form#searchform
{
	display: block;
	position: relative;
}

#sidebar .widget_search #searchsubmit
{
	background: url(img/search.png);
	border: none;
	bottom: 1px;
	content: '';
	font-size: 0;
	height: 16px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 16px;
}

#sidebar .widget_search #s
{
	border: 1px solid #EBEBE6;
	color: #DDD;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	padding: 1px 0;
	width: 167px;
}

#sidebar .widget_search #s:focus
{
	color: #666;
}

#sidebar .widget_mobztwitter ul
{
	padding: 0;
}

#sidebar .widget_mobztwitter li img
{
	border: 1px solid white;
	box-shadow: grey 1px 1px 2px;
	float: left;
	margin-left: -31px;
	margin-right: 1ex;
	-moz-box-shadow: grey 1px 1px 2px;
	-webkit-box-shadow: grey 1px 1px 2px;
}

#sidebar .widget_mobztwitter li
{
	display: block;
	margin-bottom: 1em;
	margin-left: 31px;
}

#sidebar .widget_mobztwitter li br
{
	clear: both;
}

#sidebar .widget_mobztwitter .readmore
{
	font-size: smaller;
}

#sidebar .widget_mobztwitter .readmore:before
{
	content: '\00BB';
	padding-right: 1ex;
}

/* Content */

#crumbtrail
{
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#crumbtrail:before
{
	content: 'You are here: ';
	font-weight: bold;
}

#crumbtrail li
{
	background: url(img/triangle.png) left no-repeat;
	display: inline;
	padding-left: 11px;
	padding-right: 8px;
}

#crumbtrail li:first-child
{
	background: none !important;
}

#crumbtrail a
{
	font-weight: bold;
}

h1
{
	border-bottom: 1px solid #DDD;
	margin-top: 0.5ex;
}

.options
{
	float: right;
	position: relative;
}

.options a
{
	margin-left: 0.5ex;
}

#content a
{
	color: #CC0001;
}

#content ul
{
	line-height: 175%;
	padding-left: 2em;
}

.navigation
{
	margin-top: 1em;
	overflow: hidden;
}

.alignleft
{
	float: left;
	text-align: left;
}

.alignright
{
	float: right;
	text-align: right;
}

/* Specific content */

address
{
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	/* padding-left: 24px; */
}

/*
address.address { background-image: url(img/house.png); }
address.email { background-image: url(img/email.png); }
address.tel { background-image: url(img/telephone.png); }
address.fax { background-image: url(img/printer.png); }
address.geo { background-image: url(img/world.png); }
*/

#contact_form label
{
	display: block;
	margin-top: 1em;
}

#contact_form input,
#contact_form textarea
{
	border: 1px solid #999999;
	display: block;
	margin-bottom: 1em;
}

#contact_form #contact_submit
{
	background: silver;
	font-weight: bold;
}

#page-.page table.homepage
{
	font-weight: bold;
	text-align: center;
	width: 100%;
}


/* Footer */

#footer
{
	border-left: 1px solid #E5E5E5;
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 1em 0 1em 219px;
	padding: 0 0 1em 1em;
}

#footer ul
{
	padding: 0;
	margin: 0;
}

#footer li
{
	display: inline;
	padding-right: 1em;
}

#footer a
{
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
