/*
Theme Name: Technology
Theme URI: http://empirethemes.com/technology/
Description: A three column news/technology theme for WordPress. Original design by virtuallnk.com. Matching bbPress theme available.
Author: ET
Author URI: http://empirethemes.com
version: 1.0
Tags: three-column, widget-ready, blue
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#eff0f2 url(images/bg.jpg) top left repeat-x;
	font-family: lucida sans unicode, arial, tahoma, sans-serif;
	font-size:12px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#e96233;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
	background:url(images/container.png) top center;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#111e41 url(images/header.jpg) center no-repeat;
  	width:100%; 
  	height:136px;
	color: #fff; 
	}

.headerinfo{
	width:1000px;
	margin:0 auto;
}
	

#header h1{
	font:normal 36px "lucida sans unicode", georgia, times;
	padding:33px 0 0 0;
	margin:0;
	}

	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration: none;}


#header h2{
	font:normal 14px "lucida sans unicode", arial, georgia, times;
	color:#fff;
	padding: 0;
	margin:-5px 0 0 0;	
	letter-spacing:-1px;
	}
	
.logo{
	float:left;
}

.topmenusearch{
	padding:44px 0 0 0;
	float:right;
	font-size:11px;
}

.topmuneusearch ul{
	float:right;
	width:auto;
}

.topmenusearch ul li{
	list-style-type:none;
	float:right;
	margin:0 0 0 4px;
	padding: 0 0 0 4px;
}


.topmenusearch ul li a{
	color:#fff;
	float:right;
	display:block;
	text-decoration:none;
}


.topmenusearch ul li:after{
	content: " | ";
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
}

.topmenusearch ul li.first:after{
	content: "";
	margin:0;
	padding:0;

}

.topmenusearch ul li a:hover{
	color:#ccc;
	text-decoration:none;
}

	
#gradient{
	width:100%;
	overflow:hidden;
	background:#91a2be url(images/gradient.png) top left repeat-x;
	border-top:1px solid #a4b1c1;
	border-bottom:2px solid #91a2be;
}

/* categories */

.cat{
	width:1000px;
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#fff;
}

.cat ul{
	margin:0;
	padding:0;
}

.cat ul li{
	margin:0 1px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
}

.cat ul li a{
	color:#fff;
	display:block;
	padding:2px 12px;
}

.cat ul li a:hover{
	color:#fff;
	background:#91a2be;
	text-decoration:none;
}

.cat ul li.current_page_item a{
	color:#fff;
	background:#91a2be;
}

.cat span{
	float:left;
	margin:0 8px 0 0;
	padding:2px 0 0 0;
}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	width:1000px;
	margin:0 auto;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */


#content {
	float: left;
	width:496px;
	overflow: hidden;
	background:url(images/content.png) bottom right repeat-x;
	padding:0 0 40px 0;
	margin:0 3px;
	}
	
.pagetitle{
	font:normal 16px "lucida sans unicode", arial, georgia, times;
	color: #2C2C2C;
	padding:20px 0 10px 20px;
	}

.post {
	padding:0 0 20px 0;
	margin:20px;
	line-height: 14pt;
	overflow:hidden;
	}
	
.post h2{
	font:normal 22px "lucida sans unicode", arial, georgia, times;
	color: #2C2C2C;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	}
	
.post h2 a{
	color: #2C2C2C;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post .metadata{
	font:normal 10px "lucida sans unicode", arial, georgia, times;
	color: #2C2C2C;
	padding:0 0 4px 0;
	margin:0;
	text-transform:uppercase;
	}
	
.post h3{
	font:normal 15px "lucida sans unicode", arial, georgia, times;
	color: #2C2C2C;
	border-bottom:1px dotted #ccc;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	letter-spacing:-1px;
	}
	
.post h4{
	font:normal 15px "lucida sans unicode", arial, georgia, times;
	color: #2C2C2C;
	letter-spacing:-1px;
	}

.post ul {margin:20px 40px;}

.post li {list-style-type:square;}

	
	
.read-more{
	margin:14px 0;
	display:block;
}

.cf{
	float:left;
	margin:0 18px 8px 0;
	padding:1px;
	border:1px solid #a3a3a3;
	width:156px;
	height:119px;
}

.cf:hover{
	border:1px solid #e1e1e1;
}

.entry p{margin:12px 0; color:#656565;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0 15px;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
.more-link{
	background:#4a6281;
	padding:2px 4px;
	color:#fff;
	font-size:11px;
}
	
.more-link:hover{
	background:#577397;
	text-decoration:none;
}
	


/* left sidebar */

#left {
	width:188px;
	float:left;
	margin:0;
	padding:0 0 45px 0;
	background:#f4f3f8 url(images/left.png) bottom left no-repeat;
	font-size:11px;
	}

#left h2{
	font:normal 12px "lucida sans unicode", arial, georgia, times;
	color: #fff;
	background:url(images/h2.png);
	margin: 0;
	padding:3px 14px;
	text-transform:uppercase;
}


#left p {margin:0; padding: 10px 14px; color:#82838a;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:0 0 -1px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	background:url(images/li.png) bottom no-repeat;
	padding:0 1px 3px 0;
	}
	
#left ul ul li a{
	color:#939397;
	display:block;
	padding:2px 0 2px 14px;
	margin:0;
	
	}
	
#left ul ul li  a:hover{
	color:#7b7c80;
	text-decoration:none;
	background:#ededf3;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:310px;
	float:right;
	margin:0 0 20px 0;
	padding: 0;
	background:#fff url(images/right.png) top left repeat-x;
	font-size:11px;
	}

#right h2{
	font:normal 12px "lucida sans unicode", arial, georgia, times;
	color: #fff;
	background:url(images/h2.png) repeat-x;
	margin: 0;
	padding:3px 0 3px 20px;
	text-transform:uppercase;
}


#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:14px 0;
	padding:0 20px;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding:0 20px;
}

#right ul ul li {
	list-style-type: none;
	}
	

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#right a{
	color:#939397;
	}
	
#right a:hover{
	color:#7b7c80;
	text-decoration:none;
	}
	
#right .sponsors{
	text-align:center;
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}

#right .ads{
	margin:20px 0 0 20px;
	display:block;
	float:left;
}

#right div.twitter_badge {
        padding:1px 0 1px 0;
	background:#91a2be url(images/gradient.png) top left repeat-x;
	border-top:1px solid #a4b1c1;
	border-bottom:2px solid #91a2be;
}

#right div.twitter_widget {
        padding: 5px 20px 10px 20px;
        background:#f4f3f8;
}

/* comments */


.maincommentssection{
	padding:0 20px;
	margin:14px 0;
}

.maincommentssection h3{
	font-weight:normal;
	margin:0 0 20px 0;
}

#respond{
	margin:40px 0 0 0;
	padding:0;
	}

#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:447px;
	}

#author, #email, #url, #comment{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:2px 4px;
	border: 1px solid #e0dfe5;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	
#submit{
	margin:5px 12px 0 0; 
	background:url(images/h2.png); 
	border: 1px solid #636e85;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(images/h2.png);
	margin: 10px 0;
	padding:3px 14px;
	text-transform:uppercase;
	color:#fff;
	}
	
#submit:hover{
	background:#425e8a;
	}
	
#cancel-comment-reply-link{
	margin:0 0 0 12px;
}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:right; margin:0; padding:1px; border:1px solid #ccc;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:8px;
	list-style-type:none;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	}
	
cite {
	font:normal 14px georgia, arial, verdana, tahoma;
	padding:4px 0;
	font-style:italic;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.children{
	margin:8px 0 0 0;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	background:#f2f3f7;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}



.even, .alt {
	border-top: 1px solid #E6E6E6;
	margin: 0px;
	padding: 4px;
	}



/* search */

#searchform{
	padding:0;
	margin:10px 0 0 0;
	float:right;
	background:url(images/input.png) no-repeat;
	width:207px;
	height:22px;
	}

#searchform input#s{
	margin:0;
	padding:4px 12px 0 6px;
	border:none;
	color:#9a9a9a;
	font-size:10px;
	background:none;
	width:170px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.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;
}

.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;
}


/* misc. */

.wp-pagenavi{
	overflow:hidden;
	padding:4px 0;
}

#right .ctc{
	padding:20px 40px 0 40px;
}

.contactform{
	margin:24px 0 0 0;
}

div.wpcf7{
	margin:24px 0;
}

div.wpcf7 input{
	width:250px;
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.wpcf7 textarea{
	width:360px;
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


div.wpcf7 p.submit input{
	margin:5px 5px 0 0; 
	background:url(images/h2.png); 
	border: 1px solid #636e85;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(images/h2.png);
	margin: 10px 0;
	padding:3px 14px;
	text-transform:uppercase;
	color:#fff;
	width:90px;
	}
	
div.wpcf7 p.submit input:hover{
	background:#425e8a;
	}

div.wpcf7 span.imginput input{
	width:120px;
	padding:4px;
	border:1px solid #ccc;
}



/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:10px !important;
	margin:20px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background: none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #5475a7 !important;
	color: #fff!important;
	font-weight:300 !important;
	background-color: #91a2be !important;
}


/* footer */

#footer {
	background:#6b778f url(images/footer.png) top left repeat-x;
	clear: both;
	width: 100%;
	font-size:11px;
	overflow:hidden;
	}
	


#footer p{padding:5px 0; margin: 0; color: #fff; text-align:center; word-spacing:1px;}
#footer a{color: #fff;text-decoration: none; border-bottom:1px dotted #eee;}
#footer a:hover{text-decoration: none; border-bottom:none;}


