/* rounded corners */

DD_roundies.addRule('#cart', '10px 10px 0px 0px', true);
			DD_roundies.addRule('#search', '10px 10px 0px 0px', true);
			DD_roundies.addRule('#categories', '10px', true);
			DD_roundies.addRule('#infobox', '10px', true);
			DD_roundies.addRule('#ringnews', '10px', true);
			DD_roundies.addRule('#featured-single', '10px', true);
			
			DD_roundies.addRule('#promo-top', '10px 10px 0px 0px', true);
			DD_roundies.addRule('#promo-bottom', '0px 0px 10px 10px', true);

#cart 			{ border-radius: 10px 10px 0px 0px; } 
#search 			{ border-radius: 10px 10px 0px 0px; } 
#categories 		{ border-radius: 10px; } 
#infobox 			{ border-radius: 10px; } 
#ringnews			{ border-radius: 10px; } 
#featured-single	{ border-radius: 10px; } 

#promo-top 		{ border-radius: 10px 10px 0px 0px; } 
#promo-bottom 		{ border-radius: 0px 0px 10px 10px; } 

.content-right		{ border-radius: 5px; }


/* Norms */

#navSearch {
	width: 230px;
	
	position: absolute;
	font-size:11px;
	color: 333333;
	
	margin-left: 10px;
}

#navSearch form {
	margin:0;
	padding:0;
}

.searchBox {
	display: inline-block;				
}

.searchInput {
	inline-block;
	position: relative;			
}

.searchInput button span {
	display: none;
}

#navSearch .inputtext {
	width: 225px;
	
	border: 0 none;
	outline: 0 none;
	
	height: 15px;
	
	margin-top: 3px;
	margin-left: 5px;
}

#navSearch .pretext {
	color:#aaaaaa;
}

#navSearch .borderme {
	border-color:#3B5998;
	
	background-color: #ffffff;
	height: 20px;
}	

.searchInput button {
	background: url("/images/theme/icon-searchbutton.png") no-repeat;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 0 0 1px;
	cursor: pointer;
	display: block;
	height: 16px;
	padding:0;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 21px;
	z-index: 2;
}	

.landing-title {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 4px;
	
	font-weight: bold;
}

.landing-title a {
	text-decoration: none;
}

.landing-image {
	text-align: center;
}

#promo-textbox-contents a {
	color: #ffffff;				
}

#ringbox a {
	font-weight: bold;
}


#ringnews ul {
	width: 170px;
	
	font-family: verdana;
	font-size: 11px;
	
	list-style: none outside none;
	
	margin: 0px;	
	
	margin-left: 25px;
	
	padding: 0px;
	text-align: left;
		
}

#ringnews ul li {	
	text-indent: -25px;
}

#ringnews ul li a {	
	line-height: 20px;		
}

#ringnews ul li a:hover {
	color:#CCCCCC;
	text-decoration:underline;	
}



.social {
	margin-top: 10px;		
}

.social iframe {
	width: 60px !important;
}

/* hacking the AddThis bookmarklet */
#at16pf {
	display: none !important;
}

.addthis_toolbox {
	margin-top: 6px;	
}

.hrule {
    background-color: #102611;
    color: #102611;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    width: auto;
}




/* Most common stuff you'll need to change */

.coda-slider-wrapper { padding: 0px; }
.coda-slider { 
	background: #ebebeb; 
	border: 1px solid #ebebeb;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 145px; overflow: auto !important; padding-right: 0px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 675px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px }

/* Preloader */
.coda-slider p.loading { text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
