/* @override http://www.cookingisfun.ie/css/common.css */


/*
	//----------------------------

	Theme URL: http://www.cookingisfun.ie
	Description: Ballymaloe Cookery School - Common Style Sheet
	Version: 1.0
	Author: StudioForty9
	Author URL: http://sf9.ie
	P4: {$Change: 382 $}
	//----------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: normal 72%, Arial, Verdana, sans-serif;
	color: #565753;
	background: #fff;
	margin-top: 5px;
}

img {
	border: 0px;
}

#container {
	width: 800px;
	margin: 0px auto;
	background: #fff;
}

#banner {
	background: url('../img/assets/bnr_index.gif') no-repeat;
	height: 110px;
	width: 800px;
}

#global_nav {
	width: 800px;
	height: 30px;
	position: relative;
	top: 80px;
	background: url('../img/assets/bg_global_nav.gif');
}

#global_nav ul#ico {
	float: left;
	width: 200px;	
}

#global_nav ul#ico li {
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-right: 12px;
	padding: 0px;
}

#global_nav ul#ico li a {
	display: block;
}

#global_nav ul#nav {
	width: 470px;
	float: right;	
}

#global_nav ul#nav li {
	float: left;
	list-style: none;
}

#global_nav ul#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 7px 11px;
	text-transform: capitalize;
	border-left: 1px solid #AEE2DF;
}

#global_nav ul#nav li.final a {
	padding: 7px 9px;
}

#global_nav ul#nav li a:hover {
	background: url('../img/assets/bg_global_nav_o.gif');
}

#global_nav ul#nav li.active a {
	background: url('../img/assets/bg_global_nav_o.gif');
}

#maj_links {
	padding: 3px 0px;
	width:  180px;
	background: #fff;
}

#maj_links:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}

#maj_links ul {

}

#maj_links ul li {
	list-style: none;
	float: left;
	background: #fff;
}

#maj_links ul li a {
	height: 76px;
	display: block;
}

#side_nav {
	background-color: #B6CC67;
	color: #fff;
	width: 180px;
	float: left;
}

#std_links ul {
	list-style: none;
}

#std_links ul li a {
	padding: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 13px;
	margin: 0px;
	height: 15px;
	background: #B6CC67;
}

#std_links ul li a:hover {
	background: #a0c913;
}

#address {
	border-top: 2px solid #fff;
	background: #fff;
	color: #565753;
}

#address ul li {
	padding: 5px;
	border-bottom: 1px solid #a0c913;
	list-style: none;
}

#address ul li a {
	color: #565753;
}

#links {
	background: #fff;
	text-align: center;
}

#links img {
	margin: 5px 0px;
	border: none;
}

#content {
	float: left;
	width: 450px;
	padding: 10px;
	
}


#content.no_right {
	width: 600px;
}

#content.fullwidth {
	width: 800px;
}

#content.homepage {
	width: 620px;
	padding: 2px;
}

#content h1 {
	color: #DB1A87;
	font-size: 1.7em;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
}

#content h1#ttl_ndx {
	background: url('/img/assets/ttl_index.gif') no-repeat;
	width: 443px;
	height: 30px;
	text-indent: -9000px;
}

#content h2 {
	color: #db1a87;
	font-weight: lighter;
	font-size: 1.2em;
	margin: 15px 0px
}

#content img {
	float: left;
	margin: 13px;
	margin-left: 0px;
	padding: 2px;
	border: 1px solid #D6D6D6;
}

#content img.navimage {
	padding-top: 0px;
	margin-top: 0px;
}

#content p {
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}


#content a {
	font-weight: bold;
	color: #87A910;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: square;
	color: #DB1A87;
	margin: 20px;
	font-size: 1.1em;
}

#content ul li {
	margin: 0.2em;
}

#content ol {
	margin: 20px;
	font-size: 1.1em;
}

#content ol li {
	margin: 0.2em;
}

#content .next {
	background: url('../img/assets/btn_nxt.gif') no-repeat #B6CC67;
	background-position: right;
}

#content .prev {
	background: url('../img/assets/btn_prev.gif') no-repeat #B6CC67;
	background-position: left;
	padding-left: 20px;
}


#content .button a {
	color: #fff;
	display: block;
	
}

#content a.faq_anchor {
	color: #DB1A87;
	font-size: 1em;
}

#content a.faq_anchor:hover {
	text-decoration: none;
}

#content a.faq_top {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #D6D6D6;
}

#content:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}

.newsitem {
	margin-bottom: 10px;
}

#alertmsg {
	margin-left: 60px;
	font-size: 1.3em;
}

#jobs_list table tbody tr th {
	text-align: left;
	color: #a0c913;
}

#jobs_list table tbody tr td {
	padding-bottom: 5px;
}

#anchors ul li {
	text-transform: capitalize;
	margin: 5px;
}


.demo h3 a {
	margin-top: 20px;
	color: #DB1A87;
	float: none;
	clear: both;
	display: block;
}

#demo h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #DB1A87;
	float: none;
	clear: both;
	display: block;
}

#demo_info {
	border: 2px solid #DB1A87;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 10px;
}

#month_view {
	margin-top: 10px;
}

#demo_list {
	margin-top: 10px;
}

#demo_list a {
	color: #DB1A87;
}

.demo p {
	margin-bottom: 10px;
	float: none;
	clear: both;
}

#demo_description ul {
	list-style-position: inside;
}

#right_col {
	width: 140px;
	float: left;
}

/* Home Page News Items */

.item {
	border: 1px solid #a0c913;
	margin-bottom: 2px;
}

.right_col_item{
	width:140px;
}

.minisection {
	font: normal 72%;
}


.minisection h3{

	font-size: 1em;
	color: #a0c913;
	margin: 2px;

}

.item h3 {
	font-size: 1.0em;
	color: #a0c913;
	margin: 5px;
}

.item h3 a, .item h3 a:hover {
	color: #a0c913;
	text-decoration: none;
}

.item img {
	width: 134px;
	margin: 2px;
}

.item .copy {
	margin: 5px;
}

.item .link {
	margin: 5px;
}

.item .link a {
	font-weight: bold;
	color: #565753;
	text-decoration: none;
}

.item .link a:hover {
	text-decoration: underline;
}

/* Right Column Navigation Bar */

#right_col {
	padding-top: 3px;
}

#nav_menu {
	background: #B6CC67;
	color: #fff;
}

#nav_menu ul {
	list-style: none;
}

#nav_menu ul li a {
	padding: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 13px;
	text-transform: capitalize;
}

/* IE6 Specific Style */
* html #nav_menu ul li a {
	height: 15px;
}

#nav_menu ul li a:hover, #nav_menu ul li.active ul li a:hover {
	background: #a0c913;
	text-decoration: none;
} 

#nav_menu ul li ul li, #nav_menu ul li.active ul li a {
	background: #39C4BD;
	text-align: right;
}

#nav_menu ul li.active a {
	background: #16b6ae;
}

#nav_menu ul li ul li a:hover {
	background: #16b6ae;
}

#container:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}

#footer {
	width: 800px;
	margin: 5px auto;
	border-top:  1px solid #a0c913;
	padding-top: 10px;
	text-align: center;
	float: none;
	clear: both;
	display: block;
}

#footer a {
	color: #DB1A87;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Horizontal Menu (in place of right menu when required) */

#horz_nav_menu { margin: 0; padding: 0; }
#horz_nav_menu #nav_menu { margin: 0; padding: 0; background: none; height: 30px; }
#horz_nav_menu #nav_menu ul { width: 500px; margin: 0; padding: 0; list-style: none; height: 15px; }
#horz_nav_menu #nav_menu ul li { padding: 0; margin: 0; display: inline; }
#horz_nav_menu #nav_menu ul li a {
	margin: 0; padding: 0;
	display: block; float: left; 
	line-height: 30px; height: 30px; padding: 0 7px;
	border-right: 1px solid #fff; background: #b6cc67;
}
#horz_nav_menu #nav_menu ul li a:hover { background: #a0c913; text-decoration: none; } 
#horz_nav_menu #nav_menu ul li.active a { background: #16b6ae; }
#horz_nav_menu:after { content: ' '; display: block; height: 0; clear: both; visibility: hidden; }
#horz_nav_menu #nav_menu:after { content: ' '; display: block; height: 0; clear: both; visibility: hidden; }
#horz_nav_menu #nav_menu ul:after { content: ' '; display: block; height: 0; clear: both; visibility: hidden; }

h1.clear {
	clear: left;
	margin: 10px 0px;
}

/** Books **/
#content div.books {
	clear: both;
	margin: 10px 0; padding: 10px;
	border: 1px solid #ddd;
}

#content div.books img {
	margin: 0 5px 5px;
}
#content div.books h2 { margin: 0 0 10px 0; }
#content div.books p.links {
	clear: both;
	background: #cee08d;
	padding: 5px 10px
}

#content div.books p.links a {
	display: block;
}