/* Style Sheet for USHack.net
 - XGhozt.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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: italic !important; }


/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	background: #000 url(../images/starcraft-2-zerg-wallpapers-619.jpg) repeat;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}

        a:link {
                color: #CCCCCC;
        }
        a:visited {
                color: #CCCCCC;
        }
        a:hover {
                color: #FFFFFF;
        }
        a:active {
                color: #CCCCCC;
        }

#toolbar {
	filter: alpha(opacity=60);
	background: #000;
	background: rgba(255, 255, 255, .20);
	padding: 5px;
	height: 15px;
	width: 98%;
	margin: 0 auto;
	border: 1px solid #FFF;
	margin-top: -1px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomright: 6px;
	-webkit-box-shadow: 0 2px 6px #000;
	-moz-box-shadow: 0 2px 6px #000;
	filter:alpha(opacity=90);
}

#location {
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.7) 1px 2px 5px;
	font-variant: small-caps;
	float: left;
}

#date {
	float: right;
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 5px;
}

#quickstats {
	float: right;
	font-size: 0.9em;
}

#wrap {
}

#left {
	width: 440px;
	float: left;
	overflow: hidden;
}

#right {
	overflow: hidden;
}

.box {
	filter: alpha(opacity=60);
	background: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px #000;
	-moz-box-shadow: 0 2px 6px #000;
	filter:alpha(opacity=90);
	border: 1px solid #FFF;
	padding: 10px;
	margin: 10px;
	background: rgba(0, 0, 0, .60);
}

#ustream {
	
}

#stats {
	line-height: 20px;
}

#welcome h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.7) 1px 2px 5px;
	font-variant: small-caps;
}

#welcome p {
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 20px;
}

div#entry{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
	font-size: .7em;
	margin: 0px 0px 25px -2px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;  
	border-bottom-radius: 2px;  
	line-height: 20px;
}

div#entry_title{
	background: transparent url(http://www.ghoztcraft.net/images/post.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
}

div#comments_date{
	text-align: center;
	padding: 2px;
	margin: -3px auto;
	border: solid #888 1px;
	width: 120px;
	float: right;
	-webkit-box-shadow: 0 0 10px #000;  
	-moz-box-shadow: 0 0 10px #000;
}

div#entry_author{
	background: transparent url(http://www.ghoztcraft.net/images/user.png) no-repeat right;
	text-align: right;
	font-weight: lighter;
	font-style: italic;
	padding-right: 22px;
	margin-top: 14px;
	margin-right: 8px;
	border-top: dashed #333 1px;
}

