/*
 Design by JumboTonic (www.jumbotonic.com)
 Olive Green: #8CA021 
 Electric Orange: #F26521
 Dark Olive: #536114
*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background-color: white;
background-image: url(images/GrungeBackgroundWhite.jpg);
padding: 0px;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: left;
}

img 
{
    border-style: none;
}


/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6
{
    font-family: "georgia", "times new roman", serif;
    font-size: 100%;
    font-weight: normal;
    color:#536114;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
.ControlPanel 
{
    padding: 10px;
}
a:link.LoginSkinItem, a:link.UserSkinItem {
    color: #8CA021;
    text-decoration: none;
}
a:hover.LoginSkinItem, a:hover.UserSkinItem {
    text-decoration: underline;
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    margin: 0;
    background-color: #fff;
}
#adminmenu  li 
{
    list-style: none;
}
/*** end DNN styles overrides ***/

a:link, a:visited
{
color: #F26521;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a:active
{
color: #8CA021;
text-decoration: underline;
}

h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

.contentarea
{
padding-top: 1.3em;
}

img
{
/*border: solid 1px #6F5230;*/
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.Normal .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.Normal ul
{
margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
clear: both;
margin: 0;
}

.Normal ul.controls li
{
display: inline;
font-size: 0.8em;
}

.Normal ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box
{
position: relative;
background: #FDFCF6 url('images/boxbg.gif') repeat-x;
left: -1.5em;
top: -1.5em;
padding: 1.5em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
}

.Normal ul.linklist
{
list-style: none;
margin: 0;
}

.Normal ul.linklist li
{
line-height: 1.5em;
list-style: none;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
margin-top: 2em;
margin-bottom: 3em;
padding: 1em 0em 1em 0em;
width: 88%;
left: 6%;
}

#outer a:link, #outer a:visited
{
color: #F26521;
text-decoration: underline;
}

#outer a:hover
{
text-decoration: none;
}

#outer a:active
{
color: #F26521;
text-decoration: underline;
}

#header
{
position: relative;
width: 100%;
background-color: White;
}

#JumboTonicLogo 
{
    margin-left: 5%;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#search
{
position: absolute;
top: 2.5em;
right: 2.0em;
padding-right: 0.0em;
}

.SkinItemSearch
{
    background: #8CA021 url('images/ButtonBkg.gif') repeat-x;
    border: solid 1px #8CA021;
    font-weight: bold;
    padding: 0.35em 0.4em;
    font-size: 0.8em;
    color: #8CA021;
    vertical-align: middle;
}
a.SkinItemSearch
{
    color: #fff;
    text-decoration: none;
}
a:hover.SkinItemSearch
{
    text-decoration: underline;
}
#dnn_dnnSEARCH_txtSearch
{
/*margin-right: 0.5em;*/
vertical-align: middle;
border: solid 1px #8CA021;
padding: 0.15em;
width: 11.0em;
font-family: "georgia", "times new roman", serif;
}

#menu
{
position: relative;
background-color: #8CA021;
height: 2.5em;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 99%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#clearer 
{
    clear: both;
}

#footer
{

position: relative;
background-color: White;
color: #536114;
height: 4em;
clear: both;
border-top: solid 1px #8CA021;
padding-top: 2em;
padding-bottom: 1em;
}

#footer .left
{
position: absolute;
left: 2.0em;
}

#footer .right
{
position: absolute;
right: 2.0em;
}

#footer a:link, #footer a:visited
{
color: #8CA021;
text-decoration: underline;
}

#footer a:hover
{
text-decoration: none;
}

#footer a:active
{
color: #8CA021;
text-decoration: underline;
}

/*form field set layouts*/
.fieldset 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
	border: solid 1px #536114;
	padding: .5em;
	margin-bottom: 1em;
}

.fieldset legend
{
	color: #F26521;
	font-weight: bold;
	margin-left: 1em;
	font-size: 1.1em;
}

.fieldset label 
{
	text-align: right;
	width: 20%;
	float: left;
	margin: .5em;
	font-size: 1em;
	color: #536114;
}

.fieldset input
{
	margin: .5em;
	border: solid 1px #536114;
}

.fieldset textarea {
	margin:3px;
	width: 50%;
	height: 10em;
	border: solid 1px #536114;
}

.fieldset .button {
	margin: .5em;
	height: 1.5em;
	width: 4em;
	border: solid 1px #536114;
	color: #536114;
}

.fieldset .textfield {
	margin: .5em;
	height: 1.5em;
	width: 50%;
	border: solid 1px #536114;
	color: #536114;
	padding: .25em;
}

.fieldset .textarea {
	margin:10px 3px 10px 3px;
	height:100px;
	width:200px;
	border-color: #536114;
	border-style: solid;
	color: #536114;
	background-color: #E6E6E6;
	padding: 2px;
}

.leftalign {
	margin: 0px 5px 5px 0px;
	float: left;
}

.rightalign {
	margin: 0px 0px 5px 5px;
	float: right;
}
