/*
Theme Name: Mrs. Blankenship
Theme URI: http://www.mandyblankenship.com/
Description: Swiss Grids and Solid Typography for a Good Woman.
Version: 1.0
Author: Joshua Blankenship
Author URI: http://www.joshuablankenship.com/

*/

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 16px "Palatino", "Book Antiqua", Georgia, serif;
	color: #222; 	
	margin: 0; 	
	line-height: 28px;
	padding: 0; 
	background: #fff;
	text-align: center;
	text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	}

a, a:active, a:link {
	text-decoration: none;
	color: #235f8b;		
	}

a:visited { text-decoration: none; }

a:hover { color: #000; }

#sidebar a, 
#sidebar a:visited { 
	color: #999; 
	font-weight: bold;
	text-decoration: none;
	}

#sidebar a:hover { 
	color: #438800; 
	font-weight: bold;
	text-decoration: none;
	}

#header h1 {
	display: block;
	text-indent: -9999px;
	width: 1100px;
	height: 200px;
	margin: 0 0 0 -261px;
	padding: 0;
	background: url(/wp-content/themes/colourise/images/theslowperfectionist.header.png) no-repeat;
	}

h1, h2, h3 {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	}

h1 {
	color: #ABABAB;
	font-size: 42px;	
	font-weight: normal;
	padding: 15px 10px 5px 10px;	
	}

#main h2 {
	border-bottom: 1px solid #bbb;
	color: #338dce;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 16px 0;
	padding: 20px 10px 20px 10px;	
	}
	
h3 {
	margin: 0 10px 0 10px;
	font: normal 3em;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	color: #bbb;	
	}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #000;
	}

dd { padding-left: 25px; }


.about { 
	margin: 0 0 0 -100px;
	width: 630px; 
	background: #fff;
   	border: 1px solid #eee;
	padding: 5px;	
	}


#flickr img { 
	height: 76px;
	width: 76px;
	margin: 0 6px -4px 0; 
	}

img.float-right { margin: 5px 0px 10px 10px; }
img.float-left { margin: 5px 10px 10px 0px; }

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
	}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
	background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
	}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #000;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #ddd;	
}
/* end - table */

/* form elements */

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

#allthecomments li { 
	border-bottom: 1px solid #ddd; 
	margin: 20px 0 30px 0;
	padding: 0 0 15px 0;
	}

#allthecomments p { 
	color: #333;
	font-size: 16px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	}


#allthecomments cite {
	font-size: 1.2em;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	font-style: normal;
	font-weight: bold;
	margin: 10px 2px 2px 10px;
	color: #000;
	}

#allthecomments cite a,
#allthecomments cite a:visited { color: #000; text-decoration: none; }

#allthecomments cite a:hover { color: #9dd9dd; text-decoration: none; }

.allthecommentsmeta a,
.allthecommentsmeta a:visited { color: #777; text-decoration: none; }

.allthecomments a:hover { color: #000; text-decoration: none; }

#comments { 
	border-bottom: 1px solid #ddd; 
	padding: 0 0 15px 0;
	}

label {
	display: block;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	font-weight: normal;
	margin: 10px 0 2px 0;
	color: #aaa;
	}

input, select, textarea {
	padding: 8px;
	font: normal 11px Verdana, Tahoma, sans-serif;
	color: #777;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 0 10px 0;
	}

textarea {
	width: 510px;
	height: 100px;
	display: block;	
	}

.commentformfield { width: 510px; } 

#submit { 
	background: #444;
	color: #fff;
	font: 18px 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	font-weight: bold;
	margin: 10px 0 0 338px;
	padding: 10px 10px 12px 10px;
	width: 190px;
	}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	border-left: 200px solid #338dce;
	position: relative;
	width: 900px;	
	padding: 0 0 0 60px;
	text-align: left;		
	}

#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
	border-top: 1px solid #aaa;
	}

#header {
	position: relative;
	width: 900px;	
	margin: 0; padding: 0;		
	}


/*  Navigation  */

#nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 200px;
	left: -120px;
	margin: 0; 
	text-align: right;
	padding: 34px 0 15px 0;
	}

#nav ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	}

#nav ul li {
	margin: 0 0 12px 0; 
	padding: 0;
	}

#nav ul li a {
	margin: 0;	
	padding: 0;
	font: bold 20px Helvetica, Arial, sans-serif;
	text-decoration: none;	
	color: #235f8b;	
	}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
	}

#nav ul li.current_page_item a {	
	color: #fff;	
	}

.an-entry { 
	margin: 0 0 80px 0; 
	}

/* Main Column */
#main {
	float: left;
	width: 545px;
	padding: 0 0 80px 0; 
	margin: 0;
	display: inline;		
	}
	
#main h2 a {
	color: #000;
	text-decoration: none;		
	border: none;	
	}

#main h2 a:hover { color: #338dce; }

#main ul li {
	list-style: none;
	margin: 0 0 14px 0;
	}

/* Sidebar */	

#searchme { 
	background-color: #fafafa;
	margin: 0;
	padding: 3px 5px;
	width: 290px;
	}

.searchform {
	padding: 0;
	}

.searchform input.textbox { 
	width: 223px;
	height: 24px;
	margin: 0;
	padding: 0;	
	}

.searchform input.button { 
	margin: 0;
	width: 60px;
	height: 26px;
	padding: 2px 6px;
	}

#etsy p,
#flickr p,
#twitter p {
	color: #aaa;
	font-size: 10px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	text-transform: uppercase;
	margin: 0;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	}

#twitter ul.twitter { }
#twitter li.twitter-item { }
#twitter p.twitter-message { }
#twitter .twitter-timestamp { }
#twitter a.twitter-link { }
#twitter a.twitter-user { }


#etsy { margin: 0 0 20px 0; }

#flickr,
#categoryme,
#archiveme,
#twitter { margin: 0 0 50px 0; }

#aboutme { 
	margin: 0 0 50px 0; 
	padding: 0;
	}

#aboutme img {
	float: left;
	margin: 0 14px 10px 0;
	}

#aboutme p {
	color: #aaa;
	font: 13px "Palatino", "Book Antiqua", Georgia, serif;
	padding: 8px 0 0 0;
	line-height: 1.4em;
	margin: 0;
	}

#sidebar {
	float: right;
	width: 290px;
	padding: 33px 0 0 0;
	margin: 0;		
	display: inline;	
}	


#sidebar h2 {
	color: #bbb;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 6px 0;
	padding: 0;	
	}

#aboutme h2 { padding: 0 0 18px 0; }

#sidebar h3 {
	margin: 0;
	padding: 0 5px 5px 5px; 
	font: normal 1.8em;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	color: #bbb;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #ddd;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #000;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em; 
	font-family: 'Berthold Akzidenz Grotesk', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;		
	background: #dddddd;
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 50px solid #fff;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #ddd;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #ddd;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #000;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
.postmeta {	
	border-bottom: 1px solid #bbb;
	padding: 7px 5px 20px 5px; 
	margin: 0 10px 15px 5px;	
	font-size: 1em;	
	color: #777;
}
.postmeta .date{ margin: 0 10px 0 0;	}
.postmeta a.comments { margin: 0 10px 0 0;	}
.postmeta a.readmore { margin: 0;	}

.post-info { padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#commentform { margin: 0 10px 80px 10px; }

.post-info { padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



