/*
Theme Name: wp-randymooney
Theme URI: http://vintom.com
Description: A custom theme built from the ground up!
Version: 1
Author: Vin Thomas
Author URI: http://vintom.com
Tags: custom, 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/* Sticky Footer Styles */

html, body, #wrap {
height: 100%;
}

body > #wrap {
height: auto; min-height: 100%;
}

#main {
padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
position: relative;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;
background: transparent;
} 

/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/* End Sticky Footer Styles */

body {
background: #171e26 url(images/bg.jpg) repeat;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #dae0e8;
}

a:link, a:active, a:visited { color: #c9dcf2; text-decoration: underline;}

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

#main {
width: 830px; 
margin: 0 auto;
}

#inner-wrap {
width: 830px;
position: relative;
margin-bottom: 40px;
}

#content {
width: 500px; 
float: left; 
display: inline; 
padding-right: 40px; 
position: relative;
}

#wide-content {
width: 100%; 
float: left; 
display: inline;
}

#sidebar {
width: 250px;
float: right;
display: inline;
padding: 20px;
margin-bottom: 20px;
}

#footer-content { 
width: 960px;
margin: 0 auto;
padding: 1em 0;
text-align: center;
}

#header { 
margin: 40px 0 40px;
position: relative;
z-index: 9999; /* fixes superfish dropdowns */
}

#menu { 
width: 960px; 
clear: both; 
height: 32px; 
background: #fff; 
position: relative;
z-index: 9999; /* fixes superfish dropdowns */
}

h1.logo { 
font-size: 3.2em;
}

h1 {
font-size: 3.2em;
}

h2 {
font-size: 1.8em; 
font-weight: bold;
margin-bottom: 10px;
}

h2 a {
color: #c9dcf2 !important;
}

h2 a:hover {
color: #b4c4d9 !important;
text-decoration: none;
}

h3 {
font-size: 1.5em;
color: #999;
margin-bottom: 10px;
}

.post {
margin-bottom: 30px;
padding-bottom: 30px;
line-height: 1.8em;
}

.post p, .comments p {
margin-bottom: 20px;
}

.post ul {
margin: 0 0 20px 20px;
}

.post ul li { 
color: #555555; 
background: url(images/bullet.png) no-repeat left 7px;	
padding: 0 0 0 20px;
}

#commentform input {
border:1px solid #CCCCCC;
margin:5px 0 20px;
padding:5px;
}

#sidebar ul li { 
margin-bottom: 20px; 
padding-bottom: 20px; 
border-bottom: solid 1px #ccc; 
overflow: visible;
}

#sidebar ul li ul li { 
margin: 0; 
padding: 0; 
border-bottom: none;
}

#sidebar ul li ul { 
padding-left: 0px;
overflow: auto;
}

#sidebar ul li ul li { 
background: url(images/bullet.png) no-repeat left 2px;	
padding: 0 0 0 15px;
float: left;
font-size: .9em;
margin-bottom: 3px;
}

#sidebar p {
color: #999;
line-height: 1.4em;
}

.alignright {
float: right; padding: 5px; border: solid 1px #798da6; margin: 0 0 5px 10px;
}

.alignleft {
float: left; padding: 5px; border: solid 1px #798da6; margin: 0 10px 5px 0;
}


.pics {  
height:  232px;  
width:   960px;  
padding: 0;  
margin:  0;  
} 

.pics img {  
padding: 15px;  
border:  1px solid #ccc;  
background-color: #eee;  
width:  928px; 
height: 200px; 
top:  0; 
left: 0 
} 

#slider {
max-height: 232px;
overflow: hidden;
}

.vintom-logo {
margin-bottom: -10px;
opacity: .8;
}

.vintom-logo:hover {
opacity: 1;
}

.button {
background: #eee;
color: #333;
padding: 3px 8px;
border: solid 1px #ccc;
cursor: pointer;
}

.button:hover {
box-shadow: 0px 0px 5px #ccc;
-moz-box-shadow: 0px 0px 5px #ccc;
-webkit-box-shadow: 0px 0px 5px #ccc;
}

img.avatar {
float: left;
border: solid 3px #ccc;
margin-top: 5px;
}

ol.comments {
margin: 0 0 15px 0;
}

ol.comments li {
display: block;
padding: 10px;
background: transparent;
}

ol.comments li.alt {
}

.padcomment {
padding-left: 70px;
}

#commentform input {
float: left;
}

#commentform label {
float: left;
padding: 12px;
}

.smallprint {
font-size: smaller;
}

.date {
color:#eee;
display:block;
margin:-35px 0 0 -120px;
text-align:right;
width:100px;
}

#s {
border:1px solid #CCCCCC;
padding:4px;
width:175px;
}

ol {
line-height: 1.8em;
margin: 0 0 2em 2em;
}

ol li {
list-style-type: decimal-leading-zero;
list-style-position: inside;
}

.meta {
font-size: .9em;
}

blockquote {
border:1px solid #CCCCCC;
margin:20px;
padding:20px 20px 0;
}

#comment {
margin: 10px 0;
border: solid 1px #ccc;
width: 498px
}

img {
height:auto;
max-width:500px;
}

#flickrrss img {
border:1px solid #CCCCCC;
margin:2px;
padding:1px;
}

.share {
float:left;
font-size:0.9em;
font-weight:bold;
margin:-1px 7px 0 0;
text-transform:uppercase;
}

.sociable {
}

.sociable ul {
margin: 0;
}

.sociable ul li {
display: inline;
background: none;
padding: 0 5px 0 0;
}

.socialicons {
margin: 0 auto;
}

.socialicons img {
height:auto;
margin:4px;
width:30px;
}

.wp-pagenavi {
width: 960px;
display:block; 
margin:0 auto; 
text-align: center; 
}


/* Intense Debate Styles  */

#idc-container .idc-footer {
display: none;
}

.meta-icon {
margin: 0px 5px -5px 0;
}



