/*
THEME NAME: Twentyfour
THEME URI: http://michaelverdi.com
DESCRIPTION: Custom theme for 24 Hours 24 Artists
VERSION: .1
AUTHOR: <a href="http://michaelverdi.com">Michael Verdi</a>
AUTHOR URI:
TAGS:
*/

/* reset defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img { 
	border:0; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ol,ul { 
	list-style:none; 
}

caption,th { 
	text-align:left; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
}

abbr,acronym { 
	border:0; 
}

html {
	font-size: 62.5%;
}
/* end reset defaults */

/* Two-column layout  */
#wrapper {
	width:750px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
}

div#container {
	float:left;
	margin:0 -250px 0 0;
	width:100%;
}

div#content {
	margin:0 250px 0 0;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:230px;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
	width:100%;
	text-align: center;
	padding: 20px 0 20px;
}
/* End two-column layout */

body {
	background: #448CCB url('http://24hours24artists.com/wordpress/wp-content/themes/twentyfour/images/bkd.gif') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #C4C1C9;
}

p {
	margin:10px 0;
}

h1 {
	font-size: 2em;
	color:#fff;
	font-weight: bold;
	margin-left: -9999px;
}

h2 {
	font-size: 1.8em;
	color:#fff;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	color:#fff;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	background-color: yellow;
	color: #000
}

/* Links --------------------- */
a,a:visited {
	color: #448CCB;
	text-decoration: none;
}

a.emlink,a:visited.emlink {
	color: #000;
	text-decoration: none;
	background-color: yellow;
}

a:hover,a:hover.emlink {
	color: #FFF;
	background-color: #448CCB;
}

.navigation a, .navigation a:visited {
	color: #000;
	text-decoration: none;
	background-color: yellow;
}

.navigation a:hover {
	color: #FFF;
	background-color: #448CCB;
}
/* End Links ------------------ */

/* Header --------------------- */
div#header	{
	text-align:left;
	margin: 0 0 10px;
}

#header {
	height: 375px;
	background: url('http://24hours24artists.com/wordpress/wp-content/themes/twentyfour/images/24grid-header.jpg') no-repeat;
}

#blog-title {
	margin-bottom: 5px;
	font-size: 2.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 125px;
}

#blog-description {
	font-size: 1.5em;
	margin: 180px 0 0;
	text-align: right;
}

div#access div.skip-link {
	display: none; 
	position:absolute;
	top:1em;
	right:1em;
}

div#menu {
	font-size:1.5em;
	height:1.3em;
	padding-top:0.3em;
	background:#000;
	width:100%;
	margin-bottom: 25px;
}

div#menu ul a {
	font-weight:bold;
	text-decoration:none;
}

div#menu ul,div#menu ul ul,div#menu ul li {
	list-style:none;
	margin:0;padding:0;
}

div#menu ul li {
	float:left;
}

div#menu ul li a {
	background:#000;
	margin:0.3em 1.5em 0.3em 0;
}

div#menu ul li a:hover {
	background:#448CCB;
	margin:0.3em 1.5em 0.3em 0;
}

/*
div#menu ul li.current a {
	background:#000;
	color:#fff;
	padding:0.3em 1.5em 0.3em 0;
}
*/

/*
div#menu ul li.current a:hover {
	background:#000;
	padding:0.3em 1.5em 0.3em 0;
}
*/

div#menu ul ul {
	display:none;
}

div#menu ul ul li {
	float:none;
}

div#menu ul ul li a {
	margin:0;
	padding:0;
}

div#menu ul li:hover ul {
	display:block;
	font-size:1em;
	padding-top:0.5em;
	position:absolute;
}

div#menu ul li:hover ul li a {
	background:#000;
	border:none;
	display:block;
	padding:0.1em;
	width:10em;
}

div#menu ul li:hover ul li a:hover {
	background: #448CCB;
}
/* End Header ------------------ */

/* Post and Comments ----------- */
.entry-title {
	clear:both;
	/* text-transform: uppercase; */
}

.entry-date {
	margin-top:5px;
}

.entry-meta {
	font-size: .8em;
	margin-top: 5px;
}

.entry-meta-long {
	font-size: .8em;
	margin-bottom: 25px;
}

.entry-content {
	margin-bottom: 25px;
}

.entry-content img { /* fixes giant images so they fit */
	max-width:100%;
}

div#container {}

div#nav-above {
	display: none;
}

div#nav-above,div#nav-below	{
	width:100%;
	height:1.1em;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

.alignleft {
	float: left;
	padding: 10px 10px 10px 0;
	/* clear: left; */
}

.alignright {
	float: right;
	padding: 10px 0 10px 10px;
}

form#commentform .form-label {
	margin:1em 0 0;
	font-size: .9em;
}

form#commentform span.required {
	color:#CC0066;
}

form#commentform,form#commentform p	{
	padding:0;
}

input#author,input#email,input#url {
	width:50%;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
	background-color: #C4C1C9;
}

div.comments ol {
	margin-top:10px;
}

div.comments ol li {
	margin:0 0 25px 0;
	padding:5px;
	background: #000;
}

div.comments ol li img {
	margin-right:10px;
	margin-bottom: -10px;
}

div.comments ol li .comment-meta {
	margin-top:12px;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:470px;
	background-color: #C4C1C9;
}

.comment-meta {
	font-size: .8em;
	margin-top: 20px;
}

#comments {
	margin:25px 0 0;
}

#comment-notes {
	font-size: .9em;
}

.page-title {
	margin-bottom:10px;
}

.imgleft {
	float: left;
	padding: 5px 10px 5px 0;
}

.imgright {
	float: right;
	padding: 5px 0 10px 5px;
}
/* End Post and Comments ----------- */

/* Sidebars and Footer ------------- */
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
	margin:0;
	padding:0;
}

div.sidebar h3 {
	font-size:1.2em;
	padding: 5px 0 2px;
}

div.sidebar input#s {
	width:7em;
	background-color: #C4C1C9;
}

div.sidebar li {
	list-style:none;
	margin:0 0 1em;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0;
}

div.sidebar ul ul li {
	list-style:none;
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li	{
	list-style:circle;
}

#footer img {
	margin-bottom: -30px;
	border: none;
}

/* End Sidebars and Footer ------------- */

/* Front Page -------------------------- */
.front {
	width: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 1.4em;
}

#intro {
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Misc */
.wp-caption-text {
	font-size: .8em;
	margin: 10px 0 0;
}

.schedule {
	font-size: 1.4em;
}

#archive1 {
	float: left;
	width: 500px;
	padding: 1px;
	margin: 10px 124px 0;
	background-color: #333;
}

.archive-title {
	padding: 5px 0 5px;
}

#mogulus {
	float: left;
	width: 500px;
	margin: 10px 125px 0;
}