@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS *********/

html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
* {margin:0;padding:0}
body {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px; }
a img,table {border:0}
dl,ol,ul {list-style:none}
button,select,textarea,input {font:100% serif}
table {border-collapse:collapse}
caption,th,td {text-align:left}
h1,h2,h3,h4,h5,h6 { color: #993300; font-family:Times New Roman; font-weight: lighter; }

h1,h2,h3,h4,h5,h6,p { margin:0 0 .5em 0;}
h1{font-size:28px;}h2{font-size:18px;}
#footer {margin-top:10px; text-align: right; }
/* colors */
#header h2 a { color:#fff; }
a { color:#4fa600; text-decoration:none; }
a:hover { text-decoration:underline; }

/********* LAYOUT *********/

body { margin:0; background-color:#c0baa6; }
	#wrap { width:610px; margin:10px auto; }
		#page { padding:10px 25px 25px; background-color:#fff;}
			#content { 	width:600px; }
				.secondary { width:170px; margin-bottom:1px; }
				#extras { float:right; }
				#main { width:500px; float:left; padding-bottom:15px; }

/*box*/
.secondary .box { background:#eaf2db url(secondary_borders.gif) no-repeat -170px 100%; _height:1px; padding-bottom:10px; }
	.boxTitle,
	.secondary h4 { background:#9ea391 url(secondary_header.gif) no-repeat; margin:0; padding:5px 10px; color:#fff; }
		.secondary h4 a {color:#fff;}
	.secondary .box .inner { background:transparent url(secondary_borders.gif) no-repeat; padding:10px 10px 0 10px; }

/********* WIDGETS *********/

/*top*/
#header { position:relative; }
	#header .siteHeader { margin:0; padding:25px; }
	#header .siteLogo { float:right; padding:20px 30px; }

/*secondary*/
.secondary .uc { margin-bottom:15px; }

/*menu*/

.logo { width: 94px; float: left; }
#menu { float: left; font-size: 8px; text-transform: uppercase; }

.topMenu { position:absolute; bottom:25px; left:110px; }
	.topMenu li { float:left; list-style-position: inside; margin-right: 10px; list-style-image: url('/Images/li.gif'); }
	.topMenu a,
	.topMenu a:visited { color:#000; display:inline; margin-left: -5px; }
	.topMenu a:hover { color: #a00; text-decoration: none; }

	.topMenu li:hover,
	.topMenu .current,
	.topMenu .trail
	{
		list-style-image: url('/Images/li_selected.gif');
	}
	.topMenu .current a,
	.topMenu .trail a { color: #a00; }

.subMenu { position:absolute; bottom:5px; left:110px; }
	.subMenu li { float:left; list-style-position: inside; list-style-type: disc; }
	.subMenu a,
	.subMenu a:visited { color:#000; padding:0px 10px 0px 0px; }
	.subMenu a:hover { color: #a00; text-decoration: none; }

	.subMenu li:hover,
	.subMenu .current
	{
		color: #a00;
	}

	.subMenu .current a,
	.subMenu .trail a { color: #a00; }

/* lists */
.list { padding-bottom:6px; background-position:50% 100%; }
	.list .item { padding:5px; }
    .list a { display:block; font-weight:bold; }
	.list .a0 { background: #f4f8ed url(list_dark.gif) no-repeat 50% -1px; }
	.list,
	.list .a1 { background: #fff url(list_light.gif) no-repeat 50% -1px; }

/* path */
.path { margin-bottom:10px; }
.path .current { color:#333; }
.path a.current:hover { cursor:default; text-decoration:none; }

/* sitemap */
#main ul { list-style:circle; margin-left:20px; }

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/** date **/
.date { font-size:small; color:#666; display:block; }

/* columns */
.columns .left { float:left; width:270px; }
.columns .right { float:right; width:270px; }

/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}

/* news */
.intro {font-size:1.1em;font-style:italic;}

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
