/* LAST UPDATED 02.08.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 38px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background-image: url(/Images/kidbodies-back.gif);
}

p, ul, ol, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 14px;
}

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

a:hover { color: #000; }

a img { border: 0; }

img.alignRight {
	float: right;
	margin: 0 0 3px 14px;
}

img.alignLeft {
	float: left;
	margin: 0 14px 3px 0;
}

ul, ol { margin: 0 0 0 28px; }

.center { text-align: center; }

.left { float: left; }
.right { float: right; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	display: table; /* for horizontally centering the list */
	margin: 0 auto; /* for horizontally centering the list */
	padding: 0;
	list-style: none;
}

	#nav li {
		float: left;
		padding: 0 18px 0 12px;
		background: url('../Images/bg-li.gif') 100% 50% no-repeat;
	}

	#nav li.last {
		padding-right: 0;
		background: none;
	}

	#nav li a {
		font-size: 14px;
		color: #000;
	}

	#nav li a:hover, 
	body#home #nav li#nav-home a, 
	body#about #nav li#nav-about a, 
	body#shop #nav li#nav-shop a, 
	body#faq #nav li#nav-faq a, 
	body#shows #nav li#nav-shows a, 
	body#contact #nav li#nav-contact a, 
	body#photographers #nav li#nav-photographers a, 
	body#links #nav li#nav-links a 
		{ color: #fe2d63; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	padding: 13px 13px 7px;
	width: 800px;
	background: #fff url('../Images/bg-wrap.gif') top no-repeat;
}

	#searchWrap {
		padding: 5px 5px 0 0;
		height: 33px;
		text-align: right;
	}

	#homeLink { height: 147px; }

	#nav {
		height: 43px;
		line-height: 43px;
	}

	#content {
		width: 100%;
		min-height: 380px;
		overflow: auto;
	}

		.pageTitle { background-color: #f04372; }

		#content .content { padding: 10px; }

		#featured {
			height: 463px;
			background: url('../Images/bg-featured.jpg') no-repeat;
		}

			#featured .content {
				float: right;
				padding: 14px 20px;
				width: 266px;
				height: 435px;
				font-family: "Pea Comfy Cozy", Arial, Helvetica, Sans-serif;
				font-weight: normal;
				font-size: 15px;
				line-height: 19px;
				background: rgba(255,255,255,.67);
			}

				#featured .content p { padding-bottom: 11px; }

			#featured #newsletter {
				position: relative;
				margin: 5px 0 0 18px;
				padding: 20px 0 0 20px;
				width: 211px;
				height: 123px;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 12px;
				color: #fff;
				background: #000 url('../Images/bg-newsletter.gif') no-repeat;
			}

	#footer {
		clear: both;
		margin-top: 13px;
		height: 58px;
		background: url('../Images/bg-footer.gif') top no-repeat;
	}

		#footer .left a {
			text-indent: -4440px;
			display: block;
			width: 300px;
			height: 58px;
		}

		#footer .right {
			padding: 6px 10px 0 0;
			font-size: 11px;
			line-height: 1.4em;
			text-align: right;
		}

			#footer .right a { color: #000; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 7px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 7px 7px 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#searchWrap label {
	display: inline-block;
	width: 85px;
	height: 16px;
	background: url('../Images/label-search.gif') no-repeat;
}

	#searchWrap label span { display: none; }

#searchWrap label, #searchWrap .textBox, #searchWrap .button { vertical-align: middle; }

#searchWrap .textBox {
	padding: 2px 4px;
	width: 90px;
	border: none;
	background-color: #fff;
}

#newsletter .textBoxName, #newsletter .textBoxEmail, #newsletter .textBoxCaptcha {
	padding: 2px 4px;
	background-color: #fff;
	border: none;
}

#newsletter .textBoxName {
	position: absolute;
	top: 48px;
	left: 20px;
	width: 158px;
}

#newsletter .textBoxEmail {
	position: absolute;
	top: 74px;
	left: 20px;
	width: 158px;
}

#newsletter .captcha {
	position: absolute;
	top: 100px;
	left: 20px;
	color: #000;
	background-color: #fff !important;
}

#newsletter .textBoxCaptcha {
	position: absolute;
	top: 100px;
	left: 106px;
	width: 72px;
}

#newsletter .button {
	position: absolute;
	top: 98px;
	right: 16px;
	cursor: pointer;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 30px; }

	#homeLink h1 { display: inline; }

	#homeLink h1 a {
		display: block;
		width: 350px;
		height: 147px;
		text-indent: -4440px;
	}

h2 { font-size: 24px; }

	.pageTitle h2 {
		font-family: "Pea Comfy Cozy", Arial, Helvetica, Sans-serif;
		font-weight: normal;
		display: inline-block;
		padding: 7px 15px 2px 12px;
		min-width: 145px;
		text-align: right;
		color: #fff;
		background: url('../Images/h2-pageTitle.gif') right no-repeat;
	}

h3 { font-size: 22px; }

h4 { font-size: 18px; }
