/*
Theme Name: AllYourBase
Theme URI: jeffreyisham.com
Description: Basic theme with baseline.css reset applied.
Version: 2.0
Author: Jeffrey Isham
Author URI: http://jeffreyisham.com/

*/

/* DO NOT CHANGE */

/* RESET */
/*html {background-color:#FFFFFF;color:#000000;}*/
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;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

body {background-color:#FFFFFF;color:#000000;}

/* XHTML 5 */
section, article {display:block;margin:0;padding:0;}

/* FONTS */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
th {font-style:normal;font-weight:normal;text-align:left;}
code {font-family:monospace;*font-size:108%;line-height:100%;}
input, textarea, select, option, optgroup {font-family:arial,helvetica,clean,sans-serif;font-size:inherit;font-weight:inherit;font-style:inherit;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}

em {font-style:italic;font-weight:normal;}
strong {font-style:normal;font-weight:bold;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* FLOATS */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clearabove {line-height:0;height:0;font-size:0;clear:both;} /* Use on a clearing element following a float */
.clearcontents {overflow:hidden;zoom:1;word-wrap:break-word;} /*Use on a container to clear enclosed floats */

/* HIDE */
.none {display:none;}
.hidden {visibility:hidden;}

/* CENTER CONTAINER */
body.center #container, body.center #page {margin-right:auto;margin-left:auto;}

/* LINKS */
a {text-decoration:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:182%;margin:0 0 .75em 0;}
h2 {font-size:138.5%;margin:0 0 .75em 0;}
h3 {font-size:123.1.9%;margin:0 0 .5em 0;}
h4 {font-size:108%;margin: 0 0 .5em 0;}
h5 {font-size:77%;margin:0 0 .5em 0;text-transform:uppercase;}
h6 {font-size:100%;margin:0 0 .5em 0;}

/* TEXT */
p, ol, ul {margin:0 0 1em 0;}

/* DEFAULT LIST STYLES *//* add class="default_list" to ol, ul */
ol.default_list, ul.default_list {margin-left:1.5em;}
ol.default_list li {list-style:decimal inside;margin:0 0 .5em 0;}
ul.default_list li {list-style:disc inside;margin:0 0 .5em 0;}

/* FORMS *//* Needs Work/Testing */
fieldset {border:1px solid #cccccc;}
legend {color:#000000;font-weight:bold;margin:0 5px;}
textarea, input {}
form ol {}
form li {display:block;width:100%;margin:0 0 4px 0;padding:0;}
form .text_label {display:block;width:100px;margin:0 2px 0 0;}
form input.text_input, form select, form textarea {border:1px solid #000000;}
form input.text_input {width:185px;padding:2px;}
form textarea {width:285px;height:90px;padding:2px;}
form input.radio_input,form input.checkbox_input  {margin:0 3px;}

/* YUI FONT SIZING CHART: 10px=77% 11px=85% 12px=93% 13px=100% 14px=108% 15px=116% 16px=123.1% 17px=131% 18px=138.5% 19px=146.5% 20px=153.9% 21px=161.6% 22px=167% 23px=174% 24px=182% 25px=189% 26px=197% */

/* --------------------------------- */

body {color:#333333;}

a {color:#0099FF;text-decoration:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#FF9900;font-weight:bold;text-decoration:none;}
a:active {text-decoration:none;}

hr {margin:15px 0;}
hr.interior {display: block;position: relative;padding: 0;margin: 15px auto;height: 0;max-height: 0;width: 100%;clear: both;border: none;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #FFF;font-size: 1px;line-height: 0;}

#page {width:960px;margin:0 auto;}
#header {padding:15px 0 0;}
#content {}
#footer {font-size:85%;text-align:right;}

.column-1 {width:940px;margin:0 10px;}
.column-2 {width:620px;margin:0 10px;}
.column-3 {width:300px;margin:0 10px;}

#header h1 {margin:0;font-weight:normal;}
#header h1 a {color:#333333;}
#header h1 a:hover {text-decoration:none;font-weight:normal;}

.page, .post {margin:0 0 4px 0;border-bottom:1px solid #efefef;}

.page h2, .page h5, .post h2, .post h5 {margin:0 0 1px 0;text-transform:uppercase;}
.page h2, .post h2 {margin:0;}
.page h2, .page h5, .post h2, .post h5 {background-color:#efefef;}
.page h2 a, .page h5 a, .post h2 a, .post h5 a {color:#333333;}
.page h2 a:hover, .page h5 a:hover, .post h2 a:hover, .post h5 a:hover {text-decoration:none;}

h2.pagetitle {margin:0;height:35px;line-height:35px;text-align:right;}

.page h5 span.wp-edit a, .post h5 span.wp-edit a {color:#FF9900;}

.page h5 span.wp-comment-count a, .post h5 span.wp-comment-count a {color:#CCCCCC;}
.page h5 span.wp-comment-count a:hover, .post h5 span.wp-comment-count a:hover {color:#FF9900;}

.page ol, .page ul, .post ol, .post ul {margin-left:1.75em;}
.page ul, .post ul {margin-left:1.5em;}
.page ol li, .post ol li {list-style:decimal outside;margin:0 0 .25em 0;}
.page ul li, .post ul li {list-style:disc inside;margin:0 0 .25em 0;}

.entry-heading {}
.entry {padding:1em 2em 1em 0;border-right:1px solid #efefef;}

.navigation {margin:0;}
.navigation-single {padding:0 0 4px 0;margin:0;}

#single-comments {border:1px solid #efefef;border-left:none;padding:15px 0 0;}

#single-comments #comments-container, #single-comments #replay-container {width:289px;margin:0 10px;float:left;}

#comments-container {}
#replay-container {}

#sidebar ul#sidebar-root {margin:0;border:1px solid #efefef;border-right:none;border-bottom:none;}
#sidebar li.widget {padding:.75em 0 .75em 10px;margin:0x;border-bottom:1px solid #efefef;}
#sidebar li.widget_search {padding:5px 0 5px 10px;margin:0;}

li.widget ul {margin:0 0 2px 0;}
.widgettitle {margin:0 0 .25em 0;font-size:123.1%;line-height:1;}

.social-rss-entry {border:1px solid #efefef;border-left:none;}
.social-rss-title {margin:0;text-transform:uppercase;}
.social-rss-items {padding:0 2em 0 0;}


.widget-meta {background-color:#FFCC8F;}