/*
Theme Name: Wizid Default
Theme URI: http://wizid.com.au/blog/
Description: A wizid theme based on <strong>Kubrick</strong> and <a href='http://amazingwordpressthemes.com/wordpress-themes/simplified/'>Simplified</a>.
Version: 1.0
Author: Matt Emery
*/



#wp_container { padding-bottom:15px; }
#wp_content { float:left; width:740px; }
#wp_sidebar { float:right; width:200px; }

#wp_sidebar ul {
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	z-index:9;
}

#wp_sidebar ul li {
	background:#FCFCFC;
	border:1px solid #CFCFCF;
	border-top:0;
	color:#004b8d;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}


#wp_sidebar ul li h2 {
	background:#fbfbfb url(images/sidebar-box-title-bg.png) repeat-x 0 0;
	font:bold 15px/30px arial, sans-serif;
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	letter-spacing:0px;
}


#wp_sidebar ul li ul {
	padding:0 10px;
	margin:0 0 0 0;
}

#wp_sidebar ul li li {
	border:0;
	border-top: 1px dotted #EEEEEE;
	font-size:11px;
	margin:0;
	padding:5px 0;
}

#wp_sidebar ul li:first-child {  border-top:none; padding-top:0; }


#wp_sidebar a, #wp_sidebar a:hover {}
#wp_sidebar a:hover { text-decoration:underline; }


/*
#wp_index { padding-left:10px; }
#wp_single { padding-left:10px; }
#wp_page { padding-left:10px; }
#wp_archive { padding-left:10px; }
*/

.wp_post { }
.wp_post h1 {}

.wp_entry {}
.wp_entry h1, .wp_entry h2 { background:#F5F5F5; font-size:22px; margin-bottom:4px; padding: 6px 4px 4px 6px; }
.wp_entry h2 a  { color:#4371A0; text-decoration:none; }
.wp_entry h2 a:hover { color:#669934; text-decoration:none; }
.wp_entry h2.h-bar { line-height:1.4; }

.wp_post-author { background: url(images/vcard.gif) no-repeat left center; color: #666; font:normal 11px/1 arial, sans-serif; padding-left: 20px; }
.wp_post-content { padding-top:15px; }

.wp_post-info { background:#FCFCFC; border: 1px solid #CFCFCF; color: #666; font-size:11px; padding:10px; } 
.wp_post-info .addthis img { vertical-align:bottom; }

ul.wp-nav-nextprev, ul.wp-nav-nextprev li { list-style:none; list-style-image:none; margin:0; overflow:hidden; padding:0; }
ul.wp-nav-nextprev li.wp-nav-next { float:left; }
ul.wp-nav-nextprev li.wp-nav-prev { float:right; }



/* 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:2px;
	margin:2px 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


ol.commentlist, ol.commentlist li { margin:0; padding:0; list-style:none; }
ol.commentlist { margin-bottom:30px; }
ol.commentlist li { border:1px dotted #B3C8DB; background:#FAFAFA; margin-top:20px; padding:15px; }


/* over-ride wp styles
-------------------------------------------------------------- */
.button-general { margin:0; padding:15px 0; }
.button-general a { background:url(/images/button-general.png) no-repeat top left; display:inline-block; height:28px; line-height:28px; padding:0 0 0 30px; }
.wp_post-content .button-general a { border-bottom:none; }
.button-general a span { background:url(/images/button-general.png) no-repeat top right; cursor:pointer; display:inline-block; height:28px; font-weight:bold; line-height:28px; padding:0 30px 0 0; text-shadow:0 1px 0 #fff; } 
.button-general span:hover { text-decoration:underline; } /* IE */

.wp_post-content a.read-more-link, .wp_post-content a.read-more-link:hover { background:#f7fcfe; border:1px solid #3d70ae; display:block; font:bold 14px/1.4 arial, sans-serif; margin:15px auto; padding:12px; text-align:center; text-decoration:none; width:240px; }
.wp_post-content a.read-more-link:hover { background:#fff; }
.wp_post-content a.read-more-link { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-background-clip:padding-box; }


