/*
	Theme Name: Billions
	Theme URL: http://webdevstudios.com
	Description: 
	Author: WDS
	Author URI: http://webdevstudios.com
	Version: 1.0
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =The Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
fieldset,
abbr,
acronym,
img {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	display: table;
	border-spacing: 2px;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}

/* =Cross Browser Default Style Set
-------------------------------------------------------------- */
html,
address,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
noframes,
ol,
p,
ul,
center,
dir,
hr,
menu,
pre {
	display: block;
	unicode-bidi: embed;
}
li {
	display: list-item;
}
head {
	display: none;
}
tr {
	display: table-row;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
td,
th {
	display: table-cell;
}
caption {
	display: table-caption;
	text-align: center;
}
th {
	font-weight: bolder;
	text-align: center;
}
h1 {
	font-size: 26px;
	line-height: 30px;
	margin: .67em 0;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin: .75em 0;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin: .83em 0;
}
h4,
p,
blockquote,
ul,
fieldset,
form,
ol,
dl,
dir,
menu {
	margin: 1.12em 0;
}
h5 {
	font-size: .83em;
	margin: 1.5em 0;
}
h6 {
	font-size: .75em;
	margin: 1.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: bolder;
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
i,
cite,
em,
var,
address {
	font-style: italic;
}
pre,
tt,
code,
kbd,
samp {
	font-family: monospace;
}
pre {
	white-space: pre;
}
button,
textarea,
input,
select {
	display: inline-block;
}
big {
	font-size: 1.17em;
}
small,
sub,
sup {
	font-size: .83em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
thead,
tbody,
tfoot {
	vertical-align: middle;
}
td,
th,
tr {
	vertical-align: inherit;
}
s,
strike,
del {
	text-decoration: line-through;
}
hr {
	border: 1px inset;
}
ol,
ul,
dir,
menu,
dd {
	margin-left: 40px;
}
ol {
	list-style-type: decimal;
}
ol ul,
ul ol,
ul ul,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
u,
ins {
	text-decoration: underline;
}
br:before {
	content: "\A";
	white-space: pre-line;
}
center {
	text-align: center;
}
:link,
:visited {
	text-decoration: underline;
}
:focus {
	outline: thin dotted invert;
}
BDO[DIR=ltr] {
	direction: ltr;
	unicode-bidi: bidi-override;
}
BDO[DIR=rtl] {
	direction: rtl;
	unicode-bidi: bidi-override;
}
[DIR=ltr] {
	direction: ltr;
	unicode-bidi: embed;
}
[DIR=rtl] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Basics
-------------------------------------------------------------- */
body.mceContentBody {
    color: #333;
    font: 12px/18px Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: 8px;
}
a {
	color: #829260;
}
a:hover {
	color: #444;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 15px 5px 0;
}
img.alignright {
	margin: 0 0 5px 15px;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
h1,
h6 {
	font-weight: normal;
}
h4 {
	font-size: 14px;
	line-height: 20px;
}
h5,
h6 {
	font-size: 14px;
	line-height: 20px;
}

ul li {
	list-style-image: url('images/list-image-sq.gif');
}
.entry {
	clear:both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #444;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #829260;
	text-decoration: none;
}
table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #f2f7fc;
}
blockquote {
	background: url('images/quotemark.png') no-repeat top left #F4F4F4;
	margin: 10px 0 0 -20px;
	padding: 15px 5px 15px 65px;
}


img { 
    height: auto;
    max-width: 100%;
}
img.attachment-post-thumb, img.attachment-archive-post-thumb {
	float: left;
	margin: 0 15px 0 0;
}

.commore-links {
	padding: 8px;
}
.commore-links a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
.readmore {
	background: url('images/basics-sprite.png') repeat scroll 0 -30px transparent;
	padding: 0 0 0 25px;
}
