/* Styles for Sessions at The White Cockade, hosted on GregRoe.com */
/* Greg Roe - 2006.02.06 */

body {
	background: #ececec;
    font-size: 12px;
	color: #222;
    font-family: "Arial", "Helvetica", "Verdana", "Geneva", sans-serif;
	margin: 0px;
	padding: 0px;
}


/* LINK STYLES */
a:link {color: #333; text-decoration: underline;}
a:visited {color: #333; text-decoration: underline;}
a:focus {color: #999; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}
a:active {color: #999; text-decoration: none;}

img, a img {border: none; margin: 0px;}

.wrapper {
	width: 700px;
	background: #fff;
	border-top: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 6px solid #8AAED8;
	margin-left: auto;
	margin-right: auto;
}


/* HEADER */
.header {
	width: 100%;
	height: 76px;
	background: url('img/header_bg.png') repeat-x;
	border-top: 1px solid #8AAED8
}


#title_graphic {
	margin-left: 30px;
}

.flag {
	float: right;
	margin: 5px;
}

/* CONTENT */
.content {
	padding: 15px 30px 15px 30px;
}

.info_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #222;
}

h1 {
	font-size: 16px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #999;
	margin-top: 15px;
}


h2 {
	font-size: 13px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #999;
	margin-top: 15px;
	width: 300px;
}

h3 {
	font-size: 13px;
	margin-top: 20px;
}


i {color: #444;}

#session_photo {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}


/* TUNE LIST STYLES */

li {list-style-type: circle;}
.inSet {background-color: #f3f3f3; width: 240px;}
.first {margin-top: 5px;}
