/*
Theme Name: connemaraselfcatering.ie
Theme URI: http://www.connemaraselfcatering.ie/
Description: Connemara Self Catering.
Version: 1.0
Author: NetLink IT Services
Author URI: http://www.netlink.ie/

*/

* {
	/*
	padding: 0;
	margin: 0;
	*/
}

html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #660000;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

hr {
	/*display: none;*/
	visibility: hidden;
	clear: both;
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header a {
	display: block;
	background: url('images/logo.png') no-repeat;
	width: 283px;
	height: 219px;
	float: left;
}

#header a span, #header div.description {
	display: none;
}

#slideshow {
	background: #990000;
	float: right;
	padding: 40px;
}

#page {
	background: url('images/bg.png') repeat-y;
	width: 790px;
	margin: 0 auto;
}

#content {
	width: 450px;
	float: right;
	padding: 0 30px 5px 4px;
}

#content a {
text-decoration: none;
}


#sidebar {
	width: 250px;
	float: left;
}

#sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	margin: 8px 0 0 18px;
}

#sidebar ul li ul li {
	margin: 8px 0 0 22px;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
}

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

#sidebar .current_page_item ul li a {
	color: #ffffff;
}

#sidebar .current_page_item a {
	color: #ffff66;
}

#footer1 span {
	display: none;
}

#footer1 a {
	background: url('images/footer.png') no-repeat;
	display: block;
	width: 790px;
	height: 135px;
}

#footer {
	background: url('images/bg_footer.jpg') no-repeat;
	width: 790px;
	height: 215px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
}

#footer a {
	display: block;
	float: left;
	width: 160px;
	height: 124px;
	margin: 20px 10px 10px 15px;
}

#footer a span {
	display: none;
}

#footer a.a1 { background: url('images/footer_link_1.jpg') no-repeat; }
#footer a.a2 { background: url('images/footer_link_2.jpg') no-repeat; }
#footer a.a3 { background: url('images/footer_link_3.jpg') no-repeat; }

.clear {
	clear: both;
}

#dir_1 {
	background: #fff;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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


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


/* ENQUIRY FORM */
#contact_form {
 font-size: 14px;
}

#contact_form div.error {
 color: #fff;
 background-color: #CC3333;
 padding: 6px;
}
#contact_form div.success {
 color: #000;
 background-color: #CCFF99;
 padding: 6px;
}

#contact_form .form_inp_txt_blank {
 color: #000;
 background: #FFFF99;
 border: 1px solid #0099CC;
 padding: 2px 1px;
}

#contact_form fieldset {
 border: 1px solid #ccc;
 margin: 10px 0;
}

#contact_form legend {
 font-weight: bold;
 text-transform: uppercase;
}

#contact_form td {
 padding: 4px 8px;
}

#contact_form .rowA {
 color: #273D4F;
 background: #EDF3F8;
}

#contact_form .rowB {
 color: #273D4F;
 background: #DAE7F1;
}

#contact_form .rowA:hover, #contact_form .rowB:hover {
 color: #fff;
 background: #B3CEE2;
}

#contact_form .colA {
 text-align: right;
 width: 20%;
}

/* END ENQUIRY FORM */