/*
Theme Name: Gadget Deals
Theme URI: http://gadgetdeals.deal-times.com/
Description: Search engine optimized, semantically correct, widgetized WordPress theme with roundeed corners and support for Gravatars and Sidebar Widgets, designed by <a href="http://gadgetdeals.deal-times.com/" target="_blank">Gadget Deals</a> 
Version: 1.00
Author: Deal Times
Author URI: http://www.deal-times.com/
Tags: 3 columns, blue, widgetized, fluid width, three columns, right sidebar, clean, light, search engine optimized, search engine friendly, semantically correct, valid XHTML, valid CSS, rounded corners
Licenced under GPL
http://www.gnu.org/copyleft/gpl.html
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
position:relative;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;

}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

body {
  border:  none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 700px;
  font-size: 90%;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a {
  color: #336699;
  text-decoration: none;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}
p {
  margin: 0.4em 0 0.8em;
  padding: 0;
}
small {
  font-size: 9px;
}
.col1 p {
  margin: 0px;
  padding: 0px 0px 15px;
  font-size: 12px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.col1 h1 {
  border-bottom: 1px solid #666666;
  margin: 0px;
  padding: 14px 0px 5px;
  color: #336699;
  font-size: 18px;
  font-weight: normal;
}
.col1 h1 a {
  color: #336699;
  text-decoration: none;
}
.col1 h1 a:hover {
  color: #333333;
  text-decoration: underline;
}

.col1 h2 {
  margin: 0px;
  padding: 12px 0px 5px;
  color: #333333;
  font-size: 17px;
 
}

.col1 h3{
  margin: 0px;
  padding: 10px 0px 5px;
  color: #333333;
  font-size: 16px;
}

.col1 h4 {
  margin: 0px;
  padding: 8px 0px 5px;
  color: #000000;
  font-size: 14px;
}
.col1 h5 {
  margin: 0px;
  padding: 8px 0px 5px;
  color: #000000;
  font-size: 12px;
}

.col1 h6 {
  margin: 0px;
  padding: 8px 0px 5px;
  color: #000000;
  font-size: 10px;
}

.col1 ol {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px;
}
.col1 ol li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.col1 ul {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px;
  list-style-type: disc;
}
.col1 ul li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style-type: disc;
}
blockquote {
  margin: 10px;
  padding: 0px 0px 10px 50px;
  background: transparent url(images/blockquote.gif) no-repeat scroll left top;
  color: #666666;
}
code {
  margin: 10px 0;
  padding: 5px 10px;
  display: block;
  overflow: auto;
  text-align: left;
}
.postmeta, .postmeta a {
  margin: 6px 0;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}
.post-date {
  padding: 0 0 0 10px;
  background: transparent url(images/bullet.gif) no-repeat scroll 0 50%;
}
.post-comment {
  padding: 0 0 0 10px;
  background: transparent url(images/bullet.gif) no-repeat scroll 0 50%;
}
.post-filed {
  padding: 0 0 0 10px;
  background: transparent url(images/bullet.gif) no-repeat scroll 0 50%;
}
img.right {
  margin: 5px 0 5px 5px;
  float: right;
}
img.left {
  margin: 5px 5px 5px 0;
  float: left;
}
img {
  border:  none;
  padding: 5px 10px 5px 5px;
  position: relative;
}
#header {
  margin: 0px 0px 3px;
  padding: 0px;
  background-image: url(images/header_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  position: relative;
  float: right;
}
#logo {
  margin: 0px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  width: auto;
  height: 50px;
  float: left;
  position: static;
}
#header h1, #header h2 {
  margin: 8px 0 0 108px;
  padding: 0;
  clear: left;
  float: left;
  color: #336699;
  font-size: 30px;
  display: inline;
  font-family: Century Gothic,Avant Garde,Geneva,Helvetica,sans-serif;
}
#header h1 a, #header h2 a {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: Century Gothic,Avant Garde,Geneva,Helvetica,sans-serif;
  text-decoration: none;
  color: #336699;
  font-size: 29px;
}
#header h3 {
  margin: 23px 0 0 55px;
  padding: 0;
  float: left;
  color: #336699;
  font-size: 16px;
}
#navtop {
  margin: 0px;
  padding: 0px;
  height: 22px;
  background-image: url(images/nav_bg.png);
  background-repeat: repeat-x;
  width: 100%;
  float: left;
}
#nav_l_bg {
  margin: -5px 0px 0px -5px;
  float: left;
  width: auto;
}
#nav_r_bg {
  margin: -5px 0px 0px;
  float: right;
  clear: right;
  overflow: hidden;
  width: 20px;
}
#hmenu ul {
  margin: 2px 20px 2px 0px;
  list-style-type: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
  height: 20px;
  float: right;
}
#hmenu ul li {
  margin: 0px;
  padding: 1px 0px 0px;
  float: left;
}
#hmenu ul li a {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#hmenu a:link, #hmenu a:visited {
  padding: 0px 5px;
  color: #ffffff;
  text-decoration: none;
}
#hmenu a:hover, #hmenu a:active {
  text-decoration: none;
  color: #336699;
  background-color: #f0f0f0;
}
.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}
.allstyle {
  background: #ffffff none repeat scroll 0% 50%;
}
.allstyle .colmid {
  background: #ffffff none repeat scroll 0% 50%;
  float: left;
  width: 200%;
  position: relative;
  right: 100%;
  margin-left: -210px;
}
.allstyle .colleft {
  background: #ffffff none repeat scroll 0% 50%;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-left: -200px;
}
.allstyle .col1wrap {
  float: left;
  width: 50%;
  padding-bottom: 1em;
}
.allstyle .col1 {
  margin: 0 40px 0 445px;
  position: relative;
  overflow: hidden;
  left: 100%;
}
.allstyle .col2 {
  float: right;
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  width: 200px;
  color: #333333;
  left: 180px;
  margin-top: 10px;
}
.allstyle .col3 {
  float: right;
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
  width: 200px;
  margin-top: 10px;
  left: 595px;
}
.incol2, .incol3 {
  margin: 0px;
  padding: 0px;
  background-color: #fcfcfc;
  color: #333333;
}
.top_bar {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bgtop.png);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 200px;
  height: 14px;
}
.bottom_bar {
  border-bottom: 1px solid white;
  margin: 0px 0px 14px;
  padding: 0px;
  background-image: url(images/bgbot.png);
  background-repeat: no-repeat;
  position: relative;
  width: 200px;
  height: 14px;
  overflow: hidden;
}
.widget_wrap {
  display: block;
  position: relative;
}
.widget {
  margin: -7px 0px 0px;
  padding: 2px 0px 6px 10px;
  display: block;
  background-image: url(images/bgmid.png);
  background-repeat: repeat-y;
  position: relative;
}
.sidebar_left, .sidebar_right {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  list-style-type: none;
}
.sidebar_left h3, .sidebar_right h3 {
  margin: -2px 0px 7px -8px;
  padding: 0px 0px 0px 12px;
  background-repeat: no-repeat;
  background-color: #6699cc;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.sidebar_left ul, .sidebar_right ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.sidebar_left li ul, ul.sidebar_right li ul {
}
.sidebar_left li, .sidebar_right li {
  margin: 0px;
  padding: 0px 0px 5px;
}
.sidebar_left a, .sidebar_right a {
  margin: 0px;
  padding: 0px;
}
.sidebar_left a:link, .sidebar_right a:link, .sidebar_left a:visited, .sidebar_right a:visited {
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6em;
  color: #336699;
  padding-left: 4px;
}
.sidebar_left a:hover, .sidebar_right a:hover {
  color: #336699;
  text-decoration: underline;
}
.sidebar_left p, .sidebar_right p {
  font-size: 12px;
  color: #333333;
  padding-top: 0px;
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: 10px;
  padding-right: 4px;
  padding-left: 6px;
}
#recentcomments {
  overflow: visible;
  display: block;
  padding-left: 0px;
}
.textwidget {
  margin: 0px 7px 7px 0px;
  padding: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: left;
  overflow: hidden;
}
#commentblock {
  margin: 10px 0px 0px;
  padding: 20px 20px 10px;
  width: 430px;
  float: left;
  position: relative;
}
#commentblock ol {
  margin: 0px;
  padding: 0px 0px 10px;
  list-style-type: disc;
}
.commentdate {
  font-size: 12px;
  padding-left: 0px;
}
#commentlist li p {
  padding: 0px;
  margin-bottom: 8px;
  line-height: 20px;
}
.commentname {
  margin: 0px;
  padding: 5px 5px 5px 0px;
  color: #333333;
}
.commentinfo {
  clear: both;
}
.commenttext {
  margin: 3px 0px 10px;
  padding: 20px 10px 5px 20px;
  background: #f2f2f2 none repeat scroll 0% 50%;
  clear: both;
  width: 410px;
}
.commenttext-admin {
  margin: 3px 0px 10px;
  padding: 20px 10px 5px 20px;
  background: #dddddd none repeat scroll 0% 50%;
  clear: both;
  width: 410px;
}
#commentsformheader {
  padding-left: 0px;
}
#commentsform {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#commentsform form {
  margin: 0px;
  text-align: left;
}
#commentsform p {
  margin: 0px;
}
#commentsform form textarea {
  width: 99%;
}
p.comments_link img {
  border-style: none;
  margin: 0px;
  padding: 0px;
}
.footer {
  margin: 0px 7px 0px 15px;
  background-color: #6699cc;
  clear: both;
}
.footer_top div {
  background: transparent url(images/tl.png) no-repeat scroll left top;
}
.footer_top {
  background: transparent url(images/tr.png) no-repeat scroll right top;
}
.footer_bottom div {
  background: transparent url(images/bl.png) no-repeat scroll left bottom;
}
.footer_bottom {
  background: transparent url(images/br.png) no-repeat scroll right bottom;
}
.footer_top div, .footer_top, .footer_bottom div, .footer_bottom {
  width: 100%;
  height: 10px;
  font-size: 1px;
}
.footer_content {
  margin: 0 10px 0 0px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  color: white;
  font-size: 11px;
}
.footer_content a {
  margin-left: 0;
  font-size: 11px;
  color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: bolder;
  text-align: center;
  padding-left: 0px;
}
