/*LatestBash - an open source xhtml/css website layout by Ian Walsh Version: 1.0 (Feb 28, 2007) */

/***** Body and main container *****/

body    { font-family: Verdana, Tahoma, Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; background-color: #fff; background-image: url(img/background.gif); background-repeat: no-repeat; background-position: center top; margin: 0 auto; padding: 0 }

#wrap   { color: #3f3f3f; margin: 60px auto 0; padding: 10px; width: 720px; border: solid 1px #858585 }

/***** Header *****/

#header   { color: #505050; background-color: #ffffff; background-image: url(img/logo.jpg); background-repeat: no-repeat; background-position: left bottom; margin: 0 0 0; padding: 0; height: 185px }

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:15px 0 0;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 5px 15px;
padding:0 0 0 3px;
}
/*Top menu portion with print login etc.*/
#topmenu { background-image: url(img/menubg.gif); background-repeat: no-repeat; background-position: left top; width: 220px; height: 30px; float: left; clear: left; border-top: 2px solid #fff }
/***** Left sidebar *****/
#avmenu      { color: #fff; background-color: #2d759d; background-position: left top; margin-top: 0; margin-right: 0; margin-left: 0; padding: 0; width: 220px; height: 320px; float: left; clear: left; border-top: 2px solid #fff }

#avmenu ul   { background-image: url(img/menu_under.gif); background-repeat: no-repeat; background-position: left top; list-style: none; margin: 0 0 20px; padding: 0; height: 26px }

#avmenu li  { margin-bottom: 0 }

#avmenu li a    { color: #fff; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none; background-color: #2d759d; background-position: left bottom; display: block; padding: 6px 0 0 26px; height: 26px }

#avmenu li a:hover, #avmenu li a.current    { color: #fff; font-size: 12px; font-family: Verdana; font-weight: bold; background: #2d759d url(img/menu_mOver.gif) no-repeat left top; padding-top: 6px; padding-left: 26px }

#avmenu ul ul    { font-size: 0.9em; margin-top: 0; margin-right: 0; margin-bottom: 0; width: 220px }

#avmenu ul ul a   { background-image: url(img/menu_under.gif); background-repeat: no-repeat; background-position: left top; margin: 0; padding: 6px 0 0 26px; height: 26px }

#avmenu h2 {
font-size:1.5em;
font-weight:normal;
}

/***** Right sidebar *****/

#extras {
float:right;
width:130px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#extras p, #extras ul {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#extras a {
font-weight:bold;
}

#extras li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#extras h2 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
;
letter-spacing:-1px;
}

/***** Main content *****/

#content       { color: #303030; font-size: 12px; font-family: Verdana; line-height: 1.5em; background-color: #fff; background-position: 100% 100%; text-align: left; margin: 0 140px 10px 220px; padding: 50px 20px 0; width: 457px; height: 292px }

#contentwide     { color: #303030; font-size: 12px; font-family: Verdana; line-height: 1.5em; background-color: #fff; background-image: url(img/logo2.jpg); background-repeat: no-repeat; background-position: right top; text-align: left; margin: 0 0 10px 220px; padding: 50px 20px 0; width: 457px; height: 292px }

#contentfull      { color: #303030; font-size: 12px; font-family: Verdana; line-height: 1.5em; background-color: #fff; background-image: url(img/logo2.jpg); background-repeat: no-repeat; background-position: right top; text-align: left; margin: 0 10px 10px; padding: 50px 20px 0; width: 457px; height: 292px }

#content h2, #contentwide h2, #contentfull h2   { color: #2d759d; font-size: 1.5em; font-family: Verdana; font-weight: bold; background-color: #fff; letter-spacing: -1px; margin: 8px 0 10px; padding: 0 }

#content h3, #contentwide h3, #contentfull h3   { color: #2d759d; font-size: 1.3em; font-family: Verdana; font-weight: bold; background-color: #fff; margin: 6px 0; padding: 0 }

#content img, #contentwide img, #contentfull img  { color: #303030; background: #cccccc; display: inline; padding: 1px; border: solid 2px #fff }

#content a, #contentwide a, #contentfull a {
font-weight:bold;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/***** Footer *****/

#footer   { color: #808080; background-color: #ffffff; background-image: url(img/footer.gif); background-repeat: no-repeat; background-position: left top; text-align: center; margin-top: 0; margin-right: 0; margin-left: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; width: 720px; height: 20px }

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a {
text-decoration:none;
color:#505050;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}

blockquote   { color: #505050; background-color: #fff; background-position: left bottom; margin: 16px; padding: 7px 7px 7px 11px; border: solid 1px #2d759d }

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}

/***** Table styles *****/

table  { margin-top: 0; margin-right: 0; margin-left: 0; padding: 0; width: 450px; border: solid 1px #d8d8d8 }

caption  { font-size: 1.5em; font-weight: normal; text-align: left; margin: 0; padding: 2px 0 }

th   { color: #f5f5f5; background-color: #2d759d; background-attachment: scroll; background-position: left bottom; text-align: left; padding: 7px }

td   { color: #303030; font-size: 0.9em; background-color: #f4f4f4; background-position: left bottom; text-align: left; padding: 7px }

/***** Form styles *****/

.button   { color: #505050; font-weight: bold; background-color: #f4f4f4; background-position: left bottom; margin-top: 0; margin-right: 0; margin-left: 0; padding: 2px; width: 100px }

input, textarea   { font-size: 1em; font-family: Verdana, Tahoma, Arial, sans-serif; margin: 0; padding: 1px; border: solid 1px #cccccc }

label {
margin:2px;
}

input  { width: 100px }

textarea   { width: 100px }

/***** Search box *****/

#searchbox  { margin: 6px 0 10px 10px; padding: 0 }

#searchform  { color: #505050; font-size: 10px; background: #f5f5f5; padding: 2px 4px; position: absolute; top: 35px; width: 130px; border: solid 1px #cccccc }

#searchbox label {
display:none;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.announce   { color: #505050; line-height: 1.3em; background-color: #f4f4f4; background-position: left bottom; padding: 5px; width: 120px }

.announce a {
font-weight:bold;
}

.announce p {
font-size:0.9em;
}

.announce h2 {
margin:0 0 10px 0;
padding:0;
}

#avmenu .announce {
width:125px;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}