/***************************************
 * Title:	Carlysle String Quartet		*
 *				Global Stylesheet				*
 * Author:	Jaani Riordan					*
 * Purpose:	Display of site pages for	*
 *				screen media.					*
 *													*
 * Date:		1 August 2006					*
 * Version:	1.0								*
 ***************************************/

 /**************************************
 * Element-level rules						*
 ***************************************/

body {
	color: #222222;
	margin: 0px;
	padding: 0px;
	background: #F0EEE8 url('images/sub_bg.gif') repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #800000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	text-align: justify;
	margin: 15px 0px;
	padding: 0px;
	line-height: 18px;
}

h1 {
	color: #331212;
	font-size: 32px;
	font-weight: normal;
	margin: 36px 0px 8px 0px;
	padding: 0px;
	font-family: Garamond, "Times New Roman", "Times", serif;
	text-transform: uppercase;
}


#contents h1 {
	font-size: 26px;
}

#contents h1.title {
	font-size: 42px;
	font-family: Garamond, "Times New Roman", "Times", serif;
	color: #333333;
	padding-bottom: 8px;
	border-bottom: 2px solid #333333;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 8px 0px;
	padding: 0px;
}

#contents h2.subtitle {
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 40px 0px 8px 0px;
	padding: 0px;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2.subtitle:first-letter {
	float: left;
	font-family: Ruritania, Old English, Georgia, serif;
	font-size: 56px;
	line-height: 56px;
	margin: 0px 4px 10px 0px;
}

@font-face {
	font-family: Ruritania;
	font-style:  normal;
	font-weight: normal;
	src: url('images/ruritania.eot');
}

#contents h2 {
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	/* text-transform: uppercase; */
	font-family: Garamond, "Times New Roman", "Times", serif;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	margin: 30px 0px 8px 0px;
	padding: 0px;
}

h3 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Garamond, "Times New Roman", "Times", serif;
	margin: 30px 0px 8px 0px;
	padding: 0px;
}

h4 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 5px 0px;
	padding: 0px;
}

h5 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	list-style-type: disc;
}

li {
	margin: 6px 0px;
	font-size: 14px;
}

.small {
	font-size: x-small;
}

 /**************************************
 * Page layout rules							*
 ***************************************/

/* Left column */

#container {
	width: 100%;
	height: 100%;
}

#leftcolumn {
	width: 240px;
	background: #222222 url('images/left_bg.gif') repeat-x;
	background-position: bottom;
	padding: 40px 0px 40px 30px;
	vertical-align: top;
}

#leftcolumn div#logo {
	width: 200px;
	height: 85px;
	background: url('images/logo_small.gif') no-repeat;
	float: left;
	visibility: visible;
	overflow: hidden;
}

#leftcolumn div#logo a {
	display: block;
	width: 200px;
	height: 85px;
	overflow: hidden;
	text-decoration: none;
}

#leftcolumn div#logo a:hover, #leftcolumn div#logo a:active, #leftcolumn div#logo a:visited {
	text-decoration: none;
}

#leftcolumn div#logo h1, #leftcolumn div#logo h2 {
	visibility: hidden;
}

#leftcolumn div#nav {
	height: 460px;
	float: left;
	visibility: visible;
	overflow: hidden;
	padding-top: 30px;
}

#leftcolumn div#nav h2 {
	color: #FFFFFF;
	font-family: Garamond;
	font-size: medium;
	text-align: right;
	margin: 0px;
}

#leftcolumn div#nav h2.l2 {
	color: #FFFFFF;
	font-family: Garamond;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	padding-right: 8px;
	margin: 0px;
}

#leftcolumn div#nav h2 a, #leftcolumn div#nav h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 184px;
	padding: 8px;
}

#leftcolumn div#nav h2 a:hover, #leftcolumn div#nav h2 a:active {
	color: #FFA500;
	text-decoration: none;
	background-color: #323232;
}


/* Right column */

#contents {
	padding: 60px 40px 80px 65px;
	margin: 0px;
	background-color: #F0EEE8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: top;
}

#contents p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 22px;
	font-size: 15px;
}

#contents p img {
	float: right;
	padding: 0px 0px 20px 32px;
	border: none;
}

#contents a, #contents a:active, #contents a:visited {
	color: #800000;
	text-decoration: none;
}

#contents a:hover, #contents a:hover {
	color: #331212;
	background-color: #E4E1D6;
}

#sampleTable {
	margin-left: 80px;
	border: none;
	background-color: #F0F0F0;
}

#sampleTable td {
	padding: 8px;
}

#sampleTable td.nopad {
	padding: 0px;
}

#sampleTable td a {
	display: block;
	padding: 8px;
}

#sampleTable th.header {
	padding: 12px 8px;
	background-color: #402213;
	color: #FFFFFF;
}

/* Page footer */

#footer {
	text-align: center;
	background: url('images/right_bg.gif') repeat-x;
	background-position: bottom;
	height: 180px;
	padding-top: 0px;
	margin-top: 0px;
}

#footer h3 {
	color: #FFFFFF;
	display: inline;
	font-family: Garamond;
	font-size: small;
	text-align: center;
	margin: 8px 30px 0px 0px;
}

#footer a, #footer a:active, #footera:visited {
	font-weight: bold;
	color: #331212;
	text-decoration: none;
}

#footer a:hover {
	color: #800000;
	text-decoration: none;
}

#footer p {
	padding: 8px 0px 0px 0px;
	text-align: center;
}

#footer a.jstar, #footer a.jstar:visited {
	color: #800000;
}

#footer a.jstar:hover, #footer a.jstar:active {
	color: #256377;
}

#leftcell {
	width: 240px;
	background: #080808;
}