/*
Theme Name: TE-Glasgow-Standard
Theme URI: http://www.tacticaledgeglasgow.com
Description: custom wordpress theme designed for Madras Palace
Version: 1
Author: Iain Stewart
Author URI: http://www.simplewebhost.co.uk/wp
Tags: aqua, brown, right hand side bar, custom layout

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


/* body Typography & Colors */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/top_bar_repeat_x.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color: #485856;
}

/* containers & boxes */

.title-header {
	position:relative;
	height: 310px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/top_bar_title.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	clear:both;
}

/* Navigation menus */
.nav_position {
	position:relative;
	margin-top:-125px;
}
.nav_clear { /* navigation bottom space for ie7 */
	display:block;
	height:20px;
	clear:both;
}
.menu {
	behavior: url('PIE.htc');
	position:relative;
	clear:both;
	font-size: 18px;
	height: 38px;
	float:left;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border: 1PX solid #485856;
	background-color: #627f81;
}
.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	float:left;
}
.menu a{
	position:relative;
	behavior:url('PIE.htc');
	color:#FFFFFF;
	text-decoration: none;
	display:block;
	padding: 8px 8px 8px 8px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.menu a:hover {
	position:relative;
	behavior:url('PIE.htc');
	color: #485856;
	text-decoration:underline;
	background-color:#CCCCCC;
}
/***********************************************************/

/* front news */
.news_pad {
	padding: 5px;
}

/* images */

.alignleft {
	float:left;
	margin-bottom:5px;
	padding: 2px;
	border: 1px solid #485856;

}
.clear_left {
	position: relative;
	float:left;
	clear:left;
}
.clear_right {
	position: relative;
	float:left;
	clear:right;
}
.clear_hr {
	position:relative;
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_space_10 {
	position:relative;
	margin-top: 10px;
}
/* footer */

.footerbg {
	background-image:url(images/footer_bg_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#627f81;
	font-size:12px;
}
.footer_bg_center {
	background-image:url(images/footer_bg_center.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 60px;
}
.footer_quick_links ul {
}
.footer_quick_links li{
	list-style-type:none;
	margin-right: 5px;
	margin-bottom: 10px;
}
.footer_quick_links a {
	text-decoration:none;
	color:#485856;
}
.footer_quick_links a:visited {
	color:#485856
}
.footer_quick_links a:hover {
	text-decoration: underline;
   	color:#FFFFFF;
}
/* Calendars */

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

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

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

/* news front page styles */
.title_container {
	margin-left: 10px;
	float:left;
}

.news_title_fr {
	float:left;
	text-decoration:underline;
	padding-top: 4px;
}
.news_header_fr {
	behavior: url('PIE.htc');
	background-color: #d2dfdb;
	clear: right;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.news_content_fr {
	behavior: url('PIE.htc');
	margin: 10px 0px 30px 0px;
	background-color: #F3F3F3;
	padding: 5px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.posted_by {
	float:left;
	margin-left: 30px;
	font-variant:small-caps;
	font-size: 10px;
	padding-top: 9px;
}
.get_directions {
	float:left;
	clear:right;
	overflow:hidden;
}
.get_directions a{
		display:block;
		background-image:url(images/TE_Get_Directions.png);
		text-indent: -9000px;
		height:65px;
		width:220px;
}
