/*
Theme Name: Cameron Baney Design Blog
Theme URI: http://blog.cameronbaney.com/
Description: Official theme for the Cameron Baney Design BLog.
Version: 1.0
Author: Cameron Baney
Author URI: http://www.cameronbaney.com/

*/
* {
	outline: none;
}
body {
	background: #e1e1e1;
	color: #000;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	list-style: none;
	padding: 0;
}
a {
	color: #2e6ba8;
}
a:hover, a:visited {
	color: #439cf4;
}
#container {
	width: 940px;
	margin: 0 auto;
	margin-top: 95px;
        margin-bottom: 20px;
}
#sidebar, .post, #respond{
	background: #fff;
	/*border: 1px solid #b7b7b7;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: left;
	padding: 15px 10px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}
.post, #content, #respond{
	width: 600px;
        text-align: left;
}
.clear {
        clear: both;
}
h2 a, h2, h3 {
	text-decoration: none;
	color: #2e6ba8;
	font-weight: normal;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 29px;
}
h3 {
	font-size: 23px;
        margin-bottom: -10px;
}
p {
	line-height: 20px;
}
#breadcrumb {
	text-transform:capitalize;
}
.meta {
	font-size: 12px;
        color: #444;
}
hr {
        border: dashed #ccc 1px
}
img {border: none;}
/*
*********************** SPRITE ******************/
#tbadge, .sociable #digg, .sociable #del.icio.us, .sociable #twitter, .sociable #stumbleupon, .sociable #google, .comments, #header h1, #sidebar h2, .postdetails, #sidebar #sub, #sidebar .rss, #sidebar .twit {
	background: url(images/sprite.png) no-repeat;
}
#tbadge {
        background-position: -601px 0;
        height: 119px;
        width: 30px;
        position: fixed;
        right: 0;
        top: 250px;
        display: block;
}
/*
*********************** HEADER ******************/
#header_cont {
	height: 54px;
	background: #2e6ba8;
	width: 100%;
}
#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#header ul {
	position: absolute;
	left: 270px;
	width: 80%;
	top: 10px;
}
#header ul li {
	float: left;
	display: block;
	margin: 0 6px;
}
#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #daeef9;
	font-size: 18px;
	padding: 5px;
	display: block;
}
#header ul li a:hover {
	background: #439cf4;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#header h1 {
	background-position: 0 0;
	height: 125px;
	width: 225px;
        margin: 0;
	text-indent: -9999px;
	position: absolute;
	bottom: -125px;
        left: 0;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}
/*
*********************** SIDEBAR ******************/
.blogroll li a{
        width: 100%;
        height: 20px;
        border-bottom: 1px dashed #e1e1e1;
        display: block;
        padding: 5px 0;
        text-decoration: none;
}
.blogroll li a:hover {
        background: #f1f2f2;
}
.blogroll img {float:left; margin-right:10px; margin-top:2px;}
#sidebar {
	float: right;
	width: 280px;
}
#sidebar h2 {
	height: 57px;
	width: 301px;
	float: left;
	margin: 15px 0 0 -18px;
	padding-left: 15px;
	font-size: 25px;
	color: #daeef9;
	line-height: 40px;
	background-position: -229px 0;
}
#sidebar li {
	clear: left;
}
#sidebar li:first-child h2 {
	margin-top: 0;
}
#sidebar .rss {
	background-position: -307px -58px;
	height: 48px;
	width: 48px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#sidebar .twit {
	background-position: -257px -58px;
	height: 48px;
	width: 48px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-left: 10px;
}
.twitter-item {
	margin: 10px 0;
	border-bottom: 1px #ccc dashed;
	padding-bottom: 10px;
}
.twitter-item:last-child {
	margin: 10px 0 0 0;
	border: none;
}
.followme {
	background: #2E6BA8;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*
*********************** SEARCH FORM ******************/
#sidebar #searchform {
	background: #f6f6f6;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
#sidebar input {
	border: none;
}
#s {
	background: none;
	font-size: 16px;
	padding: 0;
	width: 249px;
}
#sidebar #sub {
	background-position: -230px -61px;
	width: 19px;
        height: 19px;
}
/*
*********************** COMMENTS ******************/
.commentdate{color:#888;}.avatar_cont{float:left;width:85px;margin:0 15px 0 0;font-size:70%;}.comment_cont p{margin-right:30px;margin-top:0;}
.comment_cont {
	padding:10px;
	background:#e2e2e2;
	border:1px #aaa solid;
	color:#000;
	position:relative;
	margin:0 0 0 100px;
	line-height:20px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
.avatar_cont a, .comment-reply-link {
	text-decoration:none;
}
.comment-reply-link {
	font-size:75%;
}
.comment .clistb {  
  width: 0;  
  height: 0;  
  line-height: 0;  
  border-top: 25px solid #e2e2e2;  
  border-left: 20px solid transparent;  
  position: absolute;  
  top: 10px;  
  left: -20px;  
}
.comment .clistbb {  
  width: 0;  
  height: 0;  
  line-height: 0;  
  border-top: 28px solid #aaa;  
  border-left: 22px solid transparent;  
  position: absolute;  
  top: 9px;  
  left: -22px;  
} 

.commentlist cite {
	display:block;
	font-style:normal;
	margin-bottom:35px;
}
.commentlist ul {
	margin:0 0 0 30px;
}
.commentlist li {
	margin:15px 0;
	padding:0;
}
/*
*********************** SOCIABLE******************/
.sociable li {
        float:left;
        margin: 0 5px;
}
.sociable #digg, .sociable #del.icio.us, .sociable #twitter, .sociable #stumbleupon, .sociable #google {
	height: 48px;
	width: 48px;
        display: block;
        text-indent: -9999px;
}
.sociable #digg {
	background-position: -550px 0;	
}
.sociable #del{
	background-position: -376px -63px;
}
.sociable #twitter{
	background-position: -424px -63px;
}
.sociable #stumbleupon{
	background-position: -472px -63px;
}
.sociable #google{
	background-position: -520px -63px;
}
/*
*********************** POST ******************/
.tutbtn {
background:#B4EBFF none repeat scroll 0 0;
border:2px solid #72C3E5;
display:block;
font-size:24px;
height: 100px;
line-height: 100px;
text-align:center;
width:295px;
}
.left {
float:left;
margin:20px 10px 0 10px;
}
.tutbtn a {text-decoration: none; display: block; height: 100%; width: 100%;}
.r { float: right;}
.more-link {
        background: #439cf4;
        -moz-border-radius: 5px;
        padding: 5px;
        color: #fff;
        text-decoration: none;
        display: block;
        width: 590px;
        text-align: right;
}
.more-link:visited { color: #fff;}
.more-link:hover { color: #daeef9; background: #3389dd;}
.post h2 {
	margin: 10px 0;
}
.post {
        margin: 20px 0;
}
.entry h2 { margin: 20px 0 10px 0 }
.postimage {
	border: 1px #b7b7b7 solid;
}
.postdetails {
	height: 36px;
	width: 598px;
	background-position: 0 -128px;
	position: relative;
}
.postdetails p {
	position: absolute;
	margin-top: 9px;
	font-size: 13px;
	color: #888;
}
.postdetails p a {
	color: #888;
	text-decoration: none;
}
.postdetails p a:hover {
	text-decoration: underline;
}
.postdetails p.time {
	left: 10px;
}
.postdetails p.comments {
	right: 10px;
	background-position: -616px -148px;
	padding-left: 16px;
}
.mainrt {
        float: right;
        margin: 0;
}
/* Begin Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancy_title_right.png') repeat-x;
}

.entry ul { list-style: disc; padding-left: 40px }