/*
    Theme Name: GUMBALL SPECIAL
    Theme URI: http://www.hellbiscuit.com/
    Description: GUMBALL SPECIAL is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>, brought to you by <a href="http://www.hellbiscuit.com">HELLBISCUIT.com</a>
    Version: 1.0
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/


body {
	background: #f0f0f0 url('images/header_bg.gif') repeat-x;
	color: #333333;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 10px;
	}

#container {
	background-image:url('images/container_bg.gif');
	background-repeat:no-repeat;
	width:940px;
	padding:9px 0 0px 0;
	margin:0 auto;
	}

/* header area */

#container h3 {
	font-size:30px;
	font-weight: 100;
	font-family: Times New Roman, Garamond, serif;
	margin: 25px 0 0;	
	}
#container h3 a {
	text-decoration:none;
	color:#333;
}
#container h3 a:hover {
	color:#D3643B; /* dark orange */
}
.hellbiscuit a {
	display:block;
	width:251px;
	height:15px;
	margin-top:16px;
	overflow:hidden;
	text-indent:-500px;
	font-size:10px;
	background:url(images/hellbiscuit.gif) no-repeat;
}
.subhead {
	font-size: 14px;
	font-weight: 200;
	}


/* home columns */

#col01 {
	width:720px;
	float:left;
	overflow:hidden;
}
#col02 {
	width:220px;
	float:right;
	overflow:hidden;
}
#col01, #col02 {
	padding:0;
	margin-top: 70px;
}

/* home post */

#col01 .home-post {
	width:220px;
	margin:0 20px 20px 0;
	height:340px;
	overflow:hidden;
	float:left;
	position: relative;
}
#col01 .home-post .title {
	padding: 8px 12px 4px;
	background: #EDEBE6;
}
#col01 .home-post .title h2 {
	margin:0;
	padding:0;
	
}
#col01 .home-post .title h2 a {
	text-decoration:none;
	color:#000;
	margin:0;
	padding:0;
	font-weight: 100;
	font-size:12px;
	line-height:16px;
}
#col01 .home-post .title h2 a:hover {
	color:#D3643B;/* orange */
	border-bottom: 1px solid #D3643B;
}
#col01 .home-post .home-post-upper {
	height:150px;
	width:220px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #fff;
}
#col01 .home-post .home-post-upper a img {
	text-decoration:none;
	border:none;
}
#col01 .home-post .date {
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:#fff;
	text-align:right;
	font-size:10px;
	padding:3px 8px;
}
#col01 .home-post .excerpt {
	height:114px;
	overflow:hidden;
	padding:12px 12px 6px;
	font-size:11px;
	line-height:16px;
	background:#EDEBE6;
	cursor:pointer;
}
#col01 .home-post .excerpt p {
	margin:0 0 10px;
	padding:0;
}
#col01 .home-post .excerpt a {
	color:#333;
}
#col01 .home-post .excerpt a:hover {
	text-decoration:none;
	color:#fff;
	background:#ff0067;
}
#col01 .home-post .meta {
	padding:4px 8px 0 24px;
	height:20px;
	background:url(images/icon-comment.gif) no-repeat 5px 5px #dcdad4; /* darker neutral */
	text-transform:uppercase;
	position: absolute; bottom: 0; 
	width: 100%;
}
#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#666666;
	float:left;
}

#col01 .home-post .author a {
	display:block;
	font-size:10px;
	color:#666;
	text-decoration:none;
	float:right;
}
#col01 .home-post .comments a:hover, #col01 .home-post .author a:hover {
	color:#333;
}


/* single template post */

#col01 .post {
	padding:0 20px 20px 0;
	font-size:12px;
	line-height:19px;
}
#col01 .post a {
	color:#333;
}
#col01 .post a:hover {
	color:#333;
	text-decoration:none;
}
#col01 .post h1 {
	font-size:26px;
	font-family: Times New Roman, Garamond, serif;
	font-weight: 200;
	margin:0;
	line-height:32px;
	padding:0 0 6px;
	}
#col01 .post h2 {
	font-size:18px;
	font-family: "ronnia-condensed-1","ronnia-condensed-2",sans-serif;
	font-weight: 200;
	margin:0;
	line-height:22px;
	padding:12px 0 0 0;
	}
#col01 .post h4 {
	font-size:20px;
	font-family: Times New Roman, Garamond, serif;
	font-weight: 200;
	margin:0;
	line-height:26px;
	padding:0 0 6px;
}
#col01 .post h1 a, #col01 .post h4 a {
	text-decoration:none;
	color:#333;
}
#col01 .post h1 a:hover, #col01 .post 4h a:hover {
	color:#fff;
	border-bottom:none;
	background-color:#D3643B;/* orange */
}
#col01 .post-upper {
	background:url(images/dot.gif) repeat-x bottom;
	padding:6px 0;
	font-size:11px;
	line-height:16px;
	color:#606060;
}
#col01 .post-upper a {
	color:#606060;
	text-decoration:none;
}
#col01 .post-upper a:hover {
	color:#333;
	text-decoration:underline;
}
#col01 .post-upper .digg {
	float:right;
}
#col01 .post .image {
	float:left;
	margin:0 12px 12px 0;
	}
#col01 .post img {
	border: 0;
	padding: 15px 0;
	}

p.details {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px;
	background-color: #fff;
	}
p.intro {
	font-family: "museo-1","museo-2",serif;
	font-size: 24px;
	font-weight: 500;
	}
		
.highlight {
	font-style: normal;
	font-weight: 500;
	margin-left: 5px;
	}
.wp-caption-text {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: -15px;
	}

/* categories page */

#col01 .cat-name {
	font-size:14px;
	/*background:url(images/dot.gif) repeat-x bottom;*/
	padding:4px 0 8px;
	width:700px;
}
#col01 .category-name {
	font-family: "ronnia-condensed-1","ronnia-condensed-2",sans-serif;
	font-size:16px;
	font-weight: 200;
	color:#fff;
	padding: .25em;
	text-transform:uppercase;
	background:#D3643B;/* orange */

}


/* comments outer */

#comments-holder {
	padding:12px 0 0;
}

/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
}
#comment-list .bigger {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.comment-left {
	padding:16px 0;
	background:url(images/dot.gif) repeat-x;
}
.comment-meta {
	float:left;
	width:120px;
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
}
.comment-metadata {
	font-size:10px;
	font-weight:normal;
}
.comment-metadata a {
	text-decoration:none;
}
.comment-metadata a:hover {
	text-decoration:underline;
}
.comment-txt {
	float:left;
	width:440px;
	font-size:12px;
	line-height:18px;
}
cite {
	font-style:normal;
	text-transform:uppercase;
	font-size:12px;
}

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	width:280px;
	margin-right:15px;
}
.comments-PII-2 {
	width:380px;
}
.comments-PII input {
	font-size:12px;
	width:270px;
	padding:2px;
}
.comments-PII-2 textarea {
	font-size:12px;
	width:370px;
	height:180px;
	padding:2px;
}
.submit-btn {
	display:block;
	padding:0;
	cursor:pointer;
	width:75px;
	height:25px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/btn-add.gif) no-repeat;
	border-style:none;
}

.submit-btn:hover {
	background:url(images/btn-add.gif) no-repeat 0 -25px;
}

.note {
	font-size:10px;
}


/* misc */

.uppercase {
	text-transform:uppercase;
}


/* home and category page nav */

#page-nav {
	height:340px;
	width:220px;
	float:left;
}

#page-nav .older a, #page-nav .newer a {
	display:block;
	font-size:10px;
	text-indent:-400px;
	overflow:hidden;
	height:150px;
}
#page-nav .older a {
	margin-bottom:1px;
	background:url(images/link-older.gif) no-repeat 0 0;
}
#page-nav .older a:hover {
	background:url(images/link-older.gif) no-repeat 0 -150px;
}
#page-nav .newer a {
	background:url(images/link-newer.gif) no-repeat 0 0;
}
#page-nav .newer a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -150px;
}


/* col02 stuff */

#categories {
	height:340px;
	overflow:hidden;
	margin-bottom:20px;
}
#categories ul {
	margin:0;
	padding:0;
	overflow:hidden;
	height:320px;
}
#categories li {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #e2dcdc;
}
#categories a {
	display:block;
	color: #D3643B; /* orange */
	font-size:16px;
	font-weight: 300;
	padding: 10px 0;
	text-decoration:none;
	}
#categories a:hover {
	color:#333;
	text-decoration:underline;
	}


#sponsor-box {
	height:340px;
	background:#A7A7A7;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
#sponsor-box .title {
	padding:4px 8px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#sponsor-box .sponsor {
	padding:10px 0 0;
	width:200px;
	height:133px;
	overflow:hidden;
	margin:0 auto;
}
#sponsor-box .meta {
	padding:4px 8px 0;
	position:absolute;
	bottom:0px;
	left:0px;
	width:204px;
	height:19px;
	background:#7f7f7f; /* dark gray */
	text-transform:uppercase;
	text-align:right;
}
#sponsor-box .meta a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#sponsor-box .meta a:hover {
	color:#333;
}


#about-box {
	height:200px;
	overflow:hidden;
}

/* main navigation */
#container .pages { float: right; margin: 0; }
#container .pages li {
	float: left; 
	margin: 0;
	padding:0;
	list-style:none;
	font: 14px/14px "ronnia-condensed-1","ronnia-condensed-2",sans-serif;
}
#container .pages a {
	display:block;
	color:#F49E2B;
	text-transform:lowercase;
	padding: 23px 10px 0;
	text-decoration: none;
	border-right: 1px solid #e2dcdc;
}
#container .pages a:hover { color: #333; text-decoration: underline; }


/* search form */

#about-box form {
	/*padding:10px 20px;*/
	margin:0;
	/*text-align:right;*/
	border-bottom:1px solid #fff;
	height:56px;
}
#about-box .txt-field {
	font-size:12px;
	margin:0 0 6px;
	width:176px;
	padding:1px;
}
#about-box .btn-search {
	display:block;
	padding:0;
	cursor:pointer;
	float:right;
	width:75px;
	height:25px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/btn-search.gif) no-repeat;
	border-style:none;
}

#about-box .btn-search:hover {
	background:url(images/btn-search.gif) no-repeat 0 -25px;
}


#about-box .rss a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:10px auto 0;
	color:#333;
	border-bottom:1px solid #A7A7A7;
	text-decoration:none;
	background:url(images/icon-rss.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .rss a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-rss-on.gif) no-repeat 5px 50% #D3643B;
}
#about-box .bookmark a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:0 auto;
	color:#333;
	text-decoration:none;
	background:url(images/icon-bookmark.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .bookmark a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-bookmark-on.gif) no-repeat 5px 50% #D3643B;
}



/* footer */

#footer {
	padding:20px 0;
	margin:0 auto;
	background:url(images/dot.gif) repeat-x;
	font-size:10px;
	line-height:14px;
	color:#5f5f5f;
	clear: both;
}
#footer a {
	color:#5f5f5f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_bio{
	color:#666;
	float: left;
	font-weight: 200;
	font-size:18px;
	line-height:22px;
	margin-right: 20px;
	padding: 0;
	width: 460px;
	}	
#footer_web {
	float: left;
	width: 190px;
	}
#footer_web ul {
	padding: 0; 
	margin: 0;
	}
#footer_web  li {
	padding:0;
	margin:0;
	list-style:none;
	}
#footer_web a {
	display:block;
	color: #D3643B; /* orange */
	font-size: 16px;
	font-weight: 300;
	padding: 5px 0 15px 0px;
	text-decoration:none;
	}
#footer_web a:hover {
	color:#333;
	text-decoration:underline;
	}
#footer_web .title, #footer_bio .title, #categories .title {
	color:#666;
	font-size:10px;
	font-weight:500;
	line-height: 11px;
	padding-bottom: 10px;
	text-transform:uppercase;
	}
#categories .title { padding: 0; font-family: "ronnia-condensed-1","ronnia-condensed-2",sans-serif; }
#footer_credit {clear: both;}