/*
Theme Name: Monastic Ireland
Theme URL: http://www.weareopen.ie
Author: Rhys Jenkins
*/


body {
	background-color: #57c1dd;
}

.page-template-tempalte-home-php section {
	background-color: #57c1dd;
	padding: 0px;
}


/* ------------ COLOURS -------------- */


.dark-grey {
	background-color: #282828;
}


/* ------------ LINKS -------------- */


a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}
	
a:hover {
	text-decoration: none;
	color: #999999;
}
	
a:active { 
	text-decoration: none;
	color: #333333;
}

a[href^=tel]{
	color: #333333;
    text-decoration:none;
}
	
a img { 
	border: none; 
}



/* ------------ TEXT -------------- */

h1 {
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 30px;
	color: #57c1dd;
	}

h1 a:link {	
	color: #57c1dd;
}

h1 a:visited {	
	color: #57c1dd;
}

h1 a:hover {	
	color: #57c1dd;
}

h1 a:active {	
	color: #57c1dd;
}


h2 {
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 32px;
	line-height: 36px;
	color: #333333;
}


h3 {
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	color: #555555;
}


h4 {
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #555555;;
}

h5 { 	
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #333333;
}

h6 { 	
	font-size: 16px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	color: #57c1dd;
}

p {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:20px;
	color: #333333;
	padding: 0 0 12px 0;
}


p a:link {
	color: #333333;
	text-decoration: underline;
}

p a:visited {
	color: #333333;
	text-decoration: underline;
}

p a:hover {
	color: #57C2DE;
	text-decoration: underline;
}
		
p a:active { 
	color: #333333;
	text-decoration: underline;
}

.history-body ul {
	padding: 0 0 12px 0;
}

.history-body ul li {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:20px;
	color: #333333;
	list-style: disc;
	margin: 0 0 0 20px;	
	padding: 0 0 6px 0;
}

.references-body ul {
	padding: 0 0 12px 0;
}

.references-body ul li {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:20px;
	color: #333333;
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0 0 6px 0;
}

.page-pad {
	margin: 0 0 20px 0;
}

.page-pad h4 {
	padding: 0 0 20px 0;
}

/* ------------ NAV -------------- */

#menu-mobile {
	display: none;
}

.menu-main-container {
	width: 100%;
	background-color: #ffffff;
}

ul#menu-main {
	z-index: 9999999;
	list-style: none;
	margin: 0 auto;
    max-width: 960px;
	padding: 0
}

ul#menu-main li {
	-webkit-transition: all 0.5s;
	float: left;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:16px;
	font-style: italic;
	color: #57c1dd;
	padding: 0;
	display: block;
	width: 30px;
}

ul#menu-main li a { -webkit-transition: all 0.5s; padding:10px 30px 12px 30px; width: 200px; display: block;}
ul#menu-main li a:link {color: #57c1dd;}
ul#menu-main li a:visited {color: #57c1dd;}		
ul#menu-main li a:hover {color: #666666;}
ul#menu-main li a:focus {color: #57c1dd;}
ul#menu-main li a:active {color: #57c1dd;}

.select-location { color: #57c1dd; background: url('images/spritesx1.png') no-repeat -30px 7px; margin-right: 130px;}
.select-location:hover { color: #666666; background: url('images/spritesx1_over.png') no-repeat -30px 7px;}

.select-advanced { color: #57c1dd; background: url('images/spritesx1.png') no-repeat 0 10px ; margin-right: 130px;}
.select-advanced:hover { color: #666666; background: url('images/spritesx1_over.png') no-repeat 0 10px;}

.select-favourites { color: #57c1dd; background: url('images/spritesx1.png') no-repeat -60px 10px; margin-right: 110px;}
.select-favourites:hover { color: #666666; background: url('images/spritesx1_over.png') no-repeat -60px 10px;}

.select-stories { color: #57c1dd; background: url('images/spritesx1.png') no-repeat -90px 10px; margin-right: 100px;}
.select-stories:hover { color: #666666; background: url('images/spritesx1_over.png') no-repeat -90px 10px;}

ul#menu-main li ul {
    display: none;
}

ul#menu-main li:hover ul {
    display: block;
}

ul#menu-main li ul li {
	width: auto;
}

ul#menu-main li ul li a {
	padding:6px 0 6px 30px;
	width: auto;
}

ul#menu-main li ul li a {}
ul#menu-main li ul li a:link {color: #ffffff;}
ul#menu-main li ul li a:visited {color: #ffffff;}		
ul#menu-main li ul li a:hover {color: #666666;}
ul#menu-main li ul li a:focus {color: #ffffff;}
ul#menu-main li ul li a:active {color: #ffffff;}

.main-sub-menu {
	z-index: 9999999;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	padding: 0;
    position: absolute;
    left: 0px;
	background-color: #57c1dd;
	margin: 0;
}

.menu-centre {
    max-width: 960px;
	margin: 0 auto;
}

ul#menu-secondary,
ul#menu-secondary-1 {
	list-style: none;
	position: absolute;
	right:0px;
	top:60px;
}

ul#menu-secondary li,
ul#menu-secondary-1 li {
	-webkit-transition: all 0.3s;
	display: block;
	float: left;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 300;
	line-height:16px;
	color: #ffffff;
	margin-left: 14px;
	font-style: italic;
}

ul#menu-secondary li a,
ul#menu-secondary-1 li a {
	-webkit-transition: all 0.3s;
	display: block;
}
ul#menu-secondary li a:link,
ul#menu-secondary-1 li a:link {
	color: #ffffff;
}
ul#menu-secondary li a:visited,
ul#menu-secondary-1 li a:visited {
	color: #ffffff;
}		
ul#menu-secondary li a:hover,
ul#menu-secondary-1 li a:hover {
	color: #c2c2c2;
}
ul#menu-secondary li li a:active,
ul#menu-secondary-1 li li a:active { 
	color: #ffffff;
}


ul#menu-social,
ul#menu-social-1 {
	list-style: none;
	position: absolute;
	right:0px;
	top:20px;
}

ul#menu-social li,
ul#menu-social-1 li {
	display: block;
	float: left;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 300;
	line-height:16px;
	color: #333333;
	margin-left: 8px;
}

ul#menu-social li a,
ul#menu-social-1 li a  {
	width: 28px;
	height: 28px;
	display: block;
}
ul#menu-social li a:link,
ul#menu-social-1 li a:link {
	color: #333333;
}
ul#menu-social li a:visited,
ul#menu-social-1 li a:visited {
	color: #333333;
}		
ul#menu-social li a:hover,
ul#menu-social-1 li a:hover {
	color: #333333;
}
ul#menu-social li a:active,
ul#menu-social-1 li a:active  { 
	color: #333333;
}

ul#menu-social .twitter {background: url(images/social_sprite.png) no-repeat 0 0; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social .facebook {background: url(images/social_sprite.png) no-repeat -41px 0; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social .linkedin {background: url(images/social_sprite.png) no-repeat -81px 0; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social .twitter:hover {background: url(images/social_sprite.png) no-repeat 0 -27px;}
ul#menu-social .facebook:hover {background: url(images/social_sprite.png) no-repeat -41px -27px;}
ul#menu-social .linkedin:hover {background: url(images/social_sprite.png) no-repeat -81px -27px;}
ul#menu-social-1 .twitter {background: url(images/social_sprite.png) no-repeat 0 -54px; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social-1 .facebook {background: url(images/social_sprite.png) no-repeat -41px -54px; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social-1 .linkedin {background: url(images/social_sprite.png) no-repeat -81px -54px; text-indent: -9999px; width: 29px; height: 27px;}
ul#menu-social-1 .twitter:hover {background: url(images/social_sprite.png) no-repeat 0 -26px;}
ul#menu-social-1 .facebook:hover {background: url(images/social_sprite.png) no-repeat -41px -26px;}
ul#menu-social-1 .linkedin:hover {background: url(images/social_sprite.png) no-repeat -81px -26px;}


ul#menu-provinces,
ul#menu-counties {
	width: 100%;
	margin: 3px 0 0 0;
}
		

ul#menu-provinces li a,
ul#menu-counties li a {
	display: block;
	background-color: #57c1dd;
	font-size: 15px;
	line-height:16px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:16px;
	color: #ffffff;
	padding: 7px 0px 4px 6px;
	border-right: 3px solid #ffffff;
}

ul#menu-provinces li a:hover,
ul#menu-counties li a:hover {
	background-color: #555555;
}

ul#menu-provinces ul,
ul#menu-counties ul {
	margin: 3px 0 0 0;
	display: none;
	padding-right: 0;
	margin-right: 2px;
	display: none;
	/*width: 248px;*/
	width:100%;
	overflow: hidden;
}

ul#menu-provinces li:hover ul,
ul#menu-counties li:hover ul {
    display: block;
}

ul#menu-provinces li ul li a,
ul#menu-counties li ul li a {
	background-color: #e5e5e5;
	font-size: 15px;
	line-height:16px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:16px;
	color: #333333;
	padding: 7px 0px 4px 6px;
	float: left;
	display: block;
	/*width: 121px;*/
	width: 50%;
	border-right: 3px solid #ffffff;
}

ul#menu-provinces li ul li a:hover,
ul#menu-counties li ul li a:hover {
	background-color: #c9c9c9;
}

.page-template-tempalte-location-provinces-php ul#menu-provinces ul {
	display: block;
}

.page-template-tempalte-location-counties-php ul#menu-counties ul {
	display: block;
}

/* ------------ HEADER -------------- */

header {
	margin: 0 0 0 0;
	background-color: #ffffff;
}

.header-top {
	background-color: #6e6f70;
	width: 100%;
}

.logo  {
	margin: 14px 0 14px 0;
	float: left;
}

.header-nav {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #57c1dd;
}

/* ------------ SLIDER -------------- */


#new-royalslider-1,
#new-royalslider-1 .rsOverflow,
#new-royalslider-1 .rsSlide,
#new-royalslider-1 .rsVideoFrameHolder,
#new-royalslider-1 .rsThumbs {
    background: transparent;
   	z-index: 99999;
   	margin: 0 0 30px 0;
}

#new-royalslider-2,
#new-royalslider-2 .rsOverflow,
#new-royalslider-2 .rsSlide,
#new-royalslider-2 .rsVideoFrameHolder,
#new-royalslider-2 .rsThumbs {
    background: transparent;
}

.site-slider {
	margin: 20px 0 30px 0;
}

.rsNav,
.rsThumbs,
.rsThumbsHor {
	height: 210px;
}

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

.rsNavSelected, .rsThumb, .rsNavItem, .rsTmb, .thumbIco {
	background: none;
}

#new-royalslider-41 .rsContent {background-color: #eeeeee !important;}

/* ------------ PAGE -------------- */

section {
	padding: 60px 0 0 0;
	background: #ffffff;
}

.page-nav {
	margin: 40px 0 0 0;
}

.page-pad {
	padding: 0 0 50px 18px;
}

.page-pad-left {
	padding: 0 0 50px 0;
}

.title-pad {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0; 
	border-bottom: 2px solid #cccccc;
}

.title-pad-plan {
	margin: 110px 0 10px 0;
	padding: 0 0 4px 0; 
	border-bottom: 2px solid #cccccc;
}

#mapsvg-305 {
	width: 100%;
	height: 500px;
	border: 1px solid black;
}

.posts-area {
	margin: 20px 0 0 0;
}

.post-results {
	float: left;
	width: 240px;
	height: 240px;
	border: 1px solid white;
	overflow: hidden;
	position: relative;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.post-results img {
	width: 100%;
	height: 100%;
}

.post-results:hover {
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.project-cap {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background-image: url(images/grey-opac.png);
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

.project-cap a {
	color: #ffffff;
}
.project-cap a:link {
	color: #ffffff;
}
.project-cap a:visited {
	color: #ffffff;
}		
.project-cap a:hover {
	color: #999999;
}
.project-cap a:active { 
	color: #ffffff;
}

.ppost-results:hover .project-bott-cap {
  opacity: 1;
}

.post-results:before { bottom: 20px; left: 10px; }
.post-results .project-cap { left: 0; bottom: -30%;}
.post-results:hover .project-cap  { bottom: 0; }

.details {
	display: block;
	max-width: 500px;
	font-size: 15px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	color: #222222;
	line-height: 21px;
}

ul.document {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #333333;
}

ul.document li {
	display: block;
	background-color: #eaeaea;
	padding: 8px 0 6px 8px;
	margin: 2px 0 0 0;
	min-width: 200px;
	height: 30px;
}

ul.document li span a {
	display: block;
	width: 60px;
	margin: -8px 0 0 0;
	height: 30px;
	float: right;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #333333;
	text-indent: -99999px;
	background: url(images/sprite-download.png) 16px 5px;
	background-repeat: no-repeat;
	border-left: 2px #ffffff solid;
}

ul.document li span a:hover {
	background: url(images/sprite-download-over.png) 16px 5px;
	background-repeat: no-repeat;
}


.single-history .wpfp-span {
	float: right;
	font-size: 15px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	color: #333333;
}

.single-history .wpfp-img {
	padding: 0 5px 0 0;
}

.page-template-tempalte-favourites-php .wpfp-span ul {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #333333;
	margin: 0 0 30px 0;
}

.page-template-tempalte-favourites-php .wpfp-span li {
	display: block;
	background-color: #eaeaea;
	padding: 8px 0 6px 8px;
	margin: 2px 0 0 0;
	min-width: 200px;
}

.wpfp-link {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #333333;
	margin: 0 0 0 6px;
	padding: 4px 0 0 0;
}

.page-template-tempalte-favourites-php .wpfp-span li:hover {
	background-color: #f6f6f6;
}

.page-template-tempalte-favourites-php .remove-parent {
	font-size: 15px;
	padding: 7px 12px 8px 8px;
	margin: -8px 0 0 2px;
	width: 80px;
	float: right;
	border-left: 2px solid white;
	background: #eaeaea url('images/sprite-close.png') no-repeat 60px center;
}

.siterooms {
	margin: 6px 0 0 0;
	border-top: 2px solid #cccccc;
	padding: 10px 0 0 0;
}

.siteplan {
	margin: 6px 0 0 0;
	border-top: 2px solid #cccccc;
	padding: 10px 0 0 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.8s ease;
	-moz-transition:    all 0.8s ease;
	-o-transition:      all 0.8s ease;
}

.siteplan:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #dbdbdb;
}

.wp-caption-text {
	padding: 14px 14px 0 14px;
	width: 100%;
	font-size: 18px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 22px;
	color: #666666;
}

.wp-caption {
	height: 284px;
	width: 100%;
	padding: 0;
	margin: 0px;
	background-color: #e4e4e4;
	overflow: hidden;
	margin: 20px 0 30px 0;
}

.wp-caption img {
	display: block;
	background-color: #e4e4e4;
	float: right;
}

.accordion span.click {
    display:block;
    float:right;
	position: absolute;
	right: 6px;
	top:8px;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #666666;
}

.accordion span.click:before {
	content: "+ Show";
}

.accordion-open span.click:before {
	content: "- Close";
}

.accordion span.click-white {
    display:block;
    float:right;
	position: absolute;
	right: 6px;
	top:8px;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
}

.accordion span.click-white:before {
	content: "+ Show";
}

.accordion-open span.click-white:before {
	content: "- Close";
}

.container1, .container2, .container3, .container4, .container5, .container6, .container7, .container8, .container9, .container9, .container10, .container11, .container12, .container13, .container14, .container15, .container16, .container17, .container18, .container19, .container20 {
	margin: 0 0 20px 0;
}

.artistic {
	position: relative;
	-webkit-transition: all 0.3s;
	background-color: #57c1dd;
	padding: 5px 0 0 10px;
	height: 30px;
	margin: 0 0 3px 0;
}

.artistic h5 {
	font-size: 17px;
	-webkit-transition: all 0.3s;
	color: #ffffff;
}

.artistic:hover {
	background-color: #777777;
	cursor: pointer;
}

.artistic-title {
	font-size: 17px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 10px 0;
	display: block;
}

.content-artistic {
	border-bottom: 3px solid white;
	background-color: #e7e7e7;
	color: #666666;
}

.artistic-p {
	padding: 10px 0 10px 10px;
	max-width: 440px;
	float: left;
}

.artistic-img {
	float: right;
	width: 240px;
}

.room {
	position: relative;
	-webkit-transition: all 0.3s;
	border-bottom: 2px solid #cccccc;
	padding: 0;
	margin: 0 0 12px 0;
	height: 30px;
}

.room:hover {
	background-color: #e7e7e7;
}

.roomnumber {
	display: block;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
	width: 22px;
	height: 22px;
	background-color: #57c1dd;
	-webkit-border-radius: 12px; 
  	-moz-border-radius: 12px; 
    border-radius: 12px; 
    text-align: center;
    padding: 2px 0 0 0;
    margin-right: 8px;
}

.site_plan_images {
	margin: 20px 0 20px 0;
}

.small-plan {
	float: left;
	padding: 10px 30px 20px 0;
}

.definition {
	padding: 14px 0 0 0;
}

.site_plan_large {
	margin: 30px 0 30px 0;
}

.tour-images {
	background-color: #e4e4e4;
	margin: 10px 0 0 0;
}

.tour-images p {
	padding: 14px;	
}

.back-to-top {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #666666;
}

ul.general-info-list {
	width: 100%;
}

ul.general-info-list li {
	font-size: 15px;
	line-height:16px;
	font-family: 'Raleway', Arial, sans-serif;
	margin: 12px 0 0 0;
}

.general-text {
	padding: 7px 0px 4px 6px;
	background-color: #cccccc;
	color: #666666;
	width: 50%;
	display: block;
}

.general-field {
	padding: 7px 0px 4px 6px;
	background-color: #57c1dd;
	color: #ffffff;
	width: 50%;
	border-top: 2px solid white;
	display: block;
}

/* ------------ ARTICLE -------------- */

article {
}


/* ------------ BLOG -------------- */


.more {
}

.date {
}

.blog-nav {
	border-top: 2px solid #cccccc;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.nav-next {
	text-align: right;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 300;
	color: #333333;
}

.nav-back {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 30px;	
}

/* ------------ SIDEBAR -------------- */


.sidebar {
}

	
ul.site-nav {
	margin: 42px 0 0 0;
	display: block;
	font-size: 15px;
	line-height:16px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:16px;
	color: #ffffff;
	padding: 0 0 0 0;
}
ul.site-nav li:hover {
	background-color: #555555;
}
ul.site-nav li {
	-webkit-transition: all 0.3s;
	display: block;
	background-color: #57c1dd;
	margin: 2px 0 0 0;
	padding: 6px 0 5px 8px;
}
ul.site-nav li a {
-webkit-transition: all 0.3s;
	display: block;
}
ul.site-nav li a:link {
	color: #ffffff;
}
ul.site-nav li a:visited {
	color: #ffffff;
}		
ul.site-nav li a:hover {
	color: #ffffff;
}
ul.site-nav li a:active { 
	color: #ffffff;
}

ul.room-nav {
	margin: 0 0 0 0;
	display: block;
	font-size: 15px;
	line-height:16px;
	font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:16px;
	color: #666666;
	padding: 0 0 0 0;
}
ul.room-nav li {
	-webkit-transition: all 0.3s;
	display: block;
	margin: 2px 0 0 0;
	padding: 4px 0 2px 0;
}
ul.room-nav li a {
	-webkit-transition: all 0.3s;
	display: block;
}
ul.room-nav li a:link {
	color: #666666;
}
ul.room-nav li a:visited {
	color: #666666;
}		
ul.room-nav li a:hover {
	color: #cccccc;
}
ul.room-nav li a:active { 
	color: #666666;
}


.xoxo {
	}
	
ul.xoxo {
	padding: 0;
	}

	
ul.xoxo li ul {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:24px;
	color: #333333;
    list-style:none;
    padding: 10px 0 10px 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

ul.xoxo li ul li a:link {
	color: #333333;
}
ul.xoxo li ul li a:visited {
	color: #333333;
}		
ul.xoxo li ul li a:hover {
	color: #333333;
}
ul.xoxo li ul li a:active { 
	color: #333333;
}

	
.widget-title {
	margin: 0 0 0 0;
	padding: 10px 0 4px 0;
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
    border-top: 1px solid #7f7f7f;
}

.sidebar-search {
	z-index: 999999;
	position: absolute;
	width: 160px;
	top: 98px;
	right: 0px;
}

#s {
	background-color: #94deea;
    width: 130px;
    height: 26px;
    margin: 0px;
    border: 0px;
    position: absolute;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
	padding: 0 0 0 6px;
}

#s:focus {
	color: #333333;
}


#searchsubmit {
	border: 0px;
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;
	height: 26px;
	text-indent: -999999px;
	width: 30px;
	position: absolute;
	left: 120px;
	background: #94deea url('images/sprite-search.png') no-repeat center center;
}

#searchsubmit:hover {
	background-color: #e3e3e3;
}

.rstw_link_user {
	position: absolute;
	right: 10px;
	bottom: 10px;
}


/* ------------ FOOTER -------------- */

footer  {
	position: relative;
	background-color: #57c1dd;
	height: 200px;
	border-top: 1px solid white;
	margin: 0 0 0 0;
	}

.foot-col p {
	font-size: 15px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:18px;
	color: #ffffff;
	font-style: italic;
}

.foot-col p a {
	color: #ffffff;
}
.foot-col p a:link {
	color: #ffffff;
}
.foot-col p a:visit {
	color: #ffffff;
}
.foot-col p a:hover {
	color: #222222;
}
.foot-col p a:active {
	color: #ffffff;
}


.credit {
	margin: 80px 0 0 0;
	text-align: right;
}

/* ------------ FORMS -------------- */	

form {
	}

/* ------------ VARIOUS ITEMS -------------- */	

tr, td {
	vertical-align: middle;
}

.textleft {
	text-align: left;
}
	
.textright {
	text-align: right;
}

.alignleft {
	float: left;
	padding-right: 20px;
}
	
.left {
	float: left;
}
		
.right {
	float: right;
}
	
.line {
	border-bottom: 1px dotted #a8a8a8;
}
		
.clear {
	clear:both;
}