/* Theme Name: Time-More v1.0
Theme URL: http://time-more.com/
Description:
Version: 1.0
Author: Maxwell C. Shay
Author URL: http://Time-More.com/
©2008 Maxwell C. Shay */

#head_shadow{
	background: url('main_top.png') no-repeat top;
	width: 828px;
	height: 60px;
	margin: 0px auto 0px auto;
}

h2{
	font-size: 24px;
	line-height: 20px;
}

#stuff{
	width: 828px;
	margin: 0px auto 0px; auto;
}

#wrapper{
	width: 828px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

body{
	background: #474747;
	font-family: Times, Georgia, Arial;
}

#title a{
	text-decoration: none;
	color: #000;
	margin-left: 0px
}



#title{
	width: 800px;
	background: url('main_back.png') repeat-y top;
	position: relative;
	padding: 0 14px 0 14px;
	margin-top: 0px;
}

#menu_bar{
	position: relative;
	width: 800px;
	height: 49px;
}

#menu_bar a{
	font-size: 12px;
	text-align: center !important;
	color: #fbfbfb;
	text-decoration: underline;
	display: block;
}

#menu_bar a:hover{
	text-decoration: none;
}

#menu_bar li{
	list-style: none;
}

#home_menu{
	position: absolute;
	width: 102px;
	height: 49px;
}

#bio_menu{
	position: absolute;
	z-index: 3;
	margin-left: 102px;
	width: 68px;
	height: 49px;
}

#portfolio_menu{
	position: absolute;
	margin-left: 170px;
	width: 138px;
	height: 49px;
}

#resume_menu{
	position: absolute;
	margin-left: 308px;
	width: 128px;
	height: 49px;
}

#contact_menu{
	position: absolute;
	z-index: 1;
	margin-left: 436px;
	width: 128px;
	height: 49px;
}

#line_menu{
	position: absolute;
	z-index: 1;
	margin-left: 564px;
	width: 264px;
	height: 49px;
}

.hidden{
	display: none;
}

#menu_bar h4{
	width: 100px;
	line-height:15px
	font-size: 15px;
	font-family: Georgia;
	color: #fff;
	display: inline;
}

#menu_bar p{
	font-size: 12px;
	line-height: 2px;
	font-family: Georgia;
	color: #fff;
	text-align: left;
	padding-left: 8px;
}

#content_header{
	width: 828px;
	height: 29px;
	background: url('main_top_2.png') no-repeat;
}

#content_outer{
	width: 828px;
	text-align: center;
	background: url('main_back.png') repeat-y;
}

#content{
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#content a{
	color: #462110;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content h2{
	font-size: 18px;
	border-bottom: 1px dotted #462110;
}

#content h3{
	font-size: 16px;
	border-bottom: 1px solid #462110;
}

#content p{
	font-size: 14px;
	text-indent: 0px;
}

#content ul{
	font-size: 14px;
	list-style-type: square;
}

#content_footer{
	width: 828px;
	height: 60px;
	background: url('main_bottom.png') no-repeat;
}

#footer{
	clear: both;
	position: relative;
	padding: 10px 0 10px 0;
	width: 750px;
	margin: 50px auto 0 auto;
	border-top: 1px solid #462110;
	text-align: center;	
}

.fmtext{
	width: 200px;
}

textarea{
	width: 450px;
}

.fieldwrap{
	text-indent: 0px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #cecece;
	text-align: center;
	background-color: #cecece;
	padding-top: 4px;
	padding-right: 7px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption i{
	text-align: right !important;
	font-size: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.alignleft, div.alignleft {
float:left !important;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right !important;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
float: none !important;
margin:0 auto;
}

img.size-full, div.size-full{
	max-width: 900px !important;
}
