@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS *********/

* {margin:0;padding:0}
body {font-family:verdana;font-size:.9em;}
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,p {margin:.35em 0;}
h1, h2{	font-family: verdana;	font-weight: bold;	font-size: medium;	color: #2a3577;}

/* colors */
a { color:#3E5A78; text-decoration:none; }
a:hover { text-decoration:underline; }
/*#page a:visited { color:#785E32; } */


#footer {margin-top:10px;color:#ffffff;text-align: center;}
	#footer .n2{color:#ccc;float:right;font-size:.8em;}

/********* LAYOUT *********/

body { margin:0; }
	#wrap { width:990px; margin:0 auto; }
		#header { height:125px; position:relative; }
			#header .siteLogo { vertical-align:top; }
			#header .siteHeader a { color:#5f9cd8; font-style:italic; font-weight:normal;}
		#page { padding:15px; }
			#content { margin-left:180px; }
				.secondary { width:170px; float:left; margin-bottom:1px; }
				#main { width:600px; float:left;  }
					#extras { float:right; }
				
		#footer { padding:5px; background:#a5a3a3  }


/*secondary*/
.secondary .uc { margin-bottom:15px; }


/*box*/
.secondary .box { background:#cbd2e8 url(secondary_borders.gif) no-repeat -170px 100%; _height:1px; padding-bottom:10px; font-size:12px; }
	.boxTitle,
	.secondary h4 { background:#2a3577 url(secondary_header.gif) no-repeat; margin:0; padding:5px 10px; color:#ffffff; }
	.secondary h4 a {color:#fff;}
	.secondary .box .inner { background:transparent url(secondary_borders.gif) no-repeat; padding:10px 10px 0 10px; }
	
	
	
/*top*/
#header .top { padding-top:10px; padding-left:10px; }
	#header .top img { vertical-align:text-bottom; }
	#header .top h2 { display:inline; }

/*menu*/
.topMenu { position:absolute; bottom:0px; width:990px; background:#a5a3a3;}
	.topMenu li { float:left;  padding-left:10px; _width:100px; }
	.topMenu a { display:block; padding:4px 4px 4px 4px; color:#ffffff;  height:14px; }
	.topMenu li.current, 
	.topMenu li.current a,
	.topMenu li.trail, 
	.topMenu li.trail a {  }
	.topMenu .current a,
	.topMenu .trail a { font-weight:bold; }

.languageMenu { position:absolute; bottom:5px; right:20px; }
	.languageMenu a { opacity:.4;}
	.languageMenu .current { cursor:default; opacity:1;}
	.languageMenu a:hover { opacity:1;}

.subMenu a { display:block; padding:2px 0; _height:1px; color:#333; }
ul.subMenu ul { margin:0 0 5px 15px; }
.subMenu .trail > a,
.subMenu .current > a,
.menu .trail > a,
.menu .current > a { color:#ffffff; }
.subMenu .current > a,
.menu .current > a { font-weight:bold; }

/* lists */
.list .a0 { background: #f4f8ed; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }

/*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:#333; display:block; }

/*columns*/
.columns .left { float:left; width:245px; }
.columns .right { float:right; width:245px; }

/* 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;}

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}

