/*
Theme Name: WPtechteam
Theme URI: http://www.easyinternet.gr
Description: techteam Wordpress Theme.
Author: refueled
Author URI: http://www.easyinternet.gr
version: 1.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#fff;
	background-image: url(images/010101.png);
	background-repeat: repeat-x repeat-y;
        background-attachment:fixed;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; color: #990505;}
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:darkred;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#easy-container {
	width: 1110px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}
	
/* header */

#easy-header {
	background:#ffffff;
  	width: 1110px; 
  	height: 164px;
	color: #fff; 
	margin: 0 auto;
	clear:both;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#easy-header-left {
  	width: 270px; 
  	height: 164px;
	float:left;
	}
#easy-header-right {
  	width: 754px; 
  	height: 164px;
	float:right;
	}
	
#easy-header h1 a{color: #404040; text-decoration: none;}
#easy-header h1 a:hover{color: #666; text-decoration: none;}

#easy-header h1#logo {
	position: relative;
	width:267px;
	height:164px;
	top:0;
	left:6px;
	background:#fff url(images/logo.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	line-height:1.5em;
	}
	
#easy-header h1#logo 	a{
	border:0;
	width:310px;
	height:164px;
	display:block;
	}

#easy-header h1#banner {
	position: relative;
	width:728px;
	height:90px;
	top:37px;
	left:10px;
	display:block;
	line-height:1.5em;
	}

#easy-header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#easy-menu-container {
width: 100%;
clear: both;
text-align: center;
background-image: url(images/menu-back.png);
}
/*
#easy-menu {
	background-color: #353535;
	font-family: verdana, arial, times, serif;
	font-size: 16px;
	width:1024px; 
	height:44px;
	margin: 0 auto;
	}


#easy-menu ul {
	margin:0;
	padding-top:0px;
}

#easy-menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding-top: 0px;
	line-height: 44px;
}

#easy-menu ul li a {
	background-color: #353535;
	padding:0 12px 0 10px;
	margin: 0;
	color: #fff;
	display:block;
	height: 44px;
	text-decoration: none;
}

#easy-menu ul li a:hover {
	background-color: #CC0505;
	color:#fff;
}

#easy-menu ul li.current_page_item > a,
#easy-menu ul li.current-menu-ancestor > a,
#easy-menu ul li.current-menu-item > a,
#easy-menu ul li.current-menu-parent > a {
	background-color: #CC0505;
}

* html #easy-menu ul li.current_page_item a,
* html #easy-menu ul li.current-menu-ancestor a,
* html #easy-menu ul li.current-menu-item a,
* html #easy-menu ul li.current-menu-parent a,
* html #easy-menu ul li a:hover {
	background-color: #CC0505;
}
*/
/* =Menu
-------------------------------------------------------------- */
#stab {margin: 0 auto;}
#access {
	background-color: #353535;
	font-family: verdana, arial, times, serif;
	font-size: 16px;
	width:1024px; 
	height:44px;
	margin: 0 auto;
	display: block;

	
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 12px;
	width: 958px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	line-height: 44px;
	min-width: 90px;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 44px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	text-align: left;
	color: #fff;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #353535;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #CC0505;
	color: #fff;
}
#access ul li:hover > ul {
	background: #CC0505;
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #CC0505;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #CC0505;
}


/* content */


#easy-content {
	float:left;
	width:770px;
	overflow: hidden;
	margin:14px;
	}

.easy-post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.easy-post .easy-small { 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #353535;
}	
.easy-post h2{
	font:normal 20px georgia, times;
	color: #CC0505;
	text-align: left;
	text-decoration: none;
	}
	
.easy-post h2 a{
	color: #CC0505;
	text-decoration: none;
	}
	
.easy-post h2 a:hover{
	color: #353535;
	text-decoration: none;
	}

.easy-post ul {
list-style-type:circle;
}

.easy-post li {
list-style-type:circle;
}

.easy-post ol {
list-style-type:circle;
}

.easy-entry p{ margin:12px 0 0 0;}



.easy-entry ul {
list-style-type:circle;
}

.easy-entry li {
list-style-type:circle;
}

.easy-entry ol {
list-style-type:circle;
}


.easy-postmetadata{
	clear: both;
	background:#F3F3F3;
	padding:6px;
	margin: 20px 0;
	}
	

.easy-navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12px;
	width:310px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar a { color: #353535; text-decoration: none;}
#sidebar a:hover {color: #CC0505;}


/*#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}*/

#sidebar h2{
	background-image: url(images/side-head-2.png);
	background-repeat: no-repeat;
	font:normal 16px arial, georgia, times;
	color: #fff;	
	margin: 30px 0 10px 0;
	padding: 0 0 0 30px;
	line-height: 31px;
	width: 294px;
}


#sidebar h2 .rsswidget { color: white; }

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0 0 0 20px;
	padding:10px;
	background-color: #F2F2F2;
	}

#sidebar ul li {
	margin: 4px 0;
	padding: 0 0 0 20px;
	line-height: 14pt;
	list-style-type: none;
	background-image: url(images/bou.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


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


li.page-item {
list-style-type:square;
}

/* footer */

#easy-footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#easy-footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#easy-footer a{color: #BCBCBC;text-decoration: none;}
#easy-footer a:hover{color: #5D5D5D;text-decoration: underline;}



