/*
Theme Name: Technologik
Theme URI: http://www.free-wordpress-theme.net/
Description: A free magazine style WP theme, business, industry, technology related---See the readme file for theme setup---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout, widget ready, fixed width, ads ready.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #1c1f26 url(images/bg.png) top repeat;	
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: #fff url(images/page.png) top repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Palatino Linotype', Arial, Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-family: 'palatino linotype', georgia;
	font-size: 48px;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	}

h1.main:first-letter{
	color: #ccc;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#2d2d2d;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #696969;
	text-decoration: none;
	}

a:hover {
	color: #3c3c3c;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 5px solid #2d2d2d;
	font-style: oblique;
	background: #ccc;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 630px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.png) top no-repeat;
	width: 1000px;
	height: 120px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	width: 355px;
	height: 80px;
	float: left;
	margin: 50px 0 0 50px;
	padding: 0;
	position: relative;
	}

#searchh{
	float: right;
	width:200px;
	background: url(images/src.png) right no-repeat;
	border: none;
	color: #000;
	font-size: 16px;
	font-style: oblique;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 62px 50px 0 0;
	padding: 2px 2px 1px 2px;
	text-align: left;
	}

/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	float: left;
	width: 980px;
	height: 75px;
	margin: 0;
	background: url(images/menu.png) top no-repeat;
	padding: 10px 10px 0 10px;
	}
	
#pgmenu{
	margin: 0px;
	padding: 0px;
	width:900px;
	height:32px;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#pgmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pgmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pgmenu li a, #pgmenu li a:link, #pgmenu li a:visited {
	background: url(images/mbg.png) left no-repeat;
	color: #72747b;
	display: block;
	margin: 0px;
	padding: 8px 5px 10px 21px;
	}

#pgmenu li.home a, #pgmenu li.home a:link, #pgmenu li.home a:visited {
	background: none;
	padding: 8px 5px 10px 5px;
	}

#pgmenu li a:hover, #pgmenu li a:active {
	color: #ccc;
    	text-decoration: none;
	}
	
#pgmenu li li a, #pgmenu li li a:link, #pgmenu li li a:visited {
	background:#282b34;
	width: 150px;
	color: #898989;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #696969;
	}
	
#pgmenu li li a:hover, #pgmenu li li a:active {
	background: #3c3c3c ;
	color: #efefef;
	padding: 8px 10px 8px 10px;
	}

#pgmenu li ul {
	z-index: 99999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#pgmenu li ul a { 
	width: 140px;
	}

#pgmenu li ul a:hover, #pgmenu li ul a:active {
	color: #efefef; 
	}

#pgmenu li ul ul {
	margin: -33px 0 0 170px;
	}

#pgmenu li:hover ul ul, #pgmenu li:hover ul ul ul {
	left: -999em;
	}

#pgmenu li:hover ul, #pgmenu li li:hover ul, #pgmenu li li li:hover ul {
	left: auto;
	}

#pgmenu li:hover { 
	position: static;
	}

/* Categories menu*/
	
		
#catmenu{
	margin: 0px;
	padding: 0px;
	width:900px;
	height:32px;
	float: left;
	}
	
#catmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #787878;
	display: block;
	margin: 0px;
	padding: 10px;
	}

#catmenu li a:hover, #catmenu li a:active {
	color: #ccc;
    	margin: 0px;
	text-decoration: none;
	}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:#898989;
	width: 150px;
	color: #ccc;
	font-family:Tahoma,century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:#ccc;
	color: #4b4b4b;
	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#catmenu li ul a { 
	width: 140px;
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -29px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul {
	left: -999em;
	}

#catmenu li:hover ul, #catmenu li li:hover ul, #catmenu li li li:hover ul {
	left: auto;
	}

#catmenu li:hover { 
	position: static;
	}

/*=====================================================================
	Gallery
=====================================================================*/

#gallery{
	width: 960px;
	height: 197px;
	float: left;
	margin: 0;
	padding: 0 20px;
	background: url(images/gallery.png) top no-repeat;
	}

#myslides{
	background: none;
	}

.stepcarousel{
	padding: 0;
	position: relative; 
	overflow: scroll;
	width: 936px; 
	height: 177px; 
	margin: 7px 12px;
	}

.stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
	}

.stepcarousel .panel{
	background: #2d2d2d;
	float: left; 
	overflow: hidden; 
	margin: 0 5px ;
	width:300px; 
	height:171px;
	padding: 3px;
	}

.galthumb{
	float: right;
	height: 150px;
	overflow: hidden;
	margin: 0;
	}

h2.gallery, h2.gallery a, h2.gallery a:visited{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#898989;
	text-align: center;
	}

h2.gallery a:hover {
	color: #ccc;
	}

/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top no-repeat;
	width:960px;
	padding: 0 20px;
	margin:0px;
	float: left;
	}

#content {
	width:640px;
	margin:10px 0 0 10px;
	float:left;
	overflow: hidden;
	}

/*=================================================================
	Home
===================================================================*/

.posthome{
	width: 288px;
	height: 310px;
	float: left;
	margin: 5px 10px;
	text-align: justify;
	padding: 0 5px;
	background: #efefef;
	border: 1px solid #ccc;
	}

.htitle{
	padding: 5px;
	}

h2.home, h2.home a, h2.home a:hover, h2.home a:visited{
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	}

.homentry{
	margin: 0;
	padding: 0;
	}

.more, .date, .com {
	background: #898989;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	float: right;
	font-size: 12px;
	color: #fff;
	}

.more a, .more a:visited, .com a, .com a:visited{
	color: #fff;
	}

.more a:hover, .com a:hover{
	color: #2d2d2d;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	background: #efefef;
	border: 1px solid #ccc;
	width:618px;
	float: left;
	margin: 5px 0 5px 0;
	text-align: justify;
	font-size:14px;
	padding: 5px;
	}

.ptitle{
	width: 610px;
	float: left;
	padding: 5px;
	margin: 0 0 10px 0;
	}

.entry {
	padding: 0;
	margin: 0;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	width: 300px;
	float:right;
	padding: 0;
	margin: 0;
	font-family: georgia;
	font-size: 12px;
	}

.ads_small {
	width: 287px;
	background: #898989;
	margin: 0 0 10px 0;
	padding: 0 0 0 13px;
	}

.ads_small img {
	padding: 5px;
	}

.addthis_toolbox{
	background: url(images/stitle.png) top no-repeat;
	width: 293px;
	margin: 15px 0 0 0px;
	padding: 2px 0 0 7px;
	}


#sidebar h2 {
	background: url(images/stitle.png) top no-repeat;
	width: 280px;
	height: 30px;
	font-weight: bold;
	color:#ccc;
	padding: 10px;
	margin: 0;
	font-size:22px;
	text-align: center;
	}

.widget {
	background: #898989;
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	display:block;
	border-bottom: 1px dashed #2d2d2d;
	margin-right: 8px;
	}

#sidebar ul li a:hover {	
	color: #ccc;
	}


/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #2d2d2d;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	background: #efefef url(images/comment.png) top left repeat-y;
	list-style:none;
	margin-bottom:14px;
	float: left;
	border: 1px solid #ccc;
	}

.commentlist cite {
	float: left;
	float: left;
	width: 140px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}


commentlist cite img {
	float:left;
	margin-right:9px;
	border: 3px solid #fff;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	float: left;
	width: 440px;
	padding: 0 10px;
	display:block;
	font-style:normal;
	margin: 0px;
	}

#commentform input {
    	background: #efefef;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	color: #d2d2d2;
	}

#commentform textarea {
    	background: #efefef;
	color: #000;
	width: 400px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	background: #2d2d2d;
	border: 1px solid #ccc;
	height: 25px;
	width: 120px;
	color: #fff;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #495253;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/bg.png) top repeat;
	width:960px;
	float:left;
   	padding: 10px 20px;
	text-align: center;
	color: #fff;
	}

#footer a, #footer a:visited{
	color: #ccc;
	}

#footer a:hover{
	color: #efefef;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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 {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.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;
	}
