/* Center alignment, main text styles */

body {
	text-align:center;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333;

}
	
#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	/*background-image: url(images/grid.gif);*/
	background-repeat: repeat-y;
		
}

img {
	border:0;
	
}

/* Turn off link outlines */

a {
	outline: none;
	
}

/* Main text styles */

/* Headings */

h1 {
	font-size: 2.7em;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	font-weight:normal;
	color: #000;
	margin-top: 50px;
	margin-bottom: 30px;
	letter-spacing: -0.02em;
}

h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 0.3em 0;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #000;
	
}

h3 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0;	

}

ul {
	list-style: disc;
}



/*Link style*/


a {
		color: #007eff;
		font-weight: normal;
		text-decoration: none;
		padding: 0.2em;
		margin: -0.2em -0.2em;
}

a:visited {
		color: #2059ae;
		text-decoration: none;
}

a:hover {
		color: #FFF;
		background-color: #007eff;
}

a:active {
		color: #DEDEDE;
		background-color: #0074ea;
}



/*Link style override for images */


a.imagelink:link img {
	padding: 0;
	margin: 0;
	border: 2px solid #ddd;
	background: none;
}

a.imagelink:active img {
	border: 2px solid #0074ea;
}

a.imagelink:visited img {
	border: 2px solid #aaa;
}


a.imagelink:hover img {
	border: 2px solid #007eff;
	padding: 0;
	margin: 0;
	background: none;
}


a.imagelink:hover, a.imagelink:link, a.imagelink:visited, a.imagelink:active {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
                              
/*override for homelink*/

a.home:hover img, a.home:link img, a.home:visited img, a.home:active img {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

a.home:hover, a.home:link, a.home:visited, a.home:active {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}


/* Navigation buttons - top */

#topnav a {
	float: left;
	width: 158px;
	height: 116px;
	padding: 0;
	margin: 0;
	border-left: 2px solid #000;
	background-image: url(images/topnav.gif);
	
}

#topnav li {
	display: inline;
	text-indent: -9999px
	
}


#topnav ul {
	list-style: none;
	
}

.design { 
	
}

.photography {
	background-position:-160px 0;
}



.about {
	background-position:-320px 0;

}

a.design:hover {
	background-position: 0 -116px;
	
}

a.photography:hover {
	background-position: -160px -116px;
	
}

a.about:hover {
	background-position: -320px -116px;
	
}

a.design:active {
	background-position: 0 -232px;
	
}

a.photography:active {
	background-position: -160px -232px;
	
}

a.about:active {
	background-position: -320px -232px;
	
}

.designcurrent {
	background-position:0 -348px;
}
a.designcurrent:hover {
	background-position: 0 -116px;
	
}
a.designcurrent:active {
	background-position: 0 -232px;
	
}

.photographycurrent {
	background-position:-160px -348px;
}
a.photographycurrent:hover {
	background-position: -160px -116px;
}
a.photographycurrent:active {
	background-position: -160px -232px;
}

.aboutcurrent {
	background-position:-320px -348px;
}
a.aboutcurrent:hover {
	background-position:-320px -116px;
}
a.aboutcurrent:active {
	background-position:-320px -232px;
}

/* Navigation styling - side */

#sidebar ul {
	margin-left: -40px;
}

#sidebar li {
	list-style: none;
}

.sidenav a {
	display: block;
	padding: 5px 0 5px 5px;
	color: #000;
	text-decoration: none;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.2em;
	
}



.sidenav a:hover {
	color: #FFF;
	background-color: #007eff;
	
}

.sidenav a:active {
	color: #DEDEDE;
	background-color: #0074ea;
	
}

a.current {
	color:  #007eff;
	}



/* Layout */

#header {
	width: 960px;
	height: 165px;
	margin-bottom: 20px;
	
}


#homelink {
	float: left;
	width: 400px;
	margin-top: 28px;

}

	

#topnav {
	float: right;
	width: 520px;
	margin-top: 14px;

}

#sidebar {
	float:left;
	width: 160px;
}

.content {
	float: right;
	width: 800px;
	min-height: 450px;
	
}

#content img {
	max-width: 720px;
	
}

.category {
	clear: both;
}

.leftcol {
	clear: left;
	float: left;
	margin-bottom: 40px;
	max-width: 440px;
}

.rightcol {
	float: right;
	margin-bottom: 20px;
	max-width: 440px;
}

.leftcol img, .rightcol img {
	max-width: 440px;
}

#footer {
	clear: both;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px #CCC solid;
	padding-top: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: #AAA;
}

.tommyphoto {
	float: right;
	margin-left: 80px;
	margin-right: 0px;
	margin-top: -20px;
}


/* footer links */

#footer a:link {
	color: #aaa;
	text-decoration: underline;
}

#footer a:hover {
	color: #808080;
	background: none;
}

#footer a:active {
	color: #505050;
	background: none;
}

#footer a:visited {
	color: #707070;
	text-decoration: underline;
}


/* Content subdivs */

.description {
	float: left;
	display: inline;
	max-width: 380px;
	margin-right: 30px;

}

.description ul {
	padding-left: 0;
}

.description li{
	list-style: none;
	text-indent: 0;
}

.testimonial {
	float: left;
	width: 380px;
	background-image: url(images/lquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote {
	margin: 15px 10px;
	padding-right: 10px;
	background-image: url(images/rquote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-style: italic;

}

.projectdetails {
	color: #808080;
}

.author {
	text-indent: 150px;
}

#leftlist {
	float: left;
	width: 200px;
}

#rightlist {
	float: left;
	
}

#top-columnlist {
	float: left;
	clear: left;
}

#bottom-columnlist {
	float: left;
	clear: both;
}

/* Front page styling */



.blurb {
	font-family: Georgia,"Times New Roman", sans-serif;
	font-size: 1.4em;
	color: #707075;
	line-height: 1.5em;

}

.homecontent {
	border-bottom: 2px #CCC solid;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

.blurb img {
	margin-bottom: -1px;
}



.featuredwork img{
	width: 436px;
}


.featuredphotos img {
	width: 103px;
	height: 103px;
}

.featuredwork h2 {
	margin-bottom: 20px;
}

.featuredphotos h3 {
	margin-bottom: 20px;
}






/* backup top nav bar

#topnav ul {
	list-style: none;
	}
	
#topnav li {
	display: inline;
	margin-right: 10px;
	
	}

#topnav a {
	padding: 5px 10px 5px 10px;
	color: #959595;
	text-decoration: none;
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	
	}

#topnav a:hover {
	background-color: #DDDDDD;
}

#topnav a:active {
	background-color: #BBBBBB;
	
}

*/

