/*

Theme Name: Danny Diamond
Theme URI: http://www.dannydiamond.com
Description: Custom template for Danny Diamond website
Version: 1.0
Author: Mike Rivilis
Author URI: http://www.mikerivilis.com

*/

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

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background:#000 url(./images/bar2.gif) repeat-x;
  color:#6b6b6b;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
  width:800px;
  padding:0;
  margin:0 auto;
  background:#fff;;
}

#header {
  background:#111  url(./images/bar2.gif) repeat-x;
  padding:0 20px;
  height:150px;
}

/* Blog Title */
#logo {
	float:left; 
}

#logo h1 {
  font:3.2em Arial, Helvetica, sans-serif;
  color:#ff7e00;
}

#logo h1 a {
	width:300px;
	height:200px;
	margin-left: -10px;
  display:block;
  text-indent:-9999px;
  background:url(./images/logo.png) bottom no-repeat;
}

/* Tagline */
#logo p {
  margin:0;
  color:#888;
  text-indent:-9999px;
}

/* Pages Navigation */
#nav {
  float:right;
  height:150px;
  overflow:hidden;
}

/*Work around for IE*/
#nav ul li{
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1.1em;
	float: left;
}

#nav ul li a {
	padding:135px 0 0 0;
	margin-top:-10px;
	text-decoration: none;
}

#nav ul li a:hover{
	display: block;
	color: #fff;
	background: url(./images/nav02.png) bottom no-repeat;

}

.page_item a:link, .page_item a:visited, .page_item a:hover, .page_item a:active{
	display: block;
	width: 90px;
	height:30px;
	float: left;
	color: silver;
	background: url(./images/nav01.png) bottom no-repeat;
}

.current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover , .current_page_item a:active {
	display: block;
	width: 90px;
	color: purple;
	background: url(./images/nav03.png) bottom no-repeat;}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#content {
  width:800px;
  margin:20px 20px 0 20px;
}

div#main {
  float:left;
  padding:0 0 10px 0;
}

.one-column {
	width:200px;
	float:left;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.two-column {
	width:540px;
	float:right;
	margin:0 0 20px 0;
}

.columns {
	width:47%;
	float:left;
	padding: 0 0 20px 0;}

h3.columns {
	font-size:1.4em;
	color:#9e4e89;
 }


/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:purple;
}

div.entry h2 {
  font-size:1.6em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}


/* Secondary headline above comments and comment form */
div#main p,dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom:1em;}

div#main h2, div#main h3, div#main h4, div#main a {color:purple;}

div#main h2 {
  font-size:1.6em;
}

div#main h3 {
  font-size:1.4em;
  font-weight: normal;
}

div#main h4 {
	font-size:1.2em;
}

div#main p {
  color:#000;
  font-size: 1.1em;
  line-height:1.4em;
}

.byline {
  font-size:1em;
  color:#6b6b6b;
  margin:-1em 0 1em 0;
}

#main ul {margin-bottom: 1em;}


.article ul, .article ol {
  color:#6b6b6b;
  padding:1em 0 0 0;
  margin:0 0 .5em 0;
}

.article ul li {
  margin:0 0 .5em 0;
	list-style: square outside; 
	color:black;
	font-size:1em;
}


/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 0;
  width:200px;
  float:right;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1.1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  padding:0 20px 20px 0;
}

.alignright {
  float: right;
  padding:0 0 20px 20px;

}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


/*-----------------------------------------------------------------------------

  Contact Form 7 custom CSS

-----------------------------------------------------------------------------*/


.wpcf7 p {
	font-weight:bold;
}

.wpcf7 h2 {
	font-weight:bold;
	font-size:1.4em;
	text-align: center;
	color:purple !important;
	margin:0 0 1em !important;
}

form.wpcf7-form {
	margin: 1em auto;
	width:450px;
	padding:15px;
	border:2px solid #000;
	background:#9a4c85 url(./images/form_bg.png) top repeat-x;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #fff;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background: #fff;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background: #fff;
}

div.wpcf7-validation-errors {
	border: 1px solid #ff0000;
	background: #fff;
}

span.your-name, span.your-email, span.your-subject{
	float:right;
}

.wpcf7-form-control-wrap input {width:285px;}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

wpcf7-form.button {padding:10px;}


