/*
Theme Name:     DYECAST.blend
Description:    A Twenty Ten Child 
Author:         Eric A. Dye
Author URI:     http: //dyecasting.com
Template:       twentyten
Version:        0.0.3
*/

@import url("../twentyten/style.css");

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 260px 0 0px; /* Content area to the left */
}
#primary,
#secondary {
	float: right;
	margin: 0 -20px 0 0;  /*align widgets with header*/
  overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*bg edits*/
body {
  background: right top no-repeat url(images/bgup.jpg);
}

#blend {
  background: left bottom no-repeat url(images/bgdown.jpg);
}

/*remove title & discription*/
#site-title a {
    display: none;
}
#site-description {
	  display: none;
}
/*move header w/ first digit*/
#header {
	padding: 0 0 0 0;
}

/*move entire body/header up - make body transparent*/
#wrapper {
	margin-top: 23px;
	background: none;
  padding: 0 20px;
}

 /*main text*/
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
	margin: 20px 0 18px 1.5em;
}

/*Global Link info(?)*/
a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;
}
a:active,
a:hover {
	color: #66ccff;
}
/*post entry title, etc*/
#content .entry-title {
	color: #fff;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #66ccff;
}

.entry-meta a:link,
.entry-meta a:active,
.entry-meta a:visited,
.entry-utility a:link,
.entry-untilty a:active,
.entry-utility a:visited{
	color: #fff;
}  

.entry-meta a:hover,
.entry-utility a:hover {
	color: #66ccff;
}
  
/*remove's "Edit" from Pages*/
.page .edit-link {
	clear: both;
	display: none;
}
/*manipulate footer*/
#colophon {
	border-top: 1px solid #fff;
	margin-top: 0px;
	padding: 18px 0;
	overflow: hidden;
}
#footer {
	margin-bottom: 20px;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info a:hover {
  color: #66ccff;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	color: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/*menu edits*/
/*menu bg*/
#access {
	background: no-repeat url(images/bgmenu.jpg);
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
/*margin, size, weight*/
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 10px;
	text-transform:uppercase;
}
/*dorment color*/
#access a {
	color: #000;
	display: block;
	font-weight:bold;
  line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
/*menu rollover color*/
#access li:hover > a,
#access ul ul :hover > a {
	color:#66ccff;
	background:#000000;
}
/*widget link colors*/      
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
}
a:active,
a:hover {
	color: #66ccff;
	background-color: #000;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #fff;
}
.widget-area a:active,
.widget-area a:hover {
	color: #66ccff;
  text-decoration: none;
}

/*widget title color*/
.widget-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
  background: no-repeat url(images/bgwidget.jpg);
  line-height: 33px;
  font-size: 12px;
  color: #fff;
	font-weight: bold;
/*includes widget plain text*/
}

/* =Widget Primary
-------------------------------------------------------------- */

#primary .widget-area ul {
	list-style: none;
	margin-left: 0px;
}
#primary.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
	margin-top: -5px;
}
#primary .widget-container {
	margin: 0 0 20px 0;
}

#secondary.widget-area ul ul {
	margin-top: -5px;
}

body,
textarea {
	color: #fff;
	font-size: 12px;
  line-height: 18px;
}
input {
	color: #000;
	font-size: 12px;
  line-height: 18px;
}

/*removed stupid table color borders!*/
#content table {
	/*border: none;*/
	/*border-style: none;*/
  border: none;
  margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr td {
	border-top: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
/*border body of content*/
.entry-content,
.entry-summary {
	border: 5px solid #ffffff;
	background: #C5C5C5;  
	padding: 10px 10px 10px 10px;
	min-height: 225px;
    height:auto !important;
    height: 225px;
}

.entry-content-page {
	border: 5px solid #ffffff;
	background: #C5C5C5;  
	padding: 10px 10px 10px 10px;
	min-height: 225px;
    height:auto !important;
    height: 225px;
	min-height: 1000px;	
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #fff;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #66ccff;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #66ccff;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	color: #fff;
}
#respond p {
	margin: 0;
	color: #fff;
}
#respond .comment-notes {
	margin-bottom: 1em;
	color: #fff;
}

#respond .comment-notes a {
	color: #fff;
}

.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.logged-in-as {
	color: #fff;
}


.logged-in-as a {
	color: #888;
}

.logged-in-as a:hover {
	color: #66ccff;
}

.logged-in-as a:link,
.logged-in-as a:visted,
.logged-in-as a:active {
	color: #fff;
}

.comment-body {
	color: #fff;
}

.comments-link a:visted,
.comments-link a:active,
.comments-link a:link {
	color: #fff;
}

.page-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

#content h1 {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.vcard a:hover {
	color: #66ccff;
}

.navigation a:active,
.navigation a:hover {
	color: #66ccff;
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 650px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 4px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 20%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 3px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.entry-summary img {
	float: left;
	padding-right: 10px;
}
.post-meta {font-weight: normal; margin: 0px;}
.post-meta-key {font-weight: bold; margin: 0px;}

#language-text  {float: left; text-align: left; display: inline;}
#language {width: 270px; display: inline; float: left;}
.left {float: left;}
.right {float: right; margin-right: 0px;}

/* three column layout */


div#column_01 {
	float: left;
	clear: none;
	width: 30%;
	text-align: center;
	margin-left: 5px;
	}
#column_01 .post-meta {font-weight: normal; margin: 0px;}
#column_01 .post-meta-key {display: none;}
#column_01 img {margin-top: 25px; border: 3px solid #f1f1f1; height:125px;
width:125px;}
#column_02 .post-meta {font-weight: normal; margin: 0px;}
#column_02 .post-meta-key {display: none;}
#column_02 img {margin-top: 25px; border: 3px solid #f1f1f1; height:125px;
width:125px;}
#column_03 .post-meta {font-weight: normal; margin: 0px;}
#column_03 .post-meta-key {display: none;}
#column_03 img {margin-top: 25px; border: 3px solid #f1f1f1; height:125px;
width:125px;}
div#column_wrap {
	float: right;
	clear: none;
	width: 60%;
	margin-right: 15px;
	}
	div#column_02 {
		float: left;
		clear: none;
		width: 45%;
		text-align: center
		}
	div#column_03 {
		float: right;
		clear: none;
		width: 45%;
		text-align: center
		}
