/*
Theme Name: joe_d black
Theme URI: http://www.joedriscoll.net/word
Description: simple black theme for joedriscoll.net
Version: 1
Author: jkolby
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/
*
{
  padding: 0;
  margin: 0;
}

Body {
background: #000000;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #ffffff;
margin: 10px;
padding: 5px;

} 


#page {
width: 970px;
}

#sidebar {
width: 150px;
float: left;
margin: 0 auto;
padding: 0px 10px 10px 0px;

}

#header {
width: 800px;
float: left;	

}


#title {

}
	

#menu li {
display: inline;
font-size: 18px;
line-height: 26px;
padding: 0px 10px 0px 0px;
line-height: 26px;
}

#menu li a, li a:visited {
color: #eeeeee;
text-decoration: none;
}

#menu li a:hover {
color: #9999cc;
text-decoration: none;
}

.description {

}


#content {
width: 800px;
float: left;
padding: 30px 10px 10px 0px;
}



#footer {
width: 800px;
float: left;
padding: 20px 10px 10px 160px;
text-align: right;
}


#footer a, a:visited {
color: #9999cc;
text-decoration: none;
}

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

.box1 {
width: 300px;
float: left;
}

.box1a {
width: 200px;
float: left;
}

.box2 {
width: 200px;
float: left;
}

.box3 {
width: 500px;
float: left;
}

.box4 {
width: 350px;
float: right;
}

.box-main {
width: 450px;
float: left;
}


#boxbox {
width: 700px;
float: left;
padding-bottom: 50px;
}



/*-------------Headings-------------*/

h1 {
font-weight: normal;
font-size: 36px;
line-height: 40px;
color: #eeeeee;
text-decoration: none;
}

h2 {
font-weight: bold;
font-size: 16px;
color: #9999cc;
text-decoration: none;
}

h3 {


}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

p {
line-height: 16px;
padding:0 0 1.6em 0;
margin:0;

}

h1 a:hover, h1 a:visited, h1 a {
color: #eeeeee;
text-decoration: none;
line-height: 40px;
}

h2 a, h2 a:visited {
color: #9999cc;
text-decoration: none;
}

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

.post {
text-align: left;
padding-bottom: 50px;
}

.post p {

}

.post a, a:visited {
color: #9999cc;
text-decoration: none;

}

.post ul {

}

.post li {

}

ul {
padding-left: 10px;
}

li a, li a:visited {
color: #9999cc;
text-decoration: none;
}

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

.entry {
text-align: left;
padding-top: 15px;
}

.entrytext .postmetadata {
text-align: left;
padding-top: 15px;
}

.postmetadata alt {

}

.postmetadata a {
color: #9999cc;
text-decoration: none;
}

.storycontent {
text-align: left;
padding-top: 15px;
}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
border: none;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {


}

#sidebar a {
color: #eeeeee;
text-decoration: none;
}

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

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


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
color: #eeeeee;
text-decoration: none;
}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {
color: #eeeeee;
text-decoration: none;
}

#wp-calendar caption {

}

/*-------------Images------------------*/

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; margin: 0 0 10px 10px; display: inline; }
.left { float: left margin: 0 0 7px 2px; display: inline; }






