/* @group Main */

html
{
	/* Text */
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	/* Background */
	background-color: white;
}
.inner-body
{
	padding: 0 0 72px 0;
	
	font-size: 15px;
	
	position: absolute;
	left: 12%;
	
	width: 75%;
	
	margin: 0 0 60px 0;
}

/* @end */

/* @group Navigation */

h1
{
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	
	font-size: 44px;
	font-weight: normal;
	
	text-align: center;
	
	display: block;
	background: url(border.png) repeat-x 0 bottom;
}

hr
{
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #e8e8e8;
}

/* @end */



/* @group Titles */


h2
{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	
	color: #000;
}

div#header 
{
	width: 487px;
	height: 474px;
	
	position: relative;
	left: 50%;
	margin-left: -243px;
}

/* @end */

/* @group Comments */

.small-label
{
	font-size: 90%;
	margin-bottom: -10px;
	color: lightgray;
}
.comments
{
}
.comment p:first-child
{
	margin-top: 0;
}
.comment
{
	padding: 12px;
}
.comment.left
{
	
}
.comment.right
{
	background: #f3f3f3;
}

.comments textarea
{
	border-color: #dfdfdf;
	border-style: solid;
	width: 100%;
}
input[type='submit']
{
	float: right;
	border: none;
	
	font-size: 13px;
	
	width: 62px;
	
	background-color: rgba(0, 0, 0, 0.05);
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	color: black;
	text-decoration: none;
		
	padding: 4px;
	
	text-shadow: rgba(255,255,255,0.35) 0 1px 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: -12px -18px 0 0;
}
input[type='submit']:hover, input[type='submit']:active
{
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	color: white;
}
input[type='submit']:hover
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.35);
}
input[type='submit']:active
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.65);
}


form label
{
	font-size: 95%;
	color: #6b6b6b;
	font-weight: bold;
}
textarea
{
	border-color: #dfdfdf;
	border-style: solid;
	width: 100%;
	
	font-family: "Menlo", mono;
	font-size: 12px;
	
	padding: 8px;
}

/* @end */


/* @group Normal Anchors */

a
{	
	color: #0048ae;	
	text-decoration: none;
}
a:hover, a:active
{
	color: #0048ae;	
	text-decoration: underline;
}
a:hover
{
	color: #0048ae;		
}
a:active
{
	color: #002665;		
}

/* @end */


/* @group Stealth Anchors */

a.stealth
{	
	color: black;	
	text-decoration: none;
}
a.stealth:hover, a.stealth:active
{
	color: #0048ae;	
	text-decoration: underline;
}
a.stealth:hover
{
	color: #0048ae;		
}
a.stealth:active
{
	color: #002665;		
}

/* @end */


/* @group Boxed Anchors */

a.boxed
{
	font-size: 13px;
	
	background-color: rgba(0, 0, 0, 0.05);
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	color: black;
	text-decoration: none;
		
	padding: 4px;
	
	text-shadow: rgba(255,255,255,0.35) 0 1px 0;
}
a.boxed:hover, a.boxed:active
{
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;

	color: white;

	
}

a.boxed:hover
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.35);
}
a.boxed:active
{
	text-decoration: none;
	color: white;
	
	background-color: rgba(0, 0, 0, 0.65);
}

/* @end */

/* @group Theme Previews */

.theme_preview
{
	overflow:auto;
	font-size: 12px;
	font-family: "Menlo", mono;
}
.theme_preview pre
{
	padding-left: 20px;
	padding-right: 20px;
}
.nopreview
{
	text-align: center;
	font-size: 22px;
	font-style: italic;
	color: #e8e8e8;
	padding: 7px 0px 7px 0px;
}

/* @end */


/* @group Navigation */

.menu
{
	font-size: 14px;
	z-index: 2;
	color: #999898;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu *
{
    color: #999898;
    text-decoration: none;
    
    margin: 0;
    padding: 0;
    
    position: relative;
    top: 12px;
    left: 12px;
}
.menu a
{
   	color: #878787;
    text-decoration: none;
    
    margin-right: 4px;
}
.menu a.nomargin
{
    margin-right: 0px !important;
}
.menu span.divider
{
    margin-left: 2px;
    margin-right: 6px;
}

.menu a:hover, .menu a.current
{
    color: #303030;
    text-decoration: none;
}
.menu a:active
{
    color: black;
    text-decoration: none;
}

/* @end */
