/*
Theme Name: WabbieWorks Ltd
Theme URI: http://wabbieworks.com
Version: 3.0
Author: WabbieWorks Ltd
Author URI: http://wabbieworks.com
*/
body {
	font: normal 10pt/1.5em  Helvetica, Arial, sans-serif;
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
	color: #000;
}
h2 {
	font-size: 27pt;
	overflow: hidden;
}
h3 {
	font-size: 22pt;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 18pt;
	margin-bottom: 0.2em;
}
h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #000;
}
.content li h2 a, .content li h3 a, .content li h4 a {
	font-size: 14pt;
	color: #499c04;
	text-decoration: none;
}
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
.content a:hover, .content a:focus {
	text-decoration: underline;
}
.content a {
	color: #499c04;
	text-decoration: none;
} 
.content h2 a, 
.content h3 a, 
.content h4 a,
a {
	color: #000;
}
p {
	margin: 0 0 1em 0;
}

/* wrapper */
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.innerwrapper {
	width: 700px;
	margin: 0 auto;
}

/* tagline */
#tagline {
	background-color: #191919;
	color: #8d8d8d;
	line-height: 25px;
}
#tagline a {
	color: #8d8d8d;
	text-decoration: none;
}
#tagline a:hover, #tagline a:focus {
	color: #adadad;
}
#tagline a span {
	color: #fff;
}
#tagline a strong {
	font-weight: normal;
}

/* header */
#header {
	background: transparent url('images/header.jpg') top left repeat-x;
}
#header .wrapper {
	background: transparent url('images/header_wrapper.jpg') top center no-repeat;
	height: 135px;
}
.frontpage #header .wrapper {
	height: 561px;
}
#header h1 {
	width: 190px;
	float: left;
	margin-top: 0px;
	padding-top: 25px;
}
#header h1 a {
	background: transparent url('images/wabbieworks.jpg') top left no-repeat;
	text-indent: -9999em;
	display: block;
	height: 95px;
}

/* main navigation */
#mainnav {
	padding-top: 50px;
	width: 730px;
	float: right;
	text-align: right;
}
#mainnav li {
	display: inline;
}
#mainnav a {
	margin-left: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
	padding-bottom: 10px;
}
#mainnav .alevel li.current_page_item a, #mainnav .alevel li.current_page_parent a, #mainnav .alevel li.current_page_ancestor a {
	background: transparent url('images/menuitem_selected2.png') bottom center no-repeat;
}
#mainnav .alevel {
	padding-bottom: 12px;
	background: transparent url('images/menuborder.png') bottom right no-repeat;
}
/*
#mainnav .blevel {
	margin-top: 5px;
	background: transparent url('images/menuborder.png') top right no-repeat;
	padding-top: 10px;
}*/
#mainnav .blevel a {
	color: #7e7e7e;
	margin-left: 15px;
	font-size: 10pt;
}
#mainnav .blevel li a:hover, #mainnav .blevel li a:focus {
	color: #aeaeae;
}
#mainnav .blevel li.current_page_item a, #mainnav .blevel li.current_page_parent a, #mainnav .blevel li.current_page_ancestor a {
	color: #fff;
}

/* pages navigation */


/* pages */
#ourProcess {
	font-size: 12px;
}



/* footer */
#footer {
	background: transparent url('images/footer.jpg') top left repeat-x;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .wrapper {
	height: 150px; /* 307 - padding */ /*mt was 237px */ 
	padding-top: 35px;
	background: transparent url('images/footer_wrapper.jpg') top center no-repeat;
}
/*
#footer .vcard .org a {
	text-indent: -9999em;
	width: 122px;
	height: 22px;
	display: block;
	background: transparent url('images/footer_wwx.png') center center no-repeat;
}
*/
#footer .right {
	width: 30%;
}
#footer #social {
	margin-left: -10px;
}
#footer #social li {
	float: left;
}
#footer #social li a {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999em;
}
#footer #facebook {
	background: transparent url('images/social_stripe.png') 0px 0px no-repeat;
}
#footer #twitter {
	background: transparent url('images/social_stripe.png') 0px -50px no-repeat;
}

/* promo */
#promo {
	color: #fff;
}
#promo h2 {
	margin: 40px 0 15px;
	line-height: 1.1em;
	font-size: 27pt;
}
#promo p {
	font-size: 10pt;
}

#promo p.links {
	text-align: right;
}

#promo p.links a {
	font-size: 10pt;
	color: #74d54e;
	text-decoration: underline;
	margin-right: 20px;
}

/* frame */
#latest-projects {
}
#frame {
	margin: 20px 0 0;
	width: 415px;
	height: 356px;
	background: transparent url('images/frame.png') top center no-repeat;
	float: right;
	position: relative;
}
#frame h2 a {
	margin: 0;
	position: absolute;
	width: 420px;
	height: 314px;
	top: -7px;
	right: -6px;
	z-index: 51;
	text-indent: -9999em;
	background: transparent url('images/latestproject_en.png') top right no-repeat;
}
body.el #frame h2 a {
	background-image: url('images/latestproject_el.png');
}
#frame .item {
	width: 408px;
	height: 279px;
	margin-top: 21px;
	overflow: hidden;
}
#frame .nav {
	margin: 25px auto 0;
	width: 120px;
}
#frame .nav a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background: transparent url('images/portfolio_item.png') center center no-repeat;
	text-indent: -9999em;
	float: left;
}
#frame .nav a.activeSlide {
	background-image: url('images/portfolio_item_selected.png');
}

/* separator */
#container .separator {
	height: 2px;
	background: transparent url('images/separator.jpg') top left repeat-x;
	width: 90%;
	margin: 30px auto;
}
#sidebar.left {
	width: 45%;
}
#sidebar .widget {
	margin-bottom: 50px;
}
.rtw_widget, .textwidget {
	font-size: 12px;
}

/* arrows */
.uparrow {
	margin-bottom: 30px;
	background: transparent url('images/arrow_page.jpg') top center no-repeat;
	height: 46px;
}
body.frontpage .uparrow {
	background-image: url('images/arrow_frontpage.jpg');
}
.downarrow {
	margin-top: 100px;
	background: transparent url('images/arrow_footer.jpg') top center no-repeat;
	height: 96px;
}

/* frontpage columns */
.cols3 .c1, .cols3 .c2, .cols3 .c3 {
	width: 31.5%;
	margin-right: 1%;
	padding-right: 1%;
	float: left;
	border-right: 1px solid #ddd;
}
.cols3 .c3  {
	margin-right: 0%;
	border-right: none;
	float: right;
}
.cols3 h3 {
	font-size: 18pt;
}
.cols3 p {
	font-size: 11px;
	padding: 10px 0 0 130px;
	height: 110px;
	background: transparent url('images/cols_stripe.jpg') 0px 0px no-repeat;
}
.cols3 .c2 p {
	background-position: 0px -120px;
}
.cols3 .c3 p {
	background-position: 0px -240px;
}
.frontpage .cols2 {
	margin-top: 60px;
}
.cols2 .c1 {
	width: 47%;
	float: left;
}
.cols2 .c2 {
	width: 47%;	
	float: right;
}
.cols2 h4 a {
	text-decoration: none;
	font-size: 16pt;
	line-height: 16pt;
}

/* bubble */
.bubble {
	width: 449px;
	margin: -65px auto 0;
	position: relative;
}
.bubble .bubble-top {
	background: transparent url('images/bubble_top.png') top center no-repeat;
	height: 79px;
}
.bubble .bubble-bottom {
	background: transparent url('images/bubble_bottom.png') top center no-repeat;
	height: 84px;
}
#sidebar h4#slogan {
	margin: 0;
	padding: 0;
	background: transparent url('images/bubble_body.png') top center repeat-y;	
}

/* ourservices */
#our-services {
	padding-top: 20px;
}
#our-services p {
	letter-spacing: -0.4px;
}

/* portfolio */
.portfolio-item .right {
	margin-top: 15px;
	font-size: 9pt;
	width: 33%;
}
.portfolio-item .left {
	width: 65%;
}
.portfolio-item h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 22pt;
}
.portfolio-item h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18pt;
}
.portfolio-item .frame {
	width: 640px;
	height: 500px;
	margin: 0 auto;
	background: transparent url('images/portfolio_item.jpg') top left no-repeat;
	position: relative;
}
.portfolio-item .frame div {
	position: absolute;
	width: 595px;
	height: 404px;
	top: 56px;
	left: 21px;
	overflow: hidden;
}
.portfolio-nav {
	width: 100px;
	margin: 0 auto;
}
.portfolio-nav a {
	display: block;
	float: left;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	background: transparent url('images/portfolio_nav.jpg') center center no-repeat;
	margin: 0 5px;
}
.portfolio-nav a.activeSlide {
	background-image: url('images/portfolio_nav_selected.jpg');
}
/*
}
.portfolio-item .frame img {
	margin-top: 56px;
	margin-left: 21px;
}*/


/* common classes */
.hidden {
	display: none;
}
.left {
	width: 49%;
	float: left;
}
.right {
	width: 49%;	
	float: right;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.topempty {
	margin-top: 30px;
}
#getintouch .topempty {
	margin: 150px 0 0 100px;
}
.topbottom {
	margin-bottom: 30px;
}
.clear {
	clear: both;
}

/* bringing back defaults */
.content strong {
	font-weight:bold; 
}
.content abbr,.content acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
.content em {
	font-style:italic;
}
.content del {
	text-decoration:line-through;
}
.content blockquote, .content ul, .content ol, .content dl {
	margin: 0 0 1em 0;
}
.content ol, .content ul, .content dl {
	margin-left: 2em;
}
.content ol li {
	list-style: decimal outside;	
}
.content ul li {
	list-style: disc outside;
	list-style: none;
/*	ackground: transparent url('images/portfolio_nav.jpg') top left no-repeat; */
	list-style-image: url('images/portfolio_nav.jpg');
}
.content dl dd {
	margin-left: 1em;
}
.content th, .content td {
	border: none;
	padding: .5em;
}
.content th {
	font-weight:bold;
	text-align:center;
}
.content caption {
	margin-bottom:.5em;
	text-align:center;
}
.content h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}
.content fieldset {
	margin: 30px 0 20px;
	padding: 10px 0;
}
.content fieldset legend {
	font-size: 24px;
}


/* latest entries */
#latest-entries h4 a {
	width: 188px;
	height: 44px;
	display: block;
	float: left;
	background: transparent url('images/buttons_stripe.png') 0px 0px no-repeat;
	text-indent: -9999em;
}
body.el #latest-entries h4 a {
	background-position: 0px -44px;
}

/* get in touch */
#getintouch div {
	background: transparent url('images/getintouch.jpg') top left no-repeat;
	width: 381px;	/* 451 - 2 * padding */
	height: 342px;	
	margin-top: 32px;
	padding: 30px 35px 0;
	position: relative;
}
#getintouch div p {
	letter-spacing: -0.7px;
}
#getintouch div .meta {
	position: absolute;
	z-index: 70;
	top: 180px;
	left: 170px;
	text-align: center;
	font-size: 18pt;
	line-height: 27pt;
}
#getintouch h4 {
	position: absolute;
}
#getintouch h4 a, .getintouchbubble h4 a {
	position: relative;
	z-index: 71;
	width: 121px;
	height: 44px;
	display: block;
	float: left;
	background: transparent url('images/buttons_stripe.png') -188px 0px no-repeat;
	text-indent: -9999em;
}
body.el #getintouch h4 a, body.el .getintouchbubble h4 a {
	background-position: -188px -44px;
}
.getintouchbubble .right {
	float: left;
	width: 180px;
}
.getintouchbubble .left {
	width: 690px;
	margin-top: -20px;
	float: right;
}
.getintouchbubble h3 {
	margin-top: 0;
}
.getintouchbubble .meta {
	font-size: 14px;
}
.getintouchbubble .meta a {
	font-size: 16px;
}

/* posts */
.post .excerpt, .post .meta {
	font-size: 9pt;
}
.post .meta {
	color: #616161;
}
#content .post .more {
	margin-bottom: 5em;
}

/* other classes */
.stronglink, .stronglink a {
	text-decoration: underline;
	font-style: italic;
	font-size: 13pt;
}

/* wordpress default styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   margin: 0 10px 10px 0;
   float: left;
}
.textwidget .alignleft {
	margin: 10px 10px 40px 0;
}

.alignright {
   margin: 0 0 10px 10px;
   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;
}

.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;
}

/* special styles */
.greenbtn a {
	background: url('images/green_bar.gif') no-repeat top right;
	padding: 12px 5px 12px 0; 
 	color: #fff;
}
.greenbtn a span {
	background: url('images/green_bar.gif') no-repeat top left;
	padding: 12px 10px;
}
#clientlist td img {
	text-align: center;
}
#clientlist td {
	border: 0px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 10px;
	padding: 10px 15px;
}

#clientlist {
	border: 1px solid #e0e0e0;
	font-size: 10px;
	color: #777;
}
body.web-design-and-development #subcontent ul,
body.schediasmos-anaptixi-istoselidon #subcontent ul {
	margin: 0;
}
body.web-design-and-development #subcontent li,
body.schediasmos-anaptixi-istoselidon #subcontent li {
	width: 18%;
	float: left;
	margin: 0 2% 0 0;
	list-style: none;
}
body.e-commerce-online-stores #subcontent ul,
body.ilektronika-katastimata #subcontent ul {
	clear: both;
	margin: 0;
}
body.e-commerce-online-stores #subcontent ul ul,
body.ilektronika-katastimata #subcontent ul ul {
	clear: none;
	margin: 0 0 30px 2em;
}
body.e-commerce-online-stores #subcontent ul li,
body.ilektronika-katastimata #subcontent ul li {
	width: 31%;
	float: left;
	margin: 0 2% 0 0;
	list-style: none;
}
body.e-commerce-online-stores #subcontent ul ul li,
body.ilektronika-katastimata #subcontent ul ul li {
	width: auto;
	float: none;
	list-style: disc outside;
	list-style: none;
	ackground: transparent url('images/portfolio_nav.jpg') top left no-repeat;
	list-style-image: url('images/portfolio_nav.jpg');
}
body.wordpress-cms table td {
	border: none;
}
body.wordpress-cms table td img {
	border: 4px solid #e6e6e6;
}
body.wordpress-cms table td p,
body.the-team table td p,
body.i-omada table td p {
	font-size: 11px;
}
body.home .left, body.home .right {
	width: 46%;
}
.content #cformsform ol li label,
.content #cforms2form ol li label {
	width: 100px;
}

#footer h4, #footer .vcard .org a {
	font-size: 24px;
	margin: 0 0 10px 0;
	line-height: 24px;
	text-decoration: none;
}
#slogan {
	color: #4a4a4a;
	font-size: 30px;
}
#slogan span {
	color: #97babf;
}
#subpages h4 {
	display: none;
}
#subpages {
	/* margin-left: 25px; */
}
#subpages li {
	float: left;
}
#subpages li a {
	display: block;
	width: 393px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #404040;
	padding-left: 50px;
	text-decoration: none;
}
#subpages li.current_page_item a {
	font-size: 18px;
	color: #404040;
	background: transparent url('images/pagesnav_selected.jpg') top left no-repeat;
}
#subpages li.current_page_item a, #pagesnav li a:hover, #pagesnav li a:focus {
	color: #101010;
} 
#sidebar h4 {
	font-size: 24px;
	margin: 30px 0 10px 0;
}
#sidebar p {
	font-size: 9pt;
}