/*  
Theme Name: Underbelly
Theme URI: http://underbellydance.com/
Description: The theme for the Underbelly website.
Version: 2.0
Author: SuperActionGoTeam
Author URI: http://superactiongoteam.com/
*/


body {
	color: #cccccc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: #eaeaea;
	background-position: left top;
	text-align: center;
	margin: 0;
	}

#container {
	background-color: #993333;
	background-image: url(images/UB_RHImage.png);
        background-repeat: no-repeat;
        background-position: right top;
        text-align: left;
	width: 780px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	background-image: url(images/UB_header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 182px;
	}
#navigation {
	float: left;
	}
#content {
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	float: left;
	}

#content .content {
	padding-top: 2em;
	padding-bottom: 40px;
	padding-left: 48px;
	}

#footer {
	color: #7c7c7c;
	font-size: 10px;
        background-image: url(images/UB_footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	background-color: #313131;
	text-align: center;
	width: 700px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
        padding: 10px 40px;
	border-top: 2px solid #7c7c7c;
	}

#outside {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 293px;
	margin-left: -410px;
	display: block;
	}
/**/
#header h1, #header strong {
	display: none;
	}

/*Navigation*/
#navigation {
	color: #669999;
	font-size: 11px;
        background-color: #993333;
        background-image: url(images/UB_Navigate2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	min-height: 516px;
	margin: 0;
	padding: 2.5em 0 30px 20px;
	}
#navigation a {
	color: #669999;
	list-style-type: none;
	}

#navigation a:visited {
	color: #669999;
	}

#navigation form {
	margin: 0;
	padding: 0;
	}

#navigation #s {
	width: 120px;
	margin-bottom: 5px;
	border: solid 1px #7c7c7c;
	}
#navigation select.archive {
	font-size: 11px;
	width: 120px;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
border-bottom: 1px solid #993333;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}
/* Top level menu items style*/
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
color: black;
	background: #993333 !important;
	text-decoration: none;
	padding: 1px 5px;
	border-color: #993333;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	}

/* Sub level menu links style */
.suckerdiv ul li li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
color: cccccc;
	background: #cccccc !important;
	text-decoration: none;
	padding: 1px 5px;
	border-top: 1px solid #993333;
	border-right: 1px solid #993333;
	border-left: 1px solid #993333;
	border-bottom-style: none;
	border-bottom-width: 0;
	}

.suckerdiv ul li a:visited{
color: cccccc;
}

.suckerdiv ul li a:hover{
	color: #7c7c7c !important;
	background-color: #cccccc !important;
	}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*Text*/

p {
	}
a {
	color: cccccc;
	text-decoration: underline;
	}

a:link {
	color: #cccccc;
	text-decoration: none;
	}

a:visited {
	color: #cccccc;
	text-decoration: none;
	}

a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a:active {
	color: #cccccc;
	text-decoration: underline;
	}
/**/
#commentform {
	
	}

#commentform input {
	font-size: 11px;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: solid 1px #7c7c7c;
	}
#commentform textarea {
	font-size: 11px;
	width: 98%;
	padding: 0;
	border: solid 1px #7c7c7c;
	}
#commentform #submit {
	font-size: 11px;
	margin: 0;
	float: right;
	border: outset 2px #7c7c7c;
	}
.grey6 {
color: #ffffff;
background-color: #666666;
}
.greyc {
background-color: #7c7c7c;
}
