/*
Theme Name: Oh
Theme URI: http://www.lcware.co.uk
Description: A theme by <a href="http://www.lcware.co.uk">Eóin Lennon</a>.
Version: 1
Author: Eoin Lennon
Author URI: http://www.lcware.co.uk

*/

@font-face {
font-family: "delicious";
src: url("http://www.lcware.co.uk/fonts/delicious_76.ttf")
}

#egg{
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
	background-color: #7E9CFF;
	height: auto;
	width: 35%;
	padding: 25px;
	float: left;
	margin: 12px;
}

#egg2{
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
	height: auto;
	width: 35%;
	padding: 25px;
	float: left;
	margin: 12px;
	border: 1px solid #CCCCCC;
	background-image: url(images/grey-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #d6d6d6;
}

#egg3{
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
	height: auto;
	width: auto%;
	padding: 5px;
	float: left;
	margin: 12px;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	background-color: #DD7D7B;
}


body {
	color: #333333;
	margin: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 90%;
	line-height: 140%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #660099;
	text-decoration: none;
}
a:visited {
	color: #660099;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	color: #FFFFFF;
	font-family: delicious;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h1 a{
	color: #FFCC00;
	text-decoration: none;
}
h1 a:visited{
	color: #FFFF00;
	text-decoration: none;
}
h1 a:hover{
	color: #FF3300;
	text-decoration: none;
}
h2 {
	color: #660099;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font-family: delicious;
	padding-bottom: 3px;
	font-size: 160%;
}
h2 a, h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	color: #663399;
	margin: 10px 0px 5px;
	font-family: delicious;
	font-size: 140%;
	line-height: 100%;
	font-weight: bold;
}
h5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -0.1pt;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 260px;
	position: relative;
	background-color: #FF9933;
	background-image: url(images/purple-gradient.jpg);
}
#headerimg {
	margin: 0px;
	bottom: 0px;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#strapline {
	position: absolute;
	width: 600px;
	height: 100px;
	float: right;
	background-image: url(images/Interactive-strap.png);
	background-repeat: no-repeat;
	background-color: #FFFF0C;
	margin-top: 10px;
	z-index: 4;
	right: 0px;
}
.description{
	position: relative;
	color: #FF3300;
	font-size: 18px;
	font-weight: bolder;
	float: left;
	padding-top: 60px;
	padding-left: 300px;
}
#nav {
	list-style: none;
	position: absolute;
	bottom: 0px;
	width: auto;
	float: left;
	margin: 0px;
	left: 0px;
	right: 0px;
	background-color: #333333;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #333333;
	font-family: delicious;
	font-size: 112%;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #FF6600;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 60%;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
	padding-left: 25px;
}
.post-date {
	width: 90px;
	height: 95px;
	float:left;
	background-image: url(images/date-bg.gif);
	background-repeat: no-repeat;
}
.post-month {
	font-size: 12px;
	text-transform: uppercase;
	color: #8A3BB1;
	text-align: center;
	display:block;
	line-height: 10px;
	padding-top: 37px;
	margin-left: 26px;
	font-family: delicious;
	font-weight: bolder;
}
.post-day {
	font-size: 28px;
	text-transform: uppercase;
	color: #663399;
	text-align: center;
	display:block;
	line-height: 18px;
	margin-left: 0px;
	padding-top: 4px;
	font-family: delicious;
	font-weight: bolder;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 80%;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #666666;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	padding-top: 22px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background-color: #DB1700;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #FFFF66;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font-family: delicious;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	width: 30%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#searchform {
	width: 300px;
	padding: 0px;
	float:right;
	margin-top: 65px;
	background-color: #FFFF0C;
	background-repeat: repeat-x;
}
#searchform #s {
	border:1px solid #203346;
	width: 155px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	vertical-align: middle;
	background-color: #FFFF0C;
}
#searchform #searchsubmit {
	border: none;
	width: 45px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #9E0005;
}
#searchform label {
	font-size: 11px;
	color: #9E0005;
}
#sidebar h3 {
	margin: 10px 0px 5px;
	line-height: 100%;
	font-weight: bolder;
	text-decoration: underline;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #663366;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #663399;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #9E0005;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	color: #9E0005;
	margin: 10px 0px 5px;
	font-family: delicious;
	font-size: 146%;
	font-style: normal;
	line-height: 100%;
	font-weight: lighter;
	font-variant: normal;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	width: 100%;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	height: 30px;
	padding-top: 5px;
}
#credits a, #credit a:visited{
	color: #9E0005;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
.imageR
{
	padding-left: 12px;
	float: right;
	padding-right: 12px;
}
.imageL {
	margin-top: 0px;
	margin-right: 12px;
	float: left;
}
img.alignright {
	border: none; 
	padding: 0;
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
img.alignleft {border: none; padding: 0; float:left; margin:0 1em 1em 0}
img.aligncenter {border: none; padding: 0; display: block; margin-left: auto; margin-right: auto}
a img.alignright {
	border: none; 
	padding: 0;
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
a img.alignleft {border: none; padding: 0; float:left; margin:0 1em 1em 0}
a img.aligncenter {border: none; padding: 0; display: block; margin-left: auto; margin-right: auto}
.special{
	clear: both;
	padding-bottom: 50px;
	float:none;
	width: 100%;
	height: 600px;
	background-color: #CCCCCC;
}
#logo{
	background-image: url(images/Newicon.png);
	height: 211px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	width: 290px;
}
