/* 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;
/* 	background: #f2f2f2 url(images/halftonebg.png) repeat-y center top; */

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

img {
	border:0;
	
}

/* ======= PORTFOLIO PAGE ======= */

div.row {
	float: left;
	margin-bottom: 20px;
}

div.thumbnail {
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

div.col1 {
	margin-left: 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: 15px;
	letter-spacing: -0.05em;
}

h1.sIFR-replaced {
	margin-bottom: 0;
}



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;
	
}

h2.small {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: -50px;
	letter-spacing: 1px;
	text-indent: 3px;
}

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

}

ul {
	list-style: none;
}



/*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;
}

/* jQuery Top Nav */

.nav {
	width:480px;
	height: 116px;
	background: url(images/topnav.png) no-repeat;
	position: relative;
	top: 0;
	left: 0px;
	list-style: none;
}


.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	height: 116px;
	/* width: 160px; */
	text-indent: -9000px;
 	display: inline; 
	overflow: hidden;
	position: absolute;
	top:0;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.nav .design a:link, .nav .design a:visited {
	left: 0px;
	width: 160px;
}
.nav .design a:hover, .nav .design a:focus {
	background: url(images/topnav.png) no-repeat 0px -116px;
}
.nav .design a:active {
	background: url(images/topnav.png) no-repeat 0px -232px;
}

.current-design .design a:link, .current-design .design a:visited {
	background: url(images/topnav.png) no-repeat 0px -348px;
	cursor: default;
}

.nav-design, .nav-design-click {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 116px;
    background: url(images/topnav.png) no-repeat 0px -116px;
    
    }
    
.nav-design-click {
	background: url(images/topnav.png) no-repeat 0px -232px;
}



.nav .photography a:link, .nav .photography a:visited {
	left: 160px;
	width: 160px;
}
.nav .photography a:hover, .nav .photography a:focus {
	background: url(images/topnav.png) no-repeat -160px -116px;
}
.nav .photography a:active {
	background: url(images/topnav.png) no-repeat -160px -232px;
}

.current-photography .photography a:link, .current-photography .photography a:visited {
	background: url(images/topnav.png) no-repeat -160px -348px;
	cursor: default;
}

.nav-photography, .nav-photography-click {
    position: absolute;
    top: 0;
    left: 160px;
    width: 160px;
    height: 116px;
    background: url(images/topnav.png) no-repeat -160px -116px;

}

.nav-photography-click {
	background: url(images/topnav.png) no-repeat -160px -232px;
}


.nav .about a:link, .nav .about a:visited {
	left: 320px;
	width: 160px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url(images/topnav.png) no-repeat -320px -116px;
}
.nav .about a:active {
	background: url(images/topnav.png) no-repeat -320px -232px;
}

.current-about .about a:link, .current-about .about a:visited {
	background: url(images/topnav.png) no-repeat -320px -348px;
	cursor: default;
}

.nav-about, .nav-about-click {
    position: absolute;
    top: 0;
    left: 320px;
    width: 160px;
    height: 116px;
    background: url(images/topnav.png) no-repeat -320px -116px;

}

.nav-about-click {
	background: url(images/topnav.png) no-repeat -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: 480px;
	margin-top: 28px;

}

#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;
}




/* 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;
}

