/*GENREAL LAYOUT STUFF*/

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
	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: #11425C;
	line-height: 160%;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 5px 10px 0 20px;  /* 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. */
	height: 150px;
	border-top:1px #74BDE6 dashed;
	border-bottom:1px #74BDE6 dashed;
	background: url(images/logo.gif) no-repeat 10px center;
} 
#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 */
	text-indent:-3000px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	margin-top: 20px;
	border-top:1px #74BDE6 dashed;
	padding: 20px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*TYOPOGRAPHY STUFF*/
a {
text-decoration: none;
color:#FF3180;
}

h1{
}
h2 {
	font-size: 180%;
	}
h3 {
	font-size: 140%;
	}
p {
	text-align: justify;
	}

/*NAVIGATION STUFF*/

ul#nav {
	list-style-type: none;
	margin: 0;
	float:right;
	font-size: 90%;
	line-height: 120%;	
}

ul#nav li {
	display: inline;
}
ul#nav li a {
	margin: 5px 10px;
	padding: 5px 5px;
	color:#11425C;
}

ul#nav li a:hover {
	color:#74BDE6
}

#home ul#nav li#Home a, #about ul#nav li#About a, #graphic ul#nav li#Graphic a, #web ul#nav li#Web a, #branding ul#nav li#Branding a, #portfolio ul#nav li#Portfolio a, #contact ul#nav li#Contact a{
	color: #FF3180;
	font-weight: bold;
	}
	
/*THOSE BOXES ON THE HOMEPAGE*/
#banner {
	float:left;	
	width:780px;
	border-bottom:1px #74BDE6 dashed;
	padding:10px 0px 20px 0px;
	display: block;
}

.box {
	float:left;
	width:210px;
	margin:0 20px;
	padding: 0;
}

.smaller-box {
	float:left;
	width:180px;
	margin:0 20px;
	padding: 0;
}

.big-box {
	float:left;
	width:440px;
	margin:0 20px;
	padding: 0;
}

.box p, .big-box p {
		text-align: left;
		}
.link {
	text-align: right;
	}
.link a{
	font-family: Georgia, serif;
	}
	
#main_chunk {
	clear:left;
	float:left;
	width: 520px;
	margin: 0 20px 0 10px;
}

.showcase_pic {
	border:1px #b2b2b2 solid;
	padding: 5px;
	background-color: #f2f2f2;
	}

.portfolio_pic {
	border:1px #b2b2b2 solid;
	padding: 5px;
	background-color: #f2f2f2;
	}

#about_box {
	float:right;
	width: 200px;
}
#about_box p{
	text-align: left;
}
#about_box ul{
	margin-left:30px;
	padding: 0px;
	}
#about_box ul li{
	margin-left:0px;
	padding: 0px;
	}
br.portfolio-line {
	margin-bottom: 10px;
	}
	
/*Contact form */
	
form#wpcf{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 480px; 
}

form#wpcf fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form#wpcf fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form#wpcf label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form#wpcf fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form#wpcf input, form#wpcf textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form#wpcf input#submit {
	margin-left:150px; /* set margin-left back to zero on reset button (set above) */
}
form#wpcf input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form#wpcf small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form#wpcf .required{font-weight:bold;} /* uses class instead of div, more efficient */

form#wpcf br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul#twitter_update_list li{
	list-style-type: none;
	}
.link {
	margin-top: 1em;}