/*
 *	Author: 	Se‡n O'Flynn - Pinpoint Studios
 *	Client:		BGM Community Council
 *	Site:		bgmcouncil.ie
 *	Copyright:	(c) BGM Community Council 2010
 */

/*
 *	General
 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #39c;
}

a:hover {
}

img {
	border: 0;
}

body {
	color: #222;
	font: 13px Verdana;
}

h1, h2, h3, h4 {
	font-family: Georgia;
	font-weight: 100;
}

#all {
	width: 100%;
	height: 100%;
	float: left;
	background: #fff url('../img/background.png') repeat-x;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/*
 *	Header
 */

#top {
	float: left;
	width: 960px;
	margin: 0 20px;
	height: 145px;
	position: relative;
}

#top a {
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 35px;
	padding: 65px 0 40px 0;
	color: #fff;
}

.cabes {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	color: #fff;
	border: 1px solid #c5dbec;
	font-size: 13px;
	border-top: none;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.cflp-logo {
	display: block;
	position: absolute;
	top: 32px;
	right: 70px;
}

.cwrs-logo {
	display: block;
	position: absolute;
	top: 35px;
	left: 70px;
}

.cabes:hover {
	text-decoration: underline;
}

/*
 *	Navigation
 */

#navigation {
	float: left;
	padding: 0;
	width: 960px;
	margin: 0 20px;	
	display: block;
	clear: both;
}

#navigation a {
	display: block;
	float: left;
	padding: 10px 20px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

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

.home #navigation-home, 
.news #navigation-news,
.courses #navigation-courses, 
.events #navigation-events, 
.resources #navigation-resources,
.newsletters #navigation-newsletters,
.forum #navigation-forum,
.directory #navigation-directory,
.contact #navigation-contact-us {
	background: #fff;
	border: 1px solid #c5dbec;
	border-bottom: none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	padding: 9px 19px 11px 19px;
	color: #333;
}

#search {
	width: 200px;
	padding: 6px 0 7px 7px;
	float: right;
}

#search-input {
	width: 120px;
	padding: 3px;
	font: 13px Verdana;
	border: 1px solid #c5dbec;
	color: #aaa;
	-webkit-border-radius: 3px;
}

#search-input:focus {
	color: #333;
}

#search-button {
	margin-left: 10px;
}

/*
 *	Main Content Columns
 */

#content {
	background: #fff;
	clear: both;
	float: left;
	padding: 20px;
	width: 960px;
	line-height: 18px;
	-webkit-border-radius: 7px;	
	margin-top: -1px;
}

.two-column #left-content {
	float: left;
	width: 630px;
	margin-right: 10px;
}

.two-column #middle-content {
	width: 310px;
	float: left;
	margin-left: 10px;
}

.three-column #left-content {
	float: left;
	width: 470px;
	margin-right: 10px;
}

.three-column #middle-content {
	width: 220px;
	margin: 0 10px;
	float: left;
}

.three-column #right-content {
	width: 230px;
	margin-left: 10px;
	float: left;
}

/*
*	Content
*/

h2 {
	font: 18px Georgia;
	margin-bottom: 9px;
}

h2 a.header-link {
	font: 14px Georgia;
	margin-left: 30px;
}

h3 {
	font: 16px Georgia;
	margin: 10px 0 3px 0;
	text-decoration: underline;
}

h4 {
	font: 13px Verdana;
	margin: 5px 0 3px 0;
	text-decoration: underline;
}

#content a[href^="http:"] {
	background: url('../img/actions/external.png') right center no-repeat;
	padding-right: 15px;
}

#content a[href^="http://www.clarefamilylearning.org"] {
	background: transparent;
	padding-right: 0px;
}

#content .item {
	margin-bottom: 25px;
}

#content .item .date {
	font-style: italic;
}

#content .item .thumb {
	float: left;
	margin: 5px 5px 5px 0;
}

#content .page-navigation {
	text-align: center;
}

#content .page-navigation span, 
#content .page-navigation a {
	padding: 0 2px;
}

#content .link-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#content .link-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #888;
}

#content .link-list li a {
	font-style: normal;
}

#content.three-column .link-list li a {
	display: block;
}

#content .organisation {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#content .organisation th, #content .organisation td {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #eef;
}

#content .organisation th {
	font-weight: 100;
	font-style: italic;
	text-align: left;
	vertical-align: top;	
}	

/*
*	Left Content Specific
*/

#left-content p {
	margin-bottom: 15px;
}

#left-content ul {
	margin: 0 0 15px 17px;
}

#left-content ol {
	margin: 0 0 15px 17px;
}

#left-content ul ul, #left-content ol ol {
	margin-bottom: 0;
}

/*
*	Badges
*/

#directory, #training {
	text-align: center;
	display: block;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border: 1px solid #c5dbec;
	color: #369;
	text-decoration: none;
	margin-bottom: 20px;
}

#directory:hover, #training:hover {
	background: #E5F1FE;
	color: #369;
}

#SubscribeForm {
	margin-bottom: 15px;
}

#SubscriberEmail {
	width: 200px;
	padding: 3px;
	float: left;
	font: 13px Verdana;
	border: 1px solid #c5dbec;
	color: #aaa;
	-webkit-border-radius: 3px;
}

#SubscriberEmail:focus {
	color: #333;
}

#SubscriberSave {
	margin-left: 10px;
	margin-top: 2px;
}

#middle-content .message,
#left-content .message {
	padding: 10px;
	border: 1px solid #f99;
	background: #fee;
	margin: 5px 0;
	color: #444;
	width: 290px;
	-webkit-border-radius: 5px;
}

/*
*	Forum Register
*/

#SignInForm, #SettingsForm, #ForumPostForm, #ForumTopicForm, #ContactForm {
	margin-bottom: 15px;
	background: #e3f2fe;
	border: 1px solid #C5DBEC;
	-webkit-border-radius: 5px;
}

#SignInForm #UserEmail, 
#SignInForm #UserPassword {
	width: 225px;
	margin: 10px auto 10px 40px;
	padding: 3px;
	font: 13px Verdana;
	border: 1px solid #c5dbec;
	color: #666;
	-webkit-border-radius: 3px;
}

#UserEmail:focus, #UserPassword:focus {
	color: #333;
}

#UserSave {
	margin: 2px 0 0 0;
}

#SettingsForm, #ForumPostForm, #ForumTopicForm, #UnsubscribeForm, #ContactForm {
	padding: 10px;
}

#SettingsForm label,
#ForumTopicForm label,
#UnsubscribeForm label,
#ContactForm label {
	display: block;
	width: 120px;
	float: left;
	margin-top: 10px;
}

#SettingsForm #UserName,
#SettingsForm #UserEmail,
#SettingsForm #UserPassword,
#ForumTopicForm #ForumTopicForumId,
#ForumTopicForm #ForumTopicName,
#UnsubscribeForm #SubscriberEmail,
#ContactForm #ContactName,
#ContactForm #ContactArea,
#ContactForm #ContactEmail {
	width: 225px;
	margin: 10px;
	padding: 3px;
	font: 13px Verdana;
	border: 1px solid #999;
	color: #336;
	-webkit-border-radius: 3px;
}

#ForumPostForm #ForumPostBody,
#ForumTopicForm #ForumPostBody,
#ContactForm #ContactMessage {
	width: 400px;
	height: 150px;
	margin: 10px 0px 10px 130px;
	padding: 3px;
	font: 13px Verdana;
	border: 1px solid #999;
	color: #336;
	-webkit-border-radius: 3px;
}

.button-panel input {
	display: inline;
	clear: none;
	margin: 0 20px 10px 20px;
}

.button-panel {
	text-align: center;
}

/*
*	Forum
*/

table.topics {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c5dbec;
	margin-bottom: 30px;
}

table.topics th, 
table.topics td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

table.topics th {
	border-top: 1px solid #c5dbec;
	color: #666;
	font-size: 11px;	
	background: #e3f2fe;
}

table.topics h3 {
	margin-top: 0;
}

table.topics td.options {
	border-bottom: 1px solid #c5dbec;
}

/*
 *	Footer
 */

#footer {	
	float: left;
	width: 940px;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-top: 50px;
}

#copyright {
	float: left;
}

#designedby {
	float: right;
}

#designedby a {
	color: #cfc;
	border-bottom: 1px dotted #cfc;
}

/*
*	Development only
*/

.cake-sql-log {
	display: block;
	overflow: hidden;
	float: left;
	clear: both;
	font: 10px Verdana;
	width: 50px;
	height: 50px;
	background: #000;
}

.cake-sql-log:hover {
	width: auto;
	height: auto;
	background: #fff;
}