@charset "UTF-8";
/* CSS Document */

/*-------------------------BODY--------------------------------*/

body	{
	min-width: 760px; /*older versions of firefox */
	background-color: #fee7dc;
	text-align: center; /* slight hack for IE */
	color: #444444;
	font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	
}


/*-------------------------WRAPPER--------------------------------*/

#wrapper	{
	background-color: #fee7dc;
	background-image: url(images/lotus.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	width: 760px;
	margin:	0 auto;
	text-align: left;
}


/*-------------------------HEADER--------------------------------*/

#header	{
	padding-left: 375px;
	height: 130px;
}
	
#header h1	{
	font-size: 24px;
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding-left: 60px;
}
	
#header h2	{
	font-size: 11px;
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding-left: 75px;
	line-height: 2em;
	font-weight: 500;
}

#header p	{
	font-size: 12px;
	font-style: italic;
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	margin: 0;
	padding-left: 45px;
	padding-bottom: 15px;
}

#header img	{
	padding-right: 10px;
}

/*-------------------------TOP NAVBAR--------------------------------*/

#nav	{
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	border-bottom: 1px dotted #ad040b;
	height: 15px;
	vertical-align: middle;
	margin-top: 40px;
}

#nav ul a.active {
	color: #333;
	font-weight: bold;
}

#nav ul	{
	list-style-type:none;
}

#nav li	{
	display:inline;
}

/*-------------------------RESUME NAVBAR--------------------------------*/

#resnav	{
	width: 180px;
	float: left;
	text-align: left;
	line-height: 2em;
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	height: 1250px;
	border-left: 1px dotted #ad040b;
	margin-top: 30px;
}

#resnav	ul	{
	display: block;
}

#resnav li	{
	list-style-type: disc;
}

a	{
	width: auto;
	text-decoration: none;
	color: ad040b;
	font-weight: bold;
	padding: 5px;
}

a img	{
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #ad040b;
	background: transparent;
	}

a:hover, a:active {
	text-decoration: none;
	color: #790307;
	background: transparent;
	}

/*-------------------------CONTENT--------------------------------*/

#content	{
	float: left;
	width: 540px;
	margin-left: 10px;
	padding-right: 15px;
}

/*-------------------------CONTENT INDEX--------------------------------*/

.contenthome	{
	float: left;
	width: 300px;
	margin-left: 25px;
	font-size: 12px;
	margin-bottom: 20px;
	padding-top: 35px;
}

.homephoto	{
	float: right;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 30px;
}

/*-------------------------CONTENT JOURNAL--------------------------------*/

#content h2	{
	padding-top: 15px;
}

.top	{
	font-size: 0.9em;
	text-align: right;
}

/*-------------------------CONTENT RESUME--------------------------------*/

#content_res	{
	float: left;
	width: 740px;
	margin-left: 10px;
	padding-right: 15px;
}

#edu	{
	font-size: 11px;
	line-height: 2em;
}

#exp	{
	font-size: 11px;
	line-height: 2em;
}

#qual1 {
	text-align: left;
	width: 200px;
	float: left;
	vertical-align: top;
	line-height: 1.5em;
}

#qual2 {
	text-align: left;
	width: 250px;
	float: left;
	vertical-align: top;
	line-height: 1.5em;
}

#qual3 {
	text-align: left;
	width: 250px;
	float: left;
	vertical-align: top;
	line-height: 1.5em;
}

/*-------------------------CONTENT CONTACT--------------------------------*/

.contact_para	{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 475px;
}

#contact_side	{
	text-align: left;
	line-height: 2em;
	border-left: 1px dotted #ad040b;
	padding-left: 15px;
	margin-left: 550px;
	margin-top: 25px;
}

#contact_side span	{
	font-weight: bold;
}

/*-------------------------CONTENT PHOTO--------------------------------*/

#content_photo	{
	width: 760px;
	margin-left: 25px;
}

.gallerycontainer{
	position: relative;
	vertical-align: middle;
	width: 740px;
	height: 360px;
	padding-top: 10px;
	background-color: #fee7dc;
	background-image:url(media/words.jpg);
	background-repeat: no-repeat;
	background-position: 400px 80px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fee7dc;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	padding-top: 15px;
	line-height: 1.5em;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 330px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align: center;
}

#words	{
	font-family: "Futura Lt BT", "Helvetica Light", Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-left: 500px;
	padding-top: 35px;
	width: 500px;
	float: inherit;
}

/*-------------------------SIDEBAR JOURNAL--------------------------------*/
#sidebar	{
	width: 180px;
	float: right;
	text-align: center;
	padding-top: 25px;
}

#sidebar thead tr	{
	background-color: #fbc1ab;
}

#sidebar td	{
	border: 1px #fbc1ab;
	font-size: .8em;

}

.days	{
	background-color: #fbc1ab;
}
	
.prevmon	{
	color: #fbc8b4;
}
	
.nextmon	{
	color: #fbc8b4;
}
	
#jan	{
	text-align: center;
	font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

#feb	{
	text-align: center;
	font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}

#mar	{
	text-align: center;
	font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}

/*-------------------------FOOTER--------------------------------*/

#footer	{
	clear: both;
	text-align: center;
	font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
	font-size: xx-small;
	padding-top: 7px;
	width: 760px;
}

.contact	{
	font-size: 10px;
	border-bottom: 1px dotted #ad040b;
	padding-bottom: 3px;
}
