/*
Theme Name: Mingus Theme
Author: CYTechnologies
Author URI: http://www.cytservices.com
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

 body {
 	background-image: url(images/bg2.jpg); background-repeat: repeat-x;
	background-color: #000;
 }

body	a:link {color: #555555; text-decoration: none; }
body	a:active {color: #0E5A9F; text-decoration: none; }
body	a:visited {color: #666666; text-decoration: none; }
body	a:hover {color: #CD1D10; text-decoration: underline; }	

.utils {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.utils	a:link {color: #CCCCCC; text-decoration: none; }
.utils	a:active {color: #0E5A9F; text-decoration: none; }
.utils	a:visited {color: #CCCCCC; text-decoration: none; }
.utils	a:hover {color: #CD1D10; text-decoration: underline; }
	

.menuM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E7E7E7;
}


.menuM	a:link {color: #EEEEEE; text-decoration: none; }
.menuM	a:active {color: #0E5A9F; text-decoration: none; }
.menuM	a:visited {color: #EEEEEE; text-decoration: none; }
.menuM	a:hover {color: #CD1D10; text-decoration: underline; }


.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CD1D10;
	background-color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.lightBg {
	background-color: #48636E;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 8pt;
	text-transform: uppercase;
	letter-spacing: -0.02em;

}
.subNav	a:link {color: #ffffff; text-decoration: none; }
.subNav	a:active {color: #0E5A9F; text-decoration: none; }
.subNav	a:visited {color: #ffffff; text-decoration: none; }
.subNav	a:hover {color: #CD1D10; text-decoration: underline; }
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #457386;
	text-indent: 9pt;
	letter-spacing: -0.05em;
}

.footer	a:link {color: #457386; text-decoration: none; 	font-size: 10px; }
.footer	a:active {color: #0E5A9F; text-decoration: none; 	font-size: 10px; }
.footer	a:visited {color: #457386; text-decoration: none; 	font-size: 10px; }
.footer	a:hover {color: #CD1D10; text-decoration: underline; 	font-size: 10px; }

.font11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.widget-title {
	padding-left: 10px;
}

.menu, .widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.menu li, .widget li {
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(images/dotsS.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
	padding-left: 10px;
}

.menu li	a:link {color: #ffffff; text-decoration: none; }
.menu li	a:active {color: #0E5A9F; text-decoration: none; }
.menu li	a:visited {color: #ffffff; text-decoration: none; }
.menu li	a:hover {color: #CD1D10; text-decoration: underline; }

.widget li	a:link {color: #ffffff; text-decoration: none; }
.widget li	a:active {color: #0E5A9F; text-decoration: none; }
.widget li	a:visited {color: #ffffff; text-decoration: none; }
.widget li	a:hover {color: #CD1D10; text-decoration: underline; }

.widget ul {
	margin: 0;
	padding: 0;
}

.small-table td {
	font-size: 9pt;
	padding: 5px;
	margin: 0;
}

.small-table tr.header {
	font-size: 12pt;
	font-weight: bold;
}
.small-table th {
		padding: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
.clear {
	clear: both;
}


#nav{
	list-style:none;
	margin-left: 10px;
	padding: 0;
	/* Clear floats */
	clear: left;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	position:relative;
	list-style-type: none;
	background-image: url(images/dotsS.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

#nav a{
	display:block;
	color:#fff;
	padding: 2px;
	text-align: left;
	text-decoration:none;
}

#nav li.top {
	margin: 0 0 0 33px;
}

#nav a:hover{
	color:#a9051e;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#30434b; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	width: 280px;
	margin: 0;
	padding: 0;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	float:none;
	padding: 0;
	margin: 0;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #000;
	padding: 5px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:128px;
	top: 0px;
	background:#48636e;
	padding-left: 10px;
}

#nav li:hover ul li { /* Display the dropdown on hover */
	padding: 2px;
	background-image: none;
	border-bottom: 1px dotted #fff;
}

#nav li ul {
	background-image: none;
}

#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
	background:#48636e;
	color: #fff;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	font-size: 10pt;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#48636e;
}

#nav li a.selected {
	background:#48636e;
	color: #fff;
}

#nav-above {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 5px;
}

#nav-above h3  {
	padding: 0 0 10px 0;
	margin: 0;
}

#nav-above div {
	display: inline;
}

.entry-title {
	margin-top: 30px;
}

.entry-content {
	border-bottom: 1px solid #d02b22;
	margin-bottom: 5px;
}
