/*
amber.css
'JBM1' style for the Tarski theme - http://tarskitheme.com/
Designed by Dave & Debra Amphlett (Just First Rate Ltd, http://www.justfirstrate.com/)
Implemented by Dave Amphlett (Davelopware Ltd, http://www.davelopware.com/)
Based on the 'Classic' style for Tarski theme
*/

/* Main structure
----------------------------------------------- */
body { min-width: 968px;}
#wrapper { width: 968px; }

/* Positioning
----------------------------------------------- */
body .primary { width: 688px; float: right; }
	body.janus .primary { float: left; }
body .primary-span { padding-left: 708px; clear: both; }
	body.janus .primary-span { padding-left: 0; padding-right: 220px; }

body .secondary { width: 200px; float: left; background-image:url('/wp-content/themes/tarski/images/grade4.jpg');}
	body.janus .secondary { float: right; }
body .secondary-span { padding-left: 708px; clear: both; }
	body.janus .secondary-span { padding-left: 0; padding-right: 708px; }

body { text-align: left; }
body.rtl { text-align: right; }
body.centre { text-align: center; }
body #wrapper { margin: 0 auto 0 0; }
body.rtl #wrapper { margin: 0 0 0 auto; }
body.centre #wrapper { margin: 0 auto; }





.icon-bar-horizontal-content {width:100%}
.icon-bar-horizontal {position: relative; width: 100%; }	
.icon-horizontal { float:left; width: 130px; border-bottom: 1px #cccccc none; text-align: center; font-size:0.8em; margin-top:0; margin-bottom:10px}
#wrapper .icon-horizontal a:link,#wrapper .icon-horizontal a:active,#wrapper .icon-horizontal a:visited {text-decoration:none;border-bottom:none;}

.icon-right { float:right; width: 130px; border-bottom: 1px #cccccc none; text-align: center; font-size:0.8em; margin-top:0; margin-bottom:10px}
#wrapper .icon-right a:link,#wrapper .icon-horizontal a:active,#wrapper .icon-horizontal a:visited {text-decoration:none;border-bottom:none;}

.text-next-to-icon { min-height:80px }

.icon-bar-vertical-content {float: left; width:350px}
.icon-bar-vertical {float: right; width: 110px; margin-top:0}	
.icon-vertical { border-bottom: 1px #cccccc solid; text-align: center; font-size:0.8em; margin-top:0}
#wrapper .icon-vertical a:link,#wrapper .icon-horizontal a:active,#wrapper .icon-horizontal a:visited {text-decoration:none;border-bottom:none;}

p {margin-bottom: 1.5em; }
body p { color: #555555 } 
body li { color: #555555 } 

.pricebar p {margin-bottom: 0.1em; color: #000000 }
.pricebar { margin-bottom:5px; width=100%; height:60px; border:1px solid #208Aa0; background-color:#ffdddd }
.pricebar-buy { float:right; height:60px; width:230px; margin:5px; text-align:right;}
.pricebar-details {float:left; height:60px; width:430px; margin:5px; text-align:left;}
.pricebar-details p { color: #000000}
.pricebar-end {clear:right; }

#content ul {margin-left:30px}


/* editor styles
----------------------------------------------- */

.strong-statement { color:#006A80; margin-top:15px; margin-bottom:15px; text-align:center; font:italic bold 1.3em Verdana,Helvetica,Arial,sans-serif}




/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030; }
body.classic #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.classic abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }
		
	/* Headers
	--------------------------------------- */
	body.classic h3 { color: #bf6030; }
	
	/* Post content
	--------------------------------------- */
	body.classic .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.classic .insert h3 { border-bottom: 1px solid #cfdde5; }
	
	/* Downloads
	--------------------------------------- */
	body.classic .content a.download:link, body.classic .content a.download:visited, body.classic .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.classic a img { border: 1px solid #0f6b99; }
	body.classic a:hover img, body.classic .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #0f6b99; }
body.classic a:hover { color: #e59900; }

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .link-pages a:link, body.classic .link-pages a:active, body.classic .link-pages a:visited, body.classic .tagdata a:link, body.classic .tagdata a:active, body.classic .tagdata a:visited, body.classic .widget_tag_cloud a:link, body.classic .widget_tag_cloud a:active, body.classic .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.classic .content a:hover, body.classic .link-pages a:hover, body.classic .tagdata a:hover, body.classic .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.classic .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.classic .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	
