/*

Theme Name: Little Boy
Theme URI: http://www.alittleboysblog.net
Description: A 3-column Theme widgetize ready. Theme designed by  alittleboysblog.net.
Version: 1.0
Author: alittleboysblog.net
Author URI: http://www.alittleboysblog.net/
Tags: three-columns,chocolate,fixed-width,left-sidebar,right-sidebar
 
*/


/*---- LAYOUT AND GENERAL FORMAT ----*/

#container { 
	background: url("http://lh6.ggpht.com/_EBUlhAzwWJU/TSs6rMw2L3I/AAAAAAAAEqI/8_zJ25a3_yE/s800/blue029.jpg") repeat #3365A0;
	background-attachment: fixed;
	background-position: 0% 0%;
        border-left: 0px solid #1E0001; 
        border-right: 0px solid #1E0001;
}

#wrapper {
	display: block;
	margin: 3px auto 3px auto;
	width: 990px;
	position: relative;
	background-color: #52A9E1;
        border: 4px solid #52A9E1;
}

body {
	/* background: #E7EFF7; */
	font-size: 14px;
	color: #000;
	font-family: Trebuchet, Trebuchet MS, "Times New Roman", serif;
}

img { border: 0; }

a { color: #6699CC; text-decoration: none; }

a:hover { color: #FFF; text-decoration: none; background: #6699CC; border-bottom: 0px dashed #056500; }

/* a:visited { color: #FFB6B6; } */


#header {
	background: #DAE6F3 url(images/finalheader.gif) no-repeat;
        border: 0px solid #E7EFF7;
	width: 980px; height: 250px;
	margin: 4px auto 4px auto;
	overflow: hidden;
	color: #fff;
	padding: 0px;
}

.hdr_title {
	float: left;
	width: 900px;
	padding: 20px 10px 0px 17px;
}

.rss { float: right; width: 25px; }

h1.blogtitle a {
	font-size: 38px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
	margin-left: 5px;
}

h3.slogantext {
	font-size: 21px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}


/*---- NAVIGATION BAR ----*/

#MainMenu {
	margin: 4px 0px 4px 4px;
	padding-left: -15px;
	height: 30px;
	width: 980px;
	background: #53E7FD url() no-repeat top left;
        border-top: 0px solid #FE6002;
        border-bottom: 0px solid #FE6002;
}

#tab { margin: 0px; padding: 0px; text-transform: none; }

#tab ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tab li {
	display: inline;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	background: #34C6F2;
}

#tab a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#tab a span {
	display: block;
	margin: 0px;
	padding: 0 15px 0 15px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #89ACD5;
}

#tab a:hover, #tab a:hover span, #tab li.current_page_item a:hover span { background: #53E7FD url() no-repeat right top; color: #000; }

#tab li.current_page_item a, #tab li.current_page_item a span {
	background: #007BCC url() no-repeat right top;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

#tab li.rsslink a {
	background: #34C6F2 url("images/feed.png") no-repeat 85% 50%;
	float: right;
	padding-right: 35px;
	padding-left: 15px;
	font-family: Trebuchet MS, Times, serif;
	font-size: 14px;
	color: #E6732E;
	line-height: 30px;
}

#tab li.rsslink a:hover {
	background: #53E7FD url("images/feed.png") no-repeat 85% 50%;
	/* border-bottom: 1px dashed #FFF; */
	text-decoration: none;
	color: #000;
}


/*---- SEARCH FORM ----*/

#search {
	display: inline;
	float: right;
	margin: 0px 5px 0;
	padding: 0px 0 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 180px;
	float:left;
	padding: 2px 0px 2px 0px;
	background: #f5f4f3;
	border: 1px solid #443833;
	margin: 2px 2px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
}

.go {
	margin-top: 6px;
	margin-left: -20px;
	padding: 0px;
	color: #000;
	display:inline;
}


/*---- PAGE FORMAT ----*/

.title { padding: 5px 5px 5px 20px; color: #000; }

#entry {
	background: #DAE6F3;
	margin: 8px 4px 4px 4px;
	padding: 5px 0 0 0;
	width: 510px;
	float: left;
}

.post {
	background: url() top no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	width: 496px;
	/*text-align: justify;*/
	line-height: 20px;
}

.post p {margin: 10px 10px 20px 10px;}
.post a { color: #6699CC; text-decoration: none; }
.post a:hover { color: #FFF; text-decoration: none; border-bottom: 0px dashed #6699CC; background: #6699CC; }

.post h2 {
	background: #568AC9;
	margin: 0px 9px 5px 39px;
	padding: 3px 10px 2px 0px;
        border-top: 3px solid #3366CC;
        border-bottom: 3px solid #3366CC;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.post h2 a:link, .post h2 a:visited { font-weight: bold; color: #FFF; padding: 2px 5px 2px 5px; }
.post h2 a:hover { color: #568AC9; padding: 2px 5px 2px 5px; background: #FFF; border: none; }
.info { height: 50px; border-bottom: 0px solid #CCCCCC; }
.latest { float: left; }

h1 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
	color:  #333;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

h5, h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.readmore {
	display: block;
	float: right;
	display: inline;
	margin: 0px;
	padding: 5px;
	color: #8A0709;
	font-size: 12px;
	background: #e7e1de;
}

.readmore a:hover {border-bottom: none;	padding: 5px;}

.readmore p {margin: 0px;}


/*---- POST DATE ----*/

.post .date {
	float: left;
	margin: 0px 5px 0px 9px;
	padding: 0px;
	background-color: #DAE6F3;
	text-align: center;
	border: #3366CC 2px solid;
	color: #568AC9;
	font-family: "Arial"
}

.post .date span { display: block; }

.post .date .day {
	font-size: 18px;
	line-height: 16px;
	font-family: 'Arial'; 
	letter-spacing: -1px
}

.post .date .month {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase; 
	display: block;
}

.post .date .year {
	font-size: 11px;
	line-height: 10px;
	display: block;
}


/*---- POST SEPARATOR ----*/

.postseparator {
background: url(images/santabar480.gif) no-repeat bottom center;
height: 45px;
width: 480px;
margin: 7px 0px 0px 7px;
}


/*---- LISTS FORMAT ----*/

.post ul { margin: 0px; padding: 0 0 0 10px; list-style: none; } 
.post ul li { margin: 0 0 5px; padding: 2px 0 2px 25px; background: url(images/Redheart01b.PNG) no-repeat 0% 50%; }
.post ol { padding: 0 0 0 35px; margin: 0; }
.post ol li { margin: 0; padding: 0; }

	
/*---- TABLE FORMAT ----*/	
	
.post  table { background:#FFF; border:2px solid #CCC; border-collapse:collapse; margin:5px 0 10px; }
.post  th, 
.post  td { border:1px solid #CCC; padding:3px 10px; text-align:left; vertical-align:top; }
.post  tr.even td { background:#F7F7F7; }
.post  th { background:#EDEFF0; }


/*---- TEXT FORMAT ----*/

.postbannerad{
	margin: 10px auto 10px auto;
	padding: 5px;
}

blockquote {
	background: url(images/BlockQuote.png) no-repeat .2em .2em #DAE6F3;
	border: 1px solid #276618;
	margin: 10px 15px 10px 15px;
	padding: 10px 15px 10px 15px;
	color: #000; 
	line-height: 1.6em;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
}

p { margin-bottom: 15px; line-height: 1.6em; }
p a { border-bottom: none; text-decoration: none; }
p a:hover { border-bottom: none; text-decoration: underline; }
p.center { text-align: center; }

.postmeta {
	margin: 20px 20px 20px 20px;
	padding: 15px 20px 15px 20px;
	float: left;
        width: 432px;
	background: #9DCEEE;
	border: 1px solid #007BCC;
	color: #000;
	font-size: 11px;
}

.postmeta a { border-bottom: none; }
.postmeta a:hover { border-bottom: 1px dashed; }

h1.title {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}


/*---- LISTS ----*/

/* html>body .post ul { margin: 0.5em 0 0.5em 5px; padding: 0 20px 10px 30px; background: url(images/Redheart01b.PNG); }
html>body .post li { margin: 0.5em 0 0.5em 5px; }
.post ol { padding: 0 20px 0 35px; margin: 0; }
.post ol li, .post ul li { margin: 0.5em 0 0.5em 5px; padding: 0; } */


/*---- SIDEBARS & LOWERBAR----*/

#sidebarLeft {
	float: left;
	width: 187px;
	color: #000;
	margin-left: 4px;
	padding: 0px 0px 10px 0px;
}

#sidebarRight {
	width: 276px;
	float:right;
	margin-right: 4px;
	margin-bottom: 7px;
	color: #000;
	padding: 0px 0px 10px 0px;
}

#lowerbar {
	float: left;
	width: 982px;
	color: #FFF;
	/* background-color: #620002; */
	margin-left: 4px;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}

#sidebarLeft h2, #sidebarRight h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 15px 5px 32px;
        background: url(images/redheart02.PNG) no-repeat 8px 50% #568AC9;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
        border-top: 0px solid #E78D31;
        border-bottom: 0px solid #E78D31;
	font-size: 11px;
        text-transform: uppercase;
	text-align: left;
	color:  #FFF;
	line-height: 20px;
}


#lowerbar h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 15px 5px 32px;
        background: url(images/redheart02.PNG) no-repeat 8px 50% #568AC9;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
        border-top: 0px solid #E78D31;
        border-bottom: 0px solid #E78D31;
	font-size: 11px;
        text-transform: uppercase;
	text-align: left;
	color:  #FFF;
	line-height: 20px;
}


#sidebarLeft h2 a, #sidebarRight h2 a { color: #6699CC; text-decoration: none; background: none; }
#sidebarLeft h2 a:hover, #sidebarRight h2 a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dashed #6699CC; background: #6699CC; }

#sidebarLeft a, #sidebarRight a { color: #6699CC; text-decoration: none; background: none; }
#sidebarLeft a:hover, #sidebarRight a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dashed #6699CC; background: #6699CC; }

#lowerbar h2 a { color: #6699CC; text-decoration: none; background: none; }
#lowerbar h2 a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dashed #6699CC; background: #6699CC; }

#lowerbar a { color: #6699CC; text-decoration: none; background: none; }
#lowerbar a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dashed #6699CC; background: #6699CC; }

/* #sidebarLeft a:visited, #sidebarRight a:visited, #lowerbar a:visited { color: #0480CD; } */

.sidebar_widget, lowerbar_widget { line-height: 14px; font-family: Arial, Times, serif; font-size: 12px; }

.sidebar ul, sidebar ol, lowerbar ul, lowerbar ol { 
	padding: 0px 0px 0px 5px;
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul, lowerbar ul { list-style-type: none; }

.sidebar li, lowerbar li { 
	margin: 0 0 5px;
	padding: 2px 0 2px 25px;
        border-bottom: 1px dotted #FFF;
	background: url(images/Redheart01b.PNG) no-repeat 0% 50%;
	font-size: 11px;
        line-height: 16px;
        text-indent: 0;	
}

.sidebar ul li ul, sidebar ul li ol, sidebar ol li ul, sidebar ol li ol { margin: 0.5em 0 0.5em 5px; }
.lowerbar ul li ul, lowerbar ul li ol, lowerbar ol li ul, lowerbar ul li ol { margin: 0.5em 0 0.5em 5px; }

.sidebar_widget {
	min-width:3px;
  	min-height:3px;
  	margin: 0 auto;
	padding: 5px 5px 10px 5px;
	background-color: #DAE6F3;
	border: 1px solid #FFF;
}

.lowerbar_widget {
	min-width:3px;
  	min-height:3px;
  	margin: 7px auto;
	padding: 5px 5px 10px 5px;
	background-color: #DAE6F3;
	border: 1px solid #FFF;
}

.sidebar_widget_gap, lowerbar_widget_gap { margin: 7px 0px 7px 0px; }



/*---- FOOTER ----*/

#footer {
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	background: #6699CC url() no-repeat top left;
	clear: both;
	overflow: hidden;
	font-size: 85%;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

.footer p {
	margin-top: 0px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}


.footer a { color: #C2ECF2; border-bottom: 1px dashed #C2ECF2; text-decoration: none; background: none; }
.footer a:hover { color: #6699CC; text-decoration: none; border-bottom: 1px dashed #C2ECF2; background: #C2ECF2; }

/* .footer a:visited { color: #0480CD; } */


/*---- IMAGE FORMAT ----*/

img.centered {
display: block;
margin: auto;
}

img.alignright {
display: inline;
margin: 0px 0px 2px 5px;
padding: 2px;
}

img.alignleft {
padding: 2px;
margin: 0px 5px 2px 0px;
display: inline;
}


/*---- OTHERS ----*/

.alignright { float: right; }
.alignleft { float: left }	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}


/*---- COMMENTS ----*/

#comment-box {
	padding: 0px 20px 0px 20px;
	font-size: 12px; font-family: Arial, sans-serif; overflow: hidden;
	color: #000;
}

#comment-box h3 {
	margin: 5px 10px;
	padding-left: 35px;
	background: url(images/comment_pencil.gif) no-repeat 0px -5px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #134D1A;
}

#comment-box #respond {padding: 3px;}

#comment-box li {
	margin: 10px 5px 5px 10px;
	padding: 5px 0px 0px 5px;
	border: 1px solid #2F581E;
	list-style: none;
}

.commentlist { padding: 0; text-align: justify; }
.commentlist p { margin: 5px; padding: 0px; font-weight: normal; line-height: 1.5em; text-transform: none; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; font-weight: bold; list-style: none; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; font-size: 1em; }
.commentlist li .avatar { float: left; padding: 10px 10px 10px 0px; margin: 0px 10px 0px 0px; }

.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }

.commentlist .comment-author { 
	margin-left: -5px;
	margin-top: -5px;
	padding: 10px 5px 0px 10px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: 11px;
	background: #D6EAD9;
	color: #000;
}

.commentlist .comment-meta {
	margin-left: -5px;
	padding: 0px 5px 10px 10px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: 11px;
	background: #D6EAD9;
	border-bottom: 1px solid #2F581E;
}

.commentlist .reply { padding: 5px 0px 10px 10px;}
.commentlist .reply a { padding: 2px 5px 2px 5px; text-align: left; background: #fcdcd5; color: #993300; }
.commentlist .reply a:hover { background: #993300; color: #fcdcd5; }

.commentlist ul.children li { background: #fafafa; margin: 5px; border: 0px solid #eee; }

#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 90%; padding: 5px; }
#commentform p { padding: 5px 0px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform #submit { margin: 0 0 5px auto; float: left; }

.thread-alt { background: #D6EAE4; }
.thread-even { background: #EDEBD7; }
.depth-1 { border: 0px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }

small { font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; }

.commentmetadata { font-weight: normal; }

#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.alt { margin: 0; padding: 10px; }
.children { padding: 0; }

.bypostauthor { background-color: #ECD7DE !important; }


/*---- CAPTIONS ----*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*---- CALENDAR ----*/

#wp-calendar {
	border: 1px solid #CCC;
	empty-cells: show;
	font-size: 14px;
	margin: 0 0 9px 9px;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
	font-weight: bold;
}

#wp-calendar caption {
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

#wp-calendar td {
	color: #666;
	font: normal 12px Trebuchet MS, "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
}


/*---- TABBER ----*/

#domtab {height:12px;}

.tabberlive .tabbertabhide { display:none; }

.tabber { }

.tabberlive { }

ul.tabbernav {line-height:28px; height:28px; }

ul.tabbernav li { display: inline; line-height:28px; height:28px; }

ul.tabbernav li a { padding:6px;margin-right:0px; background: #CD6D90; border:none; color: #fff}

ul.tabbernav li a:link {color:#fff}

ul.tabbernav li a:visited {color:#666666; }

ul.tabbernav li a:hover { color: #fff; background: #fff; }

ul.tabbernav li.tabberactive a { color:#FFF;background: #FAF0F4; }

ul.tabbernav li.tabberactive a:hover { color: #333; background: #F0F0F0; }

.tabberlive .tabbertab { padding:20px 10px 10px 10px; border-top:0; background:#FAF0F4; }

.tabberlive .tabbertab h2 { display:none; }

.tabberlive .tabbertab h3 { display:none; }

.tabbertab p { padding-bottom:10px;}

.tabbertab ul { }

.tabbertab ul li { padding:5px 0 6px 0; }

.tabbertab ul li { list-style:none; background:url(images/file.gif) no-repeat 0 5px; padding-left:20px; color: #666;} 

.tabbertab ul li a { border:none;}

.tabbertab ul li a:hover {text-decoration:underline;}

  
