/*
THEME NAME: mronline.mobi
THEME URI: http://wphelpcenter.com/
DESCRIPTION: Customized theme
VERSION: 1.0
AUTHOR: WordPress HelpCenter
AUTHOR URI: http://wphelpcenter.com/
*/

/*
BASE THEME NAME: Sandbox
BASE THEME URI: http://www.plaintxt.org/themes/sandbox/
BASE DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
BASE VERSION: 1.6.1
BASE AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
BASE AUTHOR URI:
BASE TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*******************/
/* YAHOO RESET CSS */
/*******************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/***************/
/* CSS HELPERS */
/***************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

em, i, .italicit {
	font-style: italic;
}

b, strong, .boldit {
	font-weight: bold;
}

.leftit, .alignleft {
	float: left;
}

.rightit, .alignright {
	float: right;
}

img.alignleft {
	margin: 5px 5px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 5px;
}

/*****************/
/* LAYOUT STYLES */
/*****************/
#blog-title, #blog-description {
/*	float: left; */
	margin-right: 10px;
}
#blog-description {
	margin-top: 2px;
}


/***********************/
/* GENERAL LINK STYLES */
/***********************/
a:link, a:visited {
	color:#017DB0;
	font-weight:bold;
	line-height: 20px;
	text-decoration: underline;
}
a:hover, a:active {
	color: #017DB0;
	text-decoration: none;
	line-height: 20px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 80%;
}


/*********************/
/* NAVIGATION STYLES */
/*********************/




/***********************/
/* GENERAL PAGE STYLES */
/***********************/
html {
	background: none repeat scroll 0 0 #E5E5E5;
}
body {
	font-family: Verdana;
	font-size: 12px;
}
#header {
	background-color: #017DB0;
	height: 65px;
	color: #fff;
	margin-bottom: 1px;
	width: 100%;
	padding:5px 5px 10px;
	font-weight: bold;	
}
#content {
	width: 99%;
	margin: 0 auto 0 8px;
}
h1.entry-title {
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	font-size: 120%;
	font-weight: bold;
	color: #DE8C13;
}
ul.listings {
	width: 100%;
}
ul.listings li {
	background-color: #fff;
	border-top: 1px solid #ccc;
	line-height: 15px;
}
ul.listings li.nlast-listing {
	border-bottom: 1px solid #ccc;
}
ul.listings li.last-listing {
	border-top: none;
}
ul.listings li.optimum {
	background-color: #D3E2EB;
	border: 1px solid #003366;
}
ul.listings li a.page-name, a.optimum-listing-title, a.more-information, span.page-name {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
ul.listings p {
	padding: 0 15px 15px;
}
.bottom-rounded {
	background-color: #fff;
	height: 5px;
}
#footer {
	margin-top: 1px;
	background-color: #017DB0;
	padding: 15px;
	color: #fff;
	width: 100%;
}
.rollovertable {
	padding-bottom: 5px;
}

a.more-information {
	margin: -20px 0 0 5px;
}
