/*
Theme Name: oeta v4 blog
Theme URI: http://www.oeta.co.uk
Description: oeta v4 blog theme.
Version: 1.0
Author: David Moles
Author URI: http://www.oeta.co.uk
*/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #666666;font-size:12px; word-spacing: 0.2pt; letter-spacing: 0.05pt; line-height: 1.4; font-weight: lighter;
	text-align: center;
	background: url(images/main_bg2.png) center top no-repeat;
}

html	{
	background: url(images/bott_bg2.png) no-repeat bottom center;
}

/*Heading and colours*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif; color: #333333;font-size:14px; word-spacing: 0.5pt; letter-spacing: 0.2pt; line-height: 1.4; font-weight:normal;
	text-align:left;
	text-decoration: none;
}
h1.headerText{
	text-indent: -9999px;
	text-decoration: none;
	text-align: left;
	margin: 0;
	line-height: 0;
}
h2 {
	font-size: 16px; 
	color: #333333;
	margin: 40px 0 10px 0;
	line-height: 1em;
}

strong.typeDetail {
color: #333;
font-size: 12px;
text-transform:uppercase;
}

p {
	text-align:left;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
}

a {
	color: #e60096;
	text-decoration: none;
}

a:hover { 
	color: #a9bb3b;
	text-decoration: none;
}



a .rollover {
	display:block;
	position:absolute;
	width: 410px; /* (totalWidth - (borderLeftWidth + borderRightWidth)) */
	height: 180px; /* (totalHeight - (borderTopWidth + borderBottomWidth)) */
	border: 5px solid #333;
	background:transparent;
	}
.rollover {
	z-index: 10;
}


/*LAYOUT BEGINS*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width: 954px;
	height:auto;
	background: url(images/wrap_con.png) repeat-y center;
	overflow: auto;
}
	
#header {
	text-align: right;
	width: 1100px;
	height: 340px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: auto;
}

#logo_link {
	height: 65px;
	width: 130px;
	position: absolute;
	left: 50%;
	top: 18px;
	margin-left: 305px;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#container {
	width: 954px;
	padding: 0px;
	height: auto;
	background: url(images/container_bott.jpg) bottom center no-repeat;
	overflow: auto;
}
	
/*NAVIGATION*/
#navigation {
	width: 1000px;
	height: 30px;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto; 
	background: url(images/nav.png) center no-repeat;
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#navigation {margin-top: -5px;}
}
#navigation ul {
	width: 900px;
	height: 30px;
	margin-left: 70px; 
	padding : 0px;
}
#navigation li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 120px;
	height: 30px;
	margin-top: -12px; 
	margin-left: 0px;
	padding: 0px;
}	
#navigation a {
	color: #ff00a8;
	font-size: 0;
	text-decoration: none;
	text-indent: -9999px;
}
#navigation a:hover {
	color: #8ff103;
}

/*--*/
#navigation_item a,
#navigation_item a .hover {
  	height: 30px;
    position: relative;
    display: block;
    background: url(images/nav.jpg) 0 0 no-repeat;
}

/* individual navigation items */

#navigation_item a.home {
  	background-position: 0 0;
	width: 120px;
}
#navigation_item .highlight a.home:hover,
#navigation_item a.home .hover {
  	background-position: 0 -30px;
  	width: 120px;
}
#navigation_item a.home_here,
#navigation_item .highlight a.home_here:hover,
#navigation_item a.home_here .hover {
  	background-position: 0 -30px;
 	width: 120px;
}

#navigation a.portfolio {
 	background-position: -120px 0;
  	width: 120px;
}
#navigation_item .highlight a.portfolio:hover,
#navigation_item a.portfolio .hover {
  	background-position: -120px -30px;
  	width: 120px;
}
#navigation_item a.portfolio_here,
#navigation_item .highlight a.portfolio_here:hover,
#navigation_item a.portfolio_here .hover {
  	background-position: -120px -30px;
 	width: 120px;
}

#navigation_item a.services {
  	background-position: -240px 0;
  	width: 120px;
}
#navigation_item .highlight a.services:hover,
#navigation_item a.services .hover {
  	background-position: -240px -30px;
  	width: 120px;
}
#navigation_item a.services_here,
#navigation_item .highlight a.services_here:hover,
#navigation_item a.services_here .hover {
  	background-position: -240px -30px;
 	width: 120px;
}

#navigation_item a.downloads {
  	background-position: -360px 0;
  	width: 120px;
}
#navigation_item .highlight a.downloads:hover,
#navigation_item a.downloads .hover {
  	background-position: -360px -30px;
  	width: 120px;
}
#navigation_item a.downloads_here,
#navigation_item .highlight a.downloads_here:hover,
#navigation_item a.downloads_here .hover {
  	background-position: -360px -30px;
 	width: 120px;
}

#navigation_item a.blog {
  	background-position: -480px 0;
  	width: 120px;
}
#navigation_item .highlight a.blog:hover,
#navigation_item a.blog .hover {
  	background-position: -480px -30px;
  	width: 120px;
}
#navigation_item a.blog_here,
#navigation_item .highlight a.blog_here:hover,
#navigation_item a.blog_here .hover {
  	background-position: -480px -30px;
 	width: 120px;
}

/******/

/******/

/* INTRO */
#intro {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 47px;
	width: 420px;
	height: 530px;
	background:url(images/intro_bg.png) left bottom no-repeat;
}
#intro a {
	color: #e60096;
	text-decoration: none;
}
#intro a:hover { 
	color: #a9bb3b;
	text-decoration: none;
}

#error {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	height: 360px;

}

#portfolio {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 860px;
	height: auto;
}
#portfolio ul {
	margin-bottom: 20px;
	width: 860px;
	height: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
#portfolio li {
	list-style: none;
	margin-left: -40px;
	margin-bottom: 20px;
	width: 860px;
	height: 190px;
}
#imageLeft {
	float: left;
	margin-right: 20px;
	margin-left: auto;
	width: 420px;
	height: 190px;
}
#comment {
	float: right;
	margin-top: -190px;
	margin-right: 20px;
	width: 400px;
	height: 190px;
	clear: both;
}
#comment_s {
	float: right;
	margin-top: -190px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 400px;
	height: auto;
	clear: both;
}
#comment a {
	color: #e60096;
	text-decoration: none;
}

#comment a:hover { 
	color: #a9bb3b;
	text-decoration: none;
}
#comment_s a {
	color: #e60096;
	text-decoration: none;
}

#comment_s a:hover { 
	color: #a9bb3b;
	text-decoration: none;
}



/* LATEST WORK */	
#latestWork {
	float:right;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 47px;
	margin-left: auto;
	text-align:left;
	width: 420px; 
	height: 230px;
	}


/*CONTACT*/
#contact {	
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 200px;
	height: 300px;
}
#contact p {
	text-align:left;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2;
}
#input_box {
	background: url(images/input_box.png);
	margin-top: -10px;
	float: inherit;
	height: 26px;
	width: 200px;
}
.name {
	background: none;
	border: none;
	font-size: 12px;
	outline: none;
	margin: 5px; 
	width: 190px;
}
.email {
	background: none;
	border: none;
	font-size: 12px;
	outline: none;
	margin: 5px; 
	width: 190px;
}
#msg_box {
	background: url(images/msg_box.png) no-repeat;
	margin-top: -10px;
	float: inherit;
	height: 74px;
	width: 200px;
}
.message {
	font-size: 12px;
	outline: none;
	overflow: auto;
}


/*TWEET*/
#tweets {
	float: right;
	margin-bottom: 0px;
	margin-right: 47px;
	margin-left: auto;
	width: 200px;
	height: 300px;
}
#twitter_div {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	height: 250px;

}
ul#twitter_update_list {
	margin-top: 20px;
	margin-left: -40px;
	width: 200px;
	list-style: none;
	font-size: 12px;
}
ul#twitter_update_list li {
	
	margin-bottom: 10px;
	color: #666666;
	background: url(images/tw_top.png) no-repeat top;
}
ul#twitter_update_list li a {
	color:#ff0099;
}
	
/*FOOTER */
#footer {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 199px;
	overflow: auto;
}
#footer ul {
	margin-left: -50px;
	margin-right: auto;
	width: 900px;
	height: 160px;
}
#footer li {
	float: left;
	list-style-type: none;
	width: 200px;
	height: 160px;
	margin-left: 10px;
	margin-right: auto;
}	
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif; color: #99cc33; font-size:14px; word-spacing: 0.5pt; letter-spacing: 0.2pt; line-height: 1.4;
	text-align:left;
	text-decoration: none;
}
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #CCC; font-size:12px; word-spacing: 0.2pt; letter-spacing: 0.05pt; line-height: 1.4;
}
#footer a:link {
	color: #CCC;
}
#footer a:hover {
	color: #CCC;
}
#footer a:visited {
	color: #CCC;
}

#footer01 {
	text-align:left;
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}

#footer01 ul {
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer01 li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 200px;
	height: 30px;
	margin-left: 0px;
	background: url(images/foot_sep.png) no-repeat left bottom ;
}	
#footer01 a:link {
	color: #CCC;
}
#footer01 a:hover {
	color: #e60096;
}

#footer02 {
	text-align:left;
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer02 a:link {
	color: #CCC;
}
#footer02 a:hover {
	color: #e60096;
}
#footer02 ul {
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer02 li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 200px;
	height: 30px;
	margin-left: 0px;
	background: url(images/foot_sep.png) no-repeat left bottom ;
}	

#footer03 {
	text-align:left;
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer03 ul {
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer03 li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 200px;
	height: 30px;
	margin-left: 0px;
	background: url(images/foot_sep.png) no-repeat left bottom ;
}	

#footer04 {
	text-align:left;
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer04 ul {
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
#footer04 li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 200px;
	height: 30px;
	margin-left: 0px;
	background: url(images/foot_sep.png) no-repeat left bottom ;
}
#footer04 a:link {
	color: #CCC;
}
#footer04 a:hover {
	color: #e60096;
}

#credits {
	float: right;
	margin-top: -10px;
	margin-right: -25px;
	width: 300px;
	height: 10px;
}
#credits p {
	color: #666;
	font-size:10px;
	line-height: 0.1;
	text-align: right;
}

#services {
	float: left;
	padding: 0px;;
	margin-top: 40px;
	margin-right: auto;
	margin-left: 80px;
	width: 420px;
	height: 150px;
}

#services_menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 922px;
	height: 415px;
}

#services_item {
	width: 840px;
	height: 415px;
	margin-left: -10px;
	list-style-type: none;
}
#services_item li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 248px;
	height: 415px;
	margin-top: 0px; 
	margin-left: 30px;
	padding: 0px;
}	

#services_item a,
#services_item a .hover {
  height: 415px;
  width: 248px;
        position: relative;
        display: block;
        background: url(images/services/services.jpg) 0 0 no-repeat;
}

#services_item a.web-int {
  background-position: 0 0;
  width: 248px;
}

#services_item .highlight a.web-int:hover,
#services_item a.web-int .hover {
  background-position: -248px 0;
  width: 248px;
}

#services_item a.vis {
  background-position: -496px 0;
  width: 248px;
}

#services_item .highlight a.vis:hover,
#services_item a.vis .hover {
  background-position: -744px 0;
  width: 248px;
}
#services_item a.brand {
  background-position: -992px 0;
  width: 248px;
}

#services_item .highlight a.brand:hover,
#services_item a.brand .hover {
  background-position: -1240px 0;
  width: 248px;
}

#services a {
	color: #ff00a8;
}

/*BLOG*/

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 950px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 0 0 0 50px;
	width: 560px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 50px;
	width: 560px;
	float: left;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	text-align: left;
	background: url(images/break.png) bottom repeat-x;
	padding-bottom: 20px;
	clear: both;
}

.clear {
	clear: both;
}


/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 0 20px 0px;
	display: inline;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar li li {
	margin-bottom: 15px;
	width: 180px;
	}

#sidebar ul li li{
	list-style-image: url(images/arrow.png);
    margin: 0 0 0 5px;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 0;
	width: 180px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	margin: 5px 5px 10px 0;
	float: left;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 5px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 40px;

	float: right;
	width: 256px;
	height: 526px;
	background: url(images/sidebar.jpg) no-repeat;
	}

#sidebar form {
	margin: 0;
	}
	
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/



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