/*
Theme Name: Thumbuddytolove Wordpress Theme
Theme URI: http://killerdesign.com/
Description: The WordPress theme developed by KSD.
Version: 1.0
Author: KSD
Tags: custom header, fixed width, two columns, widgets
*/

body {
	background:#FFFCE1 url(images/bg.jpg) repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

ul {
	margin:0;
	padding:0;
}


#header {
	background:url(images/header.jpg) no-repeat;
	width:800px;
	height:120px;
	margin:0 auto;
}

#menus {
	background:url(images/menus_bg.gif) repeat-x;
	width:800px;
	height:34px;
	margin:0 auto;
}
#menus ul {
	list-style:none;
	width:800px;
	margin:0;
	padding:6px 0 0;
	text-align:center;
}
#menus li {
	display:inline;
	margin:0px 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}
#menus li a {
	color:#FFFFFF;
	text-decoration:none;
}
#menus li a:hover {
	text-decoration:underline;
}

#page {
	width:798px;
	margin:0 auto;
	padding:20px 0 0;
	background:#FFF;
	border-left:1px solid #127FF2;
	border-right:1px solid #127FF2;
}

.narrowcolumn {
	float:left;
	background:#FFFFFF;
	width:490px;
	padding:0px 20px;
	border-right:1px solid #127FF2;
}
.narrowcolumn ul {
	margin:0 0 0px 20px;
}
.narrowcolumn ul li {
	margin-bottom:10px;
}

#sidebar {
	float:right;
	background:#FFFFFF;
	width:225px;
	padding:0px 20px;
}

#sidebar ul {
	margin:10px 0 30px 10px;
}
#sidebar li {
	margin-bottom:10px; list-style-type: none;
}
#sidebar li h2 {
	margin-bottom:0;
}
#sidebar a#fb {
  background: url("http://www.thumbuddytolove.com/wp-content/themes/TBL/images/fIcon.jpg") no-repeat scroll 0 0 transparent;
  float: right;
  height: 45px;
  width: 42px;
  margin-top: -15px;
}
#sidebar a#tw {
  background: url("http://www.thumbuddytolove.com/wp-content/themes/TBL/images/tIcon.jpg") no-repeat scroll 0 0 transparent;
  float: right;
  height: 45px;
  width: 42px;
  margin-top: -15px;
}

#sidebar .pls1 {
    float:none;
	height:20px;
	width:22px;
	padding-top:  24px;
}
#sidebar .fb-like {
	float:left;
	width: 80px;
}
	
#footer {
	background:url(images/footer.gif) no-repeat;
	width:800px;
	height:18px;
	margin:0 auto;
}
#copyright {
	color:#107EF2;
	text-align:center;
	font-size:13px;
	margin-top:5px;
}
#copyright a {
	color:#107EF2;
	text-decoration:none;
}
#copyright p {
	margin:10px 0 0;
}

h1 {
	font-size:26px;
	color:#107EF2;
	margin-top:0;
}
h2 {
	font-size:19px;
	color:#107EF2;
	margin-top:0;
	padding-top:20px;
}

a {
	color:#107EF2;
}

.postmetadata {
	font-size:11px;
}

/* Custom Classes */
.red {
	color:#D24728;
}
.blue {
	color:#107EF2;
}

.left {
	float:left;
	padding-right: 10px;
	padding-bottom: 30px;
}

	
