/*  
Theme Name: Rate My Rack
Theme URI: http://www.rate-my-rack.org
Description: Theme for Rate My Rack at http://www.rate-my-rack.org.
Version: 1.0
Author: Shaun B.
Author URI: http://www.rate-my-rack.org
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E7E6E6;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

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

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

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

h4 {   
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: 100%;  
	font-weight: bold;
	margin: 18px 0 4px 0; 
	color: #333333;
}

h5 {   
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: 100%;  
	font-weight: bold;
	margin: 12px 0 0 15px; 
	color: #333333;
}

form {
	margin: 0;
}

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;
}

ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

blockquote {  
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/quote.gif) no-repeat;  
	text-align: left;  
	margin: 0 0 10px 0px;
	padding: 3px 15px 0 15px; color:#555555;
}

cite {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 80%;
}

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

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

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

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

#canvas {
	width: 760px;
	background-color: white;
	border: 1px solid #909096;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.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: 90%;
}

.entry {
	font-size: 90%;
}

.entry img {
	float: right;
	margin: 5px 2px 0 2px;
	border: 0;
}

.features {
	margin: 0 10px 0 10px;
}

.data_header {
	padding: 1px 3px 1px 6px;
	background-color: #E2E2E2;
	border-top: 1px solid #BDC2C6;
	font-weight: bold;
}

.features ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.features li {
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/square_bullet.gif) no-repeat;
	margin: 0;
	padding: 6px 5px 5px 18px;
}

.specs {
	width: 390px;
	margin: 20px 10px 0 10px;
}

.specs th {
	border-top: 1px solid #BDC2C6;
	background-color: #E2E2E2;
	padding: 1px 0 0 6px;
	font-weight: bold;
	text-align: left;
}

.specs td {
	padding: 5px 15px 5px 8px;
	border-top: 1px solid #BDC2C6;
	font-size: 95%;
}

.alt_row {
	background-color: #F6F6F6;
}

.divider {
	border-left: 1px solid #BDC2C6;
}

.docs {
	margin: 20px 10px 0 10px;
}

.docs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.docs li {
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/pdf_icon_small.gif) no-repeat;
	margin: 0;
	padding: 6px 5px 5px 30px;
	font-size: 95%;
}

.drivers {
	margin: 20px 10px 0 10px;
}

.drivers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.drivers li {
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/square_bullet.gif) no-repeat;
	margin: 0;
	padding: 6px 5px 5px 18px;
	font-size: 95%;
}

li.alt_row {
	background-color: #F6F6F6;
}

.photos {
	width: 390px;
	margin: 20px 10px 0 10px;
}

.photos th {
	border-top: 1px solid #BDC2C6;
	background-color: #E2E2E2;
	padding: 1px 0 0 6px;
	font-weight: bold;
	text-align: left;
}

.photos td {
	padding: 5px 15px 5px 8px;
	border-top: 1px solid #BDC2C6;
	font-size: 95%;
	text-align: center;
}

.photos img {
	float: none;
}

.navigation {
	font-size: 80%;
}

.alignleft {
	text-align: left;
	margin: 4px 0 5px 10px;
}

.alignright {
	text-align: right;
	margin: 4px 10px 5px 0;
}

.center {
	text-align: center;
}

.postmetadata {
	font-size: 90%;
}

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

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

#middle_column li { 
	margin: 3px 0 0 0;
	padding: 0;
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/star_blue.gif) no-repeat;
	text-decoration: none;
	color: #777777;
}

#middle_column li a {   
	margin: 0 0 5px 0;  
	padding: 0 0 0 15px;
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/star_blue.gif) no-repeat;
	text-decoration: none;	 
	color: #1D5898;
}

#middle_column li a:hover {   
	margin: 0 0 5px 0px;
	padding: 0 0 0 15px;
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/star_pink.gif) no-repeat;
	text-decoration: none;
	color:#AD255A;
}

#right_column {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 85%; 
	color: #444444;
	margin: 0;
	padding: 0;
}

#recent_comments {
	margin: 0 5px 0 8px; 
}

#disclaimer {
	margin: 0 5px 0 8px; 
}

.rss {
	margin: 0 0 3px 0;
	text-align: center;
}

#search {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#s {
	font-size: 85%; 
	width: 230px;
}

#searchsubmit {
	font-size: 85%; 
}

#comments {
	margin: 0 16px 0 16px;
}

.commentlist li {
	margin: 0 0 15px 0;
	padding: 3px 3px 3px 7px;
	border: 1px solid #CCCCCC;
}

.commentlist p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%; 
	line-height: 140%;
}

.commentlist .alt { 
	background: #EFEFEF;
}

#commentform input {
	font-size: 90%;
}

#comment {
	width: 404px;
}

#footer {
	padding: 10px 0 0 0;
	text-align: center;
	background: url(http://www.gadgetboy.net/wp-content/themes/gadgetboy/images/footer_background.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%; 
	color:#666666;
}