@charset "UTF-8";

/* Basic styles here are from Dreamweaver CS3, they do a surprisingly good job. Almost all have been modified somewhat. */

body  {
	font: 100% Helvetica, Arial, sans-serif;;
	background: #333 url(../images/bkgrnd.jpg) repeat;
	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: #fff;
}

.twoCol #container { 
	width: 800px; 
	background: transparent;
	margin: 50px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 

.twoCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: transparent;
	margin: 0;
	padding: 0;
	position:relative;
}
.twoCol #mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left 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: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoCol #footer { 
	padding: 0 0 0 190px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent; 
	color: #777
} 
.twoCol #footer p {
	font-size: .7em;
	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;
}

/* -------------------------------
Artletic custom styles below here 
--------------------------------- */

.twoCol #border {
	width: 100%;
	height: 36px;
	margin:0;
	padding:0;
	background: transparent url(../images/arrows-top.jpg) repeat-x;
}

/* Links */
p a, #newsletters #mainContent li a {
	color: #c4c4c4;
	text-decoration: none;
	border-bottom: 1px dotted;
}
p a:hover, #newsletters #mainContent li a:hover {
	color: #fff;
	border-bottom-style: solid;
}

#home p a {
	border-bottom-color: #cccc66;
}
#about p a {
	border-bottom-color: #99cc66;
}
#work p a {
	border-bottom-color: #66cccc;
}
#contact p a, #newsletters #mainContent li a {
	border-bottom-color: #cc9966;
}
p#news {
	clear:both;
	margin:150px 0 0 0;
	font-size: 11px;
}
/* Typography */
p {
	font-size: .9em;
	line-height: 1.5em;
	margin:0 0 1.25em 0;
	padding:0;
}

#mainContent h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	margin: .5em 0 .25em 0;
	padding: 0;
	line-height: 1.35em;
}
h2 {
	font-size: 1.15em;
	margin: .4em 0;
	line-height: 1em;
}
h3 {
	font-size: 1em;
}
#home h1 {
	color: #cccc66;
}
#about h1, #about h2 {
	color: #99cc66;
}
#work h1 {
	color: #66cccc;
}
#contact h1, #newsletters h1 {
	color: #cc9966;
}

.note {
	font-size: .8em;
	color: #c4c4c4;
}
.bio {
	margin: 0;
	padding-left: 20px; 
	border-left: 5px solid #555;
	display: none;
}
.bio p {
	font-size: .7em;
	line-height: 1.3em;
	color: #c4c4c4;
}

/* Layout */
#slideshow {
	margin: 30px 0 0 0;
}
img {
	border: none;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------
Navigation styles // fancy css sprite rollover 
navigation elements - as shown  at http://alistapart.com/articles/sprites
-------------------------------------------------------------------------*/
#logo { 
	background: url(../images/logo-small.jpg) 0 -25px no-repeat; 
	text-indent: -9999em; 
	margin: 0; 
	padding: 0; 
	width: 139px; 
	height: 25px; 
}
#logo #nav_home, #logo a { 
	display:block; 
	left: 0; 
	top: 0; 
	height: 25px 
}
#logo #nav_home:hover { 
	background: url(../images/logo-small.jpg) 0 0 no-repeat; 
}
ul#nav { 
	background: url(../images/navigation.jpg) no-repeat; 
	text-indent: -9999em; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top:48px; 
	width: 100px; 
	height: 68px; 
}
#nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position:absolute;
	font-size: 20px;
}
#nav li, #nav a  { text-decoration: none; display: block; width: 100px; }
#nav #nav_about { left: 0; top: 0; height: 22px}
#nav #nav_work {left: 0; top: 22px; height: 25px}
#nav #nav_contact {left: 0px; top: 47px; height: 21px}

#nav #nav_about a:hover {background: transparent url(../images/navigation.jpg) -100px 0 no-repeat;}
#nav #nav_work a:hover {background: transparent url(../images/navigation.jpg) -100px -22px no-repeat;}
#nav #nav_contact a:hover {background: transparent url(../images/navigation.jpg) -100px -47px no-repeat;}

/* Registration form */
form {
	margin: 1em 0;
}
form input.email, form input.button {
	padding: 10px;
	border: none;
	background-color: #CCCCCC;
}
form input.button {
	margin-left: 5px;
	padding: 9px;
	background-color: #999;	
}
form input.button:hover {
	background-color: #CCCCCC;
	cursor: pointer;
}
form input.button:active {
	background-color: #FFFFFF;
}

#newsletters #mainContent ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#newsletters #mainContent ul li {
	margin: 1em 0;
	list-style: none;
	font-size: .9em;
	background: url(../images/viewmag.png) top left no-repeat; 
	padding-left: 20px;
}

/* Portfolio styles */
.work { margin: 30px 0 0 -38px }
.work p { font-size: .7em; line-height: 1.2; }
.work ul {  margin: 0; padding:0; }
.work li { float:left; margin-bottom: 1.5em; display:block; list-style:none; }

.work .thumb { float:left; width:320px; margin: 0 }
.work .thumb img, .work .thumb a img { border: 8px #ffffcc solid; }
.work .thumb a:hover img { border: 8px #dfdf61 solid; }

.project-details { margin-left: 340px; width:260px }
.project-details h2 { font-size: 1em; font-weight:normal; letter-spacing: 0; margin-top:0; }
p.loc { font-size:.6em; line-height: 1em; margin: -.5em 0 .7em 0; text-transform:uppercase; }

.work .view { 
	font-size: .6em; 
	text-transform:uppercase; 
	background: url(../images/viewmag.png) top left no-repeat; 
	padding-left: 16px;
	line-height: 2em;
}
.work p {
	color: #c4c4c4
}
#work em {
	color: #66cccc;
}
#work h2 {
	font-size: .9em;
}
.work .client {
	font-size: 9px;
	color: #66cccc;
	text-transform:uppercase;
}
.work .project {
	font-size:9px;
	color: #66cccc;
	text-transform:uppercase;
}