@charset "UTF-8";
/*----------------------------------------------------*\
| Cherrylipped Studios                                 |
| Copyright (c) 2000-2010 Thomas Arthur Schaefer       |
| All rights reserved. 								   |
|													   |
| CSS Style: Cherry Tree                               |
| CSS Type: Modules									   |
| Version: 2.0              						   |
| Author: Thomas Arthur Schaefer					   |
\*----------------------------------------------------*/

/* ##################################################### */
/* ##################################################### */
/* ----------------------------
LINK - Basic link type
---------------------------- */
.URL {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.URL a {
	color: #CC0000;
	text-decoration: none;
}
.URL a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* ----------------------------
PANELS
---------------------------- */
#PANEL-3-Left {
}

#PANEL-3-Center {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#PANEL-3-Right {
}



.BLOCK {
	display:block;
}

.FL-L {
	float: left;	
}
.FL-R {
	float: right;	
}
.CLEAR {
	clear:both;	
}



/* ##################################################### */
/* ##################################################### */


/* ----------------------------
	MODULE - Title Bars
---------------------------- */
.TitleBar-WHITE {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.TitleBar-WHITE h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.TitleBar-GREY {
	font-size: 14px;
	color: #333;
	text-align:left;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.TitleBar-GREY h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


/* ----------------------------
	MODULES - Generic Classes
	* These classes can be used on any sidebar element to create a basic container.
---------------------------- */
.MOD-Sidebar {
	padding-bottom:10px;
}


/* ----------------------------
	MODULES - Elements
---------------------------- */
.MOD-Divider {
	margin: 0 0 5px 0;
	padding: 0 0 5px; 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

/* ----------------------------
	MODULES  - Text
---------------------------- */
.MOD-Text {
	font-size: 11px;
	color: #333;
	line-height:14px;
}
.MOD-Text a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
.MOD-Text a:hover {
	text-decoration: underline;
}


/* ----------------------------
	MODULES  - Lists
---------------------------- */
.MOD-List {
	font-size: 11px;
	color: #333;
}
.MOD-List h2 {
	font-size: 11px;
	font-weight:bold;
	margin: 0px;
	padding: 0 0 3px 0;
}
.MOD-List ul {
	margin: 0 0 0 5px;
	list-style-type:none;
}
.MOD-List ul li {
	margin: 3px 0 0 0;
	padding: 0px;
}
.MOD-List ul ul {
	list-style-type:square;
	margin: 2px 0 0 15px;
}
.MOD-List ul ul li {
	margin: 0px;
	padding: 0px;
}


/* ----------------------------
MOD - Buildout
---------------------------- */
.MOD-Buildout {
	padding-bottom: 15px;
}
.MOD-Buildout img { /* Used for the photos in the Buildouts Modules */
	float: left;
	margin: 0;
	padding-right: 5px;
}

.Buildout-TEXT {
	font-size: 11px;
	color: #333;
	line-height:14px;
	padding-left:185px;
}
.Buildout-TEXT a {
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
}
.Buildout-TEXT a:hover {
	text-decoration: underline;
}


/* ----------------------------
MOD - Twitter
---------------------------- */
.Twitter-TEXT {
	color: 3333;
	font-size: 11px;
	line-height: 14px;

}
.Twitter-TEXT a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
.Twitter-TEXT a:hover {
	text-decoration: underline;	
}

.Twitter-TEXT ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Twitter-TEXT li {
	margin: 0px;
	padding: 0 0 5px 0;;
}













