/*
Theme Name: Rockable Press
Theme URI: http://rockstarresources.com/
Description: The theme used on Rockable Press.
Version: 1.0
Author: Leland Fiegel
Author URI: http://leland.info/
*/

@charset "UTF-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	padding:0px; 
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
html {
  overflow-y: scroll;
}
.clear {
  height: 1px;
  clear: both;
}
#wrapper {
  padding: 0 20px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
strong {
  font-weight: bold;
}
a img { border:0px; }

a {
	color:#1d5d7c;
	text-decoration:none;	
}

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

a.button {
	background-image: url(images/a_off.jpg);
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #ffc600;	
	line-height:20px;
	background-color:#ffc600;
	background-repeat:repeat-x;
}

a.button:hover {
	border:1px solid #000000;
	background-image: url(images/a_on.jpg);
	background-color: #000000;	
	color:#ffffff;
}

input.button, form.regular_form input.button  {
	background-image: url(images/a_off.jpg);
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #ffc600;
	font-weight:bold;	
	line-height:20px;
	background-color:#ffc600;
	background-repeat:repeat-x;
}

input.button:hover, form.regular_form input.button:hover {
	border:1px solid #000000;
	background-image: url(images/a_on.jpg);
	background-color: #000000;	
	color:#ffffff;
}

input {
	font-family: Georgia, "Times New Roman", Times, Serif;
}
form { margin:0px; }

form.regular_form strong {
	display:block;
	margin-top:20px;
}
form.regular_form input, form.regular_form textarea, form.regular_form select  {
	display:block;
	border:1px solid #cccccc;
	padding:6px;
	margin-top:3px;
	width:300px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color:#333333;
	font-size:13px;
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
}
form.regular_form small {
	display:block;
	font-style:italic;
}
form.regular_form input.button {
	margin-top:20px;
	width:auto;
}

/*
	Header
*/

#header {
	width:960px;
	position:relative;
}

ul#main_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	top:77px;
	font-size:15px;
}

ul#main_menu li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#main_menu li a {
	color:#5c5c5c;
	margin-left:4px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
}

ul#main_menu li a.active, 
ul#main_menu li a:hover {
	background-color:#ffca14;
	color:#000000;
	background-image:url(images/menu_slice.gif);
	background-repeat:repeat-x;
}

/*
	Content
*/
#panel {
	background:#000000 url(images/panel_regular.jpg) repeat-y;
	height:83px;
	width:960px;	
	position:relative;
}

#panel h1 {
	position:absolute;
	left:26px;
	top:34px;
	color:#ffcf26;
	font-size:23px;
	margin:0px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif
}

#panel big {
	position:absolute;
	left:26px;
	top:18px;
	color:#ffffff;
	font-size:14px;
	font-style:italic;	
}

#panel_home {
	background:#000000 url(images/home_panel2.jpg) no-repeat 0 10px;
	height:326px;
	width:960px;
	position:relative;
}
.latest {
  position: absolute;
  left: -4px;
  top: -6px;
  display: block;
  width: 162px;
  height: 97px;
  background: url(images/our_latest.png) no-repeat 0 0;
}

#panel_home #text {
	position:absolute;
	left:200px;
	top:200px;
	width:450px;
	line-height:20px;
	color:#7b7b7b;
}

#content {
	width:640px;
	line-height:22px;
}

#page_content {
	padding:26px;
	width:600px;
	line-height:22px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}
#page_content ul li, #page_content ol li { 
  margin:0px;
  margin-left: 20px; 
  margin-bottom:15px; 
}

#page_content h2 {
	margin-top:20px;
	margin-bottom:20px;
}

#page_content h3  {
	margin-top:30px;
	margin-bottom:20px;
	padding-top:20px;
	border-top: 1px solid #dddddd;	
}
#page_content h4  {
	margin-top:20px;
	margin-bottom:5px;
	font-size:16px;
	line-height:20px;
	color:#1d1d1d;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
}
.small_left {
  float: left;
  width: 105px;
  margin-bottom: 40px;
}
.small_right {
  float: left;
  width: 175px;
  margin-bottom: 40px;
}
#column1 {
	width:280px;
	float:left;
	background-image:url(images/separator_vert.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	min-height:420px;	
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;padding:20px;	
}

#column2 {
	width:290px;
	float:left;
	min-height:200px;
	padding:20px;
	padding-right:0px;
	padding-left:30px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}
.product_block {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.lined {
  padding: 20px 0;
  border: 1px solid #ccc;
  height: 1px;
  display: block;
}

#column1 h2, #column2 h2, .product_block h2 {
	font-size:20px;
	line-height:20px;
	margin-top: 0px !important;
}
h2 {
	font-size:24px;
	line-height:30px;
	color:#2d2d2d;
	margin:0px;
	margin-bottom:20px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif
}

h3 {
	font-size:20px;
	line-height:24px;
	color:#1d1d1d;
	margin:0px;
	margin-bottom:20px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
}

p {
	margin:0px;
	margin-bottom:15px;
}

#guarantee { position:relative; left:-50px; float:left; margin-right:-40px; margin-bottom:20px;}

#about_rockstar { float:right; }

/*
	Sidebar
*/
#sidebar {
	width:270px;
	position:absolute;
	right:38px;
	top:120px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
}

#side_panel {
	background:#1e1e1e url(images/home_sidebar.jpg) no-repeat;
	font-size:14px;
	line-height:20px;
	color:#7b7b7b;
	padding-top:12px;
}

#side_panel.home {
	padding:22px;
	min-height:380px;	
}

#side_panel h2 {
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:23px;
}

#side_panel h2 em {
	color:#ffc600;
}

#side_panel a { color:#bb9633; text-decoration:none;}

#side_panel a:hover { color:#ffc600;}

#side_panel strong { font-weight:normal; color:#ffffff; }

#side_panel input.text {
	background-color:#4b4b4b;
	padding:4px 3px;
	border:1px solid #6a6a6a;
	color:#cccccc;
}

#eden {
	margin-top:10px;
}

#side_panel h3 {
	padding-left:18px;
	margin:0px 0px 5px 0px;
	color:#ffc600;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif
}

ul.side_menu {
	margin:0px; padding:0px;
	margin: 0px 0px 20px 0px;
	border-top:1px solid #4a4a4a;	
}

ul.side_menu li {
	list-style:none;
	margin:0px; padding:0px;
}

#side_panel ul.side_menu li a {
	display:block;
	color:#ffffff;
	padding:4px 8px 4px 18px;
	border-bottom:1px solid #4a4a4a;
	background-color:#2d2e2e;
}

#side_panel ul.side_menu li a:hover {
	background-color:#101010;
}

#side_panel ul.side_menu li a.active {
	color:#ffffff;
}

.quotes {
	position:absolute;
	left:690px;
	top: 535px;
	width:300px;
}

/* ---------------------------------------------------------------- 
 *  Site Switcher
 * ---------------------------------------------------------------- 
*/ 
.switcher_wrap {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 155px;
	font:13px/22px Georgia, "Times New Roman", Times, Serif;
	color: #000;
	font-weight: bold;
	z-index: 10;
}
.switcher_wrap .swither_header {
	width:155px;
	height: 31px;
	background: #f9bb10;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 31px;
}
.switcher_wrap #links {
	position:absolute;
	left: 0px;
	top:32px;
	width:155px;
	background:#dbdbdb;
	padding:5px 0px;
	line-height: 18px;
	display: none;
}
.switcher_wrap ul {
	list-style:none;
}
.switcher_wrap ul li a {
	display:block;
	padding:3px 17px;
	color: #000;
	text-indent: 0;
}
.switcher_wrap ul li a:hover {
	text-decoration:none;
	background: #cbcbcb;
}
.switcher_wrap:hover ul {
	left: 0px;
}
.switcher_arrow {
	display:block;
	padding: 0 0 0 10px;
	background:url(images/arrow.gif) no-repeat center right;
	height:28px;
	cursor:pointer !important;
	padding-right:25px;
}
#tuts {
  padding: 5px 0 10px 0;
}
#misc {
	position: relative;
	background: #cbcbcb;
	padding: 10px 0;
}
.tuts_image {
	position: absolute;
	top: -12px;
	left: 113px;
}
#misc a {
	color: #000;
}
#misc a:hover {
	text-decoration:none;
	background: #dbdbdb;
}
#markets {
	padding: 10px 0;
}
