/*-------------------------------------------------------------------------------------
 //	JibberBook v2.3
 //	(c) 2009 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/digg/jbstyle.css
 -------------------------------------------------------------------------------------*/
body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 80%;
    font-family: "Arial", sans-serif;
    background: #222222 url(http://www.weevilshockey.com/theme/digg/images/weevils-twitter.jpg) no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

#logo {
	width: 300px;
	height: 251px;
	position:absolute;
	top: 50px;
    left: 50%;
    display:none;
    margin-left: -570px;
	background: url(images/weevil-logo.png) no-repeat;
	z-index: 1;
}

#container {
    width: 660px;
    text-align: left;
    margin: 0 auto;
}

#primary h3 {
    font-size: 1.6em;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 0.3em 0;
    background: #000;
    width: 177px;
}

#secondary h3 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 4px;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: arial, helvetica, sans-serif;
}

#header {
    padding: 10px;
    color: #fff;
    margin-top: 8px;
    width: 400px;
    float:left;
    background: #000;
    z-index: 2;
}
#social_media {
	width: 220px;
	display:block;
	float:left;
	padding:3px;
}
.facebook {
	background: url(http://www.weevilshockey.com/theme/digg/images/facebook.png) no-repeat;
	width: 229px;
	height: 55px;
}
.facebook a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height:50px;
	padding-left: 58px;
}
.twitter {
	width: 220px;
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.twitter a {
	color: #ffffff;
}

.twtr-ft {
	display:none;
}

#header p {
	padding: 10px;
}
#header .right {
	background: #000;
}
#header h1 {
    text-align: center;
    font-weight: normal;
    font-size: 3em;
    line-height: 1em;
}

#info {
    color: #D2DCF3;
    font-style: italic;
    position: relative;
    left: 45%;
    width: 40%;
}

#jb_message {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}

#jb_message.error {
    background-color: #c00;
}

#jb_message.confirm {
    background-color: #360;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.6em;
}

#content {
    background:#000 ;
    margin-top:10px;
	width: 660px;
	float:left;
}

#primary {
    padding: 10px;
    margin:0 0 1em;
}

#secondary {
    padding: 10px;
    margin-top:10px;
    background-color:#000;
}

#jb_addComment label {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
}

#jb_addComment input, #jb_addComment textarea {
    font-size: 0.8em;
    font-family: arial, sans-serif;
    margin-bottom: 5px;
    padding-left: 2px;
    width: 50%;
}

#jb_addComment textarea {
    height: 80px;
    width: 98%;
}

#jb_addComment .button {
    font-size: 1.3em;
}

#jb_addComment fieldset {
    border:0;
    margin: 0;
    padding: 1em;
    background-color: #ccc;
}

.comment {
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;
}

.comment .header {
    padding: 5px;
    color: #fff;
    background-color:#000;
    border-top:solid 1px #C0C7CD;
}

.comment .header a {
    font-weight: bold;
    color: #52718B;
}

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #cccccc;
}

.comment .content a {
    color: #666;
}

.comment .content a:hover {
    color:#333;
}

.comment .date {
    font-size: 0.8em;
    color: #52718B;
    position:absolute;
    top:6px;
    right:12px;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    color:#999;
}

#footer a {
    color: #999;
}

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

.required {
    color: #222;
}

#jb_addComment .hidden, .hidden {
    display: none;
}
