/*
Theme Name: GMac Standard Template
Description: The default theme for Gmac Taekwondo version 3
Version: 1.0
Author: Iain Stewart
Tags: blue, grey, custom header, 960gs based

	This theme is a custom build for GMac Taekwondo.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* layout items and generic display options */

.header {
	position:relative;
	background-image:url(images/layout/images/gmac_bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
.header_centre {
	position:relative;
	background-image:url(images/layout/images/gmac_header_logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 200px;
}
.second_grid {
	position:relative;
	background-image: url(images/layout/images/gmac_bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}
.indexpad {
	padding-top: 25px;
}
.footer {
	position:relative;
	background-repeat:no-repeat;
	background-position:top right;
	color:#0066FF;
}
.frnews-topspace {
	padding-top: 70px;
	clear:both;
	width: 300px;
}
.front_news {
	width: 300px;
	height: 380px;
	background-image:url(images/layout/news-background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	color:#000066;
}
.front_news p {
	margin-left: 10px;
    margin-right:10px;
	clear:both;
}
.fr_en_links a {
	text-decoration:none;
	color: #0066FF;
	font-variant:small-caps;
}
.fr_en_links a:visited {
	text-decoration:none;
	color:#0066ff;
}
.fr_en_links a:hover {
	font-style:italic;
}
.front_events {
	width:300px;
	height:380px;
	background-image:url(images/layout/events-background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#000066;
}
.front_events p {
	margin-left: 10px;
    margin-right:10px;
	clear:both;
}


.no_border {
	border: 0px;
}
.home_button {
	float:right;
	
	width:188px;
	height:40px;
	background-image:url(images/layout/news_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;

}
.home_button p {
	margin:0px 0px 0px 0px;
	font-size:22px;
}
.home_button a {
	text-decoration:none;
	display:block;
	text-align:center;
	padding-top: 4px;
}
.home_button a:hover {
	background-image:url(images/layout/news_home_over.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.back_button {
	float:right;
	width:188px;
	height:40px;
	background-image:url(images/layout/back_button.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;

}
.back_button p {
	margin:0px 0px 0px 0px;
	font-size:22px;
}
.back_button a {
	text-decoration:none;
	display:block;
	text-align:center;
	padding-top: 4px;
}
.back_button a:hover {
	background-image:url(images/layout/back_button_over.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.white_link a:link,
.white_link a:visited,
.white_link a:hover,
.white_link a:active {
	color:#FFFFFF;
}
.blue_link a:link,
.blue_link a:visited,
.blue_link a:hover,
.blue_link a:active {
	color: #000099;
}
.removetop10 {
	margin-top:0px;
}
.removebottom10 {
	margin-bottom:-10px;
}
.addbottom10 {
	margin-bottom: 10px;
}
.social {
	background-image:url(images/layout/stay-in-touch.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:120px;
}
.social p {
	margin: 48px 0px 0px 15px;
}
.class_times {
	background-image: url(images/layout/class-times-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:120px;
}
.class_times p {
	margin: 60px 5px 0px 20px;
	color:#000099;
}
.our_instructors {
	background-image: url(images/layout/our-instructors-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:120px;
}
.our_instructors p {
	margin: 60px 5px 0px 20px;
	color:#000099;
}

/* images and galleries display */

.pages_img {
	background-color:#FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0px 5px 5px 0px;
	-moz-border-radius:5px;
}

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

/* 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 10px 10px 0px;
	-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;
	color:#000000;
}
/* End captions */




/* page titles and header */
h1 {
	color: #0066FF;
	font-size: 16px;
	text-decoration:underline;
	margin-left: 10px;
	clear:right;
}
h2 {
	color: #0066FF;
	font-size: 14px;
	margin-left: 10px;
	clear:right;
}

/* navigation items */

.menu_start {
	float:left;
	height: 42px;
	width: 13px;
	background-image:url(images/layout/images/gmac_nav_top_start.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.menu_end {
	float:left;
	height: 42px;
	width: 18px;
	background-image:url(images/layout/images/gmac_nav_top_end.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.navigation {
	position:relative;
	margin-top:151px;
	font-size:15px;
	float:left;
}
.child_nav {
	position:relative;
	clear:both;
	margin-top: -11px;
	margin-bottom:-10px;
	margin-left: 1px;
}
.navigation a:link,
.navigation a:visited {
	color:#000099;
	text-decoration:none;
}
.navigation a:hover,
.navigation a:active {
	color: #0066FF;
	text-decoration:underline;
}
.menu ul {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menu li {
	height: 29px;
	display:inline;
	float:left;
	display:block;
	background-image:url(images/layout/images/gmac_nav_top_bg.jpg);
	background-repeat:repeat-x;
	background-position: center;
	overflow:hidden;
	padding: 10px 3px 3px 3px;
	margin-right:0px;
	margin-left:0px;
}
.menu2_start {
	float:left;
	height: 48px;
	width: 17px;
	background-image:url(images/layout/images/gmac_nav_child_start.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
.menu2_end {
	float:left;
	height: 48px;
	width: 16px;
	background-image:url(images/layout/images/gmac_nav_child_end.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
.menu2 ul {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menu2 li {
	height: 48px;
	display:inline;
	float:left;
	display:block;
	background-image:url(images/layout/images/gmac_nav_child_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	overflow:hidden;
	padding: 13px 5px 0px 5px;
	margin-right:0px;
	margin-left:0px;
}

/* Calendars */

.calendar_fr {
	width: 50px;
	height:40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(images/layout/calendar.png);
	float:left;
	clear:left;
}

.calendar_fr_month {
	color:#FFFFFF;
	font-weight:bold;
	margin-left: 17px;
	clear:both;
}

.calendar_fr_day {
	color:#000000;
	font-weight:bold;
	margin-left: 13px;
	font-size: 20px;
	margin-top: -5px;
	clear:both;
}

.news-container {
	width:280px;
	clear:both;
	margin-bottom: 14px;
}
.read_more {
	float:right;
	color:#0099FF;
	font-size:12px;
	margin-right: 10px;
}

/* news and events page */

.news_top {
	height:9px;
	background-image:url(images/layout/images/news-bg_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	clear: both;
}
.news_body {
	background-image:url(images/layout/images/news-bg_body.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	margin-top:-2px;
	clear:both;
}
.news_body p{
	padding: 5px 10px 5px 10px;
	color:#0066FF;
}
.news_body a {
	text-decoration:none;
	color:#000099;
}
.news_body a:hover{
	color:#0066CC;
}
.news_bottom {
	height:10px;
	background-image:url(images/layout/images/news-bg_bottom.jpg);
	background-position:centre top;
	background-repeat:no-repeat;
	margin-top:0px;
}
.news_events_title {
	margin-left: 10px;
	font-size:16px;
	color:#0066FF;
	font-weight:bold;
}
.news-author {
	margin-left: 80px;
	font-size:12px;
	color: #666666;
	clear:right;
}
.news-content {
	clear:both;
	margin: 0px 0px 5px 5px;
}
.news_gap {
	clear:both;
	width: 100%;
	height:10px;
}
.read-more {
	margin-left: 20px;
	font-style:italic;
	font-size:12px;
	font-variant:small-caps;
	text-decoration:none;
}
/* Gallery styles */

.gallerytopspace {
	width: 100%;
	height: 25px;
}
.gallerypick {
	float:left;
	position:relative;
	text-align:center;
	color: #0066FF;
	margin: 10px 10px 10px 10px;
	height: 180px;
}
.galleryimgpick a{
	background-color:#CCCCCC;
	padding: 5px;
	display:block;
	border:#000000 1px solid;
}
.galleryimgpick a:hover {
	background-color:#0066FF;
	padding: 5px;
	display:block;
	border:#000000 1px solid;
}
.gallery_thumbs {
	float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background-color: #cccccc;
	height: 150px;
}
.gallerycount {
	float:left;
	clear:both;
	margin: 5px 10px 0px 10px;
	width:100%;
	color: #0066FF;
}	

/** jquery slideshow style **/
ul, li {
	margin: 0; padding: 0; border: 0;
}

div#slideshow {
	width: 300px; 
	height: 380px; 
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; 
	z-index: 5;
}
div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; 
	top: 320px; 
	z-index: 15;
}
div#slideshow ul#nav li#prev {
	float: left; 
	margin-left: 20px;
}
div#slideshow ul#nav li#next {
	float: right; 
	margin: 0px;
}
div#slideshow ul#nav li a {
	display: block; 
	width: 80px; 
	height: 80px; 
	text-indent: -9999px;
	border: 0px;
}
div#slideshow ul#nav li#prev a {
	background: url(images/layout/slide-show-buttons-left.png) no-repeat;
}
div#slideshow ul#nav li#next a {
	background: url(images/layout/slide-show-buttons-right.png) no-repeat;
}

div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li {
	margin: 0px;
}
