/* Start of CMSMS style sheet 'default' */
body	{
  background: #F6F7F9 url(/uploads/assets/background.jpg) repeat-x fixed top center;
  padding: 0;
}

/* layout */

#frame	{
  width: 700px;
  margin: 20px auto 0 auto;
}

#header h1 {
  font-family: 'Caslon Pro Regular', 'Palatino Linotype', Palatino, Georgia, Times, fantasy;
  /* text-shadow: 2px 2px 2px #333; */
  color: #AAA;
  margin-bottom: 2px;
}

#content_wrapper {
	background-color: #ffffff;
	border: 1px solid #CCC;
	padding: 1em;
}

#navigation,
#content {
  background-color: #E9E7E0;
  border: 1px solid #CCCCCC;
}

#content {
  padding: 1em;
}

#footer	{
  text-align: center;
  font-size: 1em;
  color: #7A91A3 !important;
  margin-top: 1em;
}

/* Menu stuff */

#navigation	{
	text-align: center;
	margin: 1em 0;
}

#navigation ul	{
	white-space: nowrap; 
	margin: 0;
}

#navigation li	{
	padding:0 10px;
	display: inline; 
	list-style-type: none;
}

#navigation a	{
	font-size: 12px !important;
	letter-spacing: 0.1em;
	background-color: transparent;
	text-transform: uppercase;
}

#navigation a:link,
#navigation a:visited	{
	color: #424f57; 
	text-decoration: none; 
}

#navigation a:hover	{
	border: none; 
	text-decoration: underline;
}

#navigation a.menuactive	{
	font-weight: bold;	
}

/* typography */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%; /* reset base font-size to 10px */
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans","Gill Sans MT",GillSans,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

h1 {
	color:#FFFFFF;
	font-size: 3.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 0 auto;
	text-align:right;
}

h2 {
  font-size: 1.6em;
  text-shadow: rgb(255, 255, 255) 1px 1px 2px;

}

h3 {
  font-size: 1.8em;
  text-shadow: rgb(255, 255, 255) 1px 1px 2px;
}

p, ul, ol, table, label { 
  color: #333333;
  line-height: 1.8em;
  font-size: 1.4em;
}

#content h2 	{
	margin-top: 0;
	color: #000000;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #B4BDDD;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0;
}

a { 
  text-decoration: underline; 
  color: #B43333;
}

/* News */

.date {
text-align: center;
color: #6D6C68;
}

.date .month {

}

.date .day {

}

.date .year {

}

/* contact form */

.contactform div {
	margin: 5px auto;
}

/* accessibility */

dfn {
	display: none;
}

/* Utility */

a img {
  border: none;
}

.clearf {
  overflow: auto;
}

/* album */

.albumlist {
  float: none;
}

.albumlist li.thumb {
	float: none;
	width: auto;
	clear: both;
margin-bottom: 1em;
}

.albumlist li.thumb a {
float: left;
}

.albumlist li.thumb .albumname {
text-align: left;
margin-left: 150px;
padding-top: 1px;
}

.albumlist li.thumb .albumname .albumcomment {
text-align: left;
}

.albumlist li.thumb .albumname .albumlink a {
display: inline;
float:none;
margin:0;
padding:0;
font-size: 12px;
}
/* End of 'default' */

