/*
Theme Name: Grafton Guest HOuse - Right Sidebar
Theme URI: http://www.sink.ie
Description: A theme with left sidebar.
Author: Sue
Author URI: http://www.sink.ie
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#ffffff;
	font-family:  arial,verdana, tahoma, sans-serif;
	font-size: 10pt;
	color: #999999;
	}
#logo {
  	width: 560px; 
  	height: 60px;
	float:right;
	margin-top:120px;
	margin-right:265px;
	}
	
	
#bookinga {
  	height: 240px;
	margin-top:50px;
	padding-top:30px;
	background-color:#73b0ff;
	background-image:url(images/bookback.png);
	background-repeat:no-repeat;
	}
	
	
#contacttextwidget
{
	height: 100px;
	background-color:#ffab00;
	list-style-type: none;
	padding:10px;
	background-image:url(images/bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;

	}
.textwidget a{color:#FFFFFF;}
.textwidget a.hoover{
	color:#00CCFF;
}




h1 {
	font-size: 18pt;
	color: #73b0ff;
		margin-top:20px;
		margin-bottom:20px;
}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {
	color:#AE63E7;
	font-size: 18px;

	width:100%;
	height:25px;

	vertical-align:middle;
	padding-top:5px;
	
	border-bottom:2px solid #f6edfc;
}




blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background-image:url(images/back.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#666666;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 900px; 
  	height: 200px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt arial, times;
	padding:20px 0 0 16px;
	margin:0;
	}
	
#header h1 a{
	color: #0099FF;
	text-decoration: none;
}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt arial, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu  {
background-image:url(images/home.gif);
background-repeat:no-repeat;
padding-left:20px;
font-size:16px;
	width:880px; 
	overflow:hidden;
	margin-bottom:25px;
}


#menu ul  {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	display:block;
	color:#6DA7A2;
	border-right:thin #b9cc49 solid;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:660px;
	overflow: hidden;

	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 18pt;
	color: #66A7FF;

	}
	
.post h1 a{
	color: #66A7FF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0; 	margin-top:20px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
		border-top:#33CCFF thin solid;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12pt;
	width:230px;
	float:right;
	margin-bottom:30px;
	padding: 0;
	}



#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 20px 0 12px;}



#sidebar ul {
margin-top: 20px;
margin-bottom: 10px;

	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {

	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: arial, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
padding: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:#cccccc thin solid;
	}

img.alignright {
	padding: 8px;
	margin: 0 0 2px 7px;
	display: inline;
	border:#cccccc thin solid;

	}

img.alignleft {
	padding: 8px;
	margin: 0 7px 2px 0;
	display: inline;
	border:#cccccc thin solid;	clear:both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #cccccc;
   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;
}

.alignnone  {padding: 4px;
	border:#cccccc thin solid;}

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




/* footer */

#footer {
	background:#fff;
	clear: both;
	width: 100%;
	border-top:#33CCFF thin solid;

	}
	
#footer p{
	padding:14px 0;
	margin: 0;
	color: #666666;
	text-align:left;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

.socialprofiles {
float:right}

.socialprofiles img {float: right;
border:none;


}

.socialprofiles h2{
	color:#9999CC;
	padding-bottom:10px;
	text-align:right;

}

#myframe {

border:2px solid #73b0ff;
} 

#hometxtcont{ 
width:630px;

}

#welcometxt{ 
width:425px;
padding:20px;
margin-left:10px;
background-image:url(images/grad.jpg);
background-repeat:repeat-x;	float:left;}

#welcometxt h4{
	font-size:16px;


}

#welcometxtside{
float:right;
width:145px;
text-align:right;}

#fadesteet{
	background-image:url(images/grad.jpg);
	background-repeat:repeat-x;
	padding:10px;

}

#fadesteet h2{
color:#b572e9;
font-size: 18px;

}

#fadesteet a{
	color:#666666;
	font-weight: bold;
	text-decoration:underline;
}
#note{
	margin-top:20px;
	text-align:right;
	padding:10px;
	background-color:#d1cfce;
}

#note h2{
color:#b572e9;
font-size: 18px;

}
