/* CMS Lounge stylesheet */
/*******************************/ 

/* GENERAL LAYOUT STYLES */

#wrapper {	
	position:relative;
	width: 785px;
	margin:0 auto;
	text-align:left;
	background-color:#B59A79;
}

#header{
	width:785px;
	height:305px;
	background: #3F372C url('images/top-bg.jpg') no-repeat left bottom;
}

#logo {
   position:absolute;
   left:0;
   top:0;
   width:193px;
   height:38px;
   background: #3F372C url('images/logo.gif') no-repeat left bottom;
}

#mainmenu {
	position:absolute;
	right:0;
	top:12px;
	width:470px;
	height:20px;
	background-color:#3F372C;
}

#content {
	float:left;
	width:426px;
}

#content-padding {
	padding:20px 0px 30px 30px;
}

#right {
	float:right;
	width:280px;
	margin-left:55px;
	padding-top:28px;
}

#clear {
	clear:both;
}

#footer {
	width:785px;
	background: #B59A79 url('images/bottom-bg.gif') no-repeat left bottom;
	border-top:2px solid #BBA284;
	margin:0 auto;
	text-align:left;
}

p {margin-bottom:1em;}

/* GENERAL PURPOSE STYLES */

body {
	text-align:center;
	margin:0px;
	background-color:#3F372C;
	margin-bottom:30px;
	margin-top:30px;
}

body,td,th, tr, p, div {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height: 18px;
}

a, a:link, 
a:active, 
a:visited {
	color:#fff;;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, 
a.active {
	text-decoration: none;
	color:#ddd;
}

h1 {   /* site title, slogan, rarely used */
	font-family: Tahoma, Lucida Sans, Verdana, sans-serif;
	color: #F6F6F6;
	font-weight: bold;
	font-size: 13px;
	padding-bottom:0px; 
	margin-bottom:2px;	}

h2 {   /* h2 is style for page titles */
	font-family: Helvetica, Arial, sans-serif;
	color: #F6F6F6;
	font-weight: normal;
	letter-spacing:-0.03em;
	font-size: 22px;
	padding-bottom:0px; 
	margin-bottom:12px;
}  

h1.title {   /* style for page titles */
	font-family: Helvetica, Arial, sans-serif;
	color: #F6F6F6;
	font-weight: bold;
	font-size: 22px;
	padding-bottom:2px; 
	margin-bottom:2px; 
} 


h2.title {
	padding-left:0px;
}


h2.title {
	padding-left: 5px;
}    

#content li {
	list-style-image: url(images/arrow.png);
}

blockquote {
	margin:10px;
}


/* DRUPAL ELEMENTS STYLES */

.links {
  margin: 0em 0em 2em 0;
  padding-top:6px;
  text-align: right;
 }

.comment .content, 
.block .content, 
.menu {
  font-size: 0.9em;
}

.block {
  padding-bottom: 1em;
}

.block .title, 
.block h2,
h3 { /* styles titles for blocks except main content */
	font-family: Helvetica, Arial, sans-serif;
	color: #F9F9F9;
	font-weight: normal;
	font-size: 15px;
}


/* NAVIGATION MENU */

ul, 
ul li {
	list-style-type:none;
	list-style-image:none;
	padding-left:0px;
	margin-left:0px;
}

ul li {
	font-size:12px;
	padding-left:15px;
}

#mainmenu ul li {
	float:right;
	padding:0;
	padding-right:10px;
	margin:0;
	list-style-type:none;
	list-style-image:none;
}

#mainmenu ul li a, 
#mainmenu ul li a:link, 
#mainmenu ul li a:visited {
	font-family:Verdana, Arial;
	color:#CCC;
	text-decoration:none;
	font-weight:normal;
	text-transform:lowercase;
	font-size:10px;
	padding-left:18px;
	background:url('images/bullet.gif') no-repeat;
}

#mainmenu ul li a:hover, 
#mainmenu ul li a.active {
	color:#FFF;
}	

#right .block-user h2 {
	display:none 
}

#right ul.menu li {
	padding:0;
	margin:0;
}

#right ul.menu li a, 
#right ul.menu li a:link, 
#right ul.menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;	
	color:#fff;
	padding-top:7px;
	height:15px;
	padding-bottom:6px;
	padding-left:6px;
	width:230px;
	display:block;
	background:url('images/border-bg.gif') repeat-x left bottom;
}

#right ul.menu li ul li a {
	text-indent:16px;
}

#right ul.menu li a:hover {
	color:#000;
}

#right .menu li,
#right .menu ul {
	list-style-type:none;
	list-style-image:none;
}

/* primary menu - at the top of this site */

.primary a, 
.primary a:link, 
.primary a:visited {
	color:#666;
	padding-left:10px;
	padding-right:10px;
}


.primary a:hover, 
.primary a.active {}

/* calendar styles */

.calendar td, 
.calendar th, 
.calendar tbody {
	border:1px solid gray;
	font-size:11px;
}

.calendar table {
	width:160px;
	margin:3px;
}


/* block styles */


#right .block, 
#left .block {
	padding-left:10px;
}

#footer .block {
	padding-left:30px;
	padding-top:5px;
}

#mainmenu .block h2 {
	visibility: collapse;
	display: none; 
}

/* login window list item styles */

.item-list ul li {
	list-style-type:none;
}


/* form styles */

#user-login-form {
width:170px;
text-align:left;
}

input.form-text, 
select {
	border:1px solid #333;
	background:white;
	padding:2px;
	font-size:11px;
}

#content input.form-text {
	width:250px;
}

input.form-text:hover {
	background:#F9F9F9;
}

#user-login-form {
	width:170px;
	text-align:left;
}

#user-login-form ul {
	padding-top:8px;
}

#user-login-form ul li {
	margin-left:0;
}


/* UNUSED STYLES */

#header .title {}
#header .title a {}
#header .title a:hover {}
#header .site-slogan {}
.node .title {}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {}
.node .title a:hover {}

#content table, 
#content table td {
	background-color:#B59A79 !important;
}

#content .left, 
#content .right {
	margin:0;
}

.block-region {
color:black;
}