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

body  {
	font: 78% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #6fb2b1 url(images/swirlbkgrnd.gif) repeat left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5E3E29;
	height: 100%;
}
p { 
	font-size: 0.9em; 
	line-height: 1.3em;  
	color: #5E3E29;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 0;
	padding: 0;
}
h2 { 
	font-size: 1.3em; 
	margin-bottom: 0;
}
h3 { 
	font-size: 1.2em;
	margin-bottom: 0;
}
h4 { 
	font-size: 1.1em; 
	margin-bottom: 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #6fb2b1;
	margin-top: 10px;
	margin-bottom: 0;
}
h6 { 
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 0;
}
a:link { 
	text-decoration: none; 
	color : #6fb2b1; 
	border: 0px;
}
a:active { 
	text-decoration: underline; 
	color : #6fb2b1; 
	border: 0px;
}
a:visited { 
	text-decoration: none; 
	color : #3e9998; 
	border: 0px;
}
a:hover	{ 
	text-decoration: underline; 
	color : #6fb2b1; 
	border: 0px;
} 
a:focus { 
	outline: none;
}

input, textarea, select { 
	border: 1px solid #5E3E29; 
	background: #ffffff; 
	color: #5e3e29; 
	font-size: 1em; 
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif; 
}
.button {
	cursor:pointer;
}

#container { 
	position: relative;  /*adding position: relative allows you to position the two sidebars relative to this container */
	width: 880px; 
	height: 631px;
	padding: 10px 10px 10px 94px;
	background:url(images/paisleycntnr2.gif) top left no-repeat;
	background-position:84px 0;
	margin: -960px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/************************************ Header ************************************/

#header { 
	float: left;
	height: 127px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 155px;
	background: none; 
	padding: 15px 7px 0 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top: 1px dashed #735340;
	border-left: 1px dashed #735340;
	border-bottom: 1px dashed #735340;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/************************************ Navigation ************************************/

.menutabs {
	height: 38px;
	width:465px;
	border-left: 1px dashed #735340;
	margin-left:170px;
	display:block;
} 
.menutabs ul{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	letter-spacing: 1px;
	list-style-type: none;
	display:inline;
}
.menutabs  ul li{
	display: inline;
	margin: 0;
}
.menutabs ul li a{
	height:20px;
	float: left;
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 9px 18px; /*padding inside each tab*/
	border-top: 1px dashed #735340;
	border-right: 1px dashed #735340; /*right divider between tabs*/
	border-bottom: 1px dashed #735340;
	color: #735340;
	background: #ffffff; /*background of tabs (default state)*/
}
.menutabs ul li a.active, .menutabs ul li a.active:hover {
	background: none; 
}
.menutabs ul li a:hover, .menutabs ul li a.current {
	background: none; 
}

/************************************ Sidebars ************************************/

#sidebar1 {
	position: absolute;
	top: 154px;
	left: 94px;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 275px;
	border-bottom: 1px dashed #735340;
	border-left: 1px dashed #735340;
	padding: 0;
}
#sidebar1 #frame {
	background: url(images/quotebox.png) no-repeat center;
}
#quote {
	padding: 52px 26px 0 28px;
	margin: 0;
	width: 119px; 
	height: 225px;
}
.quotable {
	font-size: 1em;
	line-height: 1.5em;
	color: #E05700;
}
#sidebar2 {
	position: absolute;
	top: 10px;
	right: 94px;
	height: 578px;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-top: 1px dashed #735340;
	border-right: 1px dashed #735340;
	border-bottom: 1px dashed #735340;
}
#emptybox {
	position: absolute;
	top: 430px;
	left: 94px;
	width: 170px;
	height: 120px;
	border-bottom: 1px dashed #735340;
	border-left: 1px dashed #735340;
	padding: 0;
}
#namebox {
	position: absolute;
	top: 551px;
	left: 94px;
	width: 160px;
	height: 38px;
	padding-left: 10px;
	border-bottom: 1px dashed #735340;
	border-left: 1px dashed #735340;
}

/************************************ Main Content ************************************/

#mainContent { 
	height:500px;
	width:463px;
	margin: 2px 0 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px dashed #735340;
	border-bottom: 1px dashed #735340;
	border-left: 1px dashed #735340;
}

/************************************ Slideshow ************************************/

#slideshow {
	height: 480px;
	width:445px;
	padding: 10px; 
	background: url(images/greenframe.png) no-repeat center;
}
.pics img {  
    width:  292px; 
    height: 362px; 
	margin: 59px 0 0 75px;
}

/************************************ Bottom Navigation ************************************/

#viewbuttons {
	height: 36px;
	width:323px;
	padding-top: 2px;
	padding-left: 140px;
	border-right: 1px dashed #735340;
	border-bottom: 1px dashed #735340;
	border-left: 1px dashed #735340;
	margin-left:170px;
}

/************************************ About Page ************************************/

#about {
	margin: 0;
	padding: 20px;
}
#about img {
	float: right;
	border: 0;
	margin: 0;
}
#abouttext {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 400px;
	float: left;
}
.aboutstats {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	color: #6fb2b1;
}
.aboutstats ul { 
	font-size: 0.9em; 
	line-height: 1.3em; 
	margin: 0 0 0 1em; 
	padding: 0; 
}
.aboutstats li { 
	font-weight: normal;
}
.aboutstats #about img {
	float: left;
	border: 0;
}
.aboutstats #resume img {
	float: left;
	border: 0;
	margin: 0 10px 0 0;
}
.subhead {
	padding: 10px 25px 0 20px;
}
.column {
	height: 380px;
	width: 180px;
	margin: 0; 
	padding: 25px; 
	float: left;
}
.column img {
	border: 1px solid #735340;
}

/************************************ Contact Page ************************************/

.contact {
	width: 140px;
	margin: 0; 
	padding: 20px 0 0 20px; 
	float: left;
}
#map {
	margin: 0; 
	padding: 10px 0 0 40px; 
	float: left;
}
.contactbold {
	font-size: 1.2em;
	font-weight: bold;
}
.contactform {
		padding: 25px 0 0 20px;
		height: 320px;
		width:400px;
}
.sentcolumn {
	height: 380px;
	width: 300px;
	margin: 0; 
	padding-left:100px; 
}

/************************************ Portfolio Pages ************************************/

#thumbnails {
	height:492px;
	width:431px;
	padding-left:32px;
}
#thumbnails img {
	margin: 16px 24px 0 0;
	border: 1px solid #735340;
	width: 115px;
	height: 143px;
	float:left;
}
.more img {
	margin-left: 50px;
}
.back img {
	margin: 5px 0 0 50px;
}
.portmenu { 
	padding: 15px 0 0 20px;
	margin: 0;
}
.portmenu img {
	border: 0;
	width: 135px;
	height: 46px;
	float: left;
}
#websites {
	padding: 8px 0 0 32px;
}
#webbox {
	width:117px;
	height:400px;
	margin:24px 24px 16px 0;
	float:left;
}
#webbox img {
	border: 1px solid #735340;
	width: 115px;
	height: 143px;
}

/************************************ Blog Page ************************************/

#blogthumbnails {
	height:500px;
	width:463px;
	padding: 10px 10px 0 32px;
}
#blogthumbnails img {
	margin: 0 24px 16px 0;
	border: 1px solid #735340;
	width: 115px;
	height: 143px;
	float:left;
}

/************************************ Footer ************************************/

#footer { 
	margin-top: 10px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#byline {
	margin:-50px 0 0 242px;
}

/************************************ Paisley ************************************/

#paisley {
	/*position: absolute;
	top: -40px;
	left: 675px;*/
	width: 984px;
	height: 1000px;
	background:url(images/paisleyrepeat.png) right top repeat-y;
	margin:0 auto;
}

/************************************ Social Media Tab ************************************/

#tab {
	width: 162px;
	height: 41px;
	margin: 0 35px 0 40px;
	padding: 0 10px 10px 10px;
	background-color: #735340;
}
#webicons {
	height: 30px;
	padding: 10px 0 0 10px;
	border-right: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
	border-left: 1px dashed #ffffff;
}
#webicons img {
	width: 20px;
	height: 20px;
	border: none;
	margin-right: 10px;
	float: left;
}

/************************************ Floats ************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
 