/*  
Theme Name: Blue Gadget
Theme URI: http://www.themesbase.com
Description: Blue Gadget is a simple dark grey and blue theme aimed at tech / gadget bloggers <br /><a href="http://www.themesbase.com/?category=wordpress" target="_blank">Download More <strong style="color:#d00;">Free</strong> Wordpress themes</a>
Version: 1.0
Author: Nikola Alexandrov
Author URI: http://www.themesbase.com
*/

body {
	background:#0B0B0B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	}

a {
	color:#1F86DB;	
	}

a:hover {
	color:#999;	
	}

#container {
	width:880px;
	margin:0 auto;
	}

#background {
	width:880px;
	float:left;
	background:url(images/back.png) repeat-y top left;
	}

/* --- SIDEBAR ONE --- */

#leftone {
	width:200px;
	float:left;
	display:inline;
	text-align:center;
	padding:15px 0 20px 0;
	}

#leftone a {
	color:#000;
	text-decoration:none;
	}

#leftone a:hover {
	color:#FFF;
	}
	
#leftone h1 {
	font-size:22px;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#search {
	margin-top:50px;
	}

#search #s {
	background:#57A4E3;
	border:1px solid #000;
	margin-bottom:5px;
	}

.searchsubmit {
	background:#57A4E3;
	border:1px solid #000;
	color:#000;
	font-size:11px;
	float:right
	font-weight:bold;	
	}


/* --- SIDEBAR TWO --- */

#lefttwo {
	width:180px;
	float:left;
	display:inline;
	padding:15px 10px 20px 10px;
	}

#lefttwo h2 {
	width:170px;
	height:26px;
	margin:0px 0px 10px 0px;
	padding:6px 0px 0 10px;
	background:url(images/sidebarh2.png) top left no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	}

#lefttwo a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	}

#lefttwo a:hover {
	color:#999;
	}

#feed a {
	background:url(images/feed.gif) top left no-repeat;
	padding:5px 0 2px 34px;
	font-weight:bold;
	font-size:12px;
	height:19px;
	}

#feed a:hover {
	background:url(images/feed-over.gif) top left no-repeat;
	padding:5px 0 2px 34px;
	font-weight:bold;
	font-size:12px;
	height:19px;
	color:#999;
	}

/* --- SIDEBAR LISTS --- */


#lefttwo li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

#lefttwo ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

#lefttwo ul li {
	list-style:none;
	margin:3px 0px 3px 10px;
	padding:0px 0px 3px 0px;
	}

/* --- MAIN SECTION --- */

#main {
	width:440px;
	float:right;
	display:inline;	
	padding:15px 20px 20px 20px;
	}

#topimage {
	width:424px;
	height:184px;
	background:url(images/header.png) top left no-repeat;
	border:#525252 8px solid;
	margin-bottom:25px;
	}

.titleblock {
	background:#191919;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin-bottom:10px;
	float:left;
	}

.titleblock a {
	color:#1F86DB;
	font-size:16px;
	text-decoration:none;
	margin-bottom:3px;
	}

.titleblock a:hover {
	color:#999;
	}
	
.meta a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	}

.date {
	color:#3B3B3B;
	width:80px;
	float:right;
	font-size:18px;
	text-transform:uppercase;
	display:inline;
	padding-top:6px;	
	}

.entry {
	color:#FFF;
	padding:0 5px 0 5px;
	width:430px;
	float:left;
	}

.comment {
	font-size:14px;
	float:right;
	margin:10px 0 20px 0;
	}

/* --- COMMENT --- */

.hcomment {
	color:#999;	
	font-size:14px;
	}

/* --- NAVIGATION --- */

.navigation	{
	height:30px;
	padding:10px 0 10px;
	clear:both;
	float:left;
	font-size:14px;
	}

.alignleft {
	float:left;
	display:inline;
	}

.alignright {
	float:right;
	display:inline;
	}

