/*  
Theme Name: Rob's Theme
Theme URI: http://www.robert-keating.co.uk
Description: This is the theme for Rob's site.
Version: 1.0
Author: John McKenzie - 83webdesign.co.uk
Author URI: http://www.83webdesign.co.uk

*/

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 /*background-color: #CCFFCC;*/
 font-size: 12px;
 text-align:justify;
 background-image:url(http://www.robert-keating.co.uk/images/background.jpg);

}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #8ECE5F;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 8px 0px 0px 6px;
 background-image: url(http://www.robert-keating.co.uk/images/nav-bar.gif);
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 padding-top:5px;
 margin: 0px 14px 10px 0px;
}

img.floatright {
 float: right;
 /*padding-left:8px;*/
 margin: 10px 10px 10px 10px;
  border: 2px solid #8ECE5F;
}


/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
/*Calendar*/

#calendar {
display: block;
margin: 0 0;
padding-left: 10px;
text-align: center;
}

#calendar td {
padding: 2px 2px;
color: #ebebeb;
background-color: #99CC66;
text-align: center;
}

#calendar th {
padding: 2px 2px;
color: #000000;
background-color: #000000;
text-align: center;
font: bold;
}


#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	/*border-bottom: 1px solid #BDBDBD;*/
	background: url(http://www.83webdesign.co.uk/images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	/*background: #444444 url(images/img02.jpg) no-repeat left 50%;*/
	/*background: url(images/h2bg.jpg) repeat-x left 100%;*/
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



#sidebar { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 background-image:url(http://www.robert-keating.co.uk/images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #sidebar {height:300px} /* IE Min-Height Hack */

.sidebar-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(http://www.robert-keating.co.uk/images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .sidebar-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
 /*border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 /*width: 770px;*/
 width: 570px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.sponsor {
 background-image:url(../images/sponsor.gif);
 min-height: 80px;
 background-repeat: no-repeat;
 text-align: center;
 padding: 15px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px;
}
* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-body {
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.left-mid {
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-image:url(http://www.robert-keating.co.uk/images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;

}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #72C236;
}
/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #8ECE5F;
 width: 200px;
}

#footer a{
	color: #000;
}

#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}
#nav-bar li {
 list-style: none;
}

ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}

#nav-bar a:link {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #fff;
 text-decoration: none;
}
a:link {
 color: #006600;
 text-decoration: none;
}
a:visited {
 color: #006600;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}

/*TABLES*/
body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
}

a {
	color: #c75f3e;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(http://www.robert-keating.co.uk/images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(http://www.robert-keating.co.uk/images/bullet1.gif) no-repeat;
	font:  10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(http://www.robert-keating.co.uk/images/bullet2.gif) no-repeat;
	font:  10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*CONTACT FORM*/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.post {
	margin: 0px 0px 30px 0px;
	/*border: 1px solid #000;*/
}

.post .title {
	margin: 0px;
	/*background: #444444 url(images/img02.jpg) no-repeat left 50%;*/
	/*background: url(images/h2bg.jpg) repeat-x left 100%;*/
	padding: 7px 5px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 5px 30px 5px 5px;
	color:#aaa;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

