/*
Theme Name: Hustler Blog
Theme URI: http://www.hustlervideo.net
Description: HustlerVideo Theme
Version: 1.0
Author: hacktic
Author URI: http://www.hustlervideo.net 
*/


img {vertical-align:text-top;}


/* Begin Typography & Colors */



body {  
        font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #171717;
        color: white;
}

#pageWrapper {
        
	background-image: url(images/background.jpg);

}



#mainColumn .inside {
	text-align: justify;
        font-size: 1.2em;
}

#sidebar {

        font-size: 1.2em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;

	}

h1, h1 a, h1 a:hover, h1 a:visited{
	font-size: 1.2em;
        color: white;
        text-decoration: none;
}

h2 {
	font-size: 1.4em;
}

#sidebar a, a:hover, a:visited{
        color: white;      
}

    

/* End Typography & Colors */



/* Begin Structure */


html, body {
    height: 100%;
}

body {
    margin: 0 auto;
}

#pageWrapper {

	margin: 0 auto;
	width: 900px;
        min-height: 100%;
}

#header {
	
	padding: 0;
        margin:0 ;
}

#mainColumn {
        float: left;
	width: 700px;
        padding: 0;
	margin: 0;
       
}


#mainColumn .inside {
        padding: 0 12px 0 12px;

        margin: 0;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p, a, a:hover, a:visited{
	margin: 0;
	
	text-align: center;
        color: white;      
	}

.postmetadata {
	clear: left;
        padding: 10px 0 0 0;
}
/* End Structure */



/*	Begin Headers */

/* End Headers */

/* Begin Images */
img {border: 0;}

p img {
	padding: 0;
	max-width: 100%;
	}

a img {
       border: 0;
       padding: 0;
       margin: 0;
}

/*	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;
        border-style: solid;
        border-color: white;
        border-width: 1px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */




/* Begin Sidebar */
#sidebar
{
	padding: 0 12px 0 12px;
	margin-left: 720px;
	width: 150px;

        }

#sidebar form {
	margin: 0;
	}
/* End Sidebar */