/* COLORS
light blue: #70a284;
maGENTA: #477493;
medium grey/blue:  #5b8193;
grey: #98a9b4;
new grey: #758894;
dark grey: #71818b;
darker grey: #56646d;
*/

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

New Easy-Clearing for IE
/* IE6 */
* html .group { height: 1%; }

/*IE7 */
.group { min-height: 1px; }



body {
	font-family: georgia,serif;
	font-size: small;
	background-image: url(../images/palmtree.gif);
	background-repeat: no-repeat;
}


p {
	color: #56646d;
}

h1 {
	color: black;
	font-size: 160%;
	letter-spacing: 1.2px;
	border-bottom: 1px dotted #71818b;
	padding-bottom: 8px;
	margin-bottom: 35px;
}

h2 {
	font-size: 112%;
	text-transform: uppercase;
	color: #477493;
	font-weight: normal;
}
	

a:link, a:visited {
	text-decoration: none;
	color: #70a284;	
	font-weight: bold;
}


a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #6ea283;
	color: #6ea283;	
}

#allcontent {
	width: 1000px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #71818b;
	background-color: white;
}



/* ///////////////////////////  MAIN ///////////////////////////// */


#main {
	width: 780px;
	padding: 0px;
	margin: 0px;
	border-left: 1px dotted #71818b;
	float: right;
	font-size: 90%;
	line-height: 1.5em;
}

p.indent {
	margin-left: 10.5em;
}

#main p {
	margin-top: 0px;
}

/* ///////////////////////////  THUMBNAILS  ///////////////////////////// */

#thumbnails {
	height: 104px;
	padding: 7px 0 3px 6px;
}

#thumbnails a {
	margin: 2.5px;
	color: white;
}

#thumbnails a:hover  {
	border-bottom: none;
	background-color: #70A284;
}


/* ///////////////////////////  PORTFOLIO NAVIGATION  ///////////////////////////// */


#previous a {background-image: url(../images/previous.png); text-align: right;}
#previous a:hover {background-image: url(../images/previous-hover.png);}
#next a {background-image: url(../images/next.png); text-align: left;}
#next a:hover {background-image: url(../images/next-hover.png);}
	
#next, #previous {
	float: left;	
}
#next a, #previous a {
	text-transform: uppercase;
	font: bold .7em Verdana,sans-serif;
	color: white;
	letter-spacing: 1.5px;	
	border: 1px dotted #71818b;
	border-right: none;
	border-left: none;
	display: block;
	padding: 13px 10px 15px 10px;
	width: 141px;
}

#next a:hover, #previous a:hover {
	text-decoration: none;
}

#navigation-description p {
	padding: 0px;
	margin: 0px;
}

#description {
	background-color: #F1F0F0;
	padding: 11px 0px 10px 0px;
	text-align: center;
	float: left;	
	display: inline;
	border: 1px dotted #71818b;	
	width: 456px;
}

.title {
	font-size: 120%;
	color: black;
}

.client {
	font: bold .7em Verdana,sans-serif;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color:  #71818b;
	padding-left: 8px;
}

/* ///////////////////////////  INFO PAGES STUFF  ///////////////////////////// */


#topimage-about, #topimage-contact, #topimage-newsletter, #topimage-resume {
	height: 114px;
	border-bottom: 1px dotted #71818b;	
	background-repeat: no-repeat;
	background-position: center center;
}

#topimage-about {background-image: url(../images/me.jpg);}
#topimage-contact {background-image: url(../images/derby.jpg);}
#topimage-newsletter {background-image: url(../images/spaghetti.jpg);}
#topimage-resume {background-image: url(../images/birdsmarina.jpg);}


#pagetitle {
	padding: 10px 0px 9px 0px;
	text-align: center;
	background-color: #F1F0F0;
	border-bottom: 1px dotted #71818b;	
	height: 20px;
	width: 780px;
}

#pagetitle h1 {
	font-size: 120%;
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
	}


#image {
	text-align: center;
	padding: 15px;
	clear: left;
}

#main_content {
padding: 30px 20px 10px 20px;
font-size: 110%;
}


#info-content {
padding: 50px;
font-size: 110%;
}


img#me {
	float: right;
	padding: 0px 0px 150px 25px;
}

ul {
	color: #56646d;
	list-style: url(../images/bullet.gif) inside;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

img.construction {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}


/* ///////////////////////////  RESUME  ///////////////////////////// */

#resume {
	margin: 0px;
	line-height: 1.5em;
}

.resume_company {
	font-size: 108%;
	color: #70a284;
}

.resume_city {
	font-size: 95%;
	font-style: italic;
	color: #70a284;
	font-weight: lighter;
}

.resume_dates {
	font-size: 95%;
	font-style: italic;
	font-weight: lighter;
	text-transform: capitalize;
	color: #477493;	
}

#resume h2 {margin-top:-15px;}
#resume ul {margin-bottom: 30px;}

/* ///////////////////////////  SIDEBAR /////////////////////////////  */

#sidebar {
	padding: 0px;
	margin: 0px 780px 0px 0px;
}

#logo {
	border-bottom: 1px dotted #71818b;
	text-align: right;
	padding: 17px 20px 4px 5px;
	font-size: 85%;
	line-height: 1.5em;
	height: 93px;
}

#logo img {
	text-decoration: none;
	color: white;
}	

#logo a:hover {
	border-bottom: none;
}

/* ///////////////////////////  SIDEBAR NAVIGATION /////////////////////////////  */

#nav #mc_embed_signup  {
	text-align: right;
	padding: 10px;
	margin: 0px;
	border-top: 1px dotted #71818b;
	background: #efefef;
}

#nav .mc-field-group  {
	margin: 0px 0px 10px 0px;
}

#nav input#mc-embedded-subscribe {
	width: 45px;
	margin: 0px;
}

#nav input#mce-EMAIL {
	width: 120px;
	margin: 10px 0px 0px 0px;
	float: left;
}

#nav #submitbutton {
	margin: 10px 0px 0px 0px;
}

#nav label {
	color: #555555;	
	text-align: right;
	float: none;
	margin: 0px;
}

#nav ul {
	text-align: right;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	display: block;
	width: 180px;
	padding: 12px 20px;
	color: black;	
	font-size: 100%;
	font-weight: normal;
}

#nav2 li a {
	color: #555555;	
}

#nav3 li a {
	color: #7b7b7b;	
}

#nav a:hover {
	text-decoration: none;
	color: #6ea283;	
	border-bottom: none;
}

#nav1 {
	border-bottom: 1px dotted #71818b;
	margin: 0px;
	clear: left;
	padding-bottom: 5px;
	background-image: url(../images/art.png);
	background-repeat: no-repeat;
	background-position: 28px 10px;
	}
	
#nav2 {
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 28px 10px;
	}

#nav3 {
	border-top: 1px dotted #71818b;
	background-image: url(../images/etc.png);
	background-repeat: no-repeat;
	background-position: 28px 10px;
	}



/* ///////////////////////////  CONTACT  /////////////////////////////  */



#contact-area input#checkbox  {
	width: 30px;
	margin: 0px 0px 0px 10.5em;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: geneva, corbel, verdana, arial, sans-serif;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #70a284;
}

#contact-area textarea {
	height: 90px;
	margin-left: 10.5em;
	margin-bottom: 0px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #477493;
}

#contact-area input.submit-button, input#mc-embedded-subscribe {
	width: 100px;
	margin-left: 10.5em;
}


label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	padding-top: 5px;
}

fieldset {border: none;}


/* ///////////////////////////  FOOTER  /////////////////////////////  */


#footer {
	text-align: center;
	font-size: 80%;
	line-height: 1.5em;
	clear: right;
	border-top: 1px dotted #71818b;
}

p#footertext {
	color: white;
}




