/*
Theme Name: Disciple
Theme URI: http://wnw.blogwarhammer.net/themes/disciple
Description: Soft and clean WordPress theme with 3 columns. Customizable with 4 more colors.
Version: 1.11
Author: Regis
Author URI: http://wnw.blogwarhammer.net
Tags: soft, clean, simple, 3 columns, fixed width

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/

/* basic */
body {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	font:8pt Verdana, Arial, sans-serif;
	line-height:150%;
	color:#333333;
	background-color: #fff6e4;
}
a { color:#CC0000; text-decoration:none; outline:none; }
a:hover { color:#CC0000; text-decoration:underline; }
a img { border:0; }
blockquote { border-left:solid 5px #A7B3BC; padding:5px 5px 5px 8px; margin:8px; background-color:#F4F5F7; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
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:8pt Verdana, Arial, 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:19pt }
h2 { font-size:16pt; }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

.sep { display:block; height:30px; background:transparent url('images/sep.gif') top center no-repeat; overflow:hidden; }

/* 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:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:150%; }

/* wrapper */
.wrap {
	width:1000px;
	margin:auto;
	padding:0px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(/images/header/cs_standard_header_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* blog title + description */
#head { height:105px; overflow:hidden; text-align:center; }
	#head h1 { margin:15px 0px 10px 0px; padding:0px; font:normal 34pt 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:normal 11pt Georgia, "Times New Roman", Times, serif; color:#FFFFFF; text-transform:uppercase; }

/* menu */
#menu { width:520px; margin:auto; overflow:hidden; height:18px; font:normal 8pt Georgia, "Times New Roman", Times, serif; text-transform:lowercase; }
	#menu ul { list-style:none; margin:0px 0px 0px 10px; padding:0px; overflow:hidden; }
		#menu li { float:left; padding:0px; }
		#menu li a { display:block; background-color:#E6E3DB; padding:2px 5px 2px 5px; margin:0px 5px 0px 0px; text-align:center; color:#333333; }
		#menu li a:hover { color:#999999; text-decoration:none; }
		#menu li.current_page_item a { background-color:#CFCABA; }
		#menu li.current_page_item a:hover { color:#333333; text-decoration:none; }

#midbar { overflow:hidden; padding:0px; }

#innerwrap { margin-top:5px; overflow:hidden; height:100%; background:transparent url('images/bg_c2.gif') top center repeat-y; }

/* columns */
.c1 { width:235px; float:left; padding:0px 0px 0px 0px; text-align:right; }
.c2 {
	width:530px;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(/images/header/cs_standard_header_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.c3 { width:234px; float:left; padding:0px; margin:0px; overflow:hidden; }

/* contact + subscribe text + middle text */
.toptext { margin:0px; padding:10px 15px 10px 15px; color:#FFFFFF; text-transform:lowercase; font:italic 10pt Georgia, "Times New Roman", Times, serif; }
	.toptext a { color:#97954f; }
	.toptext a:hover { color:#bb414f; text-decoration:none; }
.midtext { margin:0px; padding:10px 15px 10px 15px; color:#777777; font:normal 9pt Georgia, "Times New Roman", Times, serif; }

/* 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 30px 0px;
	padding:0px 8px 0px 8px;
	overflow: hidden;
}
#widgets1 .widget {
	background-image: url(/blog/wp-content/themes/disciple/images/widget-headerbot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#widgets2 .widget { 	
	background-image: url(/blog/wp-content/themes/disciple/images/widget-headerbot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px; 
}
.widget ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.widget ul li a { padding:1px 3px 1px 3px; }
.widget li a:hover { background-color:#546a85; color:#FFFFFF; text-decoration:none; }
.widget h2 {
	color:#FFFFFF;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	background-image: url(/blog/wp-content/themes/disciple/images/widget-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 173px;
	height: 31px;
	padding-top: 8px;
	text-indent: 11px;
}

/* list images for widgets */
#widgets1 .widget li { list-style:none; background:url('images/78.png') center right no-repeat; margin:0px 0px 5px 0px; padding:0px 20px 0px 0px; }
#widgets2 .widget li { list-style:none; background:url('images/78.png') center left no-repeat; margin:0px 0px 5px 0px; padding:0px 0px 0px 20px; }

#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_recent_entries li { background:url('images/24.png') center left no-repeat; }
#widgets2 .widget_recent_comments li { background:url('images/18.png') center left no-repeat; }
#widgets2 .widget_pages li { background:url('images/21.png') center left no-repeat; }
#widgets2 .widget_categories li { background:url('images/34.png') center left no-repeat; }
#widgets2 .widget_archive li { background:url('images/36.png') center left no-repeat; }
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li { background:url('images/13.png') center left no-repeat; }

/* search box */
#searchform #s { width:150px; }

/* blog posts */
.post { padding:0px 15px 15px 15px; overflow:hidden; line-height:160%; color:#333333; }

	/* blog title */
	.post-title h1 {
	margin:0px;
	padding:0px;
	line-height:normal;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
	.post-title h1 a {
	color:#FFFFFF;
}
	.post-title h1 a:hover {
	color:#FFFFFF;
}

	/* bar with date, author and category */
	.post-sub { padding:5px 0px 0px 0px; overflow:hidden; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; }
		.post-sub a, 
		.post-foot a {
	color:#999999;
}
		.post-sub a:hover, 
		.post-foot a:hover {
	color:#666666;
	text-decoration:none;
}
		.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:10px 0px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:160%; }
		.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:#999999; overflow:hidden; padding:0px 8px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
		.comment-bar a { color:#999999; border-bottom:dotted 0px #CCCCCC; }
		.comment-bar a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }

		.comment-author { color:#546a85; font-size:11pt; font-style:italic; }
		.comment-author a { color:#546a85; border-bottom:dotted 1px #666666; }
		.comment-author a:hover { text-decoration:none; }
	.comment-text { }

/* footer */
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#AA9F8A;
	text-align:center;
}
	#footer a { color:#AA9F8A; border-bottom:dotted 1px #BEB6A7; text-transform:uppercase; }
	#footer a:hover { text-decoration:none; }
.tcat-topleft {
	color: #515151;
	font: bold 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tcat-topright {
	color: #515151;
	font: bold 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tcat-left {
	color: #515151;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_body_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tcat-right {
	color: #515151;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_body_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.tcat-bottomright {
	color: #515151;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_bot_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tcat-bottomleft {
	color: #515151;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_bot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tcat-bottom {
	color: #515151;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tcat {
	background: #869BBF url(http://www.cardscraps.com/forum/images/gradients/cs_standard_tcat_top.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 7px;
}
.headtable_contentbottom {
	background-color: #FFFFFF;
	background-image: url(http://www.cardscraps.com/images/header/cs_standard_header_bottom.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
/*- tbbr--------------------------- */

    #tbbr {
	float:left;
	width:100%;
	font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background:transparent;
	line-height:normal;
	border-bottom:1px solid #bb414f;
	font-size: 10pt;
      }
    #tbbr ul {
        margin:0;
        padding: 0px 0px 0px 11px;
        list-style:none;
      }
    #tbbr li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tbbr a {
      float:left;
      background:url("http://www.cardscraps.com/forum/images/tabbars/css16_L.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tbbr a span {
      float:left;
      display:block;
      background:url("http://www.cardscraps.com/forum/images/tabbars/css16_R.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#62453f;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tbbr a span {float:none;}
    /* End IE5-Mac hack */
    #tbbr a:hover span {
	  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      color:#3399ff;
      }
    #tbbr a:hover {
      background-position:0% -42px;
      }
    #tbbr a:hover span {
      background-position:100% -42px;
      }

        #tbbr #current a {
                background-position:0% -42px;
        }
        #tbbr #current a span {
                background-position:100% -42px;
        }
		.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#ffffff;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#fcdcdd;
}
