/*
Theme Name: Jewelry
Theme URI: http://
Description: 
Author URI: http://
Tags: red, white, gray

*/



/* Begin Typography & Colors */
body {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	background: #eaeaea;
	color: #000000;
	}
	
* {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: square;
}

a:link {
	color: #7a1f2d;
	text-decoration:none;
}

a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 10px;
	background: #ffffff;
}

.clear {
	clear: both;
}

#header {
	width: 1000px;
	height: 250px;
	background: url(images/header.jpg);
	margin-left: auto;
	margin-right: auto;
}

#headertitle {
	margin-top: 67px;
	margin-left: 30px;
	font-size: 40px;
	color: #ffffff;
	float: left;
}

#headertitle a:link {
	color: #ffffff;
	text-decoration:none;
}

#headertitle a:visited {
	color: #ffffff;
	text-decoration:none;
}

#headerdescription {
	margin-top: 76px;
	margin-right: 30px;
	font-size: 20px;
	color: #ffffff;
	float: right;
}

#navigation {
	height: 36px;
	line-height: 36px;
	background: url(images/nav.png);
}

#navigationleft {
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	float: left;
}

#navigationleft a:link {
	width: 119px;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
	background: url(images/hover.png);
	display: block;
	float: left;
}

#navigationleft a:visited {
	width: 119px;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
	background: url(images/hover.png);
	display: block;
	float: left;
}

#navigationleft a:hover {
	width: 119px;
	height: 34px;
	line-height: 34px;
	color: #952637;
	text-decoration:none;
	text-align: center;
	background: url(images/hover.png);
	display: block;
	float: left;
}

#navigationright {
	float: right;
}

.search {
	width: 220px;
	height: 13px;
	font-size: 12px;
    background: #ffffff;
	border: none;
	padding: 5px;
	color: #7a1f2d;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
}

.searchtwo {
	width: 250px;
	height: 13px;
	font-size: 12px;
    background: #ffffff;
	border: 1px #d8d8d7 solid;
	padding: 5px;
	color: #7a1f2d;
	line-height: 18px;
	text-align: center;
	margin-top: 4px;
	margin-left: 6px;
}

#left {
	width: 170px;
	margin-left: 10px;
	float: left;
}

#middle {
	width: 170px;
	margin-right: 10px;
	float: left;
}

#right {
	width: 640px;
	float: left;
}

.sidebar {
	width: 160px;
	margin-bottom: 10px;
}

.sidebox {
	padding-bottom: 10px;
	color: #7a1f2d;
}

.sidebox a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.sidebox a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.sideboxheader {
	font-size: 18px;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	background: url(images/nav.png);
	padding: 5px;
	margin-top: 10px;
}

.sidebox ul{
}

.sidebox ul li{
	line-height: 25px;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}

.sidebox ul li a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.sidebox ul li a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.sidebox ul li ul{
	margin-top: 10px;
	margin-left: 15px;
}

.ad125 img{
	width: 125px;
	height: 125px;
	margin-left: 8px;
	margin-top: 8px;
	border: none;
	float: left;
}

.entries {
	width: 630px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #7a1f2d;
	margin-top: 10px;
	margin-right: 15px;
	padding: 5px;
}

.entriesleft {
	float: left;
}

.entriesleft a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.entriesleft a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.entriesright {
	float: right;
}

.entriesright a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.entriesright a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.pagetitle {
	width: 630px;
	font-size: 25px;
	color: #7a1f2d;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
}

.post {
	width: 630px;
	height: 100%;
	margin-bottom: 10px;
	padding: 5px;
}

.postheader {
	height: 46px;
	line-height: 46px;
	font-size: 25px;
	color: #7a1f2d;
}

.postheader a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.postheader a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.postimage img{
	width: 300px;
	height: 175px;
	border: none;
	margin-right: 5px;
	float: left;
}

.postcontent {
	font-size: 14px;
}

.postinfo {
	height: 25px;
	font-size: 12px;
}

#comment {
	width: 625px;
	height: 200px;
    background: #f6f6f6;
	border: 1px #d8d8d7 solid;
	color: #7a1f2d;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#author {
	width: 625px;
	height: 15px;
    background: #f6f6f6;
	border: 1px #d8d8d7 solid;
	color: #7a1f2d;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#email {
	width: 625px;
	height: 15px;
    background: #f6f6f6;
	border: 1px #d8d8d7 solid;
	color: #7a1f2d;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#url {
	width: 625px;
	height: 15px;
    background: #f6f6f6;
	border: 1px #d8d8d7 solid;
	color: #7a1f2d;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#submit {
	font-size: 12px;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	background: url(images/nav.png);
	padding: 5px;
	text-align: center;
	border: none;
	margin-bottom: 5px;
	float: right;
	clear: both;
}

#commentform {
	width: 630px;
	padding: 5px;
}

.comment {
	width: 630px;
	height: 100%;
	margin-top: 10px;
	padding: 5px;
}

.commentlist li{
	list-style: none;
}

.commenttitle {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #7a1f2d;
	padding-left: 5px;
}

.commenttitle a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.commenttitle a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.commentimage img{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: 1px #d8d6d6 solid;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	float: left;
}

.commentcontent{
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.commentcontent a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.commentcontent a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinfo {
	height: 25px;
	line-height: 25px;
}

.commentinfo a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinfo a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinfoleft {
	font-size: 10px;
	color: #7a1f2d;
	margin-left: 5px;
	float: left;
}

.commentinfoleft a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinfoleft a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinforight {
	font-size: 10px;
	color: #7a1f2d;
	margin-right: 5px;
	float: right;
}

.commentinforight a:link {
	color: #7a1f2d;
	text-decoration:none;
}

.commentinforight a:visited {
	color: #7a1f2d;
	text-decoration:none;
}

ul.children li.bypostauthor {
	width: 90%;
	margin-left: 25px;
	margin-bottom: 10px;
}

ul.children li.byuser {
	width: 90%;
	margin-left: 25px;
	margin-bottom: 10px;
} 

#footer {
	height: 26px;
	line-height: 26px;
	background: url(images/nav.png);
	padding: 5px;
}

#footerleft {
	color: #ffffff;
	font-size: 12px;
	float: left;
}

#footerleft a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:hover {
	color: #952637;
	text-decoration:none;
}

#footerright {
	color: #ffffff;
	font-size: 12px;
	float: right;
}

#footerright a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:hover {
	color: #952637;
	text-decoration:none;
}