/* @override 
	http://www.thishead.com/v1/css/style.css
	http://thishead.com/v1/css/style.css
*/

/* @group Site Structure */

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande','Trebuchet MS', arial, helvetica, sans-serif;
	color: #333;
	background-color: #E1E9E2; 
}

#Frame {
	margin: 0 auto;
	width: 600px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	border: 10px solid #D4D4D4;
	border-width: 0px 10px;
	background-color: #E7E7E7;
}

.content
{
	margin: 0;
	width: 580px;
	float: left;
	color: #414141;
}

.entry
{
	width: 580px;
	display: block;
	padding: 10px;
	background: url(/v1/elements/bg_bottom.png) scroll left bottom repeat-x #FFFFFF;
	border-bottom: 3px solid #d6d6d6;
}

/* @end */

/* @group Top */

#Masthead {
	background: url(/v1/header/rotate.php) no-repeat scroll left top;
	margin: 0px 0 5px;
	padding: 5px;
	height: 65px;
}

#Topnav
{
	margin: 0;
	background-color: #94c994;
	padding: 5px;
	border-bottom: 4px solid #b3ddb3;
}

#nav {
   float: right;
   width: 19%;
   height: 2em;
}

#subnav
{
	margin: 0 0 5px 0;
	padding: 6px 10px 5px 14px;
	background-color: #ffe5ae;
}

#subnav a.nav {
	padding:0 5px 0 3px;
	border-right:2px solid #999999;
}

/* Navigation */

#breadcrumb {
   	float: left;
   	width: 75%;
	color: black;
	font-size: 1em;
	margin-top: 3px;
	font-weight: bold;
}

#breadcrumb a:visited {
	text-decoration: none;
	color: black;
	border-style: none;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: black;
	border-style: none;
}

/* @end */

/* @group Hn */

h2
{
	color: #999;
	display: block;
	font-size: 15px;
}

h2 a, h2 a:visited {
	color: #b1b1b1;
	font-weight: bold;
	font-size: 100%;
}

h2 a:link {
	color: #5a7a59;
	font-weight: bold;
}

.img_title h3{
	margin: 0;
}

/* @end */

/* @group Links */

/* Links */

a { text-decoration: none; }

a:link {
	color: #000000;
	font-weight: bold;
}

a:visited {
	color: #717171;
	font-weight: bold;
}

a:hover {
	color: #6c6c6c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.toggle { text-decoration: none; display:block;}

a:hover.morelink { text-decoration: none; }

/* @end */

/* @group Forms */

textarea{
  width: 99%;
}

input, textarea, select, button
{
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
}

.submit-button
{
margin-left: 2px;
clear: both;
color: #000;
border: 2px #9cf outset;
}

.input-box
{
margin: 10px 0;
width: 30em;
display:inline;
}

.form_title {
	font-weight: bold;
	color: gray;
	border-bottom: solid #dcdcdc 3px;
	display: block;
	font-size: 1.2em;
	margin: 5px 0;
}

.formpart
{
	width: 580px;
	display: block;
	background-color: #F7F7F8;
	margin: 10px 0;
	padding: 4px 0 2px 2px;
	border-bottom: 3px solid #CFCFCF;
	border-color: #e6e6e6;
}

.formpart a
{
	font-weight: bold;
	border-width: 0 0 0px 0;
}


#files_list{
	color: #5F5F5F;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
}

/* @end */
		
.tags {
	color: #b1b1b1;
	text-align: right;
	font-size: 80%;
	padding: 3px;
    border-top: none;
	}

.tags img {
	border: 0;
}

.inlineimage {
	float: left;
	width: 100px;
	color: #9F9F9F;
	font-size: 80%;
	padding: 0 0 5px 0;
	margin: 0;
}

.gallery {
	clear: both;
}

.thumb, .inlineimage img {
	padding: 3px;
	border: 1px solid #CACACA;
	margin: 5px;
}

.inlineimage img{
	margin: 0px;
}

#thumbs div {
  margin:5px;
  width:135px;
  height:110px;
  float:left;
  text-align: center;
}

#thumbs div img.thumb{
  margin:5px auto;
}

.caption {
	text-align: left;
	width: 400px;
	margin-left: 75px;
	margin-bottom: 30px;
	}
			
.footer{
	width: 580px;
	font-size: 9px;
	text-align: right;
	padding: 10px;
    float:left;
    background-color: #e1e1e1;
}

.comments{
	width: 580px;
	padding: 10px;
	background: url(/v1/elements/bg_bottom.png) left bottom repeat-x #F7F7F8;
	border-bottom: 3px solid #ccc;
}
	
.comment{
	background-image: url(/v1/elements/comment.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 5px 5px 5px 20px;
	margin: 10px 0;
}

.comment_date{
	color: #999999;
}

.comment_name{
	font-weight: bold;
}

.small {
	font-size: 75%;
}
	
pre { font-size: 11px; }

em {
	color: #000;
	font-style: italic;
}
	
.clear { clear: both; }



.divider {
	border-bottom: 2px solid #a5cea4;
	border-spacing: 30px 3px;
	margin: 25px 25%;
}

#overlay{ 
    background-image: url(/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}


