/* Original CSS from http://dunderbug.com
*/



/* @group Global */



* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 15px;
	color: #222;
}



/*h1, h2, h3 {letter-spacing: .1em; }*/
h1 { font-size: 21px; margin-bottom: 10px; margin-top: 10px;  }
h2 { font-size: 18px; margin-bottom: 10px; }
h3 { font-size: 14px; margin-bottom: 3px; margin-top: 10px; }
h4 {padding-top: 5px;}

p { margin-bottom: 5px; }

ul { list-style: none; margin-right:5px;}

ul li { padding-bottom: 3px; }

td  { padding-right: 15px;}

/*links */

img a { border: none;}

a { color: #669933; text-decoration: none;}

a:hover { color: #99cc33; text-decoration: none;}

.nav a { color: #669933;}
.nav a:hover { color: #ff6600; }
/*.nav a:visited {color: black;}*/

/*a:visited { color: #669933; text-decoration: none;}*/


/* classes */

.floatLeft { float: left; }
.floatRight { float:  right; }

.holder { 
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

.bird {background: url(images/site/bird.jpg) 645px 0 no-repeat; }

.inSide { margin-top: 10px; }
.lined {border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-bottom: 5px; padding-bottom: 5px;}

.title { color: #669933; border-bottom: 1px solid #ccc; padding-bottom: 8px;} 
.divider { 
	margin-top: 5px;
	margin-bottom: 15px; 
	border-top: 1px dotted #ccc;
	font-size: 10px;
	text-align: right;
	}

/* list with a cross */

#mainBar ul li:before { content: "+"; color: #669933; font-weight: bold; padding-right: 3px;} 

#mainBar a { font-weight:  bold;}

img { border: none;}

#base { border:  1px solid black;}
/* @end */



/* @group structure */

#wrap {
	margin: 0 auto;
}

#sideBar {
	width: 200px;
	padding-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 13px;
}

#mainBar{
	width: 600px;
	
	margin-bottom: 10px;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	text-align: right;
}

#small {
	width: 290px;
	margin-right: 10px;
}


/* @end */


/* @group forms */

.texta {

color: #333;
background: #e8e8e8;
border: 1px solid #ccc;
padding: 3px;

}

.buttons { 
background: #ccc;
color: #000;
padding: 3px;
font-weight: bold;
font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
height: 20px;
}

form {
	padding-bottom: 5px;
}



/* @end */

/* @group tumblr blog */

blockquote {
	font-style: italic;
	 padding: 0px 30px 0px 30px;
}
.tumblr_title { 
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 7px;
	
	}
	
.tumblr_title a {
	
}
	
.tumblr_post {
	list-style: none;
}

.tumblr_text_post {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.tumblr_body {
	list-style: none;
	
}

.tumblr_post {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.tumblr_photo_post, .tumblr_photo {
	padding-bottom: 5px;
}

.tumblr_caption {
	
	font-size: 11px;
}



/* @end */









