/* @override http://www.secretagentmartens.com/style.css */



body {
	background-color: white;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
* {margin:0; padding:0;}

body#art a#artnav,
body#music a#musicnav,
body#film a#filmnav,
body#contact a#contactnav,
body#links a#linksnav,
body#news a#newsnav
 {
	color: #e5df00;
	font-weight: bold;
}

div#header a{
	text-decoration: none;
}
div#header h1 {
	color: green;
	margin: 9px 20px 5px 9px;
	font-size: 1.9em;
	text-align: left;
	visibility: visible;
}



/* @group listmenu */


div#listmenu {
	width:100%;	 
	height: 26px;
	font-size: 1em;		background-color: white;
	font-weight: bold;
	float: left;
	border-top: 1px solid green;
	border-bottom: 1px dotted #679958;
}

div#listmenu ul {
	margin-top: 3px;
	margin-left: 1em;
}

div#listmenu li {
	list-style-type: none;
	float: left;
	margin-right: 1em;
	margin-bottom: 2px;
}

div#listmenu li a{
	color: #00c200;
	text-decoration: none;
	font-size: 1em;
}
div#listmenu a:hover {color: #e5df00;
}
div#listmenu a:active {color:#116381;}





/* @end */

/* @group sidebar */

div#sidebar {
	width: 120px;
	float: left;
}
div#sidebar ul#main {
	margin-top: 30px;
	margin-left: 9px;
	text-decoration: none;
}

ul#main li{
	text-decoration: none;

}

div#sidebar li {
	list-style-type: none;
	color: #00c200;
	font-size: 12px;
	margin-top: 15px;
}

div#sidebar li a{
	color: green;
	text-decoration: none;
}

div#sidebar li a strong{
	color: #80C1DF;
}

div#sidebar li a:hover{
	color: #e5df00;
}
div#sidebar li a:active{color:#116381;
	
}
div#sidebar ul#main li ul li {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
}



/* @end */

div#wrap{
	clear: left;
	width: 100%;
	border-bottom: 1px dotted #bbffd3;
}

div#humanbronto {
	overflow: hidden;
	text-decoration: none;
	margin-left: 120px;
}

div#flashy {
	overflow: hidden;
}

div#flashcontent {
	width: 703px;
	text-align: center;
	background-color: #FFF;
	left: 50px;
	overflow: hidden;
	position: relative;
}

div#flashbox {
	width: 703px;
	background-color: #FFF;
	left: 50px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	height: auto;
}

/* @group flashtext */

div#flashtext {
	color: green;
	font-size: .8em;
	width: 800px;
	background: url(images/tinyart-blank.jpg) no-repeat fixed 120px 79px;
	margin: 30px 30px 15px;
}

.paragraph{
	margin-top: 0;
	margin-bottom: 25px;
}

#flashtext .cv p{
	font-size: 12px;
}

#flashtext p{
	width: 600px;
	text-align: justify;
	padding-bottom: 10px;
	color: #009d00;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#flashtext p strong{
	font-size: 25px;
}

div#flashtext a{
	color: #00c200;
	margin: 6px;
	text-decoration: underline;
}

div#flashtext a:hover {
	text-decoration: underline;
	color: #e5df00;
}

div#flashtext a:active {
	text-decoration: underline;
	color: #116381;
}

div#flashtext img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

div#flashtext li{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
}

div#flashtext h3{
	margin-bottom: 5px;
	font-size: 35px;
}

div#flashtext h5{
	font-size: 17px;
}

/* @end */
div#foot {
	color: #6d6b6c;
	clear: left;
	margin: 10px;
	text-align: center;
	position: relative;
	font-size: .7em;
}

.news{padding-top: 25px;
	margin-left: 140px;
	color: #008000;
	margin-right: 100px;	
}

.news h2{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.news a{
	color: #00c200;
}

.news a:hover{
	color: #e5df00;
}

.post{margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #6eff94;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post h4{
	color: #63eb28;
	font-size: 11px;
}

.storycontent{
	padding-top: 10px;
	font-size: 12px;
	text-align: justify;
}

.storycontent p{
	margin: .8em;
	margin-left: 0;
}

.storycontent img{
	background-color: #d5d5d5;
	border: 1px solid #a0a0a0;
	margin: 5px 0;
	padding: 8px;

}