/*
Theme Name: freshlydiced1
Theme URI: http://thecubicle.ca
Description: Theme designed by chris lo and implemented by thomas price
Version: 1
Author: chris lo
Author URI: http://freshlydiced.com/
Tags: mitchieville
*/
/* original bod bg color: #8aabca */

.tassle-top {
    background-color: #595a5b;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: Verdana, "san serif";
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}

html, body, div, ul, a h1, h2, h3, h4, h5, form, iframe {
    margin: 0;
    padding: 0;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, 'Helvetica Neue LT Std', Sans-Serif;
	color: #333;
	background-color: #444444;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #c10000;
} 
div#header {
    width: 100%;
    height: 100%;
}
div.center {
    width: 944px;
    margin: 0 auto;
}
div#header .center {
    background-color:  #8aabca;
    height: 310px;
}
div#header ul {
    display: inline;
    float: left;
    width: 360px;
    height: 77px;
    margin-left: 230px;
}
div#header ul li {
    display: block;
    float: left;
    width: 68px;
    height: 77px;
    background-image: url(images/mainnav-blank.gif);
    margin-left: 0;
    margin-right:4px;
}
div#header ul li a {
    display: block;
    margin-top: 15px;
    color: black;
    font-size: 12px;
    text-align: center;
}
div#header ul li a:hover {
    color: red;
}
div#content {
    float:left;
    height: 100%; 
    background-color:  #8aabca;
    color: white;
    width: 944px;
    font-size: 12px;
}
div#footer {
    background-color:  #8aabca;
    color: white;
    text-align: center;
    font-size: 1.5em;
    clear: both;
}
div.sidebarleft {
    float: left;
    margin-left: 97px;
    margin-right: 13px;
    font-size: 1em;
/*
    width: 133px;
*/
}
div.sidebarleft div {
    margin-bottom: 8px;
}
div.narrowcolumn div.post {
    float: left;
    padding: 25px 23px;
    width: 438px;
    background-color: white;
    color: black;
    border-left: 1px solid  #8aabca;
    border-right: 1px solid  #8aabca;
    
}
div.narrowcolumn div.minipost {
    float: left;
    padding: 0 23px;
    width: 438px;
    background-color: white;
    color: black;
    border-left: 1px solid  #8aabca;
    border-right: 1px solid  #8aabca;
    
}
div.narrowcolumn div.roundedcorners {
    float: left;
    width: 486px;
    height: 12px;
}
div.narrowcolumn div.postcontainer {
    float: left;
    width: 486px; 
}
div.widecolumn {
    padding: 0 50px;
}
div.widecolumn div.post {
    float: left;
    padding: 25px 23px;
    width: 652px;
    background-color: white;
    color: black;
    border-left: 1px solid  #8aabca;
    border-right: 1px solid  #8aabca;
    
}
div.widecolumn div.roundedcorners {
    float: left;
    width: 700px;
    height: 12px;
}
div.widecolumn div.postcontainer {
    float: left;
    width: 700px;
    margin-top: 30px;    
}
div.widecolumn div.postSpacer {
    float: left;
    width: 700px;
    height: 33px;
}
div#sidebarA {
    float: left;
    margin-left: 11px;
    width: 133px;
    font-family: Verdana, sans-serif;
}
div.tassle {
    width: 137px;
    margin-bottom: 15px;
}
div#sidebar ul{
    list-style-type:none;
}
div#feeds {
    float:left;
    margin-top: 15px;
    margin-left: 20px;
}
div#feeds label.hidden {
    color: white;
}
.postmetadata {
    margin: 0;
    font-size: 1em;
}
#sidebarlinks {
    font-size:9px;
    list-style-type:none;
}
#sidebarlinks li {
    padding: 3px 25px;
}
#sidebarlinks a {
    color: white;
}
#sidebarlinks a:hover {
    color: yellow;
}
div#sidebar li#archives {
    font-size: 10px;
}
div#sidebarA .widgettitle {
    padding-left: 2px;
}
div#sidebarA .thumbnail {
    display: block;
    margin: auto;
    padding: 15px;
}
div#sidebarA .tassle-middle {
    background-color: #595a5b;
    color: white;
}
div#sidebarA div#horoscope {
    padding: 5px 25px;
}
div#sidebarA div#horoscope a {
    color: white;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */