/*
---------------------------------------------------------------------
Screen Styles for British Curlies
---------------------------------------------------------------------
*/


/*
---------------------------------------------------------------------
Define Tag Selectors
---------------------------------------------------------------------
*/

body {
	background: url(/assets/images/curly_background.jpg) #5a397a repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #333;
}

h1,h2,h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a578e;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	margin: 0 0 .2em 0;
	font-size: 2em;
}

h4 {
	background: #ff7fc4;
	margin: 1em 0;
	padding: .8em;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
}

h5 {
	margin: .8em 0 .2em 0;
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	margin: .5em 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

a:link, 
a:active, 
a:visited {
	color: #2a578e;
	font-weight: bold;
}

a:hover {
	color: #3c76be;
}

h1 a:link, h1 a:active, h1 a:visited,
h2 a:link, h2 a:active, h2 a:visited,
h3 a:link, h3 a:active, h3 a:visited {
	text-transform: none;
	font-weight: normal;
}


/*
---------------------------------------------------------------------
Common Classes
---------------------------------------------------------------------
*/

.primary_box {
	background: #5fabff;
	padding: 1em;
	color: #fff;
}

.secondary_box {
	background: #ff7fc4;
	padding: 1em;
	color: #fff;
}

.primary_text {
	color: #5fabff;
}

.secondary_text {
	color: #ff7fc4;
}

.left {
	float: left;
	margin: 4px 12px 6px 0;
}

.right {
	float: right;
	margin: 4px 0 6px 12px;
}

.small_text {
	font-size: .9em;
}

/*
---------------------------------------------------------------------
Define Site Wrapper & Header Blocks
---------------------------------------------------------------------
*/

#wrapper {
	margin: 0 auto;
	width: 1020px;
}

#header_container {
	display: block;
	background: url(../images/website_header_clouds.jpg) no-repeat;
	width: 1020px;
	height: 269px;
	text-indent: -9999px;
	overflow: hidden;
}

#page_container {
	background: url(/assets/images/pink_grad.jpg) #ff7fc4 repeat-x;
	width: 1020px;
	padding: 0 0 25px 0;
	overflow: hidden;
}


/*
---------------------------------------------------------------------
Define Header Navigation
---------------------------------------------------------------------
*/

#main_nav_container {
	margin: 0 auto;
	width: 940px;
	height: 70px;
}

#main_navigation {
	float: left;
	margin: 10px 0 0 0;
}

#main_navigation li {
	float: left;
}

#main_navigation li a {
	background: url(/assets/images/british_curls_main_nav.jpg) no-repeat;
	display: block;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}

#main_navigation li#home_link a {
	background-position: 0 0;
	width: 103px;
}

#home_page #main_navigation li#home_link a,
#main_navigation li#home_link a:hover {
	background-position: 0 -46px;
}

#main_navigation li#aboutus_link a {
	background-position: -103px 0;
	width: 142px;
}

#about_page #main_navigation li#aboutus_link a,
#main_navigation li#aboutus_link a:hover {
	background-position: -103px -46px;
}

#main_navigation li#articles_link a {
	background-position: -245px 0;
	width: 133px;
}

#articles_page #main_navigation li#articles_link a,
#main_navigation li#articles_link a:hover {
	background-position: -245px -46px;
}

#main_navigation li#curlforum_link a {
	background-position: -378px 0;
	width: 148px;
}

#main_navigation li#curlforum_link a:hover {
	background-position: -378px -46px;
}

#main_navigation li#shop_link a {
	background-position: -526px 0;
	width: 110px;
}

#main_navigation li#shop_link a:hover {
	background-position: -526px -46px;
}

#main_navigation li#join_link a {
	background-position: -636px 0;
	width: 109px;
}

#join_page #main_navigation li#join_link a,
#main_navigation li#join_link a:hover {
	background-position: -636px -46px;
}


/*
---------------------------------------------------------------------
Define Search Form
---------------------------------------------------------------------
*/

#search_form {
	float: right;
	display: block;
	background: url(/assets/images/search_box_background.png) no-repeat;
	width: 160px;
	height: 38px;
	margin: 10px 0 0 0;
	padding: 6px 10px 0 12px;
}

#search_text {
	float: left;
	width: 130px;
	height: 14px;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	border: 1px solid #fff;
}

#search_submit {
	float: right;
}


/*
---------------------------------------------------------------------
Define Body Content
---------------------------------------------------------------------
*/

#main_content_container {
	clear: both;
	float: left;
	display: inline;
	background: url(/assets/images/light_pink_grad.jpg) #fffcfe repeat-x;
	width: 940px;
	margin: 0 40px 16px 40px;
	padding: 0 0 30px 0;
}

#body_content {
	float: left;
	display: inline;
	width: 580px;
	margin: 40px 0 0 60px;
	padding: 0 40px 0 0;
	border-right: 1px solid #5fabff;
}

#sitemap #body_content {
	float: left;
	display: inline;
	width: 820px;
	margin: 40px 60px 0 60px;
	padding: 0 0 40px 0;
	border-right: none;
}

.column_container_3 {
	float: left;
	display: inline;
	overflow: hidden;
	width: 253px;
	margin: 0 20px 0 0;
}

#body_content p {
	margin: .7em 0;
}

#body_content ul {
	list-style: outside;
	list-style-type: disc;
	margin: .4em 0 1.6em 0;
	font-size: 1.1em;
	line-height: 1.3em;
}

#body_content li {
	margin-left: 2.4em;
	padding: .1em 3em .1em 0;
}

#sitemap #body_content li {
	padding: .1em .5em .1em 0;
}

#body_content h2 {
	margin: 0 0 1em 0;
	padding: .8em .1em;
	border-top: 1px solid #5fabff;
	border-bottom: 1px solid #5fabff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #d6569b;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#sitemap #body_content h1 {
	margin: 0 0 1em 0;
	font-size: 2em;
}

#sitemap #body_content h2 {
	font-size: 1.1em;
}

#curl_types {
	float: left;
	display: inline;
	width: 552px;
	margin: 0 0 2em 0;
	padding: 12px 16px 12px 12px;
}

#curl_types p.curly_girl {
	float: left;
	display: inline;
	margin: -26px 12px 0px -26px;
	width: 145px;
	height: 175px;
}

#curl_types p.curly_girl a {
	display: block;
	width: 145px;
	height: 175px;
	text-indent: -9999px;
	overflow: hidden;
}

#curl_types .curly_girl a.jasmine {
	background: url(/assets/images/curly_polaroid_jasmine.png) no-repeat;
}

#curl_types .curly_girl a.daisy {
	background: url(/assets/images/curly_polaroid_daisy.png) no-repeat;
}

#curl_types .curly_girl a.rose {
	background: url(/assets/images/curly_polaroid_rose.png) no-repeat;
}

#curl_types .curly_girl a.poppy {
	background: url(/assets/images/curly_polaroid_poppy.png) no-repeat;
}

#curl_types h3 a {
	display: block;
	background: url(/assets/images/curl_types_header.png) no-repeat;
	width: 120px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

#body_content p.cat_description {
	margin: 0 0 1.7em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ff7fc4;
}

.article {
	clear: left;
	float: left;
	width: 580px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ff7fc4;
}

.article_category a {
	float: left;
	display: block;
	margin: -6px 0 0 -72px;
	padding: 7px 13px 0px 0px;
	width: 53px;
	height: 45px;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .8em;
}

.article_category a:link,
.article_category a:active,
.article_category a:visited,
.article_category a:hover {
	color: #fff;
}


.Pink {
	background: url(/assets/images/pink_article_flag.png) no-repeat;
}

.Blue {
	background: url(/assets/images/blue_article_flag.png) no-repeat;
}

.Yellow {
	background: url(/assets/images/yellow_article_flag.png) no-repeat;
}

.Green {
	background: url(/assets/images/green_article_flag.png) no-repeat;
}


#author_bio {
	clear: left;
	margin: 0 0 1.5em 0;
	background: #bedbfb;
	padding: 1em 1em .6em 1em;
	overflow: hidden;
}

#author_bio  h4 {
	background: #5fabff;
	margin: 0 0 .5em 0;
	color: #fff;
	font-size: 1.1em;
}

#comment_text_area {
	width: 580px;
}

#comment_form {
	margin: 0 0 1.5em 0;
}

.comment_box {
	clear: both;
	width: 552px;
	margin: 0 0 .3em 0;
	background: #fcdbe6;
	padding: 14px 14px 10px 14px;
	overflow: hidden;
}

.comment_box img {
	float: left;
	margin: 0 16px 12px 0;
}

.comment_entry {
	float: left;
	display: inline;
	width: 436px;
	margin: 0;
	overflow: hidden;
}

.comment_entry h4 {
	margin: 0 0 .5em 0;
}


/* Curl Gallery */

.gallery_pic {
	float: left;
	display: inline;
	width: 132px;
	color: #666;
	font-style: italic;
	height: auto;
	padding: 0 13px 13px 0;
	overflow: hidden;
}

.gallery_pic_clear {
	clear: left;
	float: left;
	display: inline;
	width: 132px;
	color: #666;
	font-style: italic;
	height: auto;
	padding: 0 13px 13px 0;
	overflow: hidden;
}

#body_content .gallery_pic p,
#body_content .gallery_pic_clear p {
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.3em;
}

p.gallery_caption {
	font-style: normal;
	color: #333;
}

.pagination {
	clear: both;
	border-top: 1px solid #ff7fc4;
	padding-top: .6em;
}

/* Featured Product Box */

#featured_product {
	float: left;
	display: block;
	background: url(../images/featured_product_footer.png) left bottom no-repeat;
	width: 560px;
	height: 351px;
	margin: 0 0 1em 0;
	overflow: hidden;
}

#featured_product h2 {
	display: block;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 107px;
	border: none;
	overflow: hidden;
}

#featured_product h2 a {
	display: block;
	background: url(../images/browse_curly_emporium.png) no-repeat;
	width: 560px;
	height: 107px;
	text-indent: -999em;
	overflow: hidden;
}

p#previous_product {
	float: left;
	display: block;
	background: url(../images/featured_product_back_arrow.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 208px;
	overflow: hidden;
}

p#next_product {
	float: right;
	display: block;
	background: url(../images/featured_product_next_arrow.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 208px;
	overflow: hidden;
}

p#previous_product a, p#next_product a {
	display: block;
	margin: 60px 0 0 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-indent: -999em;
	overflow: hidden;
}

#products_carousel_container {
	float: left;
	display: block;
	position: relative;
	background: #fff;
	width: 462px;
	height: 208px;
	overflow: hidden;
}

ul#products_carousel {
	position: absolute;
	z-index: 700;
}

#body_content ul#products_carousel,
#body_content ul#products_carousel li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 462px;
	height: 208px;
	font-size: 1em;
	list-style: none;
	overflow: hidden;
}

.product_image {
	float: left;
	display: block;
	margin: 2px 0 0 10px;
	width: 200px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}

.product_description {
	float: left;
	display: block;
	position: relative;
	margin: 14px 0 0 15px;
	width: 210px;
	font-size: 1em;
}

#body_content .product_description h3 {
	font-size: 1.9em;
	line-height: 1.1em;
}

#body_content .product_description p {
	margin: .5em 0;
	font-size: 1em;
	line-height: 1.5em;
}

#body_content .product_description p.product_price {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #FF7FC4;
}

.jcarousel-clip-horizontal {
	width: 462px;
	height: 208px;
}

/*
---------------------------------------------------------------------
Define Supplement Content
---------------------------------------------------------------------
*/

#supplement_content {
	float: right;
	display: inline;
	width: 179px;
	margin: 40px 40px 0 0;
}

#supplement_content h5 {
	margin: 0;
	padding: 0;
}

#curly_emporium,
#curly_categories,
#curly_archives,
#curly_members,
#telly_curlies,
#hot_styles,
#curl_icons,
#curl_wisdom,
#twitter,
#facebook {
	margin: 0 0 1.4em 0;
}

#curly_emporium h5 a {
	display: block;
	background: url(/assets/images/curly_emporium_image.png) no-repeat;
	width: 179px;
	height: 163px;
	text-indent: -9999px;
	overflow: hidden;
}

#curly_emporium p {
	background: url(/assets/images/emporium_shopping_bag.gif) center right no-repeat;
	margin: 6px 10px;
	padding: 0 22px 0 0;
	line-height: 1.3em;
	overflow: hidden;
}

#curly_categories,
#curly_archives,
#curly_members {
	border-bottom: 1px solid #5fabff;
}	

#curly_categories a,
#curly_archives a,
#curly_members a {
	text-transform: uppercase;
}

#curly_categories h5,
#curly_archives h5,
#curly_members h5 {
	display: block;
	width: 179px;
	height: 38px;
	border-top: 1px solid #5fabff;
	border-bottom: 1px solid #5fabff;
	text-indent: -9999px;
	overflow: hidden;
}

#curly_categories h5 {
	background: url(/assets/images/curly_categories_header.png) center 1px no-repeat;
}

#curly_archives h5 {
	background: url(/assets/images/curly_archive_header.png) center 1px no-repeat;
}

#curly_members h5 {
	background: url(/assets/images/curly_members_header.png) center 1px no-repeat;
}

ul#nav_categories,
ul#archive_nav,
ul#member_nav {
	list-style: outside;
	list-style-type: disc;
	margin: .6em 0 .6em .7em;
	font-size: 1.1em;
	line-height: 1.3em;
}

ul#nav_categories li,
ul#archive_nav li,
ul#member_nav li {
	margin-left: 1em;
	padding: .3em 0;
	color: #5fabff;
}

#telly_curlies h5 {
	display: block;
	background: url(/assets/images/telly_curlies_header.png) no-repeat;
	width: 179px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;	
}

#telly_curlies img,
#hot_styles img {
	border: 2px solid #5fabff;
}

#telly_curlies p,
#hot_styles p {
	display: block;
	background: #5fabff;
	margin: -2px 0 0 0;
	padding: .5em 1em 1em 1em;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
}

#hot_styles h5 {
	display: block;
	background: url(/assets/images/hot_styles_header.png) no-repeat;
	width: 179px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
}

#curl_icons h5 {
	display: block;
	background: url(/assets/images/curl_icons_header.png) no-repeat;
	width: 179px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

#curl_icons img {
	border: 2px solid #ff7fc4;
}

#curl_icons p {
	display: block;
	background: #ff7fc4;
	margin: -2px 0 0 0;
	padding: .5em 1em 1em 1em;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
}

.image_credit p {
	background: none;
	margin: -1.2em .2em 1.4em .2em;
	line-height: 1.2em;
	font-size: .8em;
	text-align: right;
}

#curl_wisdom {
	display: block;
	background: #ff7fc4;
	padding: .4em 0;
	color: #fff;
}

#curl_wisdom h5 {
	display: block;
	background: url(/assets/images/curl_wisdom_header.png) no-repeat;
	width: 179px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
}

#curl_wisdom p {
	padding: 0 1em .3em 1em;
}

#twitter {
	margin: 0 0 8px 0;

}

#twitter a {
	display: block;
	background: url(../images/twitter_banner.png) no-repeat;
	width: 179px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
}

#facebook a {
	display: block;
	background: url(../images/facebook_logo.png) no-repeat;
	width: 179px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
}


/*
---------------------------------------------------------------------
Define Footer Content
---------------------------------------------------------------------
*/

#footer_container {
	clear: both;
	margin: 0 auto;
	width: 940px;
	color: #fff;
	font-size: .9em;
}

#footer_container p {
	float: left;
	margin: 0;
	padding: 0;
}

#footer_container ul {
	float: right;
}

#footer_container ul li {
	float: left;
	margin: 0 0 0 1em;
}



