/*
Theme Name:     A Boat Called Wanda 
Theme URI:      http://www.ABCWanda.com
Author:         E. Larson
Author URI:     http://http://www.aboatcalledwanda.org
Template:       graphene
Version:        3.0
Description:    Parent theme: Graphene <code>wordpress.org/extend/themes/graphene</code> and <code>www.khairul-syahir.com/wordpress-dev/graphene-theme</code>. Graphene Forum: <code>forum.khairul-syahir.com/graphene-support</code>. Graphene demo/doc: <code>dev.khairul-syahir.com/wordpress/graphene</code>. Child theme: ABCWanda <code>/themes/ABCWanda/style.css</code>. Child theme stylesheet: <code>/themes/ABCWanda/style.css</code>. Child theme images: <code>/themes/ABCWanda/images</code>. Child them logos: <code>/themes/ABCWanda/images</code> (.psd, .jpg .png). Graphene theme options export: <code>/themes/ABCWanda/graphene_options.txt</code>. 
*/

/* The @import for Graphene stylesheet
--------------------------------------------------------------
Note on the @import rule: There must be no other CSS rules above the @import rule. 
See the Child themes documentation: http://codex.wordpress.org/Child_Themes. */
    
@import url("../graphene/style.css");


/* =Non-classed HTML elements
-------------------------------------------------------------- */
/* EL: Deleted background (for subscribe2 e-mail notifications)
	background: url(images/bg_g.png) repeat #000 fixed;
-------------------------------------------------------------- */
body {
	background: none;
	font: normal 12px arial;
	line-height: 18px;
	position: relative;
}

/* EL: Changed global link colors 
-------------------------------------------------------------- */
a,
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	border-bottom: 1px dotted #990000;
}

/* =Header
-------------------------------------------------------------- */

/* IP: veranderd height en margin 
-------------------------------------------------------------- */
#header {
	background-position: center top;
	background-repeat: no-repeat;
	border-top:1px solid #000;
	height: 118px;
	width: 100%;
	position: relative;
}

/* EL: Changed site title (Site Title)
-------------------------------------------------------------- */
.header_title {
	position: absolute;
	width: 591px;
	left: 160px;
	top: 24px;
	text-shadow:3px 3px 3px #2c2b2b;
}

/* EL: Changed site description (Tagline, Site Description )
-------------------------------------------------------------- */
.header_desc {
	position: absolute;
	width: 597px;
	left: 161px;
	top: 66px;
	text-shadow:2px 2px 2px #2c2b2b;
}

/* =Sidebars
-------------------------------------------------------------- */

/* EL: Changed from font: bold 16px/20px arial; 
-------------------------------------------------------------- */
.sidebar h3 {
	background: url(images/bg-sidebar-h3.png) left bottom repeat-x #ffff66;
	background: -moz-linear-gradient(#ffcc00, #ffff66 );
	background: -webkit-linear-gradient(#ffcc00, #ffff66 );
	background: linear-gradient(#ffcc00, #ffff66 );
	border-bottom: 1px solid #ffcc00;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #000000;
	*display: inline;
	font: bold 14px Arial;
	margin: -15px 0 5px -12px; 
	padding: 7px 12px;
	width: 100%;
	zoom: 1;
}

/* EL: Changed from margin-bottom: 16px; 
-------------------------------------------------------------- */
.sidebar div.sidebar-wrap {
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 5px #ffcc00;
	-webkit-box-shadow: 0 0 5px #ffcc00;
	box-shadow: 0 0 5px #ffcc00;
	margin-bottom: 10px;
	padding: 10px 12px;
	position: relative;
}

/* =Content Area
-------------------------------------------------------------- */

/* EL: Changed  Category Archives title (used to list Category Archives)  
-------------------------------------------------------------- */

h1.page-title span {
	color: #e3e3e3;
}

/* EL: Changed Category Description (used to list Category Archives)  
-------------------------------------------------------------- */
.cat-desc{
	background: #ffcc00;
	background: linear-gradient(left top, #ffcc00, #ffff66); 
	background: -moz-linear-gradient(left top, #ffcc00, #ffff66);
	background: -webkit-linear-gradient(left top, #ffcc00, #ffff66);
	-pie-background: linear-gradient(left top, #ffcc00, #ffff66);
	color: #e3e3e3;
	font-size: 16px;
	margin-top: -10px;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #2c2b2b;
}

.cat-desc p{
	font: bold 14px/18px arial;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px
	text-align: center;
}




/* EL: Changed from color: #333; fonts; margins;
-------------------------------------------------------------- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.entry-content h5,
.entry-content h6,
.comment-entry h5,
.comment-entry h6 {
	color: #ffcc00;
}

.entry-content h1,
.comment-entry h1 {
    font: bold 18px arial;
	margin: 14px 0 5px 0;
}
.entry-content h2,
.comment-entry h2 {
	font: bold 16px arial;
	margin: 12px 0 5px 0;
	color: #990000;
}

.entry-content h3,
.comment-entry h3 {
	font: bold 14px arial;
	margin: 10px 0 5px 0;
	color: #990000;
}

.entry-content h4,
.comment-entry h4 {
	font: italic bold 14px arial;
	margin: 10px 0 5px 0;
}
	
.entry-content h5,
.comment-entry h5 {
	color: #2c2b2b;
    font: bold 12px arial;
	margin: 5px 0 0 0;
}

.entry-content h6,
.comment-entry h6 {
	color: #2c2b2b;
	font: italic bold 12px arial;
	margin: 5px 0 0 0;
}

/* EL: Added margin-left: 15px; margin-right: 15px;
-------------------------------------------------------------- */
.entry-content {
	clear: both;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
 

/* EL: Changed from padding: 5px 10px  
-------------------------------------------------------------- */
slider-entry-wrap .slider-content-wrap {
	padding: 5px 5px;
}

/* EL: Changed radio buttons from sprite_master.png  
-------------------------------------------------------------- */
.slider_nav a,
.slider_nav a:visited {
	background: url(images/radio_buttons.png) -80px -37px no-repeat;
	display: inline-block;
	margin-left: 3px;
	width: 12px;
	height: 12px;
}

/* EL: Changed from color: #fff; font: normal 18px arial; Added margin 
-------------------------------------------------------------- */
.slider_post h2, .slider_post h2 a,
.slider_post h2 a:visited {
	color: #990000;
	margin: -10px -10px 0px 0px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

/* EL: Deletede background and border and Changed qutation marks from sprite_master.png
-------------------------------------------------------------- */
.slider_post_entry blockquote {
	font-style:normal;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #2c2b2b;
	vertical-align: middle;
	background: url(images/quotation_marks.png) no-repeat;
	border:none;
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 8px 10px 5px 40px;
}

/* EL: Changed quotation marks from sprite_master.png 
-------------------------------------------------------------- */
blockquote {
	background: url(images/quotation_marks.png) no-repeat #f3f3f3;
	border: 1px dotted #e3e3e3;
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 8px 20px 5px 40px;
}
/* EL: Changed date from sprite_master.png 
-------------------------------------------------------------- */
.post .date {
	background: url(images/date.png) no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	width: 46px;
	height: 65px;
}
.post .date p {
	color: #e3e3e3;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

.post .date p span {
	color: #2c2b2b;
	font-size: 18px;
	line-height: 30px;
}

.post .date p span.year {
	color: #2c2b2b;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}
/* EL: Added table id=ABCWanda; width: 100%;
-------------------------------------------------------------- */
table#ABCWanda {
	border-collapse: collapse;
	width: 100%;
}

/* =Added table id=ABCWanda;
-------------------------------------------------------------- */
/* EL: Changed from border: 1px solid #ccc; 
-------------------------------------------------------------- */
table#ABCWanda td,
table#ABCWanda th,
table#ABCWanda tr {
	border: none;
	background: #FFFFFF;
	padding: 2px 5px;
}

/* EL: Changed from background: #e0e0e0; border-bottom-width: 2px;
-------------------------------------------------------------- */
table#ABCWanda th {
	border: none;
	background: #FFFFFF;
	border-bottom-width: 0px;
}

/* EL: Changed from background: #f3f3f3;
-------------------------------------------------------------- */
table#ABCWanda tr {
	border: none;
	background: #FFFFFF;
}

/* EL: Changed from vertical-align:top; border: none;
-------------------------------------------------------------- */
table#ABCWanda td {
    vertical-align:top;
	border: none;
	background: #FFFFFF;
}

/* =Footer
-------------------------------------------------------------- */

/* EL: Changed Footer background-color to yellow
-------------------------------------------------------------- */
#footer {
	background: #195392;
	background: linear-gradient(#ffff66, #ffcc00);  
	background: -moz-linear-gradient(#ffff66, #ffcc00);
	background: -webkit-linear-gradient(#ffff66, #ffcc00);
	-pie-background: linear-gradient(#ffff66, #ffcc00);
	color: #e3e3e3;
	font-size: 16px;
	border-top: 1px solid #2c2b2b;
    margin-top: -10px;
	padding-top: 6px;
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;
}

/* EL: Added Footer display: none 
-------------------------------------------------------------- */
#copyright h3 {
   display: none;
}

/* EL: Added Footer display: none 
-------------------------------------------------------------- */
#developer {
    display: none;
}

/* EL: Changed Footer copyright color 
-------------------------------------------------------------- */
#copyright {
	font: normal 14px Arial;
	color: #d5d5d5;
	margin-top: 6px;
	margin-left: -40px;
}
#copyright p{
	font: normal 14px Arial;
	text-align: center;
	color: #2c2b2b;
	margin-top: 6px;
}

/* EL: Changed Footer link color 
-------------------------------------------------------------- */
#footer a,
#footer a:visited {
	color: #2c2b2b;
	text-decoration: none;
}

/* EL: Changed Footer link color en Added border-bottom 
-------------------------------------------------------------- */
a:hover {
	color: #2c2b2b;
	border-bottom: 1px dotted #2c2b2b;
}


 /* Plugins 
-------------------------------------------------------------- */

 /* EL: Added Subscribe2 messages id=.s2_message (Subscribe2 plugin) 
-------------------------------------------------------------- */
.s2_message { 
    display: none;
}

/* EL: Added lists id=lcp_catlist/lcp_excerpt (List Category Posts plugin) 
       Note: not being used. Categories called in by menu's.
-------------------------------------------------------------- 
ul.lcp_catlist { 
	list-style-position: outside;
	list-style-type: none;
}

.lcp_catlist li {	
	font: normal 12px/18px arial;
    color: #2c2b2b;
}

.lcp_catlist a {
    font: bold 12px/18px arial;
    color: #ffcc00;
}
.lcp_catlist .lcp_excerpt {
    font: normal 12px/18px arial;
    color: #2c2b2b;
}*/

/* EL: Changed FollowMeBubble .grab (Follow Me plugin) 
-------------------------------------------------------------- */
#FollowMeBubble .grab {
   display: none;
}

/* EL: Changed Theme My Login message colors (Theme My Login plugin) 
-------------------------------------------------------------- */

.login p.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #e3e3e3;
	color: #2c2b2b;
}

.login p.message {
	padding: 5px;
	border: 1px solid #ffcc00;
	background-color: #e3e3e3;
	color: #2c2b2b;
}

