/* =clear everything
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}




/* =tag redefs
--------------------------------------------------------------------*/

body {
	background: #ddd url(/i/bg.gif) repeat-y;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
  }


p, ul, hr {
 	margin: 0 0 1.4em 0;
 }

ul {
	padding-left: 2em;
}

hr {
 	border-top: 1px solid #ccc;
 	clear: both;
 	margin-bottom: 1em;
 }


 /* =header
--------------------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #069;
	margin-bottom: .5em;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: normal;
	line-height: 120%;
}


h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 3px;
}

/* =links
--------------------------------------------------------------------*/

a {
  color: #069;
  text-decoration: none;
  font-weight: bold;
  }

a:visited {
	color: #036;
}

a:hover, a:active {
  color: #999; 
  text-decoration: underline;
  }

a:active {
  color: #ccc; 
  }

/* =basic layout params
--------------------------------------------------------------------*/


#wrap {
	background: #fff;
	width: 740px;
	margin-left: 20px;
	float: left;
}

#head {
	background: #fff;
	width: 100%;
}


#logo {
	margin-left: 20px;
}


#con, #sidebar {
	float: left;
	display: inline;
}

#con {
	width:410px;
	margin: 20px;
}

#sidebar {
	width: 264px;
	margin: 20px;
	margin-left: 0;
	background: #fff;
/* 	font-size: .9em; */
	line-height: 140%;
	color: #555;
}

#main {
	width: 740px;
}

.footer {
	font-size: .9em;
	clear: both;
	border-top: 1px solid #e6e6e6;
	margin: 1em 20px;
}

/* =head
--------------------------------------------------------------------*/
.phonenum {
	position: absolute;
/* 	float: right; */
	top: 80px;
	left: 0px;
 	text-align: right; 
/*  	padding: 40px 0 30px 0;  */
 	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	width: 760px;
	color: #006699;
}


/* =navigation
--------------------------------------------------------------------*/

#nav {
	padding: 0;
	margin: 0;
	background: #666;	
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 4px solid #bbb;
}

#nav li {
	display: inline;
	float: left;
	margin: 0 4px;
}
#nav a {
	display: block;
	float: left;
	color: #eee;
	padding: 3px 6px;
	border-bottom: 4px solid #bbb;
	margin-bottom: -4px;
	font-weight: normal;
}

#nav a:hover, #nav a.current {
	text-decoration: none;
	border-bottom: 4px solid #069;
	color: #fff;
}



#nav a#home {
	margin-left: 20px;
}





/* =text,whatever
--------------------------------------------------------------------*/
.intro {
	font-size: 1.2em;
	color: #666;
}


a.button {
	background: #ccc url(/i/popup.gif) right 50% no-repeat;
	padding: 4px 26px 4px 4px;
	border: 1px solid #069;
	text-transform: uppercase;
	color: #069;
	font-size: 10px;
}
a.button:hover {
	background-color: #eee;
	text-decoration: none;
}

.smaller {
	font-size: .9em;
}


/* =sidebar
--------------------------------------------------------------------*/
#sidebar ul a:visited {
	color: #8ab;
}

#sidebar ul a.current {
	color: #036;
	text-decoration: underline;
}

.padder {
	padding: 10px;
}

#sidebar .padder {
	padding: 10px 10px;
	border: 1px solid #999;
	border-bottom: 10px solid #069;
	background: #fff;
}

#sidebar img {
	border: 1px solid #069;
}
#sidebar h4 {
	margin-bottom: 2px;
	margin-top: 5px;
}


/* =main content
--------------------------------------------------------------------*/
.quote {
	margin: 20px;
	padding: 6px 24px;
	background: url(/i/ldquo.gif) 0 0 no-repeat;
	color: #666;
}
.attrib {
	text-align: right;
	font-style: italic;
	margin-right: 10px;
}


.project {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
/*	border-top: 1px solid #eee;
 	float: left; */
}

.project img {
	float: left;
	border: 1px solid #069;
	margin: 0 10px 10px 0;
}

.single img {
	float: none;
}

.listing strong {
	color: #069;
}


.headshot {
	float: right;
	margin-right: -220px;
	border: 1px solid #069;
	padding: 2px;
}

.col {
	float: left;
	margin-right: 10px;
	display: inline;
}

.half {
	width: 195px;
}

.col p {
	font-size: .9em;
	line-height: 140%;
}

.col a img {
	border: 1px solid #069;
}


/* =forms
--------------------------------------------------------------------*/

label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 1em;	
}

input, textarea, select {
	float: left;
	clear: right;
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 3px;
	display: block;
	font: 10px/100% verdana, arial, helvetica, sans-serif;
	width: 200px;
	margin-bottom: .5em;
}

select {
	width: auto;
}

textarea {
	float: none;
	width: 380px;
}

form hr {
	clear: both;
	width: 100%;
	visibility: hidden;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: .1em;
}

input:focus, textarea:focus, select:focus {
	background: #ffe;
}

.but, .loose {
	width: auto;
	text-align: left;
}

.check {
	border: 0;
}

.but {
	border-color: #ccc #777 #777 #ccc;
	border-width: 2px;
	background: #ddd;
}



