/*
Theme Name: Mardon Theme
Theme URI: http://mardonjewelers.com/
Description: The custom Mardon Jewelers theme
Version: 1.0
Author: Frye / Wiles
Author URI: http://fryewiles.com/
Tags: 

	

*/

.float-catch { clear: both; }

/* Begin Typography & Colors */

html {
	background: url('/images/main_bg.jpg') top left repeat;
	
	}
	
body {
	font-size: 16px;
	font-family: "Trebuchet MS", sans-serif;
	/* background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
	background: url("/images/top_bg.jpg") top center repeat-x;
	margin: 0;
	padding: 0;
	}

#page-top {
	margin: 0px auto;
	background: transparent;
	width: 950px;
}

#page {
	width: 950px;
margin: 0px auto;
clear: both;
background: #ffffff;
	}

#header {
	clear: both;
	height: 143px;
	margin: 0;
}

#logo {
	background: url("/images/site-logo4.png") top center no-repeat;
	float: left;
	display: inline;
	margin: 15px 0;

}

#logo a {
	display:block;
	height:110px;
	width:950px;
}

#navbar {
	width: 950px;
	height: 55px;
	text-align: center;
	padding-top: 18px;
	background: url(/images/navbar.png) top center no-repeat;
	margin: 0px auto;
	font-size: 17px;
	font-family: Anglican, Times, serif;

}

#navbar ul {
	padding: 0;
	margin: 0px;
}

#navbar li {
	height: 50;
	border-left: 1px solid #8B4513;
	display: inline;
	padding: 0 10px 0 12px;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

#navbar li:first-child {
	border: none;

}

#navbar a {
	text-decoration: none;

}
#navbar a:link { color: #8B4513 }
#navbar a:visited {color: #8B4513 }
#navbar a:hover {color: #800000 }


#footer {
	
	text-align: center;
	width: 950px;
	margin: 0px auto;
	font-size: 12px;
	color: #fff;
}

#footer p {
	margin: 10px 0px;
	
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #C58E28;
}





#content {
	float: right;
	width: 680px;
	margin-left: 0px;
	padding: 10px 50px 10px 10px;

	}

#content .entry {
	line-height: 1.4em;
	}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}





#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	color: #C58E28;
	font-size: 28px;
	margin: 0 0 10px 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}





h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #C58E28;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	
	}

#sidebar ul ul li, #sidebar ul ol li {
	font-size: 14px;
	color: #fff;
	margin: 3px 0 3px 15px;
	list-style: circle;
	
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #fff;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #78412D;
	text-decoration: none;
	}
	
	
a:hover {
	color: #147;
	text-decoration: underline;
	}

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

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

#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;
	}
/* End Typography & Colors */













.post {
	margin: 0 0 40px;
	
	}

.post hr {
	display: block;
	}





.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */



h2.pagetitle {
	margin-top: 30px;

	color: #78412D
}

#sidebar h2 {
	padding: 5px 5px 5px 10px;
margin: 5px;
text-align: left;
text-transform: uppercase;
font-size: 14px;
color: #845B2C;
background: #e0bf76 url(/images/sidebar-h2-bg.jpg) repeat-x;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {

	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#side-container {
	float: left;
}

#sidebar-outer {
	border: 1px solid #E6E6E6;
	padding: 6px;
	background: #ffffff;
	width: 180px;
	margin-left: 10px;
}

#sidebar {
background: linear-gradient(#3a4e97, #1b2a60);
margin-left: 0;
padding: 10px 0;
color: #ffffff;
font-size: 12px;
}

#sidebar form {
	margin: 0;
	}
	

#certs {

	margin: 20px 0 20px 10px;
	color: #000000;
	font-size: 12px;
	width: 192px;
	text-align: center;
	
	/* border: 1px solid #e6e6e6; */
}

#certs img {
	border: none;
}

#certs img {
	margin-bottom: 20px;
}

/* End Sidebar */



/* Begin Calendar */
#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.breadcrumb {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #E0BF76;
}

.breadcrumb a:hover {
	color: #78412D;
}

.breadcrumb li {
	display: inline;
}


.subscribe {
	margin-left: 10px;
	padding-left: 12px;
}

.subscribe a:link, .subscribe a:visited {
	display: block;
	width: 180px;
	height: 120px;
	background: url(/images/rss-button.jpg) top left no-repeat;
}

.subscribe a:hover {
	background: url(/images/rss-button.jpg) top right no-repeat;
}

#featured-posts {
	padding: 6px;
	width: 180px;
	float: left;
	border: 1px solid #E6E6E6;
	margin: 0 0 10px 10px;
	color: #C58E28;
}

#facebook {
	padding: 6px;
	width: 180px;
	float: left;
	border: 1px solid #E6E6E6;
	margin: 0 0 10px 10px;
	color: #C58E28;
}

#featured-posts h3 {
	margin: 2px;
	font-size: 1.1em;
}

#featured-posts ul {
	list-style: circle;
	padding: 0px;
	margin: 5px 0 0 20px
}

.sharesave {
	text-align: center;
}

#phonenumber {
width: 178px;
padding: 0px 0px 0px 0px;
text-align: center;
border: 1px solid #E6E6E6;
margin-bottom: 6px;

}

#phonenumber h2 {
padding: 12px 12px 12px 12px;;
text-align: center;
text-transform: uppercase;
font-size: 20px;
margin: 0;
color: #845B2C;
background: #e0bf76 url(/images/sidebar-h2-bg.jpg) repeat-x;
}

#social {
width: 178px;
padding: 0px 0px 0px 0px;
text-align: center;
border: none;
margin-bottom: 6px;

}

#social img {
padding: 0px 4px 0px 4px;
}
