/*  
Theme Name: Trifecta
Theme URI: http://fastfoodfan.com
Description: This theme has three columns.
Version: 1.0
Author: Shaun B.
Author URI: http://fastfoodfan.com
*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #e7e7e7 url('images/background.gif');
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* You adjust the padding according to the height of your logo.*/
#logo {
	height: 48px;
	padding: 27px 0 0 10px;
}

#logo img {
	border: 0;
}

#canvas {
	width: 760px;
	margin: 10px auto 0 auto;
	text-align: left;
	border: 1px solid #909096;
	border-bottom: none;
	background: #ffffff url('images/dotted_vertical.gif') repeat-y top left;
}

#left_column {
	background: #ffffff url('images/header_background.jpg') no-repeat top left;
	width: 460px;
	float: left;
}

#content {
	margin: 0 0 0 20px;
}

#sidebar {
	width: 300px;
	float: right;
}

#search {
	background: #ffffff url('images/header_background.jpg') no-repeat top right;
	height: 34px;
	padding: 10px 0 0 0;
}

#s {
	width: 210px;
}

#searchsubmit {

}

#middle_column {
	width: 130px;
	float: left;
	background: url(images/dotted_horizontal.gif) top left repeat-x;
}

#right_column {
	width: 170px;
	float: right;
	background: url(images/dotted_horizontal.gif) top left repeat-x;
}

#ads {
	margin: 10px 0 20px 5px;
}

#comments {
	margin: 10px 15px 18px 15px;
}

#clear {
	clear: both;
}

#footer {
	width: 760px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	border: 1px solid #909096;
	border-top: none;
	text-align: center;
	background: #ffffff url(images/dotted_footer.gif) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#footer p {
	margin: 0;
}

h1 {  
    margin: 0 0 5px 0;
	padding: 0;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	color: #000000;
}

h2 {  
    margin: 0 0 5px 0;
	padding: 0;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	color: #000000;
}

h3 {   
	text-transform: uppercase;  
	font-size: 11px;  
	font-weight: bold;
	margin: 10px 0 0 8px; 
	color: #333333;
}

blockquote {  
	background: url(images/quote.gif) no-repeat;  
	margin: 0 0 10px 0px;
	padding: 0 15px 0 22px;
	color: #444444;
}

ul {
	list-style-type: none;
	margin: 0 2px 15px 15px;
	padding: 0;
	line-height: normal;
}

li {
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/square_bullet_dark.gif) no-repeat;
	margin: 10px 10px 0 0;
	padding: 0 0 0 12px;
}

a:link {
	color: #1D5898;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #1D5898;
}

a:hover	{
	text-decoration: underline;
	color: #AD255A;
}

.post {
	margin: 10px 15px 18px 15px;
	line-height: 140%;
}

.date {
	margin: 0 0 3px 0;
    font-weight: bold;
	color: #999999;
    text-transform: uppercase;
	font-size: 12px;
}

.entry a {
	text-decoration: underline;
}

.entry img {
	float: right;
	margin: auto 10px auto 0;
	vertical-align: middle;
}

.postmetadata a {
	text-decoration: underline;
}

#right_column {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #444444;
	padding: 0 0 10px 0; 
}

#right_column ul {
	margin: 0 0 15px 8px;
	padding: 0;
	list-style-type: none;
}

#right_column li { 
	margin: 3px 0 0 0;
	padding: 0;
	background: url(images/star_blue.gif) no-repeat;
	text-decoration: none;
	color: #777777;
}

#right_column li a {   
	margin: 0 0 5px 0;  
	padding: 0 0 0 15px;
	background: url(images/star_blue.gif) no-repeat;
	text-decoration: none;	 
	color: #1D5898;
}

#right_column li a:hover {   
	margin: 0 0 5px 0px;
	padding: 0 0 0 15px;
	background: url(images/star_pink.gif) no-repeat;
	text-decoration: none;
	color:#AD255A;
}
