/*   
Theme Name: Blickety
Description: The theme for Blickety.com
Author: Rick Black
Author URI: http://www.blickety.com/
Version: 0.1.1
.
The Blickety theme is copyright Rick Black.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background:#000 url(images/bodybg.gif) repeat-x;
	margin: 0;
}

body a{
	color:#2084DB;	
}
body a:visited{
	color:#2084DB;	
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 0 0;
	height:101px;
}

#wrapper{
	width:1016px;
	margin: 0 auto;
	background:url(images/wrapperbg.png) repeat-y;
}

#header{
	background:#fff url(images/headerbg.gif) repeat-x;
	width:980px;
	margin-left:18px;
}

#blog-title{
	margin:0 0 0 0;
	padding:0 0 0 5px;
}

#blog-description{
	float:left;
	font:italic 10px Arial;
	color:#06F;
	margin-left:-9999px;
}
#bd-wrap{
	float:left;	
	font:italic 10px Arial;	
	color:#06F;	
	margin-left:-9999px;	
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu{
	margin-left:5px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
	float:left;
	padding-right:20px;
}
.menu a {
	display: block;
	color:#3a3a3a;
	font-weight:bold;
	text-decoration:none;
}
.menu a:visited{
	color:#3a3a3a;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;	
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 12px 0;	
}
.entry-content, .entry-summary {
	margin: 5px 0 0 0;
}

.entry-utility{
	font:10px Arial;
	color:#999;
	padding-bottom:10px;
	border-bottom: 1px inset;
}
.entry-title{
	font:bold 22px Arial;	
	text-decoration:none;
	color:#3a3a3a;
}

.entry-title a{
	font:bold 22px Arial;	
	text-decoration:none;
	color:#3a3a3a;
}
.entry-title a:hover{
	text-decoration:underline;
}
.entry-title a:visited{
	color:#3a3a3a;	
}
.entry-content{
	font:14px Arial;	
	
}
p{
	padding-top:5px;	
}

#comment{
	width:618px;
	height:150px;
	background:#eee;
	border:1px solid #ccc;
	
}
#author,#email,#url{
	border:1px solid #ccc;
	background:#eee
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	
}
.widget-area ul ul ul {
	
}
.widget-container {
	margin: 0 0 1.5em 0;
	background:#eee;
	border:1px solid #ccc;
	padding:2px;
	
}


.widget-title{
	font:bold 14px Arial;	
}
.widget-area{
	width:310px;	
	float:left;
}

#site-info{
	height:20px;
	margin:0 auto;
	background:#3a3a3a;
}
	
#site-copyright{
	margin:0px auto;
	padding:5px 0;
	text-align:center;
	font:italic 11px Arial;
	color:#c7c7c7;
	
}

.avatar{
	padding:3px;
	border:1px solid #c7c7c7;
	float:left;
}

.comment{
	background:#eeeeee;	
	padding:3px;
	margin: 3px 0 0 0;
	border:1px solid #c1c1c1;
}

.namedate_wrap{
	float:left;	
	width:500px;
	font:11px Arial;
	
}
.comment_divide1{
	width:100%;
	height:1px;
	background:#c1c1c1;
	margin-top:3px;
}
.comment_divide2{
	width:100%;
	height:1px;
	background:#f1f1f1;
	margin-bottom:3px;
}
.fn{
	padding-left:5px;	
}
.comment-meta{
	padding-left:60px;
}
#comments-list ul{
	
	list-style:none;
}
.children .comment{
	background:#cccccc;
}
.children .comment_divide1{
	width:100%;
	height:1px;
	background:#a6a6a6;
	margin-top:3px;	
}
.children .comment_divide2{
	width:100%;
	height:1px;
	background:#d6d6d6;
	margin-bottom:3px;
}
.children .avatar{
	padding:3px;
	border:1px solid #eee;
	float:left;
}
.bypostauthor{
	background:#bcd4ff;	
	padding:3px;
	margin: 3px 0 0 0;
	border:1px solid #c1c1c1;	
}

.children .bypostauthor{
	background:#bcd4ff;	
	padding:3px;
	margin: 3px 0 0 0;
	border:1px solid #c1c1c1;	
}

.archive-meta{
	font:italic 11px Arial;
	color:#999999;
}
.nav-previous{
	float:left;	
}
.nav-next{
	float:left;	
}
.nav-sep{
	float:left;
	padding:0 3px;
}
table{
	border-color:#c7c7c7;	
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	width:100%;
	
}
.toprow{
	background:#eee; 
	font:bold 14px Arial; 
	height:50px; 
}
.toprow td{
	font:bold 14px Arial;	
}
td{
	font:12px Arial;
	
}
tr{
	height:30px;	
}
.ranking{
	font-weight:bold;
	text-align:center;
}

.pac{
	height:40px;
	width:620px;
	background:url(images/pac.gif) no-repeat;
}
.pac h3{
	font:bold 14px Arial;
	color:#f7f7f7;
	padding:0 0 0 64px;
	line-height:40px;
	height:40px;
}

.simplePullQuote{
	float:left;
	width:300px;
	-moz-box-shadow:none;
	margin:10px 10px 10px 0;
	font:bold 18px Arial;
}
.pullquotecredit{
	display:block;
	font:italic 12px Arial;
}
h1.page-title{
	font:bold 14px Arial;
	padding-bottom:10px;
}
h1.page-title span{
	font:italic 14px Arial;	
}
#sharing{
	height:30px;	
}
.wp-caption{
	padding:2px;
	background:#f3f3f3;
	border:1px solid #c7c7c7;
}
.wp-caption-text{
	font:italic 11px Arial;	
}
/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */























