/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {  background: url(http://ladyrider.biz/pix/moochieback1.png);
	font-family: Lucida Console, Monaco5, monospace;
	font-size: 9pt;
	margin: 20px;
	}

	
h1 {font-size: 18pt;}
h2 {
	font-size: 13pt;
	color: #56a5e1
	}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
/* links */

a{
	color:#31ea2c;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

a:focus {outline-style: none;}

/* container */


#container {
	width: 986px;
	margin: 70px auto auto auto;
	padding:0;
        border: 1px solid #000;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {background: url(/images/dingles.jpg);#fff;
	background-repeat: no-repeat;
  	width: 986px; 
  	height: 270px;
	color: #fff; 
	}

#header h1{
	font:normal 26pt Lucida Console, Monaco5, monospace;
	padding:135px 0 0 120px;
	margin:0;	
	}
	
#header h1 a{color: #dfa5bb; text-decoration: none;}
#header h1 a:hover{color: #56A5E1; text-decoration: none;}


#header h2{
	font:normal 10pt Lucida Console, Monaco5, monospace;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	border-bottom: 1px solid #56A5E1;
	font-family: Lucida Console, Monaco5, monospace;
	font-size: 11pt;
	height: 34px;
        width:900px; 
	overflow:hidden;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 26px;
	margin: 0;
	color: #d5c435;
	display:block;
}

#menu ul li a:hover {
        text-decoration: none;
	color:#DFA5BB;
}



/* content */


#categories {
border-bottom: 1px solid #56A5E1;
padding-bottom: 15px;
padding-top:5px;}

#catmap {
 width: 630px; 
 height: 165px;
 background: url("http://prettycoolland.com/wp-content/themes/blank2r/images/newbuttons.jpg");
 margin: 10px auto; padding: 0;
 position: relative;}

#catmap li {
 margin: 0; padding: 0; list-style: none;
 position: absolute; top: 0;}

#catmap li, #catmap a {
 height: 80px; display: block;}

#catmap li.bottom {
 height: 80px; top: 80px;}

#link1 {left: 4px; width: 76px;}
#link2 {left: 93px; width: 76px;}
#link3 {left: 182px; width: 76px;}
#link4 {left: 273px; width: 76px;}
#link5 {left: 366px; width: 76px;}
#link6 {left: 457px; width: 76px;}
#link7 {left: 547px; width: 76px;}
#link8 {left: 4px; width: 76px;}
#link9 {left: 93px; width: 76px;}
#link10 {left: 182px; width: 76px;}
#link11 {left: 273px; width: 76px;}
#link12 {left: 366px; width: 76px;}
#link13 {left: 457px; width: 76px;}
#link14 {left: 547px; width: 76px;}

#content {
        background: #fff;
	float:left;
	width:690px;
	overflow: hidden;
	margin:0px;
        padding:20px;
	}

.post {
	margin:0;
        margin-top:25px;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:bold 13pt Lucida Console, Monaco5, monospace;
	}
	
.post h2 a{
	color: #56A5E1;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#f2fcff;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.gravatar {margin-top: 10px;}

/* sidebar */

#sidebar {
	font-family: Lucida Console, Monaco5, monospace;
	font-size:9pt;
	width:240px;
	float:right;
	margin:0;
	padding: 0;
        border-left: 1px solid #31EA2C;
	}

#sidebar h2{
	font:bold 12pt Lucida Console, Monaco5, monospace;
	color: #56A5E1;	
	margin: 18px 0 0 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt Lucida Console, Monaco5, monospace;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:18px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:4px 0 18px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar p{
        padding: 0;
        margin: 0;}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Lucida Console, Monaco5, monospace;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:60%;
	}

#author, #email, #url, #comment, #submit{
	background: #F2FCFF;
	font-family: Lucida Console, Monaco5, monospace;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #daf7fb;
	margin:10px 0;
	padding:5px 7px 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #F2FCFF;}
ol.commentlist li p {margin: 20px 43px 16px 51px;line-height: 16pt; font-size: 10pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: Lucida Console, Monaco5, monospace;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.comment-reply-link {margin: 20px 0 0 51px;}


/* search */

#searchform{
	padding:0;
	margin:4px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#9dc5f9;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

a.more-link {
   font-weight: bold;
   line-height: 32px;
   color: #56A5E1;
   font-size: 10pt;
   text-decoration: underline;}

a:hover.more-link {color: #31ea2c;}

#respond {margin-top: 100px;}

.avatar {float:none;}

.comment-meta {font-size:10px;margin-left:52px;}

.textwidget {margin-bottom:7px;}

.twtr-widget {border:1px solid #fff;}

#social {list-style:none;
 position:relative;
 width:300px;
 height:32px;}

#social li{float:left;}

#social li a {float:left;
 display:block;
 height:32px;
 width:32px;
 padding:4px;}

#social li a.facebook {background: url(http://prettycoolland.com/wp-content/themes/blank2r/images/facebook.png) no-repeat;}

#social li a.twitter {background: url(http://prettycoolland.com/wp-content/themes/blank2r/images/twitter.png) no-repeat;}

#social li a.rss {background: url(http://prettycoolland.com/wp-content/themes/blank2r/images/rss.png) no-repeat;}

#social li a.vimeo {background: url(http://prettycoolland.com/wp-content/themes/blank2r/images/vimeo.png) no-repeat;}

#social li a.tumblr {background: url(http://prettycoolland.com/wp-content/themes/blank2r/images/tumblr.png) no-repeat;}
