@charset "utf-8";

html {
	background: url(images/backtile.gif) repeat-x;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/drop_shadow.jpg) no-repeat center 263px; 
	color: #000;
	width: 100%;
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*GENERAL STYLES*/
a {	color: #B10C00; }
a:hover { color: #000000; }

img { border:0;}

h1, h2#blogName {
	font-size: 28px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:15px 0 10px 22px;
	color: #d1d1d1;
	letter-spacing:0.03em;
	line-height: 33px;
}

h2 {
  color: black;
	font-size: 20px;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 10px 0;
}
h3 {
  color:#202020;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
  line-height:22px;
  margin:0;
  padding:8px 0 0;
}
h4 {
  color:#404040;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:19px;
  margin:0;
  padding:8px 0 0;
}

.show{display:block;}
.noshow{display:none;}

#leftHeaderBlog{
    background:url("images/int_header_back_left.jpg") no-repeat scroll 0 0 #FFFFFF;
    height:61px;
    padding-bottom:3px;
    width:239px;
    *margin-top:-14px;
}
#homeBodyContainer p,
#interiorBodyContainer p,
#blogBodyContainer div.post .text {
	text-align: justify;
	margin: 10px 0 0 0;
}

#blogBodyContainer div.post .text {
	text-align: left;
}
#blogBodyContainer div.post .text {
	clear: both;
	margin: 27px 0 0 0;
}

#blogHeader{
    float: right; 
    width: 720px; 
    background: none repeat scroll 0% 0% rgb(255, 255, 255); 
    padding-bottom: 15px;
}
.separator{
    border-top:2px solid #ECEFF5;
    padding-bottom:4px; 
    margin:0 auto;
    *padding-bottom:0;
    _margin-bottom:-14px;   
    width:960px;
}
#breadcrumbs, #postnavigation {
  background-color:#D1D1D1;
  font-size:11px;
  height:22px;
  /*margin: 0 0 30px 0;*/
  padding:6px 0 0 22px;
  line-height: 13px;
}

/*LAYOUT*/
#mainContainer {
	width: 976px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #ccc;
}
#topImageContainer {
  background:transparent url(/Templates/Default/images/header_img.jpg) no-repeat scroll 0 4px;
  border-top:2px solid #ECEFF5;
  height:206px;
  margin:0 auto 3px;
  padding:4px 0 0;
  width:960px;
}
#topImageContainer h1 {
  position: relative;
  left: -9999px;
}
#topImageContainer a {
  position: relative;
  left: 746px;
  top: 78px;
}


#header {
    height:100px;
    margin:0 auto;
    width:960px;
	background: url(images/header_bg.jpg) no-repeat left top;
}
#headerBlog {
	height: 100px;
	width: 976px;
	border-top: 10px solid #000;
	border-bottom:2px solid #ECEFF5;
	margin-bottom:4px;
}
.logo {
	float:left;
}
#headerInfoContainer {
	width: 530px;
	float: right;
	margin: 15px 15px 0 0;
	text-align: right;
}

.loginStatus 
{
	color:#766F69;
	text-decoration:none;
	width:100%; 
	float:right;
	font-size:11px;
	text-align:left;
}

.loginStatus a, .loginStatus a:link, .loginStatus a:visited, .loginStatus a:active, .loginStatus a:focus
{
	color:#FFFFFF;
	text-decoration:none;
}

.loginStatus a:hover 
{
	text-decoration:underline;
}

.loginSeparator
{
	padding:0 8px;
}

.phone {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
}
#MainBottomContainer {
	background: url(images/vertical_borders_home.gif) repeat-y;
	margin: 0 auto;
	width: 960px;
}

#MainInteriorBottomContainer {
	background: url(images/vertical_borders.gif) repeat-y;
	margin: 0 auto;
	width: 960px;
}

#leftContainer {
	width: 237px;
	background: url(images/lefttile.jpg) repeat-x;
	float: left;
	display: inline;
	margin:0 0 -30px;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

#leftContainerBottom {
	border-top: 8px solid #c7c7c7;
	text-align: center;
	margin:30px 5px 20px;
	padding-top: 10px;
}

#leftContainerBottom a{
    text-decoration:none;
    color:#000000;
}

#mobileButton{
    background:url(images/mobile_btn.jpg) no-repeat left top;
    padding-bottom:25px;
    padding-left:35px;
    padding-top:25px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

#gadgetsButton{
    background:url(images/gadgets_btn.jpg) no-repeat left top;
    padding-bottom:25px;
    padding-left:20px;
    padding-top:25px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

#shipSellButton{
    background:url(images/shipSell_btn.jpg) no-repeat left top;
	padding-bottom:17px;
    padding-left:20px;
    padding-top:13px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

#calculatePayoutButton{
    background:url(images/calculatePayout_btn.jpg) no-repeat left top;
    padding-bottom:25px;
    padding-left:20px;
    padding-top:25px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

#createAccountButton{
    background:url(images/createAccount_btn.jpg) no-repeat left top;
    padding-bottom:25px;
    padding-left:20px;
    padding-top:25px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

#socialMediaContainer{
    background:url("images/right_nav_tile.gif") repeat-x scroll 0 0 transparent;
    margin:0 auto 0 1px;
    padding-bottom:78px;
    padding-right:4px;
    padding-top:10px;
    text-align:center;
    width:232px;
}

#socialMediaContainer img{
    padding-top:5px;
    padding-bottom:5px;
}

.greyBar{
    border-bottom:2px solid #c5c5c5;
    margin:0 auto 0 6px;
    width:225px;
    padding-top:15px;
}

.leftBottomImages{
	margin-top: 20px;
}
#rightContainer {
	width: 720px;
	float: left;
	display: inline;
	margin: 0 0 20px 1px;
}
#homeButtonsContainer {
	/*height:35px;*/
	background: url("images/homebuttons_bg.jpg") no-repeat scroll 0 0 #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-bottom: 2px;
	margin:0 0 0 6px;
}
#homeButtonsContainer h3 {
  color: #D1D1D1;
  padding:6px 0 0;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
#homeButtonsContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
#homeButtonsContainer a:hover {
	color: #b10c00;
}
#homeButtonsContainer p {
	margin: 10px 0 0 10px;
}
.homeButtons {
	/*width: 170px;
	height: 41px;
	background: url(images/hmbtns.gif) no-repeat;
	float: left;
	margin: 10px 0 0 8px;
	text-align: left;
	bottom: 20px;
	display: inline;*/
	list-style-type:none;
	margin:0 0 5px;
    padding-bottom:9px;
    padding-left:0;
    padding-top:9px;
}

.homeButtons li{
    display:inline;
}

.homeButtons li a{
    padding-left:45px;
    padding-right:30px;
}

#flashContainer{
    height:229px;
}

#homeBodyContainer, #interior2ColumnBodyContainer {
	width: 460px;
	margin: 0 20px 0 23px;	
	float: left;
	display: inline;
}

#homeLeftSidebar{
    width:237px;
    float:left;
}

#homeLeftSidebar .blogFeedContainer{
    background:url("images/right_nav_tile.gif") repeat-x scroll 0 0 transparent;
    margin:0 auto 0 1px;
    min-height:184px;
    padding-left:10px;
    padding-right:4px;
    padding-top:10px;
    width:223px;
}

#rightFeedContainer,
#blogSidepanel {
	width:210px;
	float: right;
	display:inline;
	/*border-left: 1px solid #d1d1d1;*/	
	padding-bottom: 50px;
}
#rightFeedContainer p{
	padding: 2px 15px;
	margin: 0;
}
.blogFeedContainer {
	background: url(images/right_nav_tile.gif) repeat-x 0 0;
  min-height:194px;
  padding-top:10px;
}

.goldFeedContainer {
	background: url(images/right_nav_tile.gif) repeat-x 0 0;
  padding-bottom:11px;
  line-height:16px !important;
}

.goldFeedContainer table, #londonFixings table{
    line-height:16px !important;
}

.goldFeedContainer p.lastUpdated {background-color:#7A1700; margin:0; color:#FFFFFF; text-align:center; font-size:11px; font-family:Verdana,Arial,Helvetica,sans-serif;}
.goldFeedContainer .description {font-size:10px; font-family:Verdana,Arial,Helvetica,sans-serif;}

#londonFixings {margin:15px 0; width:100%; font-size:12px; padding:0!important; font-family:Verdana,Arial,Helvetica,sans-serif; }
#londonFixings td {width:33%; padding:5px 0 5px 10px !important; border-bottom:1px solid #D0D0D0;  font-size:10px; }
#londonFixings tr {}
#londonFixings tr.header {color: #818181; font-weight:bold;}
.alternate {background-color:#f1f1f1; }
#londonFixings td.price {}
#londonFixings .metal {color: #7A1700; font-weight:bold;}

  
.imageBorderFloatLeft {
	border: 1px solid #d1d1d1;
	padding: 3px;
	float: left;
	
}
.imagePaddingFloatLeft {
	width: auto;
	padding: 0 15px 5px 0;
	background: #FFFFFF;
	float: left;
}

h4.navTitles {
	background: url(images/nav_title_back.gif) repeat-x;
	height: 23px;
	margin: 0;
	padding-top: 9px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#footer{
	width: 936px;
	background: #494949 url(images/footer_tile.gif) repeat-x;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	text-align: center;
	color: #a9a8a8;
	font-size: 11px;
	padding-left:20px;
    padding-top:20px;
    padding-right:20px;
}

#footer a {
	color: #a9a8a8;
}

#footer .title{
    color:#F07B1E;  
    font-size:12px;
    font-weight:bold; 
}
#footer .columnFirst{
    border-right:1px solid grey;
    float:left;
    height:160px;
    padding-left:15px;
    padding-right:10px;
    text-align:left;
    width:201px;
}

#footer .column{
    border-right:1px solid grey;
    float:left;
    height:150px;
    padding-left:20px;
    padding-right:10px;
    padding-top:10px;
    width:210px;
}
#footer .columnLast{
    width:200px;
    float:left;
    padding-left:15px;
    padding-right:10px;
    padding-top:10px;
}
#footer ul{
    margin:0;
    padding-left:10px;
}

#footer .column li, #footer .columnLast li{
    display:block;
    text-align:left;
    border-left:none;
    list-style-type:none;
}

#footer .column li a, #footer .columnLast li a{
    text-decoration:none;
}
#footer .column li a:hover, #footer .columnLast li a:hover{
    color:#F07B1E;
}
#socmedia_footer {
  margin:31px 0 16px;
  padding-left:43px;
}
#footer_socmedia_linkedin {
  margin-left: 17px;
}
#footer_socmedia_youtube {
  margin-left: 23px;
}
#footer_socmedia_flickr {
  margin-left: 18px;
}

#footer #credit {
  margin: 10px 0;
  color: #6F6F6F;
}
#footer #credit a, #footer #credit a:link, #footer #credit a:visited {
  font-weight: normal;
text-decoration:none;
  color: #6F6F6F;
}
#footer #credit a:hover {
text-decoration:underline;
}

.clearBoth {
	clear:both;
}

/*INTERIOR PAGES*/

#topImageContainerInterior {
    background:url("images/int_header_back.jpg") no-repeat scroll 0 0 transparent;
    height:61px;
    margin:0 auto 0;
    padding:4px 0 0;
    width:720px;
}

.imagePaddingFloatRight {
	width: auto;
	padding: 0 0 10px 20px;
	background: #FFF;
	float: right;
}
#interiorBodyContainer {
	width: 677px;
	margin: 0 20px 0 23px;	
	float: left;
	display: inline;
}


/* contact us form */

table.form {
  width: 400px;
}

.form input {
  width: 200px;
  margin: .3em 0;
}
.form select {
  margin: .3em 0;
}
.form input.form-button {
  width: auto;
}


.RequiredFieldIndicator {
  color: red;
}
.FormValidationSummary li.FormValidationSummaryItem {
line-height:130%;
    color:red;
}


/*** Error Pages ***/

.serverErrorDetails {
  font-size: 93%;
}


/**** BLOG ****/

#blogBodyContainer {
  padding:0 20px 0 23px;
  width:462px;
	float: left;
	display: inline;
}
h2#blogName {
  border-bottom: none; 
}
h2#blogName img{
  margin:0; 
  padding:0;
}
.posts { /*blog home page*/
  padding-top: 30px;
}

#blogSidepanel {
  background:#F0F0F0 url(images/lefttile.jpg) repeat-x scroll 0 bottom;
  border-left:1px solid #D1D1D1;
  /*border-top:28px solid black;*/
  display:inline;
  float:left;
  margin-left:1px;
  padding-bottom:50px;
  width:210px;
  float:right;
}


#widgetselector {
margin: 12px 0 12px 16px;
}

#socialMediaWidget{
    text-align:center;
    padding-bottom:10px;
}

#socialMediaWidget h4{
    background:url("images/nav_title_back.gif") repeat-x scroll 0 0 transparent;
    color:white;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px;
    padding:5px 0 3px;
    text-align:center;
    text-transform:uppercase;
}
.commentForm h1,
#relatedPosts h1,
h1#comment
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 10px 0;
  font-size:1.43em;
  border: 0;
  color: black;
  margin: 20px 0 5px;
}

.post,
.commentForm,
#relatedPosts,
h1#comment,
#commentlist {

}

#btnSaveAjax {
  width: auto;
}

img.feed {
  vertical-align: bottom;
}

/* Custom blog engine styling */
.shareThis {
  display: block;
  margin: 14px 0;
  width:125px;
}
.blogHomePageContentContainer {
  line-height:18px;
  margin-top:15px;
}

/*----------------------------
					 Simplified BlogENgine.net's Standard theme's style.css 
----------------------------*/



#sidepanel {

}

.loginbox{
	margin: 0 auto;
}



/*----------------------------
					 Header
----------------------------*/

/*----------------------------
						Menu
----------------------------*/

#menu{
	background: white;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}

#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(/blog/pics/apml.png) no-repeat left 1px; 
	padding-left:16px
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
  margin-bottom:0;
  min-width:1px;
  padding:0 0 0.7em;
  z-index:1;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
	margin:0 15px;
}

div.widget h4{
  background:transparent url(images/nav_title_back.gif) repeat-x scroll 0 0;
  color:white;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0 0 7px;
  padding:5px 0 3px 0;
  text-align:center;
  text-transform:uppercase;
}
div.widget.tagcloud h4{
  padding-bottom:5px;
  padding-top:4px;
}

div.widget a.edit{
  color:white;
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin:7px;
}

div.widget a.edit:hover {
	color: black;
}
div.widget a.delete{
	font-weight: bold;
  color:white;
	float: right;
	margin:7px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

.widget .content ul{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 2px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
  margin-bottom:30px;	
}

div.post h1, .mceContentBody h1 {
  border-bottom:1px solid #DCDCDC;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:1.7em;
  line-height:1.2em;
  font-weight:bold;
  margin:14px 0 2px;
  padding:0 0 5px 0;
}

div.post h1 a, .mceContentBody h1 a{
  color:black;
  text-decoration:none;
}
div.post h1 a:hover, .mceContentBody h1 a:hover{
  text-decoration:underline;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
}


div.post .text h2 {
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
  line-height:1.8em;
  border: 0;
  padding: 0;
}

div.post .text h3 {
  color:#202020;
  font-size:1.2em;
  font-weight:bold;
  margin:0;
  padding:0;
  line-height:1.6em;
}
div.post .text h4 {
  color:#404040;
  font-size:1.1em;
  font-weight:bold;
  margin:0;
	padding: 0;
  line-height:1.5em;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
	clear:both;
}

div.post .bottom {
	margin-bottom: 15px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	margin-bottom: 5px;
	float: left;
}


/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {

}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 7px;
}

ul.recentPosts li a{
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {

}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
margin:0.2em 0;
width:300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 180px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
	text-decoration: none;
}

.tagcloud a.biggest {
	font-size: 16px;
	font-weight: bold;
}

.tagcloud a.big {
	font-size: 14px;
}

.tagcloud a.medium {
	font-size: 12px;
}

.tagcloud a.small {
	font-size: 10px;
}

.tagcloud a.smallest {
	font-size: 9px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(/blog/pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('/blog/pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('/blog/pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('/blog/pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('/blog/pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('/blog/pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('/blog/pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('/blog/pics/xfn/sweetMet.gif');
}

/* COLLAPSIBLE MENUS */
#primaryNavigation, #primaryNavigation * {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height:24px;
}
#primaryNavigation {
 margin-top:5px;
 padding-right:5px;
 padding-left:5px;
}
#primaryNavigation a {
	display: inline-block;	
}
#primaryNavigation li {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #DEDEDE;
}
#primaryNavigation li a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	margin-left: 6px;
}
#primaryNavigation a:hover {
	color: #B10C00;
	text-decoration: underline;
}
#primaryNavigation li li {
  padding: 0 0 0 16px;
}
#primaryNavigation li li a {
	background: transparent none no-repeat 0 3px;
	font-weight: normal;
	padding-left:10px;
}

#primaryNavigation li li.last {
	border-bottom: none;
} 
#primaryNavigation li li.first {
	border-top:  1px solid #DEDEDE;
}
#primaryNavigation ul ul {
  display:inline;
}
#primaryNavigation ul ul li a {
  /*padding-left:20px;*/
}
#primaryNavigation a.expanded, #primaryNavigation a.collapsed, #primaryNavigation a.static {
  margin:0px 0 0 0px;
  padding-left:13px;
  /* float:left puts them on the same line with the actual <a href> tag and makes the height of the li correct. */
  float:left;
}
#primaryNavigation a:hover.expanded, #primaryNavigation a:hover.collapsed, #primaryNavigation a:hover.static {
  text-decoration: none;
}
#primaryNavigation a.pointer {
  cursor: pointer;
}
#primaryNavigation a.expanded {
		 background: transparent url(images/collapse.gif) no-repeat 3px 50%;
	}
#primaryNavigation a.collapsed {
		 background: transparent url(images/expand.gif) no-repeat 3px 50%;
	}
#primaryNavigation a.static, #primaryNavigation a.stayOpen {
		 background: transparent url(images/bullet.gif) no-repeat 3px 50%;
	}
#primaryNavigation .currentPage {
  color:#D70C00;
}


/* Interior 2 Columns Page */

#space{
    background:white;
    margin:0 auto;
    width:718px;
    height:30px;
}

#breadcrumbsInterior2Column {
  background-color:#D1D1D1;
  font-size:11px;
  height:22px;
  margin: 0 0 1px 0;
  padding:6px 0 0 22px;
  line-height: 13px;
}

#widgetsInterior2Column{
    width:210px;
    /*border-left: 1px solid #D1D1D1;*/
    display:inline;
    float:right;
    padding-bottom:50px;
    font-size:11px;
    font-family:Arial;
}

#widgetsInterior2Column p{
	padding: 2px 15px;
	margin: 0;
}

#videoPlaceholder{
    margin:0 0 0;
    background:#ffffff;
    padding-top:3px;
}

#videoPlaceholder p{
    margin:0;
}
.required{
    color:#ff0000;
}
#widgetForm, #widgetsInterior2Column table{
    padding-bottom:20px;
    padding-left:25px;
    padding-top:10px;
    background:url("images/right_nav_tile.gif") repeat-x scroll 0 0 transparent;
    line-height:12px;
    width:210px;
}

#widgetsInterior2Column table td{
    *padding-left:25px;
}

#widgetForm table.form{
    width:auto;
}

#widgetForm label{
    padding-bottom:5px;
}

#widgetForm .form input{
    width: 160px;
}

#widgetForm .form input.form-button {
    width:auto;
    float:right;
}

#widgetSocialMedia{
    padding-left:14px;
    background:url("images/right_nav_tile.gif") repeat-x scroll 0 0 transparent;
    min-height:194px;
}
#widgetSocialMedia img{
    padding-left:5px;
    padding-right:5px;
    padding-top:25px;
}

/* Association Styles */

.AssociatedItems {
    font-size:12px;
}

.AssociatedItems.ListingContainer {
    margin: 15px 0 0;
}

.AssociatedItems.ListingContainer .ItemAbstract {
    margin-bottom:12px;
}

.AssociatedItems.ListingContainer .ItemDate {
    font-style:italic;
}

/* Form Styles */

.RequiredFieldIndicator {
    color:red;
}

div.FormValidationSummary
{
    background-color:#F0F0F0;
    margin-bottom:1em;
    margin-right:18px;
    margin-top:1em;
    padding:0.8em 0.8em 1px;
    color:#000000;
    font-size:12px;
    font-weight:bold;
}


div.FormValidationSummary li {
    font-weight:normal;
    color:red;
    line-height:17px;
}

/* Table styles for Pennyweight Conversion Chart */

.calculationTable {
	border: 1px solid #868686;
	background: url(images/bkgd_tile.jpg) repeat-x;
	font-size:9px;
}
.calculationTable td {
	border-bottom: 1px solid #d6d9da;
	border-left: 1px solid #d6d9da;
	padding: 5px;
	text-align:right;
}
.calculationTable th {
	background: #000;
	color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #333;
}
.calculationTableTitle {
	color: #d70c00;
	font-weight:bold;
	text-align:left !important;
	border-left: none !important;
}

/* Historical Gold Prices Graphs */

.line{
    border-bottom: 1px solid #dcdcdc;
    height:2px;
}

.floatLeft{
    float:left;
    padding-top:10px;
}

.floatRight{
    float:right;
}

.graphDivider{
    border-right: 1px solid #dcdcdc;
    float:left;
    margin-right:30px;
    padding-right:30px;
}

/* Splash Page Styles */

#contact_us{
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
}

#contact_us h2{
    border-bottom:medium none;
    color:#000000;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}

.red_phone{
    color:#A60D00;
    font-family:Trebuchet MS;
    font-size:30px;
    font-weight:bold;
    margin-bottom:0;
    margin-top:0;
    padding-top:0;
    letter-spacing:-2px;
    text-align:center;
}

#contact_us p{
    line-height:16px;
    /*padding-left:15px;
    padding-right:15px;*/
}

.location{
    font-size:11px;
    padding-right:0 !important;
}

.location_image{
    border:1px solid #D1D1D1;
    float:left;
    margin-right:15px;
    margin-top:10px;
    padding:2px !important;
}

#contact_us img{
    padding-top:10px;
    padding-bottom:10px;
}

#imagePlaceholder{
    margin:0 0 0;
    background:#ffffff;
    border-bottom:8px solid #d1d1d1;
}
#imagePlaceholder p{
    margin:0;
}
.greyLine{
    height:2px;
    background: #a9a8a8;
    width:165px;
}
.socialMediaFooter{
    border-top:2px solid grey;
    margin:20px auto 0;
    padding-top:10px;
}
.copyright{
    text-align:center;
    margin:0 auto;
}

.message 
{
	color:red;
	font-weight:bold;
}

/* Payout Calculator */

.caratCalculatorMetal {
    border:1px solid #abacb1;
    width:100%;
    text-align:center;
}

.caratCalculatorMetal td {
    padding:5px;
}

 .caratCalculatorMetal th {
    background:url(/templates/_common/karatcalculator-metal-bg.gif) repeat-x; height:36px;
}

.caratCalculatorMetal .totalsTop td
{
	 background:url(/templates/_common/karatcalculator-metal-bg.gif) repeat-x; height:36px;
	 border-top:1px solid #abacb1;
}

.caratCalculatorMetal .totals {
    font-weight:bold;
}

.caratCalculatorMetal .first td
{
	border-top:1px solid #abacb1;
}

.caratCalculatorMetal .alternate {
    background-color:#F3F4F6;
}

.caratCalculatorButtonContainer {
    margin-top:30px;
}

.caratCalculatorButtonsLeft {
   float:left;
}

.caratCalculatorButtonsRight {
   float:right;
}

.caratCalculatorTotalsContainer 
{
	margin-top:30px;
}

 .caratCalculatorTotalsContainer h2 {
    border:none;
}

.caratCalculatorTotalsContainer table {
    width:100%;
    text-align:center;
    border:1px solid #abacb1;
}

.caratCalculatorTotalsContainer th {
    background:url(/templates/_common/karatcalculator-metal-bg.gif) repeat-x; 
    height:36px;
    border-bottom:1px solid #abacb1;
}


.caratCalculatorTotalsContainer td{
    height:36px;
    font-size:14px;
    font-weight:bold;
    color:#aa0f00;
}

.printerIcon 
{
	vertical-align:middle;
	padding-right:10px;
}

.pmc {
	margin-top:20px;
}

.expand a, .expand a:link, .expand a:visited, .expand a:hover, .expand a:active, .expand a:focus 
{
  padding-left:20px;  
  background-image:url(/templates/_common/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  text-decoration:none;
  color:#000000;
}

.expand a.open:link, .expand a.open:visited {
  background:url(/templates/_common/arrow-up.gif) no-repeat 0 50%;
}

.bold 
{
	font-weight:bold;
}

/* Packing Slip */

#packingSlip h1 
{
	font-size:30px;
	margin:67px 0 0 0;
	border-bottom:1px solid #000000;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	padding:0 0 10px 0;
	color: #000000;
	letter-spacing:normal;
	line-height: normal;	
}

#packingSlip #container {
	width:770px;
}

#packingSlip #containerLeft {
	padding-top:25px;
	float:left;
	width:212px;
	
}

#packingSlip #containerRight {
	float:right;
	width:558px;
}

#packingSlip #address 
{
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
	color:#7b322b;
}

#packingSlip #customerInfo 
{
	
	border-bottom:3px solid #000000;
	padding-bottom:20px;
}

#packingSlip #divGold 
{
	border-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}

#packingSlip #divPlatinum
{
	border-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}

#packingSlip #divSilver
{
	border-top:10px;
	padding-top:10px;
	padding-bottom:10px;
    border-bottom:3px solid #000000;
}

#packingSlip .customerName 
{
    font-size:20px;
    font-weight:bold;	
}

#packingSlip .heading 
{
	font-size:14px;
    font-weight:bold;	
}

#packingSlip .metal table {
	width:100%;
}

#packingSlip .metal td {
	text-align:center;
	width:33%;
}

#packingSlip .metal tr.first td {
	text-align:left;
	
}

#packingSlip .total 
{
	padding-top:10px;
}

#packingSlip .total table {
	width:100%;
}

#packingSlip .total .value {
    text-align:center;
}

/* Step Styles */

#stepnavigation .current{
    background: url("/Templates/Default/images/number-button-current.gif") no-repeat scroll left top transparent !important;
    color: #FFFFFF !important;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 1px !important;
    border:none !important;
}

#stepnavigation{
    float: right; 
    margin-right: -10px;
    margin-top: -20px;
    padding-top:2px;
    padding-bottom:2px;
}

#stepnavigation a{
    background: url("/Templates/Default/images/number-button.gif") repeat-x scroll left top #E7E7E7;
    border: 1px solid #D1D1D1;
    color: #000000;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    padding: 1px 5px 0;
  
}

#stepnavigation span a{
    color:#000;
    text-decoration:none;
}

/* Search Styles */

#search{
   padding-top:5px;
   float:left;
}

#search table{
    margin: 0 auto;
}

.searchText{
    width: 120px;
}

.searchSubmit{
    border:none;
    background: url(images/search.gif) no-repeat left top;
    width:65px;
    height:21px;
    margin-left:2px;
    cursor:pointer;
}

.gs-result .gs-title, .gs-result .gs-title *{
    color: #B10C00 !important;
}

.gs-title:hover{
    text-decoration:none !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{
    color: #000000 !important;
    text-decoration: underline !important;  
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {font-size:13px !important;}

/* Cupcake Promo */

.cupcake{background: url(images/bg-cupcake-promo.jpg) no-repeat left top; width:436px; margin: 0 auto; padding: 12px 15px 25px 8px}
.pinkTitle{color:#e62d5c; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin:0 !important;}
.cupcakeP{font-size:12px; color:#4d3927; font-family:Verdana, Arial, Helvetica, sans-serif; padding:10px 0; margin:0 !important; line-height:normal; text-align: left !important;}

/* New Header Styles */

.box{width: 145px; text-align:center; float:left; background: url(images/box-divider.png) no-repeat right top; min-height:45px; padding: 10px 8px;}
.box img{vertical-align:middle;}
#headerInfoContainer .first{text-align:right; padding-top:10px;}
#headerInfoContainer .first img{padding-right:8px;}
.bottomPadding img{margin-bottom:10px;}
#headerInfoContainer .last{width:195px; float:right; padding-top:5px;}
.orange{color:#f9761f; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; letter-spacing:-1px;}
.space{height:6px;}
