/*  
Theme Name: Hottie 1.0 + Widgets
Theme URI: http://www.solostream.com
Author: Michael D. Pollock
Author URI: http://www.solostream.com/

	Hottie 1.0 + Widgets
	http://www.solostream.com

	This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

	The CSS, XHTML and design is copyright of Michael D. Pollock:
	http://www.solostream.com.

	You may use or modify this theme for your own blog or website. You MAY NOT REDISTRIBUTE this theme in any form or fashion without permission from Michael Pollock.
 

*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: verdana,geneva,san-serif;
	background: #000 url(images/hotbodybgred.gif);
	color: #663333;
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
        line-height:150%;
	}

#wrap {
        background:#ccc;
        width:850px;
        border: 1px solid #000;
        padding:1px;
        margin: 0 auto;
        }

#header {
        height:140px;
	margin: 0 auto;
	padding: 0 20px;
	background: #000 url(rotate/rotate.php) center center no-repeat;
	}

h1.blogtitle {
        text-align:center;
        color:#fff;
        font-weight:bold;
        font-size:20pt;
        letter-spacing: -1px;
        margin: 0;
        padding: 10px 0 3px;
        }

p.blogtitle {
        text-align:center;
        color:#fff;
        font-weight:bold;
        margin:0;
        padding:0 0 10px;
        }

#containertop {
	clear: both;
	height: 30px;
	background: #000 url(images/cont-top.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
	}

#containertop img.rssicon {
        float:right;
        padding-right:280px;
        }

#container {
	background: #fff url(images/hotcontentbg2.gif) top left repeat-y; 
	margin: 0 auto;
	padding: 0;
	}

#page {
        clear: both;
	margin: 0 auto;
	padding: 15px 0;
	}   

#content {
        width: 530px;
        float: left;
        margin: 0;
        padding: 0 0 0 20px;
	}

#sidebar {
        width: 250px;
        float: right;
        margin: 0;
        padding: 0 10px 20px 0;
	}

#containerbot {
        clear: both;
        height: 30px;
        background: url(images/containerbg.gif) bottom left no-repeat;
        margin: 0 auto 0px auto;
        padding: 0;
        }

#footer {
        font-family: tahoma, geneva, verdana, sans-serif;
        font-size:8pt;
        color: #fff;
        clear: both;
        margin: 0 auto;
        padding: 10px 20px;
        text-align: left;
        background: #000;
        }

#footer p {
        margin:0;
        }

/* -------------------[ Headings ]------------------- */

h1,h2,h3,h4,h5,h6,h7 {
	font-family: georgia, times,'times new roman', serif;
	font-weight: normal;
        color:#000;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: left;
	line-height: 120%;
	}

h1 {
	font-size: 18pt;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4,h5,h6,h7 {
        font-size: 12pt;
        letter-spacing:0px;
        }

.pagetitle {
	padding: 0px;
	margin: 0 0 10px 0;
	}

#sidebar h2 {
        font-size:14pt;
        margin-bottom:2px;
        }

h2#comments,h2#respond,h2#trackbacks {

        }

.post h1, .post h2, .featurepost h1, .featurepost h2 {
        margin:0 0 4px;
        }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
        margin-bottom:10px;
        }

#header a, #header a:link, #header a:visited {
        color:#fff;
        }

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration:underline
	}

#footer a {
	color: #fff;
	text-decoration: underline;
	}

#blogtitle h1 a {
        color: #fff;
        }

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
        color:#000;
        }
        
	
/* -------------------[ Images ]------------------- */

.entry img {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }


