/* Theme Name: CarlKingCreative 3.0
URI: http://www.carlkingcreative.com
Description: Custom WordPress Theme For CarlKingCreative.
Author: Carl King 
Author URI: http://www.carlkingcreative.com 
Version: 1.0 
*/

/* @charset "UTF-8"; */
/* CSS Document */


body {
background-image: url(images/Background_Sky.png);
background-color: #00AEFF;
background-repeat: repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: justify;
color: #666;
}

a:link, a:visited, a:active {
font-weight: bold;
color: #666;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p {
margin-bottom: 5px;
padding: 0;
}

ul, li {
list-style: circle;
padding: 0;
margin: 0;
}

li {
margin-left: 20px;
}

ul {
margin-bottom: 10px;
}

.ghost {
display: none;
}

#categories ul, #categories li {
list-style: none;
padding: 0;
margin: 0;
}

#archives ul, #archives li {
list-style: none;
padding: 0;
margin: 0;
}

h2 {
margin-top: 0;
display: none;
}

h3 {
font-size: 18pt;
font-weight: bold;
margin: 0;
padding: 0;
}

h4 {
font-size: 14pt;
font-weight: bold;
margin-bottom: -10px;
margin-top: -5px;
padding: 0;
}

h5 {
font-size: 10pt;
font-weight: bold;
margin: 0;
padding: 0;
}

h6 {
font-size: 12pt;
font-weight: bold;
margin-bottom: -10px;
margin-top: 10px;
padding: 0;
}


#wrapper {
position: relative;
width: 940px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 940px;
height: 250px;
background-image: url(images/Header.png);
background-repeat: no-repeat;
float: left;
}

#crayons {
width: 415px;
height: 168px;
position: absolute;
background-image: url(images/Crayons.png);
right: 40px;
top: 58px;
}

#middle {
width: 940px;
background-image: url(images/Middle.png);
background-repeat: repeat-y;
float: left;
padding-bottom: 25px;
}

#left {
margin-left: 60px;
width: 625px;
float: left;
padding-right: 25px;
border-right: 1px solid #999;
display: inline;
}

#button_container {
width: 200px;
float: left;
margin-top: 15px;
}

.screenshot {
width: 625px;
border: 1px solid #999;
margin-top: 20px;
margin-bottom: 10px;
}

/* This class styles the Posts */

.post {
	position: relative;
	padding-bottom: 10px;
}

.post_title {
font-size: 12pt;
font-weight: bold;
color: #1F3A51;
}

.entry-date {
	color: #333333;
	font-size: 8pt;
}

.entry-content {
	text-align: justify;
}

.entry-meta {
	font-size: 8pt;
	text-align: right;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.photo_left {
display: inline;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.photo_right {
display: inline;
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

#sidebar_wrapper {
float: right;
width: 150px;
margin-right: 50px;
margin-top: 25px;
text-align: right;
display: inline;
}

#search {
margin-bottom: 10px;
text-align: right;
z-index: 5;
}

#navigation {
height: 150px;
width: 150px;
margin-top: 10px;
}

.navigation_button {
width: 150px;
height: 25px;
background-image: url(images/Navigation.png);
float: right;
}

.navigation_button span {
display: none;
}

#about_button {
background-position: 0px 0px;
}

#about_button:hover {
background-position: 150px 0px;
}

#webdesign_button {
background-position: 0px -25px;
}

#webdesign_button:hover {
background-position: 150px -25px;
}

#videos_button {
background-position: 0px -50px;
}

#videos_button:hover {
background-position: 150px -50px;
}

#timeline_button {
background-position: 0px -75px;
}

#timeline_button:hover {
background-position: 150px -75px;
}

#resources_button {
background-position: 0px -100px;
}

#resources_button:hover {
background-position: 150px -100px;
}

#blog_button {
background-position: 0px -125px;
}

#blog_button:hover {
background-position: 150px -125px;
}

#contact_button {
background-position: 0px -150px;
}

#contact_button:hover {
background-position: 150px -150px;
}

#socialbuttons {
width: 150px;
float: right;
margin-bottom: 10px;
}

#button_twitter {
height: 100px;
width: 150px;
background-image:url(images/Button_Twitter.png);
float: right;
}

#button_twitter:hover {
background-position: 150px 0;
}

#button_twitter span {
display: none;
}

#button_facebook {
height: 38px;
width: 150px;
background-image:url(images/Button_Facebook.png);
float: right;
}

#button_facebook:hover {
background-position: 150px 0;
}

#button_facebook span {
display: none;
}

#button_myspace {
height: 27px;
width: 150px;
background-image:url(images/Button_Myspace.png);
float: right;
margin-top: 10px;
}

#button_myspace:hover {
background-position: 150px 0;
}

#button_myspace span {
display: none;
}

#button_youtube {
height: 43px;
width: 150px;
background-image:url(images/Button_Youtube.png);
float: right;
margin-top: 10px;
}

#button_youtube:hover {
background-position: 150px 0;
}

#button_youtube span {
display: none;
}

#button_rss {
height: 50px;
width: 150px;
background-image:url(images/Button_RSS.png);
float: right;
margin-top: 10px;
}

#button_rss:hover {
background-position: 150px 0;
}

#button_rss span {
display: none;
}

.sidebar_title {
font-size: 10pt;
font-weight: bold;
color: #333;
margin-top: 10px;
}

#pages {
margin-bottom: 10px;
}

#pages li {
border-bottom: 1pt solid #ccc;
padding-top: 2px;
padding-bottom: 1px;
background-repeat: no-repeat;
padding-left: 25px;
}

#categories {
margin-bottom: 10px;
}

.testimonial {
display: block;
width: 475px;
margin-top: 10px;
}

.testimonial_byline {
text-align: right;
font-style:italic;
float: right;
display: block;
width: 475px;
}

#comments li {
margin-bottom: 10px;
}

.comment-author {
font-weight: bold;
}

.comment-text p {
margin: 0;
}

.ghost_tags {
display: none;
}

#footer {
width: 940px;
height: 50px;
background-image: url(images/Footer.png);
background-repeat: no-repeat;
color: #FFFFFF;
text-align: left;
font-size: 9pt;
clear: both;
padding-top: 79px;
padding-left: 40px;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #A1A8AD;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
text-decoration: underline;
font-weight: bold;
}

#footer .rss_link a:link, #footer .rss_link a:visited, #footer .rss_link a:active {
color: #ff8800;
text-decoration: none;
font-weight: bold;
}

#footer .rss_link a:hover {
text-decoration: underline;
font-weight: bold;
}

#legal {
font-size: 8pt;
}

#respond {
margin-top: 25px;
width: 350px;
}