/*
Theme Name: Where's Our Money?
Theme URI: http://www.wheresourmoney.com/
Description: A custom theme for Where's Our Money?
Version: 1.0
Author: Tate Lucas
Author URI: http://www.tatelucas.com
*/

/* CSS 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;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

/*
The following image styles were added per the documentation located here:
    http://codex.wordpress.org/Wrapping_Text_Around_Images
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

ol, ul {
    list-style: none;
}

ul.list-with-bullets {
  list-style-type: disc;
  margin: 10px 0px 10px 40px;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* HOMEPAGE STYLES */      
        
body#home_page {
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    color:#333;
    background: #d6d6d6;    
}        

#home_page #footer {
    padding: 10px 30px;
}

#home_container {
        background:#FFFFFF url(images/home_page_bg.jpg) repeat-x scroll center top;
        margin:0 auto 0 auto;
        padding: 0 0 40px 0;
        width:100%;
}

#home_wrapper {
      background:#FFFFFF none repeat scroll 0 0;
      margin:0 auto;
      width:980px;
}

#home_header {
    height:150px;
    background:url(images/bgHeader.jpg) no-repeat top center;
    margin: 0;
    padding: 0;
    }

#home_header h1 a {
        display:block;
        float:left;
        height:107px;
        text-indent:-9000px;
        width:494px;
        background: url(images/blog-logo4.png) no-repeat;
        margin: 7px 0 0px -50px;
}        
        
ul.home_ul {
    float:left;
    clear: both;
    width:625px;
    margin:9px 0 0 0;
    padding: 0 0 0 8px;
    color:#FFF;
    font-weight:bold;
    font-size:13px;
        text-align: left;
        text-transform: uppercase;
    }
            
#home_header ul li {
    display:inline;
    margin:0 10px;
    }
    
#home_header ul li a:link, #home_header ul li a:visited {
    color:#FFF;
    text-decoration:none;
    }
    
#home_header ul li a:active {
    color:#FFF;
    text-decoration:underline;
    }
    
#home_header ul li a:hover {
    color:#FFF;
    text-decoration:underline;
    }    

#home_content {
    padding:10px;
    line-height: 21px;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    background: #fff;   
        min-height: 400px;
    }
           
#home_column {
    float: left;
    width: 625px;
        padding: 10px;
    }
            
        
#home_columnThin, #what_columnThin {
    float: right;
    width: 275px;
        text-align: right;
    }   

#home_content #home_column h2 {
    color:#111111;
    font-size:24px;
    font-weight:normal;
    margin: 10px 35px 5px 10px;
}

#home_content #home_column h3 {
    font-weight:normal;
    margin: 10px 35px 0px 10px;
    font-size: 18px;
}

#home_content #home_column h3 a {
    text-decoration: none;
}	
	
.archive h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
}	

.page h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 580px;
    margin-bottom: 10px !important;
}

.page .entry {
    border: none !important;	
}

#home_content p {
    margin:0 0px 0 10px;    
}

.front_page {
    color:#111111;
    font-size:24px;
    font-weight:normal;
    padding:0 0 3px 10px !important;
    margin: 0 !important;
    border: none !important;
}
p {
    padding:0 0 10px 0;
    }

        
a {
        color: #728626;
}
        
hr {
    background: #B3B3B3;
    height: 1px;
    border: none;
    width: 90%;
    }   
    
.clear {
    clear:both;
    }   
    
.center {
    text-align:center;
    }   
    
/* GLOBAL HEADER STYLES */  
        
    
#header h1 a {
    display:block;
    height:65px;
    width:275px;
    text-indent:-9000px;
    float:left;
    }
       
#header ul {
    float:right;
    height:40px;
    width:650px;
    margin:50px 0 0 0;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    text-align:right;
    }
    
#header ul li {
    display:inline;
    margin:0 0 0 20px;
    }
    
#header ul li a:link, #header ul li a:visited {
    color:#FFF;
    text-decoration:none;
    }
    
#header ul li a:hover {
    color:#FFF;
    text-decoration:underline;
    }   

/* HEADER HOME PAGE STYLES */
    
#containerHome {
    width:100%;
    margin:0 auto;
    background: #FFF url(../images/home_page_bg.jpg) repeat-x top center;
    padding:0;
    }
    
.home {
    background: url(../images/production/home/bgBanner.png) repeat-x;
    height:125px;
    }               

#wrapper {
    width:980px;
    margin:0 auto;
    min-height:400px;
    }
    
.homePage {
    font-size:12px; 
    }
    
#column {
    float:left;
    width:580px;
    }
    
#columnWide {
    float:right;
    width:330px;
    }
    
#columnWide .topPad {
    padding:75px 0 0 0;
    }       
    
h2 {
    font-size:18px;
    font-weight:bold;
    margin:10px 0 3px 0;
    }

.headerh2 {
    margin: 0;
        padding: 17px 0 0 22px;
        width: 160px;
        float: left;
        color: #333;
}
        
h3 {
    font-size:16px;
    font-weight:bold;
    margin:10px 0 3px 0;
    }           

#content a {
    color:#333;
    text-decoration:none;
    }   
    
#content a:hover {
    text-decoration:underline;
    }       
                    
/* FOOTER STYLES */     

#footer {
    clear:both;
    margin:0 auto;  
    width:980px;    
    height:150px;
    }   
    
#footer ul  {
    color:#666;
    padding: 0em 15px;
    text-align:left;
    float:left;
    }

#footer ul li {
    float: left;
    display: inline;
    margin: 0 2px;
    }   
    
#footer ul li a {
    color:#666;
    text-decoration: none;
    }       

#home_content p {
      padding: 0 0 10px 0
}

.green {
  color:#728626;
}

#home_content strong {
    color:#222;                 
    }    
    
#home_columnThin {
    margin: 10px 10px 0 0;
}
        
#home_columnThin a, #what_columnThin a {
    margin: 0 0 10px 0;
} 

#home_content small {
    padding: 10px;
    color: #9F9F9F;
}

h2 a {
    text-decoration: none;
    color: #000;
}
.entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
}
#sidebar {
	float:left;
	width:300px;
	margin-top: 20px;
}

.widget {
    border: 1px solid #ccc;
    background: url(images/widget_bg2.png) repeat-x;
    margin: 0 0 15px 0;
    color: #6d6d6d;
}
.widget h3 {
    padding: 5px 15px;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.widget a {
    text-decoration: none;
    color: #6d6d6d;
}
.widget a:hover {
    text-decoration: underline;	
}
.widget ul {
    border-top: 1px solid #fff;
    padding: 5px 10px 20px 10px	
}
.widget ul li {
    border-bottom: 1px solid #e7e7e7;	
    padding: 3px 5px;
}
.postmetadata, .postmetadata a {
    color: #9F9F9F;
    text-decoration: none;
    font-size: .95em;
}
.postmetadata a:hover {
    text-decoration: underline;
}
.comment_bubble a {
	background:transparent url(images/bubble.gif) no-repeat scroll 0 0;
	color:#666666;
	float:right;
	height:32px;
	line-height:22px;
	padding:0 0 0 11px;
	text-decoration:none;
	width:36px;
}

.right {
    float: right;
}

.comment {
    margin: 0;
    padding: 0;
}

.post {
    margin: 0 35px 0 0;
}

#disqus_thread {
    margin: 0 35px 0 0;
}

.hidden {
    display: none;
}

#searchform {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

body, select, textarea, input {
	-x-system-font:none;
	font-family:Arial,Verdana;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.01em;
	line-height:normal;
}
#s {
	background:#A7B963 none repeat scroll 0 0 !important;
	border:medium none;
	color:#3E6424;
	float:left;
	padding:4px 4px 5px 7px;
	width:149px;
	height: 15px;
}
textarea {
    margin: 10px 0 !important;
    padding: 5px !important;
}
.rss_subscribe {
    float: left;
    background: #6B861F;
	height:20px;
	line-height:20px;
	margin:15px 0 0 220px;
	padding:2px 10px;
}
.rss_subscribe a {
	background:transparent url(images/rss.png) no-repeat scroll right center;
	/*color:#295524;*/
	color: #F5F5F5;
	padding:2px 25px 2px 0;
	text-decoration:none;
}
.dsq-post-auth {
    margin: 10px 0 !important;
    padding: 10px !important;
}
#footer .right {
    margin-right: 25px;
}
.sidebar_ad {
    margin: 0 0 15px 0;
}

