/*
Theme Name: Workman
Theme URI: http://http://www.workman.com/blog/
Description: for Workman Publishing, kind of based on Disciple
Version: 1.0
Author: Gwen Harlow
Author URI: http://www.gwenharlow.com
Tags: workman
*/

/* basic */
body	{
	background:ffffff;
	margin:0px 0px 10px 0px;
	padding:10px;
	font:.9em Arial, Helvetica, Verdana, sans-serif;
	color:#333333;
}

html { overflow-x: hidden; overflow-y: auto;}

a, a:link, a:visited, a:active	{
	color: #f75e2a;
	text-decoration:none;
	outline:none;
}

a:hover	{
	color:#666666;
	text-decoration:none;
}

a img	{
	border:0;
}

blockquote	{
	border-left:solid 5px #A7B3BC;
	padding:5px 5px 5px 8px;
	margin:8px;
	background-color:#F4F5F7;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:160%;
	display:inline-block;
}

pre	{
	border-left:solid 5px #738695;
	padding:5px 5px 5px 8px;
	margin:8px 8px 8px 8px;
	background-color:#EEF0F2;
	overflow:scroll;
}

ul	{
	list-style-type:square;
}

input, 
select, 
textarea	{
	font:10px Arial, Helvetica, Verdana, sans-serif;
	color:#333333;
}

form	{
	margin:0px;
	padding:0px;
}

p	{
	margin:11px 0px 11px 0px;
}

h1, h2, h3, h4, h5, h6 	{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
}

h1	{
	font-size:150%;
}

h2	{
	font-size:120%;
}

h3	{
	font-size:110%;
}

h4	{
	font-size:100%;
}

h5	{
	font-size:80%;
}

h6	{
	font-size:65%;
}

.sep	{
	width:400px;
	margin:5px auto 5px auto;
	height:1px;
}

/* wordpress defaults */
.aligncenter,
div.aligncenter	{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft	{
	float:left;
}

.alignright	{
	float:right;
}

.wp-caption	{
	text-align:center;
	padding-top:4px;
	margin:10px;
	
			  -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	{
	padding:5px 4px 5px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	line-height:150%;
}

/* wrapper */
.wrap	{
	width:937px;
	margin:auto;
	padding:7px;
	overflow:hidden;
	border:1px solid #333;
}

/* blog title + description */
#head	{
	overflow:hidden;
	text-align:center;
	width:747px;
	margin-bottom:10px;
	
}

#head h1	{
	margin:15px 0px 10px 0px;
	padding:0px;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
}

#head a	{
	color:#FFFFFF;
}

#head a:hover	{
	color:#FFFFFF;
	text-decoration:none;
}

#head #desc	{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-transform:uppercase;
}

/* menu */
#menu	{
	margin:12px 0 5px 8px;
	font:bold 13px Helvetica, Arial, Helvetica, sans serif;
	color: #666666;
	text-transform:uppercase;
}

#menu a	{
	color:#777;
	padding-right:10px;

}
#menu a:hover	{
	color:#ff2525;
	padding-right:10px;
	text-decoration:none;

}
#menu ul	{
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	overflow:hidden;
}

		#menu li	{
	float:left;
	padding:0px;
	text-transform:uppercase;
}

		#menu li a, #menu li a:link	{
	display:block;
	padding:2px 5px 2px 5px;
	margin:0px 5px 0px 0px;
	text-align:left;
}

		#menu li a:hover	{
}

		#menu li.current_page_item a	{
}

		#menu li.current_page_item a:hover	{
}

#midbar	{
	overflow:hidden;
	padding:0px;
}

#innerwrap	{
	margin-top:0;
	overflow:hidden;
	height:100%;
	background:transparent top center repeat-y;
}

/* columns */
.c1	{
	width:230px;
	float:left;
	padding:10px 0 0 0;
	margin:0px;
	overflow:hidden;
}

.c1 img	{
	border:1px solid #ccc;
}
.c2	{
	width:480px;
	float:left;
	padding:10px 15px 0 10px;
	margin:0px;
	overflow:hidden;
	background:#FFFFFF top left repeat-y;
}

.c3	{
	width:180px;
	float:left;
	padding:10px 0 0 10px;
	margin:0px;
	overflow:hidden;
}


.sidebars	{
	padding-left:10px
}

.stepcarousel	{
	border: 1px solid #666666;
	background:#ffffbf;
	width: 118px; /*Width of Carousel Viewer itself*/
	padding:8px 8px 0 8px;
	text-align:center;
}

.stepcarousel h6	{
	font-size:12px;
	padding:0 0 8px 0;
	margin:0;
	font:bold 12px Arial, Helvetica, Verdana, sans-serif;
}

.stepcarousel img {
	border:1px solid #eeeeee;
	margin-bottom:8px;
}




/* contact + subscribe text + middle text */
.toptext	{
	margin:0px;
	padding:10px 15px 10px 15px;
	color:#FFFFFF;
	text-transform:lowercase;
	font:italic 100% Georgia, "Times New Roman", Times, serif;
}

.toptext a	{
	color:#FFFFFF;
}

.toptext a:hover	{
}

.midtext	{
	margin:0px;
	padding:10px 15px 10px 15px;
	color:#777777;
	font:normal 10px Georgia, "Times New Roman", Times, serif;
}


#sidebar2, #sidebar1	{
	font-size:11px;
}

#sidebar2 a	{

}

/* widgets */
#widgets1	{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#333333;
}

#widgets2	{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#333333;
}

.widget	{
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0;
}

.widget ul	{
	margin:0px;
	padding:0px;
}

.widget ul li a	{
	padding:1px 3px 1px 3px;
}

.widget li a:hover	{
}

#sidebar1 h2	{
	background:#5475ad;
}

.widget h2	{
	margin:0px 0px 5px 0px;
	padding:2px 2px 1px 5px;
	background:#86ba2e;
	color:#ffffff;
	font-size:12px;
	font-family:arial,helvetica,verdana,sans-serif;
	font-weight:bold;
}

.widget h2 a	{
	color:#ffffff;
}

/* list images for widgets */
#widgets1 .widget li	{
	list-style:none;
	background:url('images/78.png') center right no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#widgets1 .widget_recent_entries li	{
	background:url('images/24.png') center right no-repeat;
}

#widgets1 .widget_recent_comments li	{
	background:url('images/18.png') center right no-repeat;
}

#widgets1 .widget_pages li	{
	background:url('images/21.png') center right no-repeat;
}

#widgets1 .widget_categories li	{
	background:url('images/34.png') center right no-repeat;
}

#widgets1 .widget_archive li	{
	background:url('images/36.png') center right no-repeat;
}

#widgets1 .widget_links li, 
#widgets1 .widget_betterblogroll li, 
#widgets1 .widget_sclw li	{
	background:url('images/13.png') center right no-repeat;
}


#widgets2 .widget li,
#widgets2 .widget_recent_entries li,
#widgets2 .widget_recent_comments li,
#widgets2 .widget_pages li,
#widgets2 .widget_archive li,
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li,
#widgets2 .widget_categories li	{
	list-style:none;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
}


/* search box */
#searchform #s	{
	width:150px;
}

/* blog posts */
.post	{
	padding:0px 0 0 0;
	overflow:hidden;
	line-height:160%;
	color:#333333;
}

.post a	{
	color:#f75e2a;
	text-decoration:underline;
}

.post a:hover	{
	color:#666666;
	text-decoration:underline;
}

.post a:visited	{
	color:#666666;
	text-decoration:underline;
}


	/* blog title */

.post-title h1	{
	margin:0px 0px 5px 0px;
	padding:2px 2px 1px 0;
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post-title h1 a, .post-title h1 a:link, .post-title h1 a:visited, .post-title h1 a:active	{
	color:#333333;
	text-decoration:none;
}

.post-title h1 a:hover	{
	color:#333333;
	text-decoration:none;
}

	/* bar with date, author and category */
.post-sub	{
	padding:0 0px 0px 0px;
	overflow:hidden;
	font-size:90%;
	color:#666666;
}

.post-sub a, 
		.post-sub a:link	{
	color:#f75e2a;
}

.post-sub a:hover, 
		.post-foot a:hover	{
}

.post-date	{
	float:left;
	overflow:hidden;
	margin-right:20px;
}

.post-author	{
	float:left;
	overflow:hidden;
	margin-right:20px;
}

.post-cat	{
	float:left;
	overflow:hidden;
}

	/* blog text */
.post-text	{
	overflow:hidden;
	color:#333333;
}

.aligncenter	{
	display:block;
	margin:auto;
	text-align:center;
}

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;
}

.youtube	{
	text-align:center;
	margin:10px 0px 10px 0px;
}

	/* blog footer with tags, edit and comments */
.post-foot	{
	overflow:hidden;
	margin:0;
	font:normal 8pt Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

.post-edit	{
	float:right;
}

.post-comments	{
	float:right;
}

/* comments */
.commentlist	{
	list-style:none;
	padding:0px;
	margin:0px;
	border-top:solid 1px #97A8BD;
	overflow:hidden;
}

.commentlist li	{
	overflow:hidden;
	border-bottom:solid 1px #97A8BD;
	padding:8px;
	background-color:#FFFFFF;
}

.commentlist li.alt	{
	background-color:#F8F8F8;
	overflow:hidden;
}

.comment-avatar img	{
	float:left;
	padding:0px;
	border:solid 1px #999999;
	margin:8px 8px 8px 0px;
}

.comment-bar	{
	color:#666666;
	overflow:hidden;
	padding:0px 8px 0px 0px;
	font:normal 8pt Georgia, "Times New Roman", Times, serif;
	line-height:160%;
}

.comment-bar a	{
}

.comment-bar a:hover	{
}

.comment-author	{
	color:#546a85;
	font-size:11pt;
	font-style:italic;
}

.comment-author a	{
}

.comment-author a:hover	{
}

.comment-text	{
}

/* footer */
#footer	{
	padding:3px 3px 3px 8px;
	color:#ffffff;
	background:#666666;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#footer a	{
	color:#ffffff;
}

#footer a:hover	{
	text-decoration:none;
	}






.headerbox	{
	float:right;
	width:180px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}


.headerbox2	{
	width:180px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}



.controls-box {
  float: left;
  width: 195px;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
}

.controls-box .newsletter, .controls-box .site-search  {
  width: 178px;
  margin: 0px 0px;
  white-space: nowrap; 
}


.controls-box .site-search {
  background: #E9EFF6;
  border-bottom: 5px solid white;
  padding: 10px 10px 10px;
}


.controls-box .newsletter {
  background: #FFFF99;
  height: 42px;
  padding: 10px 10px 0;
}

.controls-box .newsletter h6 {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  color: orange; 
  margin: 0px 2px 0;
  padding: 0px 0px;
}

.controls-box .newsletter input.button {
  background: #F75E2A; 
  font-family: Arial, sans-serif; 
  font-size: 9px; 
  color: white; 
  font-weight: bold; 
  border: 0px solid #F75E2A; 
  width: 19px; 
  height: 18px; 
  padding-left: -5px;
}
.controls-box .site-search h6 {
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: orange; 
  margin: 0px 0px;
  padding: 0px 0px;
}

.controls-box .site-search input.button {
  background: #F75E2A; 
  font-family: Arial, sans-serif; 
  font-size: 9px; color: white; 
  font-weight: bold; 
  border: 0px solid #F75E2A; 
  width: 45px; 
  height: 18px; 
  padding-left: -5px;
}

.controls-box .field {
  border: 1px solid white;
  padding-left: 5px;
  width: 130px;
  height: 14px;
  font-size: 9px;
  color: gray; 
}

.controls-box .newsletter .field {
  border: 1px solid white;
  margin: 0px;
  padding-left: 5px;
  width: 130px;
  height: 14px;
  font-size: 10px;
  color: gray; 
}

.controls-box .site-search .field {
  border: 1px solid white;
  padding-left: 5px;
  width: 100px;
  height: 14px;
  font-size: 10px;
  color: gray; 
}

.hd-box {
  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: .1em;
  padding-left: 8px;
  background:#f75e2a;
}


