/* Global Styles – (body, paragraphs, lists, etc)
==============================================================================*/

body {
/* Try default colours that are just off-white and off-black */
/*	background: #FFFAFA;*/
	background: #fff;
	color: #343333;
    font-size: 62.5%; /* Set the default font size to 10px */
    font-family: Verdana, Helvetica, Sans;
}

html>body {
  font-size: 10px; /* Set to a specific value for browsers that can resize text set in pixels */
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

em {
	font-style: italic;
}

/* Setting to a baseline rhythm
-----------------------------*/

/* Set the left indent to be consistent across text styles */
p, h1, h2, h3, h4, h5, h6, address, ul, ol, blockquote, cite {
	margin-left: 10px;
} 

p, ol, ul, address, cite {
	font-size: 120%; /* Set the font size to 12px; */
	line-height: 1.5em; /* And the line height to 18px */
	margin-bottom: 1em; /* Set the base margin to 18px as well */
}

blockquote {
	font-size: 133.33333%;
	line-height: 1.5em;
	margin-top: 0.375em;
	margin-bottom: 0.375em;
}
blockquote {
	border: 3px double #aaa;
	border-left: 0px;
	border-right: 0px;
	font-style: italic;
	font-family: Palatino, Georgia, "Times New Roman", Serif;
	padding: 0.5625em 10px 0.5625em 10px;
}

blockquote p{
	margin-bottom: 0;
}

p.cite  {
	font-style: italic;
	text-align: right;
}

cite {
	font-family: Palatino, Georgia, "Times New Roman", Serif;
}

blockquote.left { width: 200px; margin: 5px 15px 5px 0; padding: 5px 0; border: 3px double #aaa; border-width: 3px 0; font-size: 1.4em; text-align: center; float: left; }

blockquote.right { width: 200px; margin: 5px 0 5px 15px; padding: 5px 0; border: 3px double #aaa; border-width: 3px 0; font-size: 1.4em; text-align: center; float: right; }

p + p {
	text-indent: 1em; /* Sibling selector to indent all paragraphs preceded by 
	another paragraph. NB: this does not work in IE6 (surprise) */
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
	font-size: 210%;      	/* General approach: set font size */
	line-height: 1.714em;   /* then set line height to keep in rhythm (e.g. 36px here) */
	margin-bottom: 0.45em;	/* then set bottom margin, again to keep in rhythm. */
	margin-top: 0.45em;			/* set top margin as well, if wanted for syncopation */
}

h2 {
	font-size: 160%;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

address {
	font-style: normal;
}

img {
	margin-bottom: 18px;
}

.blank-list {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

abbr {
	border-bottom: 1px dotted;
}

abbr:hover {
	cursor: help;
}

/* Link styles - NB order is important 
=====================================*/
a:link { color: #F37221;}

a:visited { color: #F37221; }

a:hover { 
	color: #343333;
	color: #fff;
	background: #F37221;
}

a:link:hover {
	color: #fff; 
	background: #F37221;
	text-decoration: none;
} /* Consider trying to avoid hover effects on name anchors */

 a:active { color: red; }

 a:link:active { color: #fff; background: #F37221;} /* As above */ 


a[href^="http://"]:not([href*="stilby.com"])::after { 
 	content: "\2197"; */
 	font-style: normal; */
 	font-family: Verdana, Helvetica, Sans;
 }

html body div a[href^="http://"].imlink::after{
	content: "";
}


/* Header
==============================================================================*/

#header {
	border-bottom: 2px solid black;
}

/* Image replacement techniques 
---------------------------------*/

/* For links on images 
------------------------*/

/* TODO: tidy this up a bit, and make it more generic */


/* Class for all link spans, to hide them, and remove code duplication */

h1.irt, .irt h1, li.irt {
	margin: 0;
}

h1.irt a, span.irt a, li.irt a{
	position: relative;
 	cursor:pointer; 
	display:block;
	text-indent: -10000px;
}


/* And now the code for specific elements, to set the image to use, and the dimensions */


h1.irt a.logo, span.irt a.logo {
	background: #000 url(../images_template/logo.png) no-repeat scroll 0%;
	height: 82px;
	width: 192px;	
}

li.irt a.greens {
	background: #ddd url(../images_template/greens.png) no-repeat scroll 0%;
	height: 174px;
	width: 246px;
	margin-bottom: 18px;
	margin-top: 9px;
}

li.irt a.bridgemakers, li.irt a.fiery-feet, li.irt a.taichisoc {
	height: 82px;
	width: 246px;
	margin-bottom: 18px;
}

li.irt a.bridgemakers {
	background: #fff url(../images_template/bridgemakers.png);
}

li.irt a.fiery-feet {
	background: #fff url(../images_template/fieryfeet.png);
}
li.irt a.taichisoc {
	background: #fff url(../images_template/taichisoc.png);
}



/* h1.irt a:hover, span.irt a:hover { */
/* 	background: #ccc; */
/* } */

/* For replacement of text */
h1.phark {
	position: relative;
	display: block;
	text-indent: -10000px;
	margin-left: 0px;
	padding-left: 0;
}

#tagline {
	width: 374px;
	height: 174px;
	background: #ccc url(../images_template/tagline.png) no-repeat top left;
	margin-top: 9px;
}


/* Page Structure
==============================================================================*/

/*Simple styles for floats etc. 
---------------------------------*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-left-margin {
	margin-left: 0;
}

.spaced {
	padding-top: 18px;
}



/* Headings
==============================================================================*/

/* Text Styles
==============================================================================*/

.footer {
	text-align: right;
	width: 100%;
	border-top: 1px solid black;
	margin-left: 0;
}

.footer address {
}



/* Navigation
==============================================================================*/

#main-nav, #secondary-nav {
	margin-left: 0;
	width: 100%;
}

#main-nav li {
	border-bottom: 1px solid black;
	font-size: 150%;
	line-height: 100%; 
	list-style: none;
	margin: 0;
	padding: 0.33em 0 0.55em 0;
}

#main-nav li a { 
	text-decoration: none; 
	color: #343333;
}

#main-nav li a:hover {
	color: #F37221;
	background: inherit;
}

#secondary-nav {
	list-style-type: square;
}

#portfolio {
	margin: 0;
	list-style-type: none;
}

#home li.home , #about li.about, #contact li.contact, #portfolio li.portfolio, #prices li.prices {
	list-style-type: disc;
  list-style-image: url(../images_template/pointer.png);
}

#home li.home a, #about li.about a, #contact li.contact a, #portfolio li.portfolio a, #prices li.prices a{
	color: #F37221;
}


/* Forms
==============================================================================*/

/* Comments
==============================================================================*/

/* Extras
==============================================================================*/

