/* 
CSS for Jill Brown Photography Website
painstakingly handcoded by John Gibney
March 2010
*/



/* HTML selectors */

body {
	font-family:		 	"Century Gothic", Arial, Helvetica, sans-serif;
	color:					#ffffff;
	font-size:			 	12px;
	background-color:	 	#666666;
	margin-top: 			0px;
}

h2 {
	font-size: 				14px;
}

h3 {
	font-weight: 			normal;	
}

p {
	line-height: 			1.8em;
}

img {
	border: 				none;
}


/* Page components */

#container {
	width: 					760px;
	margin-right: 			auto;
	margin-left: 			auto;
	background-color:		#333333;
	padding-top: 			5px;
}

#header {
	height: 				100px;
	text-align: 			center;
	top: 					70px;
	border-bottom-width: 	1px;
	border-bottom-style: 	solid;
	border-bottom-color: 	#666666;	
}

#logo {
	float: 					right;
	border: 				none;
	margin-left: 			25px;
}

#nav { 
	padding-top: 			60px; 
}	

#maincontent {
	height: 				480px;
	padding-left: 			0px;
	border-bottom-width: 	1px;
	border-bottom-style: 	solid;
	border-bottom-color: 	#666666;
}

#text {
	position: 				relative;
	top: 					10px;
	left:					0px;
	width: 					375px;
	text-align:				center;
	padding-left: 			10px;
}

#image {
	position: 				absolute;
	top: 					140px;
	margin-left: 			420px;
	text-align: 			center;
}

#bigpic {
	z-index: 				20;
	padding-top: 			40px;
	text-align: 			center;
}

#footer {
	text-align: 			center;
	font-size: 				12px;
	padding-bottom: 		8px;
}

/* Classes */

.hidden {
	display:				none;
}

.inline {
	display:				inline;
}

/* Hypertext Links */

a {
	font-weight: 			normal;
	font-size: 				12px;
	text-decoration: 		none;
}

a:link {
	color:  				#ffffff;
}

a:visited {
	color: 					#ffffff;
	text-decoration: 		none;
}

a:hover {
	color: 					#000000;
	text-decoration: 		none;
	background-color: 		#cccccc;
}

a:active {
	color: 					#ffffff;
	text-decoration: 		underline;
}	


