/*  
Theme Name: KyleStaves.com - Blue
Theme URI: http://www.KyleStaves.com/
Description: This is a custom template designed by and for KyleStaves.com
Version: 1
Author: Kyle Staves
Author URI: http://www.KyleStaves.com

	The code for this theme is based on Wordpress Default by Michael Heilemann,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* start body styling */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('images/bg_tile.gif');
	color: #b1cccc;
}
body,td,th {
	font-size: 12px;
	color: #b1cccc;
}
a:link {
	color: #b1cccc;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #b1cccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #b1cccc;
	font-weight: bold;
	text-decoration: none;
}
/* end body styling */

/* begin image styling */
IMG {
	border-style: none;
	border-color: #090d0d;
	border-width: 2px;
}
a:link IMG {
	border-style: dashed;
	border-color: #090d0d;
	border-width: 2px;
	color: #090d0d;
	font-weight: bold;
	text-decoration: none;
}
a:visited IMG {
	border-style: dashed;
	border-color: #090d0d;
	border-width: 2px;
	color: #090d0d;
	font-weight: bold;
	text-decoration: none;
}
a:hover IMG {
	border-style: dashed;
	border-color: #ff6600;
	border-width: 2px;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:active IMG {
	border-style: dashed;
	border-color: #090d0d;
	border-width: 2px;
	color: #090d0d;
	font-weight: bold;
	text-decoration: none;
}
a.noborder, img.noborder{
border: 0px;
text-decoration:none;
} 
.noborder {
	border-style: none;
	border-width: 0px;
}
/* end image styling */

/* begin text styling */
h3 {
	color: #b1cccc;
	font-weight: bold;
	font-size: 14px;
}
h3 a:link {color: #b1cccc;}
h3 a:active {color: #b1cccc;}
h3 a:visited {color: #b1cccc;}
h3 a:hover {color: #ff6600;}
h6 {
	color: #b1cccc;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	margin-bottom: -10px;
}

small {
	font-size: 9px;
}
h2 {
	margin: 1px;
	font-size: 16px;
	color: #ff6600;
}
h2 a:link {
	color: #ff6600;
}
h2 a:visited {
	color: #ff6600;
}
h2 a:hover {
	color: #b1cccc;
}
h2 a:active {
	color: #ff6600;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	margin: 0px;
	margin-top: 5px;
}
h4 a:link {
	color: #ff6600;
}
h4 a:visited {
	color: #ff6600;
}
h4 a:hover {
	color: #b1cccc;
}
h4 a:active {
	color: #ff6600;
}
/* end text styling */

/* begin calendar styling */
#calendar_wrap {
	border: none;
	border-top: 4px dashed #b1cccc;
	border-bottom: 4px dashed #b1cccc;
	border-color: #424e4f;
	width: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 180px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight: bold;
	color: #ff6600;
	}
#wp-calendar a:hover {
	color: #b1cccc;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar caption {
	font-weight: bold;
	font-size: 12px;
	color: #ff6600;
}
/* end calendar styling */

/* begin custom styling */
.navigation {
	font-size: 10px;
}
.alignleft {
	position: relative;
	text-align: left;
	float: left;
}
.alignright {
	position: relative;
	text-align: right;
	float: right;
}
.alignrightnup {
	position: relative;
	text-align: right;
	float: right;
	margin-top: -12px;
}
.alignrightnup-header {
	position: relative;
	text-align: right;
	float: right;
	margin-top: -14px;
}
.pagetitle {
	margin: 0px;
	padding: 0px;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}
code {
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	background-color: #424e4f;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-style: none;
	border-bottom-style: none;
	border-style: dotted;
	border-color: #879c9c;
	font-size: 10px;
	color: #090d0d;	
}
.closing {
	margin: 0px;
	text-align: right;
	font-size: 10px;
}
.post {
	border-top-style: dashed;
	border-color: #b1cccc;
	border-top-width: 2px;
}
.post h3 {
	margin-bottom: 0px;
}
.entry {
	padding-left: 10px;
}

blockquote {
	position: relative;
	border-top: 2px dashed #b1cccc;
	border-bottom: 2px dashed #b1cccc;
	background-color: #1c2124;
	margin: 15px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

pre {
	position: relative;
	border-top: 2px dashed #b1cccc;
	border-bottom: 2px dashed #b1cccc;
	background-color: #1c2124;
	margin: 5px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

.breakbar {
	margin: 0px;
	padding: 0px;
}
	
/* end custom styling */

/* begin comment styling */
.commentlist p { 
	margin: 5px 5px 5px 5px;
	}
.commentlist li {
	margin: 5px 0 5px 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	border-top-style: dashed;
	border-color: #b1cccc;
	border-top-width: 2px;
	}
#comment-container {
	width: 540px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.comment-bubtop {
	width: 395px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background: #1c2124;
}
.comment-bubtail {
	width: 380px;
	height: 15px;
	margin: 0px;
	background-image: url('images/comment_tail.gif');
	padding: 0px;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.comment-input {
	margin: 0px;
	margin-top: 5px;
	vertical-align: text-bottom;
}
#commentform {
	width: 405px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #1c2124;
	border-style: none;
	color: #b1cccc;
}
#commentform textarea {
	width: 395px;
	padding: 5px;
	margin: 0px;
	border: none;
}
#respond {
	margin-top: 25px;	
}
#commentform #submit {
	margin: 0;
}
#commentbox {
	position: relative;
	width: 550px;
	color: #b1cccc;
	padding: 0px;
	margin: 0px;
}
/* end comment styling */

/* begin form styling */
textarea {
	background-color: #1c2124;
	border-style: none;
	color: #b1cccc;
	margin: 0px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
input {
	background-color: #1c2124;
	border-style: none;
	color: #b1cccc;
	text-align: center;
	width: 175px;
}
#searchform {
	padding: 5px 3px; 
	margin: 0px;
	}
/* end form styling */

/* begin fixes */
.nogap    { margin: 0; font-size: 0px;}
/* end fixes */

/* begin container styling */
#kstaves-container {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header-title {
	position: relative;
	padding: 0px;
	width: 720px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
	text-align: center;
}

#kstaves-leftblock {
	padding: 0px;
	margin: 0px;
	width: 720px;
	float:left;
}
#header-menu {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 5px;
	padding-right:5px;
	text-align: left;
	}

/*.inside {
	width: 550px;
	padding: 5px;
	float: left;
	background: #090d0d;
	margin-bottom: 5px;
}*/

#footer {
	padding: 0px;
	margin: 0px;
	width: 720px;
	float: left;
	display: inline;
}

/* end inDevs container styling */

/* begin sidebar styling */
#sidebar {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	width: 200px;
	float: left;
	display: inline;
	font-size: 10px;
}
#sidebar a {
	font-weight: normal;
}
#sidebar ul {
	list-style: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#sidebar li {
	list-style: inside;
	margin: 0px;
	padding: 0px;
}
/* end sidebar styling */

/* begin rounded corner styling */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/brd.png');
	behavior: url(iepngfix.htc);
	height: 5px;
	font-size: 2px;
	}
.top-left, .bottom-left { 
	margin-right: 5px;
	}
.top-right, .bottom-right { 
	margin-left: 5px;
	margin-top: -5px;
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -4px;
	}
.bottom-right { 
	background-position: 100% -4px;
	margin-bottom: 10px;
	}
.inside {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	background: #090d0d;
	color: #b1cccc;
	padding-left: 5px;
	padding-right:5px;
	text-align: left;
	position: relative;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: 0; }
.insideleft, .insideright {
	background-image: url('images/brd_sides.png');
	behavior: url(iepngfix.htc);
	background-repeat: repeat-y;
	position: relative;
	}
.insideright { 
	background-position: 100% 0;}
	
.icon-footer-container{
	text-align: center;
}	
.icon-footer{
	width: 350px;
	padding-left: 250px;
	background: #00000;
}
.icon-footer-icon{
	text-align: center;
	float: left;
	margin: 5px;
	border-style: none;
	border-width: 0px;
}
.icon-footer-reset{
	font-size: 2px;
	color: #090d0d;
	clear: both;
}

/* end rounded corner styling */
#header-strip {
	background-image:url('images/orangeh-tile.gif');
	height: 66px;
	width: 100%;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.header_child{
	border-width: 0px;
	border: none;
	width: 402px;
	height: 32px;
	color: #b1cccc;
	margin-left: 23px;
	margin-right: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding:0px;
	padding-top: 2px;
	background-image:url(images/contact-footer.png);
	background-repeat: no-repeat;
}

/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("images/pngbehavior.htc");
}
