/*   
Theme Name: The Cafe Clash
Description: Cafe Clash theme
Author: Rick Moore / Juna Duncan
Author URI: http://www.detourdesign.com
Version: 1.0
*/

/* =global */
html {
	font: 62.5%/120% Arial, Helvetica, sans-serif;
	text-align: center;
}

* { margin: 0; padding: 0; }

/* =colors */
html { color: #444; }
h2, h3 { color: #c39919; }
.post-date { color: #999; }
#footer p { color: #666; }

/* =typography */
h2 {
	font: 3.6em/120% Georgia, "Times New Roman", serif;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

p, ul {
	font-size: 1.3em;
	line-height: 1.5em;
}

#footer p { font-size: 1em; text-align: center; }
#footer a { color: #fff; }
#footer a:visited { color: #444; font-style: italic; }
#footer a:hover { color: #c39919; text-decoration: none; }
#footer a:active { color: #fff; }

h1, h2, h3, p, ul, #comments { text-align: left; }

#site-id h1 {
	background: url(assets/site-id.gif) no-repeat;
	height: 79px;
	margin-bottom: 0;
	text-indent: -9000px;
}

/* =classes */
.bold { font-weight: bold; }
.clear { clear: both; }
.next-p { padding-top: 16px; }
.orange { color: #c39919; }

.meta {
	background: transparent url(assets/metaicon.gif) 0 75% no-repeat;
	border-top: 1px dashed #ccc;
	font-size: 1em;
	margin-top: 16px;
	padding: 8px 0 0 16px;
}

.post {
	background: #fff url(assets/navseparator.gif) repeat-x bottom;
	margin-bottom: 48px;
	padding-bottom: 40px;
}

.post-date {
	background: transparent url(assets/calendaricon.gif) 0 50% no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 8px;
	padding-left: 16px;
	text-transform: uppercase;
}

#comments h3 { margin-bottom: 8px; }
dl#comments-block { width: 600px; }
dl div.comment {
	background: #eee url(assets/commentbg-bottom.gif) repeat-x bottom;
	margin-bottom: 24px;
}

dt.comment-poster {
	background: transparent url(assets/commentbg.gif) no-repeat left top;
	float: left;
	font-size: 1.2em;
	padding: 24px 0 0 16px;
	width: 125px;
}

dd.comment-body {
	color: #666;
	float: right;
	font-size: 1em;
	margin-bottom: 8px;
	padding: 16px 16px 0 0;
	width: 400px;
}

dd.comment-timestamp {
	clear: both;
	font-size: 1em;
	padding: 0 0 32px 183px;
}


/* =layout */
#header {
	margin: 0 auto;
	width: 860px;
}
#site-id { float: left; width: 400px; }
#topnav {
	background: transparent url(assets/topnav-bg.gif) no-repeat;
	float: right;
	text-align: right;
	width: 400px;
}

#superbanner {
	background: #000 url(assets/superbanner-bg.gif) repeat-x bottom;
	clear: both;
	padding-bottom: 32px;
}

#content {
	background-color: #fff;
	margin: 0 auto;
	padding: 24px 0;
	width: 860px;
}

#maincontent {
	float: left;
	margin-bottom: 24px;
	width: 600px;
}

#contestnav {
	float: right;
	width: 200px;
}

#navlist, #sponsorlist, #archive-list {
	line-height: 200%;
	list-style: none;
	padding-top: 24px;
	text-transform: uppercase;
}

#navlist li a, #sponsorlist li a, #archive-list a {
	background: #fff url(assets/arrow.gif) no-repeat 0 50%;
	color: #444;
	padding-left: 24px;
	text-decoration: none;
}

#navlist li a:hover, #sponsorlist li a:hover, #archive-list a:hover { color: #999; }
#sponsorlist, #archive-list { margin-top: 8px; }

#footer {
	background: #000 url(assets/footer-bg.gif) repeat-x top;
	clear: both;
	padding: 32px 0 16px;
}

/* =navigation */
#topnav ul {
	font-size: 1.1em;
	list-style: none;
	padding-top: 45px;
	text-align: right;
}
#topnav ul li {
	display: inline;
	padding: 0 8px 0 4px;
}

#topnav ul li.noborder { border-right: 0; }

body#home #contestnav li#nav-home a, body#contestants #contestnav li#nav-contestants a, body#judges #contestnav li#nav-judges a, body#designs #contestnav li#nav-designs a { color: #999; cursor: default; font-weight: bold; }

/* =form */
#contactform {
	font-size: 1.6em;
	margin-bottom: 32px;
	width: 600px;
}

#completedcontactform {
	background: #eee url(assets/commentbg-bottom.gif) repeat-x bottom;
	font-size: 2.4em;
	margin-bottom: 32px;
	padding: 16px 24px 32px 32px;
}


#contactform input { width: 300px; }
#contactform input#submit { margin-top: 16px; width: 10em; }

#contactform table {
	background: #eee url(assets/commentbg-bottom.gif) repeat-x bottom;
	padding: 16px;
	width: 100%;
}
#contactform td { padding: 8px; }
#contactform th {
	padding: 16px;
	text-align: right;
	width: 150px;
}

/* Debug */
.debug { border: 1px solid #ff0; }