/* Start of CMSMS style sheet 'senseFly2 Basic' */
/*
Colors:
very light: #e6e6e6
light: #d9d9d9
mid: #b3b3b3;
dark: #404040
dark red: #bf0000;
light red: #d90000:
*/

/*************
 * STRUCTURE *
 *************/

* {
	margin: 0;
	padding: 0;
}


body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-color: #fff; /* so that the wysiwyg looks good */
	background-image: url(uploads/senseFly2/gray_background.png);
	background-repeat: repeat;
	color: #404040;
	margin: 0;
}

.highlight {
	font-weight: bold;
	font-size: 14px;
}

div#page_wrapper {
	width: 973px;
	margin-left: auto;
	margin-right: auto;
}

div#top_banner {
	width: 973px;
	height: 134px;
	margin-top: 15px;
	background-image: url(uploads/senseFly2/top_banner.png);
}

div#content_wrapper {
	width: 973px;
	height: 100%;
	background-image: url(uploads/senseFly2/frame_background.png);
	background-repeat: repeat-y;
}

div#left_col {
	margin-left: 12px;
	float: left;
	width: 188px;
	min-height: 263px;
	background-image: url(uploads/senseFly2/column_gradient.png);
	background-repeat: repeat-x;
}

div#column_sep {
	float: left;
	width: 1px;
	height: 433px;
	background-image: url(uploads/senseFly2/column_sep.png);
}

div#bottom_banner {
	width: 973px;
	height: 55px;
	background-image: url(uploads/senseFly2/bottom_banner.png);
}

div#content {
	float: left;
	padding: 15px;
}

div#menu {
	padding: 10px;
}

div#news {
	padding: 10px;
}

div#footer {
	padding-left: 22px;
	padding-right: 55px;
	padding-top: 14px;
	color: #fff;
	text-align: right;
}

div#copyright {
	font-size: 10px;
	text-align: center;
	color: #252525;
}




/*********
 * TEXTS *
 *********/

.sensefly {
	font-style: normal;
	color: #bf0000;
}

p {
	margin: 0 0 0.8em 0;
	padding: 0;
}

a,
a:link 
a:active {
	text-decoration: none;
	background-color: inherit; 
	color: #bf0000;
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #d90000;
}

/* causes problems with gallery thumbnails */
/*a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
	color: #d90000;
}*/

h1 {
	font-size: 15px; 
	text-align: left;
	font-weight: bold; 
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 14px; 
	text-align: left; 
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

h3 {
   font-size: 12px;
   font-weight: bold;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

blockquote {
   border-left: 3px solid #b3b3b3;
   padding-left: 5px;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 0.8em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}







/*********
 * LISTS *
 *********/


div#content ul {
	list-style-image: url(uploads/senseFly2/double_arrow.png);
	margin: 0 0 0.8em 30px;
	padding: 0;
}

div#content ul li {
	margin-bottom: 3px;
}



/**********
 * IMAGES *
 **********/

img 
{
	float: right;
	border: none;
}

img#thumb
{
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
	float: none;
}
/* End of 'senseFly2 Basic' */

