/*
Theme Name: Kemado Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1
Author: DAS
Author URI: http://danschechter.com/
Tags: 
*/

html, body {
	height: 101%;
}

body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size: 10px;
	line-height: 18px;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #f5f6f1;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

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

a.selected:link {
	color:#767676;
	text-decoration: none;
}

a.selected:visited {
	color:#767676;
	text-decoration: none;
}

a.selected:hover {
	color:#000000;
	text-decoration: underline;
}

p {
	margin: 0 0 18px 0;
}


/* Begin Typography & Colors */

#container {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	display:inline;
	text-transform: uppercase;
}

#sidebar h2 {
	border-bottom: solid #767676 1px;
	text-transform: none;
}

#sidebar hr {
	margin: 10px 0 10px 0;
}

ul {
	margin:0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selected {
	color: #767676;
}

.column_header h2.pagetitle  {
	font-size: 16px;
	text-transform: none;
}

.column_header h2.pagetitle .query {
	vertical-align: top;
	text-transform: none;
	color: #767676;
}

.column_header h2.pagetitle img {
	padding-top: 1px;
}

/* End Typography & Colors */



/* Begin Structure */
	
#container {
	position: relative;
	width: 960px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	width: 960px;
	margin:0;
	padding: 25px 0 9px 0;
	border-bottom: solid 1px #d9d9d9;
}

#content {
	position: relative;
	width: 960px;
	margin:0;
	padding:0;
	padding-top: 16px;
}

#footer {
	position: relative;
	width: 960px;
	clear: both;
	text-align: left;
	margin:-120px auto 0 auto;
	padding: 30px 0 10px 0;
}

#footer-spacer {
	position: relative;
	clear: both;
	height: 100px;
}

.column1 {
	position: relative;
	float: left;
	width: 756px;
	margin:0;
	padding: 0 20px 0 0;
}

.column2 {
	position: relative;
	float: left;
	width: 184px;
	margin: 0;
	padding: 0;
}

.column_header {
	padding-bottom: 18px;
}

.float-right {
	position: relative;
	float: right;
}

.float-left {
	position: relative;
	float: left;
}

.alignright {
	position: relative;
	float: right;
}

.alignleft {
	position: relative;
	float: left;
}

.menu a {
	padding: 0 4px 0 0;
	margin: 0;
}

.menu a:link {
	border: none;
}

.menu a:visited {
	border: none;
}

.menu a:hover {
	border: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

.menu .selected {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

img.dash {
	padding: 0 6px 0 0px;
}

img.colon {
	padding: 0 2px 0 2px;
}

/* End Structure */



/* Begin LIST */

.navigation {
	text-align: center;
	width: 100%;
}

/* End LIST */



/* Begin POST */

.post {
	
}

.entry {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 4px;
}

/*.entry a:link {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.entry a:visited {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.entry a:hover {
	color:#767676;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}*/

.entry a:link {
	color:#7d7d7d;
	text-decoration: none;
}

.entry a:visited {
	color:#7d7d7d;
	text-decoration: none;
}

.entry a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.postmetadata {
	position: relative;
	display:block;
	color: #767676;
	padding:0;
	margin:0 0 1em 0;
	line-height: 1em;
}

.postmetadata a:link {
	color:#767676;
}

.postmetadata a:visited {
	color:#767676;
}

.postmetadata a:hover {
	color:#000000;
}

.post h2 {
	text-transform: none;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	border: none;
	display:block;
	margin:0;
	padding: 0 0 4px 0;
}

.post .caption {
	font-size: .8em;
}

.gallery .nav {
	padding: 2px 2px 2px 4px;
	color:#767676;
}

.postfooter {
	width: 100px;
	margin: 3em 0 3em 0;
}

/* End POST */



/* Begin HEADER */

#header .menu {
	margin: 0;
	padding: 10px 0 0 0;
}

#header .menu a {
	padding: 0 5px 0 0;
}

#header a:link {
	color:#767676;
	border: none;
}

#header a:visited {
	color:#767676;
	border: none;
}

#header a:hover {
	color:#000000;
	border: none;
}

#header .title a:link {
	color:#000000;
	border: none;
}

#header .title a:visited {
	color:#000000;
	border: none;
}

#header .title a:hover {
	color:#767676;
	border: none;
}

/* End HEADER */



/* Begin FOOTER */

#footer #footer-inner{
	color:#767676;
	line-height: 16px;
	border-top: solid #d9d9d9 1px;
	padding: 8px 0 0 4px;
	width: 140px;
}

#footer a:link {
	color:#000000;
	border: none;
}

#footer a:visited {
	color:#000000;
	border: none;
}

#footer a:hover {
	color:#767676;
	border: none;
}

#footer #ms-link {
	border-left: solid #d9d9d9 1px;
	padding: 3px 0px 4px 16px;
}

/* End FOOTER */


/* Begin NEWS */

#sidebar ul .artist {
	text-transform:uppercase;
}

/* End NEWS */


/* Begin HOME */

#home{

}

#home table {
	width:960px;
}

#home #col1 {
	width:560px;
	position:relative;
	float:left;
	margin-right: 10px;
	overflow: hidden;
}

#home #col1 img{
	max-width: 550px;
	height: auto;
}

#home #col2 {
	width:192px;
	position:relative;
	float:left;
	padding-right: 14px;
}

#home #col3 {
	width:184px;
	position:relative;
	float:left;
}

#home #col2 .post{
	position:relative;
	width: 90px;
	height: 90px;
	margin: 0 6px 6px 0;
	float:left;
}

#home .postmetadata {
	display:inline;
	border-top: solid #cccccc 1px;
	padding-top: 4px;
}

#home #col1 .post {
	padding-bottom: 30px;
}

.twitter {
	font-size: 10px;
}

.twitter .post{
	padding-bottom: 16px;
}

.twitter .postauthor {
	color: #000000;
	font-weight: bold;
}

#home .twitter .postmetadata {
	border: none;
	padding: 0;
	line-height: 1.5em;
}

.twitter .postmetadata a:link {
	border: none;
	color: #000000;
}

.twitter .postmetadata a:visited {
	border: none;
	color: #000000;
}

.twitter .postmetadata a:hover {
	border: none;
	color: #767676;
}

.twitter a:link, .twitter a:visited {
	border:none;
	color:#767676;
}

.twitter a:hover {
	border:none;
	color:#000000;
}

/* End HOME */



/* Begin ARTISTS */

#artists{

}

#artists .text-column {
	position: relative;
	float: left;
	width: 300px;
}

#artists .text-column .menu a{
	margin:0;
	padding:0;
}

#artists .post {
	position: relative;
	padding-bottom: 10px;
}

#artists h2 {
	padding: 2px 2px 2px 4px;
	margin: 0;
	text-transform: uppercase;
}

/* End ARTISTS */



/* Begin ARTIST */

#artist{

}

#artist .column1 {
	position: relative;
	float; left;
	width: 620px;
	padding-right: 20px;
}

#artist .column2 {
	position: relative;
	float; left;
	width: 320px;
}

#artist .post {

}

#artist .entry {

}

#artist h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#artist .post h2 {
	text-transform: none;
}

#artist h4 {
	margin: 0;
	padding: 0;
	color: #767676;
	font-weight: normal;
}

#artist h4 a:link{
	text-decoration: none;
	border: none;
	color: #767676;
}

#artist h4 a:visited{
	text-decoration: none;
	border: none;
	color: #767676;
}

#artist h4 a:hover{
	text-decoration: none;
	border: none;
	color: #000000;
}

#artist ul.music li {
	width: 180px;
	min-height: 250px;
	float:left;
	position:relative;
	padding-right:20px;
}

#artist ul.music li img {
	background-color: #eeeeee;
}

#artist ul.music li .title {
	font-style:italic;
}

#artist ul.music li a:link {
	border:none;
	text-decoration:none;
	color:#000000;
}

#artist ul.music li a:visited {
	border:none;
	text-decoration:none;
	color:#000000;
}

#artist ul.music li a:hover {
	border:none;
	text-decoration:none;
	color:#767676;
}

#artist .video .postmetadata {
	display:inline;
	border-top: solid #cccccc 1px;
	padding-top: 4px;
}

table.tourdates {
	margin:0;
	padding:0;
}

table.tourdates tr {
	margin:0;
	padding:0;
}

table.tourdates td {
	padding: 0 16px 0 0;
	margin: 0;
}

/* End ARTIST */



/* Begin NEWS */

#news #content .column1 {
	width:550px;
	padding-right: 206px;
}

/* End NEWS */



/* Begin STUDIO */

#studio{

}

#studio .column1 {
	position: relative;
	float; left;
	width: 320px;
	padding-right: 20px;
}

#studio .column2 {
	position: relative;
	float; left;
	width: 620px;
}

/* End STUDIO */


/* Begin CO-OP */

#co-op{

}

#co-op .column1 {
	position: relative;
	float; left;
	width: 320px;
	padding-right: 20px;
}

#co-op .column2 {
	position: relative;
	float; left;
	width: 620px;
}

/* End CO-OP */


/* Begin COMMUNITY */

#community{

}

#community .column1 {
	position: relative;
	float; left;
	width: 320px;
	padding-right: 20px;
}

#community .column2 {
	position: relative;
	float; left;
	width: 620px;
}

/* End COMMUNITY */


/* Begin DOWNLOADS */

#downloads{

}

#downloads .column1 {
	position: relative;
	float; left;
	width: 320px;
	padding-right: 20px;
}

#downloads .column2 {
	position: relative;
	float; left;
	width: 620px;
}

/* End DOWNLOADS */


/* Begin PLAYER */

.player {
	position: relative;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom:1px;
}

.player .button {
	position: relative;
	float:left;
	padding: 1px 3px 1px 0;
}

.player .link {
	color: #767676;
}

.player .link a:link, .player .link a:visited {
	color: #767676;
}

.player .link a:hover {
	color: #000000;
}

.player .album {
	font-style: italic;
}

/* End PLAYER */


/* Begin SEARCH */

.search-input {
	position: relative;
	float:left;
	border: 0;
	margin: 0 5px 0 0;
	width: 110px;
	padding: 4px;
	background-color: #ffffff;
}

.search-submit {
	position: relative;
	float:left;
	margin-top: 4px;
}

/* End SEARCH */

/* Begin SPLASH */

body.splash {
	background: #f5f6f1  url(/wp-content/themes/kemado-theme/images/logo.png) no-repeat;
	background-position: 50% 50%;
}

#splash {
	position:relative;
	/*width:100%;
	min-height:100%;*/
}

#splash img {
	width:100%;
	height:auto;
}

/* End SPLASH */

