/*
    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/
	
	Adapted to designaffairs STUDIO design by Benjamin Kuhn / benjamin.kuhn@designaffairs.com
*/


body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:url(images/bg_blackboard2.jpg);
}

#container {
	width:920px;
	padding:0;
	margin:0 auto;
}

/* home columns */

#col01 {
	width:730px;
	float:left;
	overflow:hidden;
}
#col02 {
	width:190px;
	float:right;
	overflow:hidden;
}
#col01, #col02 {
	padding:10px 0;
}

/* home post */

#col01 .home-post {
	width:710px;
	margin:0 20px 10px 0;
	padding:0;
	height:310px;
	overflow:hidden;
	position:relative;
	float:left;
}

/* Not needed ------------ */
#col01 .home-post .title {
	background:#0094FF;
	padding:4px 8px;
}
#col01 .home-post .title h2 {
	margin:0;
	padding:0;
}
#col01 .home-post .title h2 a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
}
#col01 .home-post .title h2 a:hover {
	color:#DDDDDD;
}

#col01 .home-post .home-post-upper {
	height:288px;
	width:710px;
	overflow:hidden;
	position:relative;
}
#col01 .home-post .home-post-upper a img {
	text-decoration:none;
	border:none;
}
#col01 .home-post .home-post-upper img {
	z-index:1;
}

#col01 .home-post .date {
	position:absolute;
	right:0px;
	top:192px;
	background-color:#FFFFFF;
	filter:alpha(opacity=70); /* Transparenz für IE */
	-moz-opacity:0.7; /* Transparenz für Mozilla */
	opacity:0.7; /* Transparenz für Opera */
	color:#666666;
	text-align:right;
	font-size:10px;
	padding:3px 8px;
	z-index:2;
}

#col01 .home-post .excerpt {
	position:absolute;
	top:210px;
	height:90px;
	overflow:hidden;
	padding:6px 12px 0;
	font-size:11px;
	line-height:16px;
	background-color:#FFFFFF;
	filter:alpha(opacity=85); /* Transparenz für IE */
	-moz-opacity:0.85; /* Transparenz für Mozilla */
	opacity:0.85; /* Transparenz für Opera */
	cursor:pointer;
	z-index:3;
}
#col01 .home-post .excerpt p {
	margin:0 0 10px;
	padding:0;
}
#col01 .home-post .excerpt a {
	color:#0094FF;
}
#col01 .home-post .excerpt a:hover {
	text-decoration:none;
	color:#999999;
}
/* ------------ */


#col01 .home-post .meta {
	font-weight:bold;
	position:absolute;
	right:0px;
	top:284px;
	padding:4px 8px 2px;
	height:20px;
	font-size:14px;
	background-color:#666666;
/*	filter:alpha(opacity=80); /* Transparenz für IE */
/*	-moz-opacity:0.8; /* Transparenz für Mozilla */
/*	opacity:0.8; /* Transparenz für Opera */
}
#col01 .home-post .comments a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
#col01 .home-post .author a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
}
#col01 .home-post .comments a:hover, #col01 .home-post .author a:hover {
	color:#0094FF;
	text-decoration:none;
}


/* single template post */

#col01 .post {
	width:710px;
	background-color:#FFFFFF;
	padding:2px 0 0 0;
	margin:0;
	font-size:12px;
	line-height:20px;
}
#col01 .post a {
	color:#0094FF;
	text-decoration:none;
}
#col01 .post a:hover {
	color:#999999;
	text-decoration:none;
}
#col01 .post h1 {
	color:#333333;
	font-size:28px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	line-height:56px;
	padding:0 0 4px;
}
#col01 .post h4 {
	font-size:20px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	line-height:22px;
	padding:0 0 6px;
}
#col01 .post h1 a, #col01 .post h4 a {
	text-decoration:none;
	color:#FFFFFF;
}
#col01 .post h1 a:hover, #col01 .post h4 a:hover {
	text-decoration:none;
	color:#DDDDDD;
}
/*#col01 .post-upper {
	background-color:#0094FF;
	padding:6px;
	font-size:10px;
	line-height:12px;
	color:#FFFFFF;
}
#col01 .post-upper a {
	color:#FFFFFF;
	text-decoration:none;
}
#col01 .post-upper a:hover {
	color:#DDDDDD;
	text-decoration:underline;
}*/
#col01 .post .image {
	float:left;
	margin:0 10px 10px 0;
}
#col01 .post .the-content {
	vertical-align:top;
	padding:0 16px 0 12px;
}

/* categories page */

#col01 .cat-name {
	background-color:#999;
	font-size:14px;
	color:#EEE;
	font-weight:bold;
	padding:4px 6px 8px;
	margin-bottom:10px;
	width:698px;
}
#col01 .category-name {
	font-size:14px;
	color:#EEE;
	text-transform:uppercase;
	font-weight:bold;
}

/* comments outer */

#comments-holder {
	margin:0;
	padding:0;
}

/* comment list styles */

#comment-list {
	color:#CCC;
	font-size:12px;
	padding:6px 12px;
	border-bottom:1px solid #d3d3d3;
}
#comment-list .bigger {
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
}
.comment-left {
	padding:16px 0;
	vertical-align:top;
	border-bottom:1px solid #d3d3d3;
}
.comment-meta {
	float:left;
	width:120px;
	padding-left:12px;
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
}
.comment-metadata {
	color:#999999;
	font-size:10px;
	font-weight:normal;
}
.comment-metadata a {
	text-decoration:none;
}
.comment-metadata a:hover {
	text-decoration:underline;
}
.comment-txt {
	color:#666666;
	float:left;
	width:440px;
	font-size:12px;
	line-height:18px;
}
cite {
	font-style:normal;
	text-transform:uppercase;
	font-size:12px;
}

/* comment form styles */

#comments-form {
	width:710px;
	margin:0;
}

.comments-PII, .comments-PII-2 {
	background-color:#EEE;
	color:#666666;
	height:310px;
	padding:0 12px;
	margin:0;
}
.comments-PII {
	width:302px;
	float:left;
}
.comments-PII-2 {
	width:360px;
	float:right;
}
.comments-PII input {
	font-size:12px;
	width:240px;
}
.comments-PII-2 textarea {
	font-size:12px;
	width:340px;
	height:180px;
}
.submit-btn {
	display:block;
	padding:0;
	cursor:pointer;
	width:150px;
	height:23px;
	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 -23px;
}

.note {
	color:#AAA;
	font-size:10px;
}


/* misc */

.uppercase {
	text-transform:uppercase;
}


/* home and category page nav */

#page-nav {
	width:350px;
	height:322px;
	float:left;
}

#page-nav .older a, #page-nav .newer a {
	display:block;
	font-size:10px;
	text-indent:-400px;
	overflow:hidden;
	height:161px;
}
#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 -161px;
}
#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 -161px;
}


/* col02 stuff */

#logo {
	height:150px;
	padding:0;
	overflow:hidden;
	margin:0;
}
#logo a img {
	border:none;
	text-decoration:none;
}

#about-box {
	overflow:hidden;
	margin-bottom:10px;
}
#about-box .pages {
	margin:0;
	padding:0;
	overflow:auto;
}

#about-box .pages a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:2px 0;
	text-decoration:none;
}
#about-box .pages a:hover {
	color:#FFF;
	text-decoration:none;
}
#about-box ul {
	margin:0;
	padding:0;
}
#about-box li {
	list-style:none;
	margin:0;
	padding:0;
}

/* search form */

#about-box form {
	padding:0;
	margin:30px 0 0 0;
	height:52px;
}
#about-box .txt-field {
	background-color:#666666;
	border:none;
	color:#FFFFFF;
	font-size:12px;
	margin:0 0 6px;
	width:190px;
	padding:2px;
}
#about-box .btn-search {
	display:block;
	padding:0;
	cursor:pointer;
	float:left;
	width:74px;
	height:27px;
	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_over.gif) no-repeat;
} 


/* Not needed ------------- */
#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% #0094FF;
}
#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% #0094FF;
}


#about-studio h1 {
	font-weight:bold;
	font-size:20px;
	line-height:0;
	margin-bottom:20px;
}
#about-studio .bold {
	font-weight:bold;
}

#categories {
	height:300px;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-bottom:10px;
}
#categories ul {
	margin:10px 0;
	padding:0 20px;
	overflow:auto;
	height:100px;
}
#categories li {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #d3d3d3;
}
#categories a {
	display:block;
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	padding:4px 0;
	text-decoration:none;
}
#categories a:hover {
	color:#999;
	text-decoration:none;
}

#sponsor-box {
	height:340px;
	background:#A7A7A7;
	overflow:hidden;
	position:relative;
}
#sponsor-box .title {
	background:#0094FF;
	padding:4px 8px;
	color:#fff;
	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;
	text-transform:uppercase;
	text-align:right;
}
#sponsor-box .meta a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#sponsor-box .meta a:hover {
	color:#000;
}
/* -------------- */



/* footer */

#footer {
	padding:10px 0;
	margin:0 auto;
	background:url(images/dot.gif) repeat-x;
	font-size:10px;
	line-height:14px;
	color:#5f5f5f;
}
#footer a {
	color:#5f5f5f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
