/* 
------------------------------------------------------------------------------
A PHOTO A DAY STYLESHEET
Design: Think Different
Date created: June 2007
Designer: Jeremy Burton
Website: www.cyberpod.co.uk
------------------------------------------------------------------------------
*/



/* ------- Basic Layout ----------- */

html {
	margin: 0;
	padding: 0;
	}

body {
	background: #181818 url(/images/bg_shading.jpg) top left repeat-x;
	margin: 0;
  	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #999;
	line-height: 22px;
	/* hack for non-compliant browsers (IE 5/Win) to force centering of page */
	text-align: center;
	}

#wrapper {
	background: #000 url(/images/inner_bg.gif) top center repeat-y;
	margin: 0 auto;
	width: 980px;
	padding: 0;
	border: 0;
	text-align: left;
	}


		/* ------- header ------- */
		#masthead {
			background: #000 url(/images/masthead.jpg) top left no-repeat;
			width: 980px;
			height: 90px;
			margin: 20px 0 0 0;
			padding: 0;
			border: 0;
			}
			#logo {
				position: relative;
				float: left;
				top: 10px;
				left: 18px;
			}
			#logo h1 {
				position: absolute;
				top: -9999px; /* hide h1 text */
			}
		
		/* ------- inner ------- */
		#inner {
			margin: 0;
			padding: 10px 0 0 0;
			min-height: 500px;
			}
				#menu_bar {
					width: 240px;
					float: right;
					display: inline; /* hack for the IE6 Doubled Float-Margin Bug */
					padding: 0;
					margin: 0 20px 0 0;
					border: 0;
					}
					/* ------- this removes padding/margins from menu list ------- */
					#menu ul {
						margin: 0;
						padding: 40px 0 0 0;
						}
				#main {
					width: 675px;
					float: left;
					display: inline; /* hack for the IE6 Doubled Float-Margin Bug */
					padding: 0 0 0 0;
					margin: 0 0 0 30px;
					border: 0;
					text-align: left;
					}
				
		/* ------- footer ------- */
		#footer {
			clear: both;
			background: #000 url(/images/footer_bottom.gif) bottom center no-repeat;
			width: 980px;
			height: 70px;
			padding: 0 0 0 0;
			margin: 0;
			border: 0;
			text-align: center;
			}


/* ------- Text Styles ----------- */

a {
	color: #a1a1a1;
	text-decoration: none;
}

a.keyword {
	color: #a1a1a1;
	border-bottom: dotted 1px #a1a1a1;
}

h1 {
	background: transparent url(/images/grey_square.gif) 0 50% no-repeat;
	margin: 0 0 20px 0;
	padding: 0 0 0 28px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #a1a1a1;
}
	
h2 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #a1a1a1;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #a1a1a1;
}

p {
	text-align: left;
}

p.copyright {
	margin-right: 20px;
}

/* ------- Tab Styles ------------ */

#menu li {	
	list-style-type: none;
	background: #1c1c1c url(/images/button.jpg) center no-repeat;
	width: 240px;
	height: 30px;
	text-align: left;
	text-indent: 36px;
	margin-bottom: 12px;
	padding: 0;
}
#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #a1a1a1;
	border: 0;
	letter-spacing: 2px;
	display: block;
	padding-top: 3px;
}
#menu a:hover {
	color: #ccc;
	text-decoration: none;
}

/* ------- to highlight the selected tab ------- */

body#today #today_tab,
body#month #month_tab,
body#archive #archive_tab,
body#about #about_tab,
body#contact #contact_tab {
	background: #484848 url(/images/button_s.jpg) top left no-repeat;
}

/* -------- Search -------- */
#search {
	position: relative;
	float: right;
	top: 25px;
	right: 40px;
	width: 170px;
	height: 20px;
	margin: 0;
	padding: 0;
}
#searchbox {
	float: left;
	width: 140px;
	height: 16px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search_button {
	float: right;	
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

/* -------- footer ------- */
#footer a:link, #footer a:visited {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
	color: #a1a1a1;
}
#footer a:hover {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px #fff solid;
	color: #a1a1a1;
}
#footer p {
	background: #000 url(/images/footer_top.gif) top center no-repeat;
	font-size: 11px;
	text-align: center;
	top: 0px;
	padding: 28px 0 0 0;
	color: #a1a1a1;
	border: 0;
}

/* ------- General Image styles -------- */
img {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ------- Photo Frame Styles ----------- */
#big_photo_frame {
	background-color: #000; /* sets colour behind large image */
	width: 650px;
}
#big_photo_frame img {
	display: block;
	margin: 0 auto;
}

#gallery ul {
	margin: 0;
	padding: 0;
}
#gallery li {
	background: #181818;
	width: 200px;
	height: 200px;
	border:solid #222;
	border-width:1px;
	-moz-border-radius: 6px;
	text-align: center;
	position: relative;
	float: left;
	display: block;
	margin-right: 23px;
	margin-bottom: 20px;
}
#gallery img {
	margin: 10px;
}
#gallery a span {
	position: absolute;
	background: #181818;
	top: 196px;
	left: 0px;
	width: 200px;
	height: 30px;
	padding-top: 4px;
	font-size: 15px;
}
/* --- #a_gallery is used for the archive gallery of thumbs for each month --- */ 
#a_gallery ul {
	margin: 0;
	padding: 0;
}
#a_gallery li {
	background: #181818;
	width: 200px;
	height: 230px;
	border:solid #222;
	border-width:1px;
	-moz-border-radius: 6px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin-right: 23px;
	margin-bottom: 20px;
}
#a_gallery img {
	margin: 10px;
}
#a_gallery a span {
	position: absolute;
	background: #181818;
	top: 196px;
	left: 0px;
	width: 200px;
	height: 30px;
	padding-top: 4px;
	font-size: 15px;
}

/* ------- Meta Data Styles ----------- */
#meta {
	width: 650px;
	text-align: left;
	margin: 10px 0 20px 0;
	padding: 0;
		
}
#meta li {
	list-style-type: none;
	font-size: 13px;
	padding: 0 0 0 0;
	color: #a1a1a1;
	line-height: 26px;
	letter-spacing: 1px;
}
.copyright {
	text-align: right;
	font-size: 11px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

/* ------- About/Author Text ------------ */
#about_text {
	margin: 0 0 30px 0;
	padding: 0;
	width: 400px;
	float: left;
}
#about_text p {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;
}
#author_text {
	margin: 0 20px 30px 0;
	padding: 0;
	width: 220px;
	float: right;
	font-size: 10px;
}
#author_text p {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;
}

/* ------- Form Styles ------------ */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: solid 1px #222;
}
legend {
	padding: 4px 10px;
	border: solid 1px #222;
	font-weight: bold;
}
label {
	color: #a1a1a1;
}
textarea {
	width: 400px;
	text-align: left;
}

/* ------- contact form ------- */
#contact_form {
	margin: 0 0 0 20px; 
	background: #000;
	padding: 0 0 30px 0;
	width: 520px;
}
#contact_form span {
	display: block; 
	margin: 0; 
	background: #181818;
	padding: 8px 4px; 
	border: solid 4px #000; 
}
#contact_form label {
	width: 180px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 13px;
	
}
#contact_form span.submit {
	padding-left: 190px;
}
#message {
	width: 280px; 
}

/* ------- upload photo form ------- */
#upload_photo_form {
	margin: 0 0 0 20px; 
	background: #000;
	padding: 0 0 30px 0;
	width: 500px;
}
#upload_photo_form span {
	display: block; 
	margin: 0; 
	background: #181818;
	padding: 8px 4px; 
	border: solid 4px #000; 
}
#upload_photo_form label {
	width: 120px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 13px;
}
#upload_photo_form span.submit {
	padding-left: 132px;
}
#description {
	width: 280px; 
}
