//*
THEME NAME: Dday One
THEME URI: http://www.ddayone.com
DESCRIPTION: website for Dday One, Record Label
VERSION: 1.0
AUTHOR: Udeze Ukwuoma 
AUTHOR URI: http://www.ddayone.com
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, 

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* top-spin*/

a.ts_buttonlink { color:#00A1FF; }
a.ts_buttonlink:link{ color:#00A1FF !important; }
a.ts_buttonlink:visited{ color:#00A1FF !important; }
a.ts_buttonlink:hover { color:white !important; }
a.ts_buttonlink:active{ color:#00A1FF !important; }

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165%  'Arial', Helvetica, sans-serif;
	color: black; 	
	margin: 0; 	padding: 0; 
	background: #ffffff url() no-repeat center top;
	text-align: center;
}

/* Paragraph text */
p {
color: #000000;
}

p { padding: 10px; margin: 0; }

/* Links within paragraphs (subtle) */
p a {
color: 00A1FF!important;
text-decoration: none;
}



dl { padding: 10px; margin: 0;
color: #000000; }


/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: blue;			
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: gray;

}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', Helvetica, sans-serif;
	color: 000000;
}
h1 {
	
font-size: 1.3em;	
	font-weight:bold;
color: blue;
	letter-spacing: -0px;
	padding: 15px 10px 5px 10px;
	
}
h2 {
	font-size: 2em;
	color: #000000;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.6em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}
h7 {
	font-size: 1.0em;
color: blue;	
	font-weight: bold;
	padding: 0px 0px 0px 0px;	
}


ul, ol {
	margin: 0px 0px;
	padding: 0px 20px;
color: #;
}
ul { list-style: square; }

dt {
  font-weight: bold;
  color: #000000;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: ;
   border: 0px solid ;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Arial', Helvetica, sans-serif;;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	font-family: 'Arial', Helvetica, sans-serif;	
	color: white;	
}
/* start - table */
table {
	margin: 0px 0px; 
	border-collapse: collapse;			
}
th {
	background: #;
	color: #;
	height: 38px;
        width: 200px;
	padding-left: 0px;
	padding-right: 12px;	
	text-align: left;
	border-left: 0px solid #;
	border-right: 0px solid #;
	border-bottom: 0px solid #; 
	border-top: 0px solid #;
vertical-align: top; 
}

table a {
color: blue !important;
}

/* end - table */
/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 0px solid #1c1c1c; 
	background: #; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: black;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em 'Arial', Helvetica, sans-serif;
	color: black;
	background: white;  
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 50px;
	display: block;	
}
input.button { 
	font: bold 12px 'Arial', Helvetica, sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #fff;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #000000;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
        color: blue;
}



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 140; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
	border-top: 0px solid #000000;
}
#header {
	position: relative;
	width: 975px;	
	height: 70px;	
	margin: 0; padding: 0;		
	background: url() no-repeat;
}
#headerimg  {
  margin: 7px 9px 0; 
  height: 192px; 
  width: 740px; }

/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 0px;
	width: 450px;	
	right: 0;	top: 50px;
        border-top: 0px solid #000000;	
	border-bottom: 0px solid #ffffff;
}
#nav ul {
	float: left;
	list-style: none;
	width: 370px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 0px;
	font: normal 13px/30px 'Arial', Helvetica, sans-serif;
	text-decoration: none;font-weight:bold;	
	color: white;	
        background:;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffff;
	background:;
	border: ;
}
#nav ul li.current_page_item a {	
	color: ;
	background: ;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px 'Arial', Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family:'Arial', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {
	float: left;
	width: 530px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 0px;
	margin-top: 40px;
	font: bold 1.6em 'Arial', Helvetica, sans-serif;	
	color: blue;
        font-weight: ;
	letter-spacing: -1px;	
	text-transform: none;
        border-bottom: 0px solid black;	
}
#main h2 a {
	color: blue;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
 	width: 290px;
	padding: 0; margin: 70px 0 0 0;		
	display: inline;
	background: ;	
}	
#sidebar h3 {
margin-top: 4px;	
padding: 0px 0px 0px 0px; 
	font: bold 1.2em 'Arial', Helvetica, sans-serif;			
	background: ;
	border-bottom: 5px solid black;
	color: black;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: square;
	padding: 0px 0px;
	margin: 0;		
	border-bottom: 0px solid ;
}
* html body #sidebar ul li {
	height: 40%;
}
#sidebar ul li a {
	
text-decoration: none;	
	border: white;
	color: blue; 	
		
	font-weight: bold;		
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 12px;	
	/* letter-spacing: .4px;  */
}
#sidebar ul li a span {
	color: 000000;	
	font-family: 'Arial', Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;	
	font-size: 12px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #545454;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Arial', Helvetica, sans-serif;	
	background: #545454 url() no-repeat;
	color: white;
	width: 400px;
	float: left;	
	display: inline;
	border-bottom: 2px solid black;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Arial', Helvetica, sans-serif;
	color: black;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid black;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #black;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: white;
	border: none;
}
#footer-content ul.col-list li a span {
	color: white;
	font-style: italic;
	font-weight: normal;
	font-family: 'Arial', Helvetica, sans-serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: black;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: black;
	border: 0px solid #fff;
	background: #ffffff;
}
.postmeta .date{ margin: 0 10px 0 5px; color: black;	}
.postmeta a.comments { margin: 0 10px 0 5px; color: black;	}
.postmeta a.readmore { margin: 0 10px 0 5px; color: black;	}

.post-info { font-size: .8em; padding-top: 3px; margin-left: 0px; color: black;	}
.post-info a { color: blue; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}