/*
THEME NAME: Simplish
THEME URI: http://simplish.pomfolio.com
DESCRIPTION: Simplish is a WordPress variant of the Scribbish theme for blogs.
TAGS: two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post, microformats, white, light
VERSION: 2.4
AUTHOR: <a href="http://labs.utopian.net">Utopian.net Labs</a>, <a href="http://pittcrew.net/geekblog/">K. Pitt</a>, <a href="http://quotedprintable.com">J. Hardy</a>
AUTHOR URI:
*/

/*
 * Reset. Adapted from Eric Meyer, via CSS Boilerplate.
 * Uses different bracket/spacing style to ease comparing with source. 
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*
 * #container
 * 	#header
 * 	#page
 * 		#content
 * 			#article-n (.hentry)
 * 				.entry-title
 * 				.posted
 * 				.entry-content
 * 				.meta
 * 		#sidebar
 * 	#footer
 */

body{
	background: #fff url(img/background.png) repeat-x left top;
	font: normal 1em "Georgia", "times new roman", serif;
	margin: 0;
	padding: 0.6em 1em 1em;
	text-align: center;
}
#container{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#header{
	border-bottom: 3px solid #ccc;
	height: 30px;
	margin: 0 -0.5px 12px 0;
	padding: 0;
}
#page{
}
#content{
	float: left;
	padding: 0 0 0 5px;
	width: 662px;
}
#sidebar{
	border-left: 1px dotted #ddd;
	float: right;
	font-size: .8em;
	padding-left: 15px;
	text-align: left;
	width: 200px;
}
#footer{
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 60%;
	height: 40px;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
#header a:link, #header a:visited{
	color:#0000A0;
	text-decoration: none;
	font: 100% georgia, constantia, times, serif;
}
#header a:hover, #header a:active{
	background: transparent;
	color:#760909;
	text-decoration: none;
	font: 100% georgia, constantia, times, serif;
}
#header h1{
	float: left;
	font: bold 150% georgia, constantia, times, serif;
	letter-spacing: -1px;
	margin: 0;
}
#header h2{
        float: left;
	font: normal .75em verdana, calibri, "liberation sans", arial, sans-serif;
	margin: 0.8em 0.5em 0 0.8em;
	letter-spacing: normal;
}
#header h3{
	float: right;
	font: normal .75em verdana, calibri, "liberation sans", arial, sans-serif;
	margin: 0em 0.2em 0 0;
	letter-spacing: normal;
}

h1, h2{
	font-family: georgia, constantia, times, serif;
	font-weight: normal;
	letter-spacing: -1px;
        text-align: center;
}
h1{
	font-size: 2.4em;
	margin-top:0px;
	margin-bottom:10px;
}
h2{
	font-size: 2em;
	margin-top:10px;
	margin-bottom:10px;
}

h3, h4, h5, h6{
	font-family: arial, helvetica, sans-serif;
	font-weight: strong;
	letter-spacing: -1px;
}
h3{
	font-size: 2em;
	margin-top:10px;
	margin-bottom:20px;
        text-align: center;
}
h4{
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom:20px;
        text-align: center;
}
h5{
	font-size: 1em;
	margin: 1em 7em 1em 1em;
        text-align: left;
}
h6{
	font-size: 1em;
	margin: 1em 7em 1.5em 7em;
        text-align: left;
}

h1.archive-title{
	color: #a9a9a9;
	font-size: 2.3em;
	margin: 0 0 0.3em;
}
h1.archive-title span.archive-subtitle{
	font-weight: bold;
}
.archive-meta{
	color: #a9a9a9;
	font-size: 1.4em;
	margin: 0 6em;
	text-align: justify;
}
.archive-meta .vcard .fn{
	font-family: georgia, times, serif;
	font-size: 1.6em;
	letter-spacing: -1px;
}
.archive-meta .vcard img.avatar{
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 0 8px 0 0;
}
.archive-meta .vcard .note{
	margin: 0 0 0 8px;
}
p{
	margin: 1.2em 0;
}
ul{
	list-style-type: square;
	margin-left: 1em;
	padding:10;
}
ol{
	list-style-type: decimal;
	margin-left: 5em;
	padding:10;
}
li{
	margin-left: 1em;
	padding: 10;
}
dt{
	font-weight:bold;
}
hr{
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #bbbbbb;
	margin-bottom: 1em;
}
blockquote{
	color: #555;
	border-left: 5px solid #ccc;
	margin: 1.3em 1em;
	padding: 0 1em;
}
code{
	font: normal 1em "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
}
pre{
	background: #FFFFFF;
	color: #000000;
	font: normal 1em "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
	margin: 0.9em 2em;
	overflow: auto;
	padding: 8px;
}
/*
 * Tables. From	Gesso, after Boilerplate.
 */
table { border-collapse: separate; border-spacing: 0; }
table { margin-bottom: 0em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
th,td { padding: 5px 5px 5px 5px;
vertical-align: top;
text-align: left;
 }
tfoot { font-style: italic; }
caption { background: #ffc; }
th{
	background: #eee;
}
.hentry{
	margin: 0 0 3em 0;
}
.entry-title{
	font-size: 2.5em;
	letter-spacing: -1.5px;
	line-height: 99%;
	margin: 0;
}
h2.page-title{
	margin: 0em 0.3em 0.1em 0.3em;
}
.entry-title a:link, .entry-title a:visited{
	color: #111;
	text-decoration: none;
	font: 100% georgia, constantia, times, serif;
}
.entry-title a:hover, .entry-title a:active{
	background: transparent;
	color: #000;
	text-decoration: underline;
	font: 100% georgia, constantia, times, serif;
}
.posted{
	color: #a9a9a9;
	float: left;
	font: normal 1.15em georgia, times, serif;
	letter-spacing: 1px;
	margin: 1px 0 0 2px;
}
.posted .fn{
	font-weight: bold;
}
.posted a:link, .posted a:visited{
	color: #a9a9a9;
	background: transparent;
	text-decoration: none;
	font: 100% georgia, constantia, times, serif;
}
.posted a:hover{
	text-decoration: underline;
	font: 100% georgia, constantia, times, serif;
}
#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
}

br.downpad{
	margin: 0 0 33px;
}
.meta{
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	font-size: .85em;
	list-style-type: none;
	margin-left: 0;
	padding: 5px;
}
.meta li{
	line-height: 13px;
	margin: 0;
	padding: 0;
}
.meta a:link, .meta a:visited{
	border-bottom: 1px dotted #aaa;
	color: #0000A0;
	text-decoration: none;
}
.meta a:hover, .meta a:active{
	color: #0000A0;
}
ol.comments{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.comment, li.trackback, li.pingback{
	border-left: 1px dashed #bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
}
li.depth-1{
	border: 1px solid #ddd;
	margin: 1.5em 0;
}
li.comment.preview{
	background: #ffc;
	border: 3px solid #fab444;
	list-style-type: none;
	padding: 1em;
}
.comment-head{
	font-weight: bold;
	margin-bottom: 1em;
}
.comment-author{
	font-size: 1.3em;
	letter-spacing: -1px;
}
span.says{
	display: none;
}
.comment-head abbr{
	color: #999;
}
a.comment-permalink{
	text-decoration: none;
}
.comment-author .avatar{
	background: #fff;
	clear:both;
	float: right;
	margin: 0.5em;
}
.comment p{
	margin-right: 2em;
}
form.comments{
	background: #f2f2f2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1em 0.5em;
}
.comments fieldset{
	border: none;
}
.comments legend{
	display: none;
}
.comments label{
	font-weight: bold;
}
.comments textarea{
	height: 150px;
	padding: 3px;
	width: 90%;
}
.readmore{
	font-style: italic;
}
.navigation{
	display: block;
	font-size: .9em;
	margin-bottom: 60px;
	margin-top: 24px;
	text-align: center;
}
.prevlink{
	float: left;
}
.nextlink{
	float:right;
}


#sidebar h2{
	font: bold 1.3em "verdana, arial, helvetica, sans-serif";
	margin: 0.5em 0 0.5em;
	letter-spacing: normal;
}
#sidebar h2 a:link, #sidebar h2 a:visited{
	color: #000000;
	text-decoration: none;
}
#sidebar h2 a:hover, #sidebar h2 a:active{
	background: transparent;
	text-decoration: underline;
}
#sidebar ul{
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
#sidebar li{
	margin: 0;
	padding: 1px 0;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li li li{
	list-style-type: square;
	margin-left: 1.5em;
}
#sidebar ul li li li li{
	list-style-type: disc;
	margin-left : 1.5em;
}
#sidebar em{
	font-style: normal;
}
#sidebar .widget_tag_cloud{
	margin-bottom: 2em;
}
#sidebar label.screen-reader-text{
	display: none;
}

#footer a:link, #footer a:visited{
	color: #000000;
	font: 100% georgia, constantia, times, serif;

}
#footer a:hover, #footer a:active{
	color: #0000FF;
	font: 100% georgia, constantia, times, serif;
}
#footer hr{
	display: none;
}
#footer p{
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}
#footer ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 40%;
}
#footer li{
	display: inline;
	margin: 0;
	padding: 0 0 0 1em;
}

/* Applied-last Element Treatments */
input, textarea{
	font: normal 1em "bitstream vera sans", verdana, sans-serif;
}
abbr{
	border: none;
}
cite{
	font-style: normal;
}
a img{
	border: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #0000A0;
font: 10pt Arial, Helvetica, Verdana ;
}
a:hover, a:active{
	color: #0000FF;
font: 10pt Arial, Helvetica, Verdana ;
}
span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}
p img{
	max-width: 100%;
	padding: 0;
}
.aligncenter, div.aligncenter, img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
img.alignright{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.alignleft{
	float: left
}
.alignright{
	float: right;
}
span.caps{
	cursor: help;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}

/* WordPress img captions */
.wp-caption{
	background-color: #eeeeee;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text{
	font-size: 0.8em;
	padding: 1em 4px 0 5px;
}

/* WordPress image gallery */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption{
	font-size: 0.8em;
	margin: 0 0 12px;
}
.gallery dl{
	margin: 0;
}
.gallery img{
	border: 5px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Shared between search and sitemap templates archive listings. */
.archive-index .entry-title a:link,
.archive-index .entry-title a:visited{
	text-decoration: underline;
}
.archive-index .entry-title a:hover,
.archive-index .entry-title a:active{
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
/* Sitemap template restyles .entry-title as list item. */
#sitemap-list .hentry{
	margin: 0 0 0 1em;
}
#sitemap-list .entry-title{
	font-size: 1em;
	letter-spacing: normal;
	line-height: normal;
}
#sitemap-list ul ul, #sitemap-list ol ol{
	margin-left: 0;
}
/* Search template restyles .entry-title as list item. */
.search-results .entry-title{
	font-size: 1.7em;
	letter-spacing: -1px;
}

@media print{
	/* (Modified) Gesso */
	body{background:none; color:#000; font-family:"Times New Roman", serif; font-size:12pt; line-height:1.4; margin:0; padding:0; width:100%;}
	h1{font-size:18pt;}
	h2{font-size:16pt;}
	h3{font-size:14pt;}
	h4,h5,h6{font-family:Helvetica, Arial, sans-serif; font-size:12pt;}
	code,pre{font:10pt Courier, monospace;}
	blockquote{font-size:10pt; margin:1.25em; padding:1em;}
	hr{background:#ccc; background-color:#ccc; border:none; color:#ccc; height:2px; margin:5px 0; padding:0; width:100%;}
	table{margin:0px; text-align:left;}
	th,td{border-bottom:1px solid #ccc; padding:4px 10px 4px 0;}
	tfoot{font-style:italic;}
	caption{background:#fff; margin-bottom:2em; text-align:left;}
	tr{page-break-inside:avoid;}
	/* Simplish */
	#content{
		float: none;
		width: 90%;
	}
	.admin-edit, form.comments, .reply{
		display: none;
	}
	.meta, li.depth-1{
		border: none;
	}
	#sidebar{
		display:none;
	}
}

/***Personal***/

/* this is a left-side table with a border around the pic and caption */
#captionboxleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 5px;
	border:1px solid #000000;
	font: bold 12pt Arial, Helvetica, Verdana ;
	text-align:center;
	color: #000000;
}

/* this is a right-side table with a border around the pic and caption */
#captionboxright {
	float: right;
	margin: 10px 0 10px 15px;
	padding: 5px;
	border:1px solid #000000;
	font: bold 12pt Arial, Helvetica, Verdana ;
	text-align:center;
	color: #000000;
}

/* this is a left-side sidebar with a double border around the contents */
#sidebarleft {
	float: left;
	margin: 10px 20px 10px 0;
	padding: 3px;
	border:1px solid #000000;
background: #E8E8E8;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

/* this is a right-side sidebar with a double border around the contents */
#sidebarleftx{
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 3px;
	border:1px solid #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

/* this is a right-side sidebar with a double border around the contents */
#sidebarleftsp{
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 3px;
	border:1px solid #CCCCCC;
	background: #E8E8E8;
	font: 10pt Georgia, Times, serif;
	text-align: left;
	color: #000000;
}

/* this is a right-side sidebar with a double border around the contents */
#sidebarright{
	float: right;
	margin: 10px 0 10px 10px;
	padding: 3px;
	border:1px solid #CCCCCC;
	background: #E8E8E8;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

/* this is a right-side sidebar with a double border around the contents */
#sidebarrightx{
	float: right;
	margin: 10px 0 10px 10px;
	padding: 3px;
	border:1px solid #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

/* these are central, wide boxes which stretches almost all the way across the content */
#widebox {
	border: 1px solid  #CCCCCC;
	margin: 15px;
	padding: 15px;
}

#widebox1 { 	
	background: #E8E8E8;	
	border: 1px solid  #000000;
	width:500px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px;
}

#widebox3 { 	
	background: #FFFFFF;	
	border: 5px solid  #E8E8E8;
	margin: 5px 5px 5px 5px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px;
}

#widebox2 {
	align: center;
	background-image: url(http://www.colincopy.com/blog/wp-content/uploads/2010/09/Certificate.png);	
	background-repeat: no-repeat;
	width:400px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 0px ;
	height: 275px; /* for IE */
	min-height: 275px; /* for not-IE */
	overflow:hidden;  
	font: 10pt Courier, Arial, sans-serif;
	border: 0px solid;	
	padding: 50px;
	text-align: left;
}

#wideboxdashed {
background: #F9F8C0;	
border: 1px dashed  #333333;
	margin: 15px;
	padding:15px;
}

#wideboxdashblack {
	border: 5px dashed  #000000;
	margin: 5px;
	padding:10px;
}

#authorbox{  
	background:#E8E8E8;  
	border:1px solid #CECFD0;  
	width:650px;  
	margin:0 auto;  
	margin-bottom:10px;  
	overflow:hidden;  
}  
#authorbox h4{  
	font-size:16px;  
	color:#191919;  
	margin:0;  
	padding:10px 10px 5px 10px;  
}  
.authortext{  
	padding-left:100px;
	font-size:14px; 
}  
#authorbox img{  
	margin:0;  
	padding:10px;  
	float:left;  
}  
#authorbox p{  
	color:#191919;  
	margin:0;  
	padding:0px 10px 10px 10px;  
}  
#authorbox h4 > a{
	font-size:16px;
	color:#000000;
	font-weight: bold; 
	text-decoration:none;
	text-align:left;  
}  
#authorbox p{  
	color:#191919;  
}  

.imgb {
	padding:1px;
  	border:1px solid #021a40;
	float: left;
}

table.border {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	background-color: white;
}
table.border th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.border td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.blank {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.blank th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.blank td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


