/*  
Name: dam image trends template
Author: dann manahan
Date: 5/2/2007
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #E9FFC9 url(gradientgreen.jpg) repeat-x;
 font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #333;
 padding:8px;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #efefef;
 font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
 font-size: 1.3em;
 font-weight:bold;
 padding: 3px;
 color: #333;
 border: 1px solid #333;}
	
button {
 background: #efefef;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
 font-size: 0.8em;
 padding: 2px;
 color: #333;
 border: 1px solid #333;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.limegreen { color: #7ABA1D;}
.description { font-size:70%; font-weight:normal;}
.small { font-size: x-small;}
.large { font-size: 150%;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { margin:0 auto; width: 720px; padding:12px; background-color:#ffffff; border:#ececec solid 1px;}



/***Header***/

 
#logo { float: left; margin-top:30px; height:90px; width:355px; background-image:url(dam-it-small-green.png); background-repeat:no-repeat;}

#logo h1 { 
 margin-top: 0px;
 margin-left: 130px;
 margin-bottom:0px;
 margin-right:0px;
 font-size: 1.6em;
 letter-spacing: -2px;
 padding:0px;
 }
 
#logo span{
	margin:0px;
}

#logo a:link h1{color:#999;
}

#logo a:visited h1{color:#999;
}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist { float: left; width: 145px; margin-top: 30px; margin-left: 5px; padding:0;}

 
#navlist ul {
 list-style: none;
}

#navlist li{
display:block;
}

#navlist ul li a{
 display: block;
 height: 25px;
 width: 100px; 
 padding: 9px;
 margin: 5px;
 margin-left:0;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #000000;
 background: #efefef;
 border-right: 4px solid #7ABA1D;}
 
#navlist li .active {
 color: #999;
 background: #efefef;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 551px; margin-top: 30px; margin-left: 2px; padding: 8px; border-left: #568214 dotted 1px; }

div .post-body div{font-size:10px;}
div .post-body img{ padding:4px; border: #eeeeee solid 1px;}
p.post-footer{padding:4px; background:#D4FF93;}
h2.date-header{letter-spacing:-2px;}


#content a { color:#7ABA1D; font-weight: bold;}

#content a:hover { 
 color: #000; 
 background: #f4f4f4; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px;}

 
#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h3:hover { color: #000;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #000;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	  background-color: #f4f4f4;
	  font-size: 1.2em;}

#content blockquote p{ color: #999; text-align: center; width: 510px; font-size: 1.4em; letter-spacing:-2px; font-style:normal; font-weight:bold; clear:both;}

#center{
	text-align:center;
}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	
#youtube { width:425px; margin:0 auto;}

/***mootools***/
.toggler {

	color: #222;

	margin: 0;

	padding: 2px 5px;

	background: #eee;

	border-bottom: 1px solid #ddd;

	border-right: 1px solid #ddd;

	border-top: 1px solid #f5f5f5;

	border-left: 1px solid #f5f5f5;

	font-size: 1em;
	
	letter-spacing:-1px;
	
	cursor:pointer;

}



div .element {

	background:#f6ffe8;

}

div #accordion {

	border:1px solid #eee;
}


.element p {

	margin: 0;

	padding: 8px;

}



.float-right {

	padding:10px 20px;

	float:right;

}



blockquote {

	text-style:italic;

	padding:5px 0 5px 30px;

}