/*
Theme Name: the-base


------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	background-image: url(imgs/bgpage.jpg);
	background-position: center;
}
div, p, img, a, td, ul, ol {
    font-size: 1em;
}

b {
	color: #DEB67A;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #efeeee;
	text-decoration: underline;
	background-color: transparent;

	}
a:visited {
	color: #efeeee;
	text-decoration: underline;
	background-color: transparent;
	}
a:hover {
	color: #00CCFF;
	}
a.more {
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 5px;
	background-color: #9D9A95;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family:  "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 5px;
	margin: 10px;
	color: #FFFFFF;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: #ffffff;
	background-repeat: repeat-y;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family:  "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/imgs/dotbig.gif);
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efeeee;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #ffffff;
	}
h3 a:hover {
	color: #CC9900;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	}
	h5 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0x;
	display: inline;
	}
	h6 a:link, h6 a:visited {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top:0px;
	}
	h6 a:hover {
	color: #CC9900;
	}
h1 span, h2 span, h3 span {
	color: #ED0608;
	}

p { padding: 0 0 1em; }

a, a:link {
    color: #CCCCCC;
}
a:visited { color: #CCCCCC; }
a:hover { color: #FFFFFF; text-decoration: none;}
a:active { color: #FFFFFF; text-decoration: none;}


a img, img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ED0608;
	border-right-color: #ED0608;
	border-bottom-color: #ED0608;
	border-left-color: #ED0608;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

p.indent {
padding-left: 0px;
display: inline;
} 
.imgleft {
float: left;
} 

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
	width: 776px;
	height: 300px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
  background-image: url(imgs/logo.jpg);
	background-position: right top;
}
#maincontent {
	float: right;
	text-align: left;
	width: 750px;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-right: 20px;
	color: #FFFFFF;
}

#content {
	float: right;
	text-align: left;
	width: 400px;
	padding: 0;
	line-height: 1.5em;
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-right: 20px;
	color: #FFFFFF;
}

#content h3 {
	color: #ffffff;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Header
------------------------------------------------------------------------- */

#header {
	float: left;
	height: 35px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header2 {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
#header2 h1 {
	margin: 0;
	color: #efeeee;
	text-shadow: #81A75B 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-style: normal;
	font-size: 1.5em;
	/*height: 83px;*/
}
#header h1 {
	margin: 0;
	color: #efeeee;
	text-shadow: #81A75B 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-style: normal;
	font-size: 1.5em;
	height: 83px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #FFFFFF;
}
#header h1 a:hover {
    color: #efeeee;
    text-shadow: #fff 0 0 4px;
}

/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
	font-size: 85%;
	float: left;
	width: 300px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	border-left-style: none;background-color: #000000;
	/*
	background-image: url(imgs/bgpage.gif);
	background-repeat: repeat;*/
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
	margin-left: -5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 15px;
}

#sidebar h3 {
	color: #00FF00;
	font-size: 140%;
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#sidebar h3 a:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 140%;

	}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 120%;
	text-decoration: none;
	border-bottom: none;
	color: #efeeee;
	font-weight: bold;
	}

#sidebar h4 {
	color: #FFFFFF;
	font-size: 120%;
	border: none;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	}
	#sidebar h4 a:hover {
	color: #efeeee;
	font-size: 120%;

	}
	#sidebar h4 a:link  {
	color: #FFFFFF;
	font-size: 120%;
	padding-left: 5px;

	}
	#sidebar h4 a:visited {
	color: #FFFFFF;
	font-size: 100%;


	}
#sidebar img {
	vertical-align: top;
	padding: 0px;
	}
#sidebar .chunk {
float: left;
margin-top: 20px;
}	
	
	#register {
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	}

/* Footer
------------------------------------------------------------------------- */
#footer {
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
	border-top: thin solid #ffffff;
	margin-top: 0px;
}
#footer p {
margin-top: 0px;
padding-top: 0px;
color: #a9a9a9;
}
#footer a {
margin-top: 0px;
padding-top: 0px;
font-weight: bold;
}
/*---others---*/

fieldset {
    border: none;
}

legend {
	display: none;
}

/* images
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
#simplecontactform                {margin:0 0 2em 0; text-align:right}
#simplecontactform *              {font:inherit}
#simplecontactform div              {margin:0.5em 0}
#simplecontactform fieldset       {border:1px solid #657; padding:0.5em 1em; margin:2em 10px; color:#657}
#simplecontactform legend         {font-weight:bold; padding:0 0.5em}
#simplecontactform p              {margin-bottom:0.8em}
#simplecontactform label          {font-weight:bold}
#simplecontactform input.text     {background:#FFF0D0; border:2px inset #ccc; width:220px; margin-left:1em; background:#dde; padding:2px 3px 2px 5px; vertical-align:middle}
#simplecontactform input.shorttext     {background:#FFF0D0; border:2px inset #ccc; width:40px; margin-left:1em; background:#dde; padding:2px 3px 2px 5px; vertical-align:middle}
#simplecontactform input.radio    {border:2px solid #fff; margin-left:1.5em; vertical-align:middle}
#simplecontactform textarea       {background:#FFF0D0; border:2px inset #ccc; width:220px; margin-left:1em; background:#fff; font-size:100%; padding:2px 3px 2px 5px; vertical-align:middle}
#simplecontactform input.button   {border:2px outset; #ccc; color:#324; background:#bbd; vertical-align:bottom; height:2em; width:120px}

/* please note: that bg & txt colour of the help link should be associated with the bg & txt color of the help div */
#simplecontactform div.help     {background:#f0f0f0; padding:5px; color:#060; text-align:left}
#simplecontactform div.help h4  {font-size:small; margin:0 0 0.5em 0}
#simplecontactform div.help p   {margin:0}

#simplecontactform span.help    {font-size:small; background:#f0f0f0; padding:2px}
#simplecontactform span.help  a {color:#060}
