/*  
Theme Name: Betwise
Version: 1.0
Author: Michael Houghton
Author URI: http://www.depthoffocus.co.uk/
*/

body {
	background-color: #444444;
	/*text-align: center;*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body.popup_body {
	background-color: white;
	font-size: 10pt;
	text-align: left;
	margin: 10pt;
}

#outer_wrapper {
	/*width: 960px;
	margin: 15px auto 10px auto;*/
	text-align: left;
	font-size: 10pt;
	/*border: 1px solid #aaaaaa;*/
}

#inner_wrapper {
	position: relative;
	/*width: 960px;*/
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	font-size: 10pt;
}

#header {
	position: relative;
	background-color: black;
	color: #77778F;
	border-bottom: 1px solid #303030;
	background-image: url(/style/images/betwise_header_logo.gif);
	background-repeat: no-repeat;
	background-position: 28px 15px;
}

#header_inner {
	position: relative;
	width: 1000px;
	height: 70px;
}

div#login_bar img.gravatar {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #cccccc;
}

#login_bar {
	position: absolute;
	top: 17px;
	right:  0px;
	line-height: 160%;
	text-align: right;
	font-size: 9pt;
	color:  #999999;
	margin: 0;
}

#login_bar.has_gravatar {
	padding-right:  50px;
}

#login_bar a {
  color: #bbbbbb;
  text-decoration: none;
	font-size: 8pt;
}

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

#login_bar ul {
	float: right;
	list-style: none;
	margin: 0 0;
}

#login_bar ul li {
	display: inline;
	margin: 0 0 0 2px;
}

#login_bar ul li.last {
	border-left: 1px solid #999;
	padding-left: 4px;
}

.login_field {
  width: 10em;
  background-color: #bbbbbb;
  border: 1px solid #cccccc;
  margin-left: 2px;
}

.login_button {
  background-color: #000000;
  border:  1px solid #cccccc;
  color: #cccccc;
	margin-right: 0;
}

.login_button:hover {
  	color: #aa4411;
	  border:  1px solid #aa4411;
}

#title_link {
	position: absolute;
	top: 20px;
	left:  30px;
	display: block;
	width: 151px;
	height: 29px;
}

#title_link span {
	text-decoration:none;
	display: none;
}

#navbar_wrapper ul {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
	color: #eeeeee;
	width: 100%;
	/*width: 960px;*/
	background-color: #444444;
	border-top:  1px solid #666666;
	border-bottom:  4px solid #393939;
}

#navbar_wrapper ul li {
	line-height: 250%;
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #bbbbbb;
}



#navbar_wrapper ul li:first-child, #navbar_wrapper ul li#nav-first  {
	border-left: 0;
	margin-left:  20px;
}

#navbar_wrapper ul li a {
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10pt;
}

#navbar_wrapper ul li a:hover {
	color: #44bb55;	
	text-decoration: underline;
}

li#nav-q2a a { text-transform: uppercase !important; }

span.newicon { position: relative; text-transform: uppercase; color: red; font-size: 10px; top: -3px; left: 2px; }

#content_wrapper {	
	width: 970px;
	margin: 20px 25px 0 30px;
}

.content  {
	width: 725px;
	padding: 0 0 20px 0;
	float: left;
	background-color: white;
	min-height: 450px;
}

#footer {
	clear: both;
	position: relative;
	border-top:  4px solid #222222;
	background-color: #444444;
	color: #dddddd;
	padding: 20px 130px 20px 30px;
	font-size: 9pt;
	line-height: 150%;
	margin: 0;
	background-image: url(/style/images/betwise_footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 868px 20px;
	min-height: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #dddddd;
}
#footer a:hover {
	color: red;
}

#footer_link {
	position: absolute;
	top: 20px;
	left: 868px;
	display: block;
	width: 117px;
	height: 25px;
}

#footer_link span {
	text-decoration:none;
	display: none;
}

#terms_links {
	width: 1000px;
	text-align: center;
	font-size: 9pt;
	margin: 0 0 20px 0;
}

#terms_links p {
	margin: 0;
}

#terms_links, #terms_links a {
	color: #999999;	
}

#credits {
	width: 960px;
	text-align: center;
	font-size: 8pt;
	margin: 20px 0;
}

#credits p {
	margin: 0;
}

#credits, #credits a {
	color: #999999;	
}

.content {  
	padding-bottom: 40px;
}

.content h1, .content h2, .content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12pt;
	line-height: 150%;
    padding: 5px 10px;
	margin: 20px 0 10px 0;
    /*border-top: 20px solid white;*/
    background-color:  #e0e0e0;
    border-bottom:  1px solid #bbbbbb;
    color: #444449;
    font-weight: bold;
    border-right: 1px solid #dddddd;
}

.content h1 {
  font-size: 16pt;
  color: #007700;
  margin-top:  25px;
  /*background-color:  #297734;
  border-bottom:  1px solid #004411;
  color: #eeffee;*/
}

.content h1 a {
  color: #007700;
}

.content h1 a:hover {
	text-decoration: none;
}

.content h3 {
	font-size: 12pt;
}

.content p, .content li {
	color: #222222;
	line-height: 150%;
}

.content p {
  	padding: 0 10px;

}

.content b, .content strong {
  color:  000000;
}

.content p {
	/* text-align: justify; */
}

#sidebar {
	margin-top: 25px;
	float: right;
	width: 220px;
	margin-bottom: 90px;
}

.sidebar .panel_box {
	width: 190px;
}

.panel_box {
	background-color: #dedede;
	margin: 0 0 20px 0;
	width: 220px;
}

.panel_box_content {
	padding:  0 15px;
	clear: both;
}

.panel_box p {
	margin: 8px 0;
	font-size: 9pt;
	line-height: 125%;
}

.panel_box_top { height: 14px; }

.panel_box_bottom { height: 13px; }

.panel_box_tl, .panel_box_tr, .panel_box_bl, .panel_box_br  {
	background-repeat: no-repeat;
	overflow: hidden;
}

.panel_box_tl {
	float: left;
	width: 15px; height: 14px; 
	background-image: url(/style/images/light_grey_box_tl.gif);
}

/*.panel_box_tr {
	float: right;
	width: 15px; height: 14px; 
	background-image: url(/style/images/light_grey_box_tr.gif); 
}*/

.panel_box_bl {
	float: left;
	width: 15px; height: 13px; 
	/* background-image: url(/style/images/light_grey_box_bl.gif); */
}

.panel_box_br {
	float: right;
	width: 15px; height: 13px;
	background-image: url(/style/images/light_grey_box_br.gif);
}


.panel_box h2 {
	color: #777777;
	/*font-family: Palatino, Georgia, "Times Roman", Times, serif;*/ 
	font-weight: bold;
	font-size: 14pt;
	margin: 0 0 0 0; 
	padding: 0;
}

.panel_box h3 {
	color: #777777;
	font-size: 12pt;
}

.panel_box form {
	margin: 0; padding: 0;
}

.panel_box label {
	font-weight: bold;
	color:  #666666;
}

.panel_box label input {
	font-weight: normal;
	color: black;
}

.panel_box a {
	color: #aa4411;
	font-weight: bold;	
	text-decoration: none;
}

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

.panel_box ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

.panel_box ul li {
	padding: 5px 0;
}

a.buy_button span, a.subscribe_button span {
	display: none;
}

a.buy_button, a.subscribe_button {
	display: block;
	width: 188px;
	height: 64px;
	margin: auto;
}

a.buy_button {
	background-image: url(/style/images/buy_button.jpg);
}

a.subscribe_button {
	background-image: url(/style/images/subscribe_button.jpg);
}
	
a.buy_button:hover, a.subscribe_button:hover {
	text-decoration: none;
}

.content a {
	color: #aa4411;
	font-weight: bold;
	text-decoration: none;
}


.content a:hover {
	color: #44aa11;
	text-decoration: underline;
}

.content fieldset {
	border: none;
	background: none;
	padding: 0 0 0 8px;
	margin:0 0 20px 0;
}


.content legend {
	font-weight: bold;
	color: #444444;
	font-size:  12pt;
	padding: 10pt 0;
}

.content fieldset div {
	margin: 5pt 0;
}

.content fieldset label {
	font-weight: bold;
}

.content fieldset label.error {
	color: red;
}

.content fieldset.detail_form div label {
	width: 10em;
	display: block;
	float: left;
}

.content ul.error {
	list-style: none;
	margin: 5pt 0;
	padding: 5pt 0 0 0;
}

.content ul.error li, .content p.error, .panel_box p.error {
	color: red;
	font-weight: bold;
}

.content fieldset .controls {
	margin: 10pt 0 5pt 10em;
}

#cards_accepted {
	margin: 60px 0 20px 0;
}

#cards_accepted img {
	border: 0;
}

#secure_seal {
	position: absolute;
	bottom: 95px;
	left: 780px;
}

.content a.buy_link {
	border: 1px solid #550000;
	padding: 4px;
	text-decoration: none;
	color: #770000;
	font-weight: bold;
	text-transform: lowercase;
}

.content a.buy_link:hover {
	border-color: #992222;
	color: #992222;
}

#user_service_status {
	background-color: #eeeeee;
	margin: 15px 0;
}

#user_service_status span.header {
	background-color: #bbbbbb;
	color: #444444;
	font-weight: bold;
	display: block;
	padding: 5px;
}

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

#user_service_status ul li {
	padding: 5px;
	line-height: 150%;
}

#user_service_status ul li.odd {
	background-color: #f9f9f9;
}

#user_service_status ul li a {
}


#user_service_status span.error {
	color: red;
	font-weight: bold;
}

.blog_post_date {
	color: #555555;
	font-size: 8pt;
}

a img { border: 0; }

.content div.testimonials {
	border: 1px solid #bbddbb;
	background-color: #cceecc;
}

.content div.testimonials h3 {
	padding: 0 15px;
	background-color: #cceecc;
	border: 0;
	margin: 10px 0 0 0;
	line-height: 150%;
}

.content div.testimonials ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 15px 8px 15px;
	height: 10em;
}

.content div.testimonials ul li { display: none; color: #444444; margin: 0; padding: 0; }

.content div.testimonials ul li span { display: block; text-align: right; }


/* tabs */

ul.tabnav {
	background-color: #000000;
/*	border-top: 2px solid #444444;*/
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12pt;
	list-style:none;
	width: 725px;
	height: 2.2em;
	font-size: 12pt;
	display: none;
}

ul.tabnav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 100%;
	height: 2.2em;
}

ul.tabnav li.first a {
	border-left: 0;
	margin-left: 0;
}

ul.tabnav li a {
	outline: none;
  display:  block;
/*	border-left: 2px solid #444444;*/
  padding: 0 1em;
  padding-top: 0.6em;
	font-size: 12pt;
	font-weight: lighter;
	text-decoration: none;
	text-transform: lowercase;
	color: #666666;	
	height: 1.6em;
}

ul.tabnav li a:hover {
	color: #eeeeee;
	text-decoration: none;
}

ul.tabnav li a.selected {
	color: #eeeeee;
	background-color: #555555;
}

ul.tabnav li a.selected:hover {
  text-decoration: none;
}

div.latest_news {
	border: 1px solid #ddaaaa;
	margin-top: 25px;
	padding: 20px 20px 10px 20px;
	background-color: #ffcccc;
}

div.latest_news h2 {
	font-size: 12pt;
	background-color: transparent;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div.content-panels {
	clear: left;
  margin-top:  25px;
	width: 725px;
/*	height: 362px;*/
  background-color: #222222;
}

div.content-panels.animated {
		position: relative;
		height: 360px;
}

div.content-panels div.panel {
	background: #292929;
	width: 725px;
/*	height: 362px;*/
	height: 360px;
	margin-bottom: 20px;
	display: none;
}

div.content-panels.animated div.panel {
	position: absolute;
	top: 0;
	margin-bottom: 0;
}

div.content-panels div.panel h2 {
  font-size: 16pt;
  color: #ffffff;
	line-height: 40px;
	padding: 0 0.8em;
  margin: 0;
  background-color: #222222;
/*	border-style: solid;*/
/*	border-color: #444444;*/
/*	border-width: 0 0 2px 0;*/
	border: 0;
/*  text-align: right;*/
}

div.panel_content {
	padding: 0 20px 0 470px;
	background-repeat: no-repeat;
/*	height: 322px;*/
	height: 320px;
}

div.panel_content p {
	margin: 0;
	padding: 10px 0;
	color: #dddddd;
}

div.panel_content p a {
	color: #449944;
	text-decoration: none;
	font-weight: normal;
}

div.panel.panel_1 {
	display: block;
}

div.panel.panel_1 div.panel_content {background-image: url(/media/homepage_tab_1.jpg); }
div.panel.panel_2 div.panel_content {background-image: url(/media/homepage_tab_2.jpg); }
div.panel.panel_3 div.panel_content {background-image: url(/media/homepage_tab_3.jpg); }
div.panel.panel_4 div.panel_content {background-image: url(/media/homepage_tab_4.jpg); }
div.panel.panel_5 div.panel_content {background-image: url(/media/homepage_tab_5.jpg); }


a.ask_a_question_button {
	display: block;
	font-size: 20px;
	border: 2px solid #990000;
	background-color: #aa2222;
	color: #ffffff;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
}

a.ask_a_question_button:hover { text-decoration: none; color: #ffffff; background-color: #cc2222; border-color: #bb0000; }

a.download_button { display: block; float: left; background: #992222; padding: 10px; margin: 10px; width: 9em; height: 2.3em; line-height: 125%; text-align: center; font-weight: normal;  font-size: 14px;  color: #ffffff; -webkit-border-radius: 12px;
-moz-border-radius: 12px; text-decoration: none !important; vertical-align: middle;
border-radius: 12px; border: 5px solid #dddddd; letter-spacing: 0.05em;
 }

a.download_button:hover { color: #ffffff !important; background-color: #bb3333;  }

