/*
Theme Name: Couture Jewelers
Description: Theme for Couture Jewelers
Author: Kris Watosn, Lumous Media
*/

/*Reset*/
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { 
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal; 
}
address, caption, cite, code, dfn, em, strong, var { 
	font-style: normal; 
	font-weight: normal; 
}
ol, ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
caption, th { 
	text-align: left; 
	font-weight: normal; 
	font-style: normal; 
}
acronym, abbr, fieldset, img { 
	border: 0; 
}
:focus { 
	outline: 0; 
}
/*End Reset*/
/*Basic Structure*/
body {
	background-color: #292D2D;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #fff; 
	font-size: 93%; 
}
#wrap {
	width: 100%;
}
#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}
#content {
	width: 900px;
	margin: 0 auto;
}
#footer {
	margin-top: 7px;
	width: 900px;
	margin: 0 auto;
}
/*End Basic Structure*/
/****
	Parts
*****/
.clear {
	clear:both;
}
/*Header*/
.logo {
	background-image: url(./images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 260px;
	height: 41px;
	float:left;
	cursor: pointer;
}
.top_nav {
	float:left;
	padding-top: 20px;
}
.top_nav ul li {
	display: inline;
	list-style-type: none;

}
.top_nav ul li a:link, .top_nav ul li a:visited {
	color: #999;
	font-size: 93%;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 5px 0 8px;
	
}
.top_nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/*
	Content
*/
.page_content {
	color: #ccc;
	margin-top: 0;
	text-align: justify;
}
.page_content_inner {
	width: 880px;
	margin: 0 auto;
	font-size: 85%;
}
.page_content_left {
	float: left;
	width: 250px;
	border-right: #666 1px solid;
}
.page_content_right {
	float: left;
	width: 575px;
	margin-left: 50px;
}
.page_content a:link, .page_content a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
.page_content a:hover {
	color: #fff;
}
.page_content_left_imgTop {
	padding-top: 2px;
	margin-bottom: 20px;
}
.page_content_left_imgTop img {
	background-color: #fff;
	padding: 1px 1px 1px 1px;
}
.page_content_left_gallery { 
	padding-top: 2px;
	margin-bottom: 20px; 
	margin-right: 7px;
}
.page_gal_head {
	color: #f7f7f7;
	font-size: 11px;
	border-bottom: #666 1px solid;
}
.page_content ul {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.page_content ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.page_content_left_gallery ul li {
	list-style: none;
}
/* Contact Us */
.contact_form_title {
	font-size: 108%;
	color: #999;
	border-bottom: #666 1px solid;
}
.contact_form_title_left {
	width: 690px;
	float: left;
}
.contact_form_title_right {
	width: 175px;
	float: left;
}
.contact_form_title_right span {
	color: red;
}
/* End Contact Us */
/* Home */
.home_flash_wrap {
	width: 950px;
	height: 350px;	
	margin-top: -5px;
	margin-left: -20px;
	overflow: hidden;
}
/*Gallery*/
.gallery_home_txt {
	width: 600px; 
	margin:0 auto;
}
.gallery_links a:link, .gallery_links a:visited {
	color: #ccc;
	font-size: 85%;
	text-decoration: none;
}
.gallery_links a:hover {
	color: #fff;
}
.gallery_artist_home a:link, .gallery_artist_home a:visited {
	font-weight: bold;
	color: #fff;
	font-size: 116%;
	text-decoration: none;
}
.gallery_root_Cat a:link, .gallery_root_Cat a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
}
.gallery_root_Cat a:hover {
	color: #fff;
	font-weight: normal;
}
/*Blog*/
.post_title {
	font-size: 131%;
	color: #999;
	font-weight: bold;	
}
.post_title a:link, .post_title a:visited {
	font-size: 100%;
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
.post_title a:hover {
	color: #fff;
}
.post_wrap {
	margin-bottom: 25px;
}
.post_post {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 85%;
	text-align: justify;
}
.postmetadata {
	color: #999;
	font-size: 77%;
	border-top: thin solid #333;
	margin-top: 5px;
}
.postmetadata a:link, .postmetadata a:visited {
	color: #999;
	text-decoration: underline;
}
.postmetadata a:hover {
	color: #fff;
}
.blog_left {
	width: 500px;
	float: left;
}
.blog_right {
	width: 300px;
	float: left;
	margin-left: 75px;
}
.blog_right ul {
	margin-left: 10px;	
	color: #999;
	margin-bottom: 10px;
}

.blog_right ul li a:link, .blog_right ul li a:visited {
	color: #f5bb36;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
}
.blog_right ul li a:hover {
	color: #fff;
}
.categories {
	padding-top: 5px;
}
/* Comments */
#comments /* "One Response", "Respondes", etc */
{
	font-size: 85%;
	color: #999;
	margin-bottom: 10px;
}
#commentform {
	margin-bottom: 15px;
}
#commentform input {
	border: thin solid #999;
	background-color: #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
}
#commentform input:hover, #commentform input:active {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
}
#comment /*Comment Form Field*/
{
	border: thin solid #999;
	background-color: #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
}
#comment:hover, #comment:active {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
}
#submit {
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	font-weight: bold;
	color: black;
	cursor: pointer;
}
#respond /* "# of responses so far.." */
{
	font-size: 93%;
	color: #999;
	border-bottom: thin solid #333;
	margin-top: 20px;
}
.commentlist li {
	background-color: #333;
	margin-bottom: 15px;
	padding: 5px 5px 10px 3px;
}
.comment_authorbar {
	border-bottom: thin dashed #666;
	margin-bottom: 5px;
	text-indent: 10px;
	font-size: 85%;
	color: #999;
}
.comment_authorbar span {
	color: red;
}
.commentlist p {
	text-indent: 10px; 
	font-size: 93%;
	color: #fff;
}
/* End Comments */

/* Archives */

.pagetitle {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* End Archives */

/*Sub Navigation*/
.services_sub_nav {
	margin-left: 575px;
}
.about_sub_nav {
	margin-left: 295px;
}
.gallery_sub_nav {
	margin-left: 635px;
}
.sub_nav ul li {
	display: inline;
	list-style-type: none;
}
.portrait {
	border-color: #fff;
	border-style: solid;
	border-width: 10px;
}
.sub_nav ul li a:link, .sub_nav ul li a:visited {
	color: #999;
	font-size: 93%;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 5px 0 8px;
	
}
.sub_nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/*End Sub Navigation*/
/*Footer*/
.footer_content {
	font-size: 77%;
	color: #808080;
	text-align: left;
}

/*****
	End Parts
******/

/* Fonts */
strong {
	font-weight: bold;
}
small {
	font-size: 77%;
	color: #999;
}
small span {
	color: red;
}
h2 {
	font-weight:bold;
	font-size: 100%;
	color: #999;
	border-bottom: thin solid #333;
}
/* End Fonts */
/* Gallery */
.gallery_img {
	padding: 1px 1px 1px 1px;
	background-color: #ededed;
	margin-bottom: 25px;
	margin-right: 25px;
}
.gallery_img:hover {
	background-color: #999;
}
/* End Gallery */
/*Set current page title to white in nav*/
ul li.current_page_item a:link, ul li.current_page_item a:visited {
	color: #fff;
	cursor: default;
}
ul li.current_page_parent a:link, ul li.current_page_parent a:visited {
	color: #fff;
	cursor: pointer;
}
/* 404 */
.error_notfound {
	width: 100%;
	border: thin solid #ccc;
	background-color: #333;
	color: white;
	padding: 15px 0 15px 0;
}