/*
Theme Name: Fancy Brand Name
Theme URI: http://fancybrandname.com/
Description: 
Version: 1.5
Author: Michael Krotscheck
Tags:
*/

/* IE6/7/8 - Must be first */  
@font-face
{
	font-family: marcusia;
	src: url( 'MARCUSI0.eot' );  
}  
 
/* FFx3.5/Safari/Op10 - Next */  
@font-face
{
	font-family: marcusia;
	src: url( 'marcusia.ttf' ) format("truetype");  
}

*
{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
body
{
	text-align: center;
	background-color: #EEEECC;
	font-family: 'Times New Roman', Times, serif;
	background-image:url('splash.png');
	background-image:url('background-main.png');
	background-repeat: repeat-x;
	background-color: #9c3f00;
}
img
{
	border: none;
}
div#page
{
	margin-top: 43px;
	width: 890px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url('flourish.png');
	background-repeat: no-repeat;
	background-position: 436px -1px;
}
div#content
{
	background-image:url(background-content.png);
	width: 406px;
	min-height: 610px;
	z-index: 10;
	text-align: left;
	padding: 70px 15px 10px 15px;
}
div#content_large
{
	background-image:url(background-content.png);
	width: 606px;
	z-index: 10;
	text-align: left;
	padding: 70px 15px 10px 15px;
}

div#sidebar
{
	float:right;
	text-align:left;
	width:434px;	
}
div#sidebar_small
{
	float:right;
	text-align:left;
	width:234px;	
}
div#masthead
{
	position: absolute;
	top: -30px;
	left: 0px;
	text-align: center;
	width: 436px;
	z-index: 20;
}
div#footer
{
	width: 406px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#footer p
{
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-family: marcusia, "Times New Roman", Times, serif;
	font-size: 54px;
	font-weight:normal;
}
h2
{
	font-family: marcusia, "Times New Roman", Times, serif;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3
{
	font-family: marcusia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4
{
	font-family: marcusia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h5
{
	font-family: marcusia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p
{
	font-size: 14px;
	margin-bottom: 1em;
}
p.byline
{
	font-size: 10px;
	color: #999999;
}
span.times
{
	font-family: 'Times New Roman', Times, serif;
}

div.widget
{
	margin-bottom:30px;
	text-align:left;
}
div.widget_content
{
	font-size:10px;
	padding:10px;
	text-align:left;
	
	background-image:url(background-content.png);
	border:2px solid #F7931E;
	position:relative;
}
div.widget_content p
{
	font-size:12px;
}
div.widget_content ul
{
	list-style: none;
}
div.widget_content li
{
	color: #666666;
	text-align: left;
	padding: 10px;
	font-size: 10px;
}
a
{
	color: #FFFF00;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

h1#header a
{
	text-decoration: none;
	color: #FFFFFF;
}

p#aktt_tweet_posted_msg
{
	display: none;
}

/* Project sidebar styles */

div.widget
{
	position: relative;
	padding-top: 25px;
}
div.widget h2
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
	margin-bottom: 0px;
}
div.widget h3
{
	margin-bottom: 0px;
}
div#project_box
{
	background-image:url(background-content.png);
	border:2px solid #F7931E;
	height:209px;
	overflow:hidden;
	position:relative;
	z-index:10;
}

div#projects
{
	margin-top: 14px;
}

div#projects p.navigation
{
	
	font-family: marcusia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	font-weight: normal;
}
div#projects p.navigation a
{
	cursor: pointer;
	color: #FFFFFF;
}
div.project
{
	padding: 15px;
	height:179px;
	width:404px;
}
div.project p
{
	font-size: 12px;
}
div.project p.permalink
{
	font-family: marcusia, Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #FFFF00;
	font-size: 16px;
}
div.project p.permalink a
{
	text-decoration: none;
	color: #FFFF00;
}
div.project p.permalink a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
	
a.project_image
{
	display:block;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	overflow:hidden;
}
a.project_image img
{
	
}
div#projects p.navigation a:hover
{
	color: #FFFF00;
}

/* form styles */
input
{
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	color: #000000;
	border: none;
	font-family: 'Times New Roman', Times, serif;
}

textarea
{
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	color: #000000;
	border: none;
	font-family: 'Times New Roman', Times, serif;
}
form.wpcf7-form
{
	padding-left: 50px;
	padding-right: 50px;
}


