/*
Theme Name: MoneyBright
Theme URI: http://moneybright.co.uk
Description: The MoneyBright WordPress theme.
Version: 1.0
Author: MoneyBright
Author URI: http://moneybright.co.uk
Tags: moneybright
*/

/* Contents
---------------------------------------------
1. reset
2. basic
3. page structure
4. header
5. navigation
6. sub navigation
7. content
8. sidebar
9. footer
10. misc

green: #59A807;

*/

/* reset
--------------------------------------------- */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* basic
--------------------------------------------- */

body {
  font: normal 62.5% Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #f5f5f5;
  text-align: center;
}

/* headings */

h1,h2,h3,h4,h5,h6 {
  color: #1176B6;
  font-weight: normal;
}

h1 { font-size: 24px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 5px;}

/* paragraphs */

p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* links */

a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: #1176B6;
}

a:hover, a:active {
  text-decoration: underline;
}

/* tables */

table {
  margin-bottom: 20px;
}

#wrapper {
  margin: 20px auto 10px auto;
  text-align: left;
  width: 960px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

#main {
  clear:both;
  margin-bottom: 20px;
}

#content {
  float: left;
  width: 654px;
}

#sidebar {
  float: right;
  width: 306px;
}

.page_content {
  margin-right: 40px;
}

/* header
--------------------------------------------- */

#header {
  height: 90px;
  /*background: url(./images/header_bg.png) no-repeat 0 0;*/
  margin: 20px 0 15px 0;
}

#header a img {
  float: left;
}


#header em {
	display: block;
	float: right;
 	color: #1176B6;
  	font-weight: normal;
	font-size: 24px; 
	margin-bottom: 10px;
}
	

/*
#header a img {
  padding: 19px 20px 18px 20px;
}
*/

/* navigation
--------------------------------------------- */

ul#nav {
  float: left;
  width: 100%;
  background: #457D55 url(./images/nav_bg.png) repeat-x bottom left;
  margin-bottom: 20px;
}

ul#nav li {
  float: left;
}

ul#nav li a:link, ul#nav li a:visited {
  display: block;
  padding: 8px 17px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  margin-right: 1px;
  text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
  text-decoration: underline;
}


/* content
--------------------------------------------- */

ul.products li {
  float: left;
}

ul.products a {
  display: block;
  width: 266px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background: #ffffff url(./images/product_bg.png) repeat-x 0 0;
  overflow: hidden;
  height: 155px;
}

ul.products li.left {
  margin-right: 19px;
}

.products h2, .products p  {
  float:left;
  width:165px;
}

.products h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.products .btn {
  float:left;
  clear:left;
  font-weight: bold;
  font-size: 12px;
  background: #FF7B3C url(./images/btn_bg.png) repeat-x bottom left;
  padding: 4px 10px;
  color: #fff;
}

.products p {
  color: #333;
  margin-bottom: 10px;
}

.products a:hover {
  text-decoration: none;
}

.products a:hover .btn {
  text-decoration: none;
  background: #1387D5 url(./images/btn_hover_bg.png) repeat-x bottom left;
}

.products img {
  float:right;
}

/* sidebar
--------------------------------------------- */

#sidebar h3 {
  background: #457D55 url(./images/nav_bg.png) repeat-x bottom left;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#sidebar img {
  margin-bottom: 20px;
}

#sidebar ul {
  width: 306px;
  margin-bottom: 20px;
}

#sidebar ul li {
  display: inline;
}

#sidebar ul li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 10px;
  font-size: 1.2em;
}


/* footer
--------------------------------------------- */

#footer {
  clear: both;
  text-align: left;
  width: 960px;  
  margin: 0 auto;
}

#footer #copyright {
  padding: 10px 0 20px 0;
  font-size: 1.1em;
  color: #666;
  text-align: center;
  line-height: 1.5em;
}

#footer #copyright a {
  color: #333;
}

#footer #moj {
	text-align: center;
	font-size: 1.1em;
	padding-top: 10px;
	color: #666;
}

#footer #links {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 20px 0;
}

#footer #links dl {
  width: 198px;
  float: left;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
}

#footer #links dl.last {
  border-right: none;
}

#footer #links dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;

}

#footer #links ul li a {
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

#footer #links ul li a:hover {
  color: #1176B6;
}

/* forms
--------------------------------------------- */

form {
  margin: 0 40px 20px 0;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

form h1 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #000;
}

form div {
 margin-bottom: 10px;
 font-size: 12px;
 font-family: arial;
 color: #333;
}

fieldset {
 padding: 20px 20px 10px 20px;
 border: 1px solid #ddd;
 margin-bottom: 20px;
 background-color: #fff;
}

legend {
 padding: 4px 12px;
 margin: 0px;
 color: #fff;
 background: #457D55 url(./images/nav_bg.png) repeat-x bottom left;
 font-weight: bold;
 font-size: 1.2em;
}

label {
 clear: left;
 float: left;
 width: 220px;
 margin-right: 20px;
 text-align: right;
 font-weight: bold;
 color: #000;
 margin-top: 2px;
}

input[type=text], select {
 width: 260px;
 padding: 3px;
 font: normal 12px Arial, Helvetica, sans-serif;
 color: #000;
 position: relative;
 top: -5px;
}

select {
 width: 270px;
}

textarea {
  width: 265px;
  height: 100px;
}

input#submit {
  margin-left: 260px;
  font-weight: bold;
  display: block;
  width: 130px;
  height: 40px;
  font-size: 18px;
  background: url(./images/btn_130x40.png) no-repeat 0 0;
  padding: 4px;
  color: #fff;
  border: none;
  text-align: center;
}

input#submit:hover {
cursor: pointer;
}

/* Canvas Widget */

#widget_canvas { width: 630px !important; min-height: 460px!important; }
#widget_canvas iframe { border:0; width: 630px !important; min-height: 460px!important; }


/* posts
--------------------------------------------- */
.latest_post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.latest_post h2 {
 font-size: 12px;
 font-weight: bold;
}


.post {
  margin-right: 40px;
  margin-bottom: 20px;
}

.panel ol, .panel ul, .post ol, .post ul, .page_content ul, .page_content ol {
  list-style-type: disc;
  margin: 0 0 10px 40px;
}

.panel ol li, .panel ul li, .post ol li, .post ul li, .page_content ul li, .page_content ol li {
  font-size: 12px;
  line-height: 18px;
}

.alignleft {
  float: left;
  font-size: 12px;
}

.alignright {
  float: right;
  margin-right: 40px;
  font-size: 12px;  
}

/* commentlist
--------------------------------------------- */

.commentlist {
  margin: 0 0 20px 0;
  border: 1px solid #e5e5e5;
}

.commentlist li {
  display: block;
  padding: 10px;
  border-bottom: #e5e5e5;
}

.commentlist li.odd {
  background-color: #f5f5f5;
}


.commentlist li .gavatar {
  float: left;
  width: 54px;
}

.commentlist li .gavatar img {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #e5e5e5;
}

.commentlist li .comment-meta {
  margin-bottom: 20px;
}

.commentlist li .comment-body {
  margin-left: 64px;
}

.commentlist li .comment-body cite {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
}

.commentlist li .comment-body span {
  display: block;
  color: #666;
  font-size: 1.1em;
}


/* misc
--------------------------------------------- */

.help {position:relative;top:-3px;left:10px}

img#missed_payment {
top: 3px;
}

img#sponser { margin-bottom: 20px;}

hr, .hide {
  display: none;
}

a img {
  border: none;
}

a.btn {
  font-weight: bold;
  font-size: 12px;
  background: #FF7B3C url(./images/btn_bg.png) repeat-x bottom left;
  padding: 4px 10px;
  color: #fff;
  border: none;
}

a.btn:hover {
  background: #1387D5 url(./images/btn_hover_bg.png) repeat-x bottom left;
}

ul#errors {
  border: 1px solid #990000;
  padding: 20px;
  margin: 0 40px 20px 0;
}

ul#errors li {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #990000;
}

/* social media */

.social-btn {padding: 10px;border-top: 1px solid #E5E5E5;width: 280px!important; margin-right:20px;}
.social-btn.last {border-bottom: 1px solid #E5E5E5; margin-bottom: 20px;}

/* self-clear floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ie fixes
--------------------------------------------- */

/* self-clear floats */

* html .group { /* IE6 */
  height: 1%;
}
*:first-child+html .group { /* IE7 */
  min-height: 1px;
}

/* jQuery
--------------------------------------------- */

/* style for hiding panels */
.ui-tabs-hide {
  display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
  zoom: 1;
}

/* tabs */
.ui-tabs-nav li {
  float: left;
  margin: 0 5px 0 0;
}

/* style link inside tab */
.ui-tabs-nav a {
  display: block;
  padding: 7px 15px 5px 15px;
  background: #1387D5 url(./images/btn_hover_bg.png) repeat-x bottom left;
  border-bottom: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}

/* link style for selected tab */
//.ui-tabs-selected a {
//  position: relative; /*position to overlap panel to remove border line between panel and tab */
//  top: 1px;
//}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
  outline: none;
}

/* panel style */
.ui-tabs-panel {
  clear: left;
  border: 1px solid #e5e5e5;
  padding: 20px;
  background: #ffffff url(./images/product_bg.png) repeat-x 0 0;
  margin: 0 40px 20px 0;
}
