/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #fff;
	font-family: arial, verdana, sans-serif;
	}

div#sitecontainer {
	background: #fff url(http://www.kickskarate.com/ht/a/GetImageAction/i/179) repeat-y;
	border: 0px solid #fff;
	width: 800px !important;
	padding: 0px 5px;
}

#main {
    float: right;
    width: 480px;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.threecolumn #main {
	width: 430px !important;
	/*background: transparent url(http://www.kickskarate.com/ht/a/GetImageAction/i/239) no-repeat top right;*/
	padding: 0 0 0 20px;
	}


strong {
	color: #000;
	}

#footer {
	margin 0 auto;
		color: #ffffff;
    clear: both;
    padding-left: 2px;
    padding-top: 10px;
    text-align: center;
}

#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #ccc;
	}

/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #1E2472 !important;
	background-color: #cccccc;
}

#main a {
	text-decoration: none;
	color: #c33;
}

#main a hover {
	color: #9A0000;
	background-color: #cccccc;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background: transparent url(http://www.kickskarate.com/ht/a/GetImageAction/i/231) no-repeat;
}

.threecolumn #nav1 {
	background: transparent url(http://www.kickskarate.com/ht/a/GetImageAction/i/475) no-repeat;
}

.orphan #nav1 {
	background: transparent url(http://www.kickskarate.com/ht/a/GetImageAction/i/475) no-repeat;
}

#nav1 a {
	color: #ffffff;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: 600;
	border: 0px solid #660000;
	padding-right: 5px;
	float: left;
	cursor:default;
}

#nav1 a hover {
	border-style: inset;
cursor:default;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: none !important;
}

a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
}

.nav li div a {
    display: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#nav1 {
    width: 800px;
    height: 94px;
}

#nav1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav1 a {
    width: 84px !important;
    height: auto;
    display: block;
    text-align: center;
    border-bottom: 1px solid black;
}

#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	padding-top: 0;
	background-color: #000;
}

#nav2 a {
	font-family:impact, arial, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#nav2 div a {
	font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
	color: #003;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 175px;
}

#nav2 li {
	display: block;
	list-style-type: none;
	text-align: left; 
	padding: 0;
    margin: 0;
    line-height: 100%;
margin-bottom:0px !important;
}
html* #nav2 ul li {
margin-bottom:-3px !important;
}
* html #nav2 ul li {
display:inline !important;
}
#nav2 a {
	background: #000 url(http://www.kickskarate.com/ht/a/GetImageAction/i/177) no-repeat;
	border-bottom: 0px dotted #660000;
	display: block;
	list-style-type: none;
	text-align: right; 
    margin-left: 0px;
    padding-right: 15px;
    margin: 0;
    width: 160px;
    height: 20px;
    padding-top: 7px;
    padding-left: 0px;
    font-weight: normal;
}
#nav2 ul.attention {
    margin: 6px;
}

#nav2 ul.attention li {
    margin: 0;
    padding-bottom: 4px;
}
#nav2 ul.attention li a {
    background-image: none;
    display: inline-block;
    padding-left: 10px;
}

#nav2 ul.textsize {
    margin-top: 30px;
}

#nav2 div a {
	background-image: none;
	color: #c33;
	width: auto;
	background-color: white;
        font-size:9px;
        font-family:verdana;
	}

#nav2 div.foldOut {
	left: 140px;
	width: 180px;
       padding: 5px 0 5px 0 !important;
}

* html #nav2 div.foldOut {
position:absolute !important;
display:block !important;
}
#nav2 div.foldOut a {
      padding: 5px 0 0 10px !important;
      margin: 0 0 0 0 !important;
text-align:left;
}

/* *******************************

HEADERS

******************************* */
h1 {
	font-family: impact, arial, verdana, sans-serif;
	line-height:	110%;
    font-size: 270%;
    background-color: transparent !important;
    padding: 1px;
    color: #c33;
    border: 0px solid #000000;
    text-align: left;
}

h2 {
	font-weight: bold;
    font-size: 30pt;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    color: #c33;
	line-height: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px dotted #003;
}

h3 {
    font-size: 120%;
    color: #003399;
    background-image: url(http://orchidsuites.net/orchid/skins/JB01-1/images/navbullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px;
}

h4 {
    font-size: 100%;
    margin: 0;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
	font-size: 130%;
	padding: 5px;
	padding-left: 0px;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}


/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: center;
	width: 130px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border-left: opx solid #55000B;
}

#extra a {
	color: #003;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

span.morelink a {
    color: #c33 !important;
}

div.releases {
	text-align: left
}