/*
Theme Name: black_01
Theme URI: http://www.callmebob.com.com/
Description: Wordpress theme for Robin's site derived from Fabricpress theme.
Version: 1.5
Author: me
Tags: fixed-width
*/

/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#BEC1B2;
	line-height: 1.4em;
	background:#637358 url(images/layout10_content_bg.jpg) top left repeat;
}


/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h6 {
	/***** this is the header for which has Robin Black in the head, set to not show *****/
	display: none;
	text-indent: -1000px;
	font-size: 18pt;
	font-style: italic;	
}

h1 {
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 9pt;
	/*font-family: Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	padding: 0 0 0 0px;
	margin: 0 0 6px;
	padding: 0 0 7px 0;*/
	
}

h3 {
	font-size: 14px;
	font-style: normal;
	color: #CCCC33;
	/*color used to be FFFFFF*/
	padding:0 0 10px 0;
}

h4 {
	padding:0 0 5px;
}

h5 {
	padding:0 0 5px;
}

/***** Common Formatting *****/

p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol {
	padding:0 0 1.25em 2.5em;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 1.25em 1.25em;
	border-left: 3px solid #764F27;
}

small {
	font-size: 0.85em;
}

img {
	 border:0;
}

sup {
	position:relative;
	bottom: 0.3em;
	vertical-align:baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Links *****/

a, a:link, a:visited, a:hover {
	text-decoration:underline;
}

a:link, a:active {
	color:#BEC1B2;	
}

a:visited {
	color:#BEC1B2;	
}

a:hover {
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
}


/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

textarea {
	width:100%;
	line-height:1.25;
}

label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td {
	padding:2px;
}

/***** Wrapper *****/

.wrap {
	width: 100%;
	/*width:960px;*/
	margin:0 0 0 0;
	
}


/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

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

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 

/*--used on header.php--*/
.header {
	width:100%;
	height:190px;
	background:url(images/layout10_head.jpg) top left repeat-x;
	font-size: 18pt;
}
/***end header.php styling***/

/*** the below style the search form in the sidebar***/
form.search_form {
	margin:0 15px 0 0;
}

form.search_form input {
	vertical-align:middle;
	background-color: #999999;	
}

input.search_submit {
	margin:0px auto;
	background:url(images/btn.gif) top left repeat-x;
	text-align:center;
	padding:0 3px;
}

input.search_input {
	width:120px;
	height:19px;
	border:1px solid #000000;
	padding-top:3px;
	padding-left:5px;
	margin:0 5px 0 0;
	background-color:#999999;
}

.description {
	font-size:12px;
	color:#CCCCCC;
	text-transform:uppercase;
	padding:0px 0 0 7px;
}
/***end search form styling***/

/**** this styles the navbar in the index.php to match the non-wordpress navbar ***/

#navTop {
	position: top left;
	padding-bottom: 15px;
	text-indent: -5px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	letter-spacing: 0.07em;
	color:#CC9999;/*this is pink*/
	font-weight: normal;
	/*color:#E4CB1E;**this is yellow*/	
}

#navTop a:link, #navTop a:visited {
	margin-right: 20px;
	color: #BEC1B2;
	text-decoration: none;	
}

#navTop a:hover, #navTop a:active {
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
	text-decoration: none;
}
/***end of navtop***/

/*Content*/
.content {
	min-width: 850px;
	/*min-width was 750px*/
	min-height: 600px;
	overflow:hidden;
	padding: 10px 0 0 130px;
	/***line below sets background to show bottom of lamppost***/
	background:url(images/layout10_lamp_bott.jpg) top left no-repeat;
} 

.mainbar {
	width:500px;
	float:left;
	overflow:hidden;
	padding: 0 60px 0 20px;
}

.post {
	width:100%;
	overflow:hidden;
	padding:20px 0 20px 0;
}

.post_header {
	overflow:hidden;
	
	/*border bottom used to be 413a1f*/
}

.post_left {
	width: 110px;
	float: left;
	overflow: hidden;
	font-size:11px;
	color:#FFFFFF;
	line-height:120%;
	text-align:center;
}
.post_bottom {
/*this style the tags and posted by line under the entry*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 5px 0 5px 0;
	margin: 15px 0 15px 0;
}

.post_bottom a:link, .post_bottom a:visited {
	text-decoration:none;
	color: #999999;
}

.post_bottom a:hover, .post_bottom a:active {
	text-decoration:none;
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
}

.post_right {
	/*width: 550;*/
	float: left;
	overflow :hidden;
}
.post_right h1 {
	margin: 0;
	padding: 0;
}
.entry h1 {
	padding: 0 0 0 0;
}

.post_right h1 a, .post_right h1 a:visited {
	text-decoration:none;
	border-bottom:1px solid #CC9999;
}

.post_right h1 a {
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
}

.post_right h1 a:hover {
	color:#BEC1B2;
	/*color used to be f0724b*/
}

.date {
	font-size:13px;
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
	text-align:left;
	letter-spacing: 0.1em;
	padding-right: 40px;
	float: left;
}

.entry {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	width:100%;
	overflow:hidden;
	padding:25px 0 0 0;
}

.entry a:link, .entry a:visited {
	text-decoration: none;
	color: #999999;
}

.entry a:hover, .entry a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.comments_btn {
	background:#2e2817;
	border: 1px solid #666666;
}

.comments_btn_left {
	width:90px;
	height:19px;
	background:url(images/comments_left.gif) top left no-repeat;
}

.comments_btn_right {
	width:90px;
	height:15px;
	padding:2px 0 2px 0;
	background:url(images/comments_right.gif) top right no-repeat;
}
.comments_btn_right a, .comments_btn_right a:visited {
	font-size: 9pt;
	font-style:italic;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

/*sidebar*/
.sidebar {
	width:200px;
	overflow:hidden;
	float:right;
	padding-right: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	color:#CC9999;/*this is pink*/
	/*color:#E4CB1E;**this is yellow*/
	text-align:left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2em;
}

.sidebar h2 {
	border-bottom:1px dotted #666666;
	padding:0 0 0 6px;
}

.sidebar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.sidebar ul li {
	display: block;
	margin: 0px;
	padding: 0 0 15px 0;
	list-style: none;
}

.sidebar ul li ul {
	display:block;
	margin: 0;
	padding: 0;
	list-style:none;
}

.sidebar ul li ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	list-style:none;
	/*background: url(images/dashed.gif) bottom left repeat-x;*/
	border-bottom:1px dotted #987C7E;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar ul li ul li a   {
	text-decoration: none;
	text-transform: capitalize;
	font-style: oblique;
}


.wp_rss {
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CC9999;/*this is pink*/
}

.wp_rss  img {
	padding-right: 5px;
	padding-top: 15px;
}



/*Footer*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	background: url(images/layout10_footer.jpg) top left repeat-x;
	margin: 0;
	padding: 0 15px 0 15px;
	color: #BEC1B2;
	font-size: 10px;
}

.footer_inner {
	padding:13px 0 0 0;
}

	
a.footerLink:link, a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEC1B2;
	text-decoration: none;
	}

a.footerLink:hover, a.footerLink:active {
	color: #FFFFFF;
	}

.picCaption1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	background-color: none;
	padding: 3px 0 0 0;
	}
	
.picCaptionDiv {
	float: left;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-right: 20px;
	}



/* Comments */
.comments {
	width:100%;
	/*width was 100%*/
	overflow:hidden;
	border-top:1px dotted #666666;
}

.comments h1 {
	padding: 20px 0 20px 0;
}

ol.commentlist {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

li.comment {
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background: url(images/dashed_2.gif) bottom left repeat-x;
}

li.pingback {
	display: block;
	padding:10px 20px;
	margin: 0 0 10px;
	/*background:url(images/dashed_2.gif) bottom left repeat-x;*/
}

li.pingback .vcard {
	padding: 0 0px 0 105px;
}

li.pingback .p {
	padding: 0 0px 0 105px;
}

li.pingback .commentmetadata {
	padding: 0 0px 0 105px;
}

li.comment img {
	border: 1px solid #BEC1B2;
	float: left;
	margin: 0 36px 0 0;
}

li.comment cite {
	font-style: normal;
	font-size: 14px;
	line-height: 80%;
	margin: 0;
	padding: 0;
}

li.comment span {
	font-style: normal;
	font-size: 11px;
}

.commentmetadata {
	margin: 0;
	padding: 0 0 8px;
	line-height: 80%;
	font-size: 10px;
}
.comment-body {
	width: 100%;
	overflow: hidden;
}

.comment-body p {
	width: 500px;
	overflow:hidden;
	float:right;
	padding:0 0 5px 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#BEC1B2;
}

/*Comment form*/
.commentform {
	width:100%;
	/*background: #637358;*/
	/* background used to be 1e1b13*/
	overflow:hidden;
	margin:0 0 10px 0;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}

.commentform_inner h1 {
	padding: 0 0 10px 0;
}

.commentform_inner {
	padding:10px 20px 20px 20px;
	overflow:hidden;
}

.commentform_inner h3 {
	padding:0 0 10px 9px;
	color:#BEC1B2;
}

.commentform_hint {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 9px;
	overflow:hidden;
	color:#666666;
	font-size:11px;
	margin:0 0 5px 0;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

form.commentform_form {
	width:100%;
	overflow:hidden;
}

.commentform_left {
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}

.commentform_right {
	float:right;
	width:440px;
	overflow:hidden;
}
.commentform_title {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px 0 2px 4px;
}

.commentform_left input {
	width:145px;
	height:19px;
	border:1px solid #000000;
}

.commentform_right textarea {
	width:468px;
	height:72px;
	border:1px solid #000000;
}

.commentform_right input.commentform_submit {
	width:67px;
	height:20px;
	background:url(images/btn.gif) top left repeat-x;
	margin:12px 0 0 0;
	border:1px solid #000;
	font-size:12px;
	cursor:pointer;
}

.tags {
	padding:10px 0;
	font-size: 9pt;
}

/*additions*/
table#wp-calendar {
	width: 80%;
	line-height: 1.2em;
	margin-top: 15px;
}

#page-links a, #page-links a:visited {
	padding:0 5px 0 5px;
}

blockquote  {
	padding:0 0 0 15px;
	margin:0 1.25em 1.25em;
	border-left:3px solid #764F27;
}

/*menu*/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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: 1px;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

ul.menu li {
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 25px 0 0;
	position:relative;
}

ul.menu li a, ul.menu li a:visited {
	text-decoration:none;
}

ul.menu li.current_page_item a {
	color:#FFFFFF;
}

ul.menu li ul { 	
	position: absolute; 
	left:0px; 
	top: 10px;
	display:none;
	width:200px;
}

ul.menu li ul li {
	padding:5px 25px 5px 0;
	display:block;
	margin:0;
	position:relative;
}

ul.menu li ul li ul {
	position: absolute; 
	left:0px; 
	top: 10px;
	display:none;
	padding:5px 0 0 0;
}

ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 


/*index page styles from index.html nonWP page*/

#contentsInner {
	margin: 0 20px 20px 0;
	float: left;
}

.twitterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 5px;
	color: #858B81;
	margin-left: 50px;
}
#hp-quote {
	font-size: 14pt;
	font-family: Georgia, serif;
	color: #EEB94B;
	padding-bottom: 20px;
	line-height: 120%;
	letter-spacing: 0.2em;
}
.hp-praiseHead {
	font-size: 14pt;
	font-variant: small-caps;
	color: #CCCCCC;
}

.hp-praiseHead2 {
	font-variant: small-caps;	
}

.hp-praiseHead3 {
	font-variant: small-caps;
	font-size: 12pt;
		
}

#hp-quote p {
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: 200;
	font-style: oblique;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 90px 10px 0;
	line-height: 1.6em;
	letter-spacing: 0.03em;
}
#hp-quote cite {
	color: #999999;
	font-size: 9pt;
	float: right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#hp-content p {
	font-size: medium;
	line-height: 100%;
}
#hp-quote a:link, #hp-quote a:visited {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #858B81;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
}
#hp-quote a:hover, #hp-quote a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/*-- end of above blurb styles from RF.com --*/

#flashBlurb {
	min-width: 540px;
	margin: 0;
	padding: 0;
}

a.twitterLink:link, a.twitterLink:visited {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #CF7ADB;
	text-decoration: none;
	text-transform: uppercase;
	}

a.twitterLink:hover {
	color: #CCCCCC;
	}

.coverPic1 {
	border: 1px solid #333333;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #333333;
	padding: 0;
	margin: 10px 0 400px 50px;
	float: right;
	}

.coverContents {
	text-align: left;
	padding: 10px 30% 15px 0;
	}

.coverDescript1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
	padding: 0 0 0 0;
	}
	
.hp-quote_non_linkingText {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 100%;
	color: #CF7ADB;
	text-decoration: none;
	text-transform: uppercase;
}

.purchLeftColumn {
	float: left;
	width: 180px;
	padding-right: 10px;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 15px;
	border-right:1px solid #858B81;
	}
	
.purchRightColumn {
	clear: both;
	width: 200px;
	padding: 0 10px 0 10px;
	margin-bottom: 15px;
	border-right:1px solid #EEB94B;
	}	
/*-- end of above INDEX page styles --*/