/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000;
  background-image: url(images/background-gradient.jpg);
  background-repeat: repeat-x;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
a, a:link {
  color: #f65500;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #f65500;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f65500;
  text-decoration: underline;
}
a:focus {
  color: #f65500;
}
a:active {
  color: #f65500;
}
a img {
	border-color:  #f65500;	
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 772px;
}
#outerWrapper #header { 
  background-color: #ddd;
  background-image: url(images/header-2.jpg);
  background-repeat: no-repeat;
 /* border-bottom: solid 1px #666;*/
  font-size: 18px;
  font-weight: bold;
  height: 264px;
  line-height: 15px;
  /*padding: 10px 10px 10px 10px;*/
}
#outerWrapper #contentWrapper {
	background: #414858; 
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid; 
}
#outerWrapper #contentWrapper #topNavigation {
  background-color: #ebebeb;  
  background-image: url(images/nav-bar.jpg);
  background-repeat: repeat-x;
  color: #FFF;
  font-size: 16px;
/*  border-bottom: solid 1px #666;*/
  height: 35px;
  padding: 10px 10px 0px 10px;
  text-align: center;
}
/* Start Sidebar styling */
#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #414858;*/
  border-right: solid 1px #666;
  float: left;
  margin-top: 0px;
  padding: 10px 10px 10px 10px;
  width: 200px;
}
.sidebarContent {
	background: url(images/sidebar-content.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 177px;
}
.sidebarContent p {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
}
.sidebarContentHeader {
	background: url(images/sidebar-top.jpg) no-repeat top center;
	min-height: 26px;
}
img.imageHeader {
	margin-top: 20px;
}
.sidebarContentFooter {
	background: url(images/sidebar-bottom.gif) no-repeat bottom center;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 177px;
}
.divider {
	background: url(images/divider.gif) no-repeat center center;
	height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p.hours {
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
li#search {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
p#search {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/*padding-left: 8px;*/
	padding-top: 4px;
	text-align: center;
	width: 177px;
}
p#search input.searchSubmit {
	margin-bottom: -3px;
	margin-left: 5px;
}
/* End Sidebar styling */
/* Start main Content Area styling */
#outerWrapper #contentWrapper #content {
  color: #FFF;
  font-size: 14px;
  margin: 0 0 0 220px;
  min-height: 450px;
  padding: 0px 20px 10px 20px;
}
#outerWrapper #contentWrapper #homepageProducts {
	text-align: center;
}
#outerWrapper #contentWrapper #homepageProducts img {
	border: 2px solid #f65500;
	margin-left: 10px;
	margin-right: 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #bottom {
	background-image: url(images/bottom-picture.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*clear: both;*/
	height: 286px;
	margin-left: auto;
	margin-right: auto;
}
/*End Main Content styling */
#outerWrapper #footer {
  background-color: #414858;
  background-image: url(images/footer-background.jpg);
  background-repeat: repeat-x;
  border: solid 1px #FFF;
  color: #FFF;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
/*Start WordPress specific styling*/
div.alignright {
	float: right;
}
div.alignleft {
	float: left
}
div.post {
	margin-top: 20px;
}
/*form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}*/

.wp-caption-text {
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 0;
	text-align: center;
}
/*Google Map*/
iframe {
	border: 2px solid #F65500;
}
small a{
	color: #F65500!important;
	text-decoration: underline!important;
}
/*Start WP eCommerce plug-in styling*/
.wpsc_product_search {
	background-image: url(http://ramonsleatherworks.com/wp-content/themes/Ramons/images/search-background.jpg);
	/*border: 2px solid #000000;*/
	width: 130px;
}
/*Hide cForm II link*/
.linklove {
	visibility: hidden;
}
/*Feed*/
#feed {
	float: right;
	position: relative;
}
.feed {
  background: url("http://ramonsleatherworks.com/images/feed-icon-14x14.png") no-repeat 0 50%;
  /*margin-left: 8px;*/
  margin-right: 15px;
  padding: 0 0 0 19px;
} 
/* Login Panel */
#top {
  	/*background: url(images/login_top.jpg) repeat-x 0 0;*/
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 5px;
	/*position: relative;*/
	text-align: center;
	width: 762px;
}
 
#top ul.login {
	color: white;
	display: block;
  	font-weight: bold;
/*	height: 38px;
	line-height: 38px;*/
	padding: 0;
	width: 600px;
  	/*background: url(images/login_r.jpg) no-repeat right 0;*/
	/*padding-right: 45px;*/
	/*right: 150px;*/
	margin: 0;
	position: relative;
/*  	float: right;
  	clear: right;*/
}

#top ul.login li.left {
  	/*background: url(images/login_l.jpg) no-repeat left 0;*/
  	/*height: 38px;*/
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	/*height: 38px;*/
  	/*background: url(images/login_m.jpg) repeat-x 0 0;*/
}
 
#top ul.login li a {
	color: #f65500;
}
 
#top ul.login li a:hover {
	color: white;
}
 
/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	font-size: 1em;
}
 
#login a {
	text-decoration: none;
	color: #f65500;
}
 
#login a:hover {
	color: white;
}
 
#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}
 
#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}
 
#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}
 
#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}
 
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}
 
#login .loginContent input:focus.field {
	background: #464646;
}
 
#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
 
#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}
 
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.9em;
	text-align: left;
}
 
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	color: white;
}
 
#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}