/* 
Stylesheet: [DCASP] 
Created: [watersedgegrafixx.com]
Date: 03-01-09
Colors:
	blue: #336699
	burgundy:#990000
	font: #333333
		  #666666
	      #990000
*/

/*1.)RESET
===========================================================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; padding: 0; border: 0;
}

/*2.)GLOBAL
===========================================================*/
body {
	background: #D7D7BD;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #3C3C37;
}
h1,h2,h3,h4 {
	font-family: "Georgia","Times New Roman",Times,serif;
}
ul, ol {
	list-style: none;
}
p{
	font-size: 1.2em;
	padding-bottom: .6em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	width:900px;
	height: 20px;
	margin: 0px auto;
	padding-top: 13px;
	background: #369;
	color: #e5e5cc;
}
#footer .copyright {
	text-align: center;
	font-size: .9em;
}

#footer a {
	color: #e5e5cc;
}


/*3.)STRUCTURE
===========================================================*/

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #fff;
}
#header {
	width: 900px;
	height: 150px;
	margin: 0px auto;
	background: url(../img/head-bg.jpg) repeat-x left top;
}
#header h1 {
	font-size: 2em;
	color: #fff;
	padding-top: 20px;
	background: transparent;
}
#header img {
	height: 150px;
	width: 80px;
	float: left;
	margin-right: 7px;
}
#header h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .5em;
	padding-top: 5px;
	color: #900;
}

/*===>Style for menu starts here<===*/

#menu {
	width: 900px;
	height: 20px;
	margin: 0px auto;
	background: #369;
}
#menu ul {
	margin-left: 40px;
}

#menu li {
	display: inline;
	width: 75px;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	background: #369;
	margin-left: 25px;
	height: 18px;
	width: 75px;
	text-align: center;
	padding-top: 2px;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#menu a:hover {
	color: #369;
	background: #fff;
}

/*4.)PAGES
===========================================================*/

#content {
	width: 850px;
	margin: 0px auto;
}
#content h2 {
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
	color: #369;
	background:#fff;
	font-weight: bold;
}

/*===>Style for left col starts here<===*/
#left {
	float: left;
	width: 575px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}
#left ul.officers {
	margin-top: 10px;

}
#left .officers li {
	line-height: 0.75em;
}
#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-size: 1.2em;
}
#left #friends{
	margin: 15px 0px 0px;
	padding: 0px;
	width: 100%;

}
#friends li {
	display: inline;
	float: left;
	padding-right: 15px;
}

#left .post {
	margin-bottom: 30px;
}
#left .post #contact {
	margin-top: 10px;
}
#left .post #contact li {
	line-height: .5em;
}

/*===>Style for right col starts here<===*/

#right {
	float: right;
	width: 250px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#right h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-top: 7px;
	color: #900;
}
#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
#right li {
	padding-left: 10px;
}
#right a {
	color:#369;
	background:#fff;
	font-size: 0.95em;
	text-decoration: underline;
}
#right a:hover {
	color:#ccc;
	background: #fff;
	text-decoration: none;
}
#right p {
	font-size: 1.1em;
	padding-bottom: 0.3em;

}
#right a.more {
	color: #369;
	background: #fff;
	font-weight: bold;
	font-size: .95em;
}
#right a:hover.more {
	color: #ccc;
	background: #fff;
	text-decoration: none;
}

/*===>Style for flickr badge starts here<===*/

#flickr {
	width:186px;
	padding:2px;
	margin-top: 30px;
	height: 126px;
}
#flickr h2 {
	padding-top: 1px;
	padding-bottom: 3px;
}
#flickr a img {
	float:left;
	margin:0 0px 8px 8px;
	background:#ccc;
	padding:2px;
	width:50px;
	height:50px;
}

/*===>Style for articles starts here<===*/

#content2 {
	width: 850px;
	margin: 0px auto;
	background: #fff;
	padding: 15px 10px 25px;
	position: relative;
}
.picnews {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

#content2 h1 {
	width: 225px;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
	color: #369;
	background: #fff;
	font-weight: bold;
}
#content2 .more a {
	color: #06f;
	text-decoration: underline;
}
#content2 .more a:hover {
	text-decoration: none;
}

#content2 .more {
	width: 800px;
	margin: 10px auto 25px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
#content2 .more h2{
	color:#900;
	font-size: 1.3em;

}
#content2 .more h3 {
	color: #666666;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 10px;
}
#content2 .more .anchor {
	color: #900;
	text-decoration: none;
}

/*5.)UTILITIES
===========================================================*/

.big {
	font-weight: bold;
	font-size: .95em;
}
.big2 {
	font-weight: bold;
	font-size: 0.95em;
	color:#666;
}
#content2 .more .alert {
	font-size: 1.25em;
	color: #CC3300;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	color: #900;
	font-size: .9em;
}
.clear {
	clear:both;
}
.emp {
	font-style: italic;
}
.post p {
	margin-top: 0.5em;
	padding-bottom: .5em;
}
.mail {
	color:#369;
	background: #fff;
	font-size: 0.95em;
	text-decoration: underline;
}

