/*
SCDC 2010 CSS
written by myo.sound@gmail.com
*/

* { margin: 0; padding: 0; }

html,body {
	height: 100%;
	/*font-family: "Tahoma", "Helvetica", "Arial", sans-serif;*/
        font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	background-color: black;
	color: white;
}

#container {
/*	min-height: 100%;
	min-width: 1100px;
	position: relative;*/
}

#navigation {
	padding-top: 20px;
	width: 250px;
	border-bottom: 2.4em solid black;
	position: relative;
	left: 20px;
	float: left;
}

#content {
	margin: 0 6% 20px 300px;
	padding-top: 20px;
	/*width: 690px;*/
	border-bottom: 2.4em solid black;
	position: relative;
	/*float: left;*/
}

.show_container {
	margin: 1em 0;
}

.show_ajax_div {
      padding-bottom: 30px;   
      border-bottom: 1px solid white;
      display: none;
}

#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2.4em;
	background: transparent url(../images/footer_bg_gradient2.png) top left repeat-x;
	clear: both;
}

h1 { 
	margin: 15px 0;
	font-weight: normal; 
	font-size: 2em;
        line-height: 1.1em;
	color: red;
}

h1 a { 
        text-decoration: none; 
        font-weight: normal;
}

h2, h3 { margin: 10px 0; }

h2 { 
	padding: 0.3em 0;
	font-size: 1.4em; 
	border-bottom: 1px solid red;
	color: #6f6f6f;
}

h3 { 
	font-size: 1.2em; 
	color: red;
}

h4 {
        padding: 0.3em 0;
        font-size: 1.1em;
        border-bottom: 1px solid red;
        color: #6f6f6f;
}

h3 a { /*text-decoration: none;*/ }

p { 
        margin: 1em 0; 
        line-height: 1.3em;
}

a { 
        color: red; 
        font-weight: bold;
}

a:hover { text-decoration: none; }

#navigation li a {
	font-size: 1.2em;
	font-weight: bolder;
	text-decoration: none;
        line-height: 1em;
	color: red;
	/*display: block;*/
}

#navigation li {
	padding: 5px 0;
}

#navigation ul ul {
	margin: 8px 2px;
	padding: 0 10px;
	border-left:1px solid red;
	display: none;
}

.show_container h3 { font-size: 1.1em; }

#footer ul { 
	margin: 0.6em 1em; 
	float: right;
}

#footer li {
	margin: 0 0.2em;
	padding: 0.2em 0;
	display: inline;
}

#footer li a {
	font-size: 0.7em;
        font-weight: normal;
	text-decoration: none;
	color: red;
	text-shadow: 1px 1px 1px black;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer .footer_copyright {
	font-size: 0.6em; 
	position: absolute; 
	bottom: 0; 
	left: 20px; 
	color: #6f6f6f;
}

#footer .footer_copyright a { 
        color: #6f6f6f; 
        font-weight: normal; 
}

table {
   border: none;
}

tr {
   border: none;
}

td {
   padding: 0.8em;
   border: 1px solid red;
}

ul { 
	margin: 0.6em 0;
	list-style: none; 
}

ol {
   margin: 1.8em;
}

li { 
        margin-bottom: 0.2em;
}

img, a img { border: 0px solid white; }

/* contact form */

.email_form {
	margin: 3em 0;
}

.email_form input {
	margin-right: 0.8em;
	padding: 0.4em 0.6em;
	font-size: 1em;
	border: 1px solid #444;
	background-color: black;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.email_form input[submit], .email_form .button {

}

.email_form textarea {
	padding: 0.8em 0.6em;
	height: 210px;
	width: 500px;
	font-size: 1em;
	font-family: Helvetica, sans-serif;
	border: 1px solid #444;
	background-color: black;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.email_form label {
	color: #444;
}

.email_form .errorlist { 
	margin-top: 1em;
	display: none;
	color: red; 
}

/* tabs */

.ui-tabs { 
        /*margin: 20px 0 30px 0;*/
        position: relative; 
}
 
.ui-tabs .ui-tabs-nav { 
        /*height: 2em;*/
}

.ui-tabs-nav {
        /*border: 2px solid red;*/
        color: #FFFF99;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2em;
        /*-moz-border-radius: 0.5em;*/
}

.ui-tabs ul{ 
        margin: 0 0 1em 0;
}

.ui-tabs .ui-tabs-nav li { 
        margin-right: 0.2em;
        padding: 0.6em 0.8em; 
        list-style: none; 
        line-height: 1em;
        display: block; 
        float: left;
}

.ui-tabs .ui-tabs-nav li a { 
        text-decoration: none; 
        font-weight: bold;
        color: white;
        display: block;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
        /*background-color: red;*/
        border-bottom: 1px solid red;
        /*-moz-border-radius: 0.25em;
        -webkit-border-radius: 0.25em;*/
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
        color: white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 

.ui-tabs .ui-tabs-panel { 
        display: block; 
        /*border: 1px solid purple;*/
}

.ui-tabs .ui-tabs-hide { 
        display: none !important; 
}



