/*	
This file is part of the Digital Raindrops CMS-Lite for WordPress Plugin
Copyright 2010  David Cox  (email : david.cox@digitalraindrops.net)
Plugin Support: http://www.digitalraindrops.net/Boards/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Styling of Sidebars Widgets */
/* Start Widgets Container */

.cmss-Widgets
{
	position:relative;
	z-index:0;
	margin: 0 auto;
	min-width:12px;
	min-height:12px;
} 

.cmss-Widgets-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.cmss-Widgets
{
	margin: 7px;
} 

/* End Widgets Container */

/* Begin Widgets Header */
.cmss-WidgetsHeader
{
	position:relative;
	z-index:0;
	overflow: hidden;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.cmss-WidgetsHeader .t
{
	height: 30px;
	color: #212121;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
}

.cmss-WidgetsHeader .l, .cmss-WidgetsHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
}

.cmss-WidgetsHeader .l
{
	left: 0;
	right: 1px;
}

.cmss-WidgetsHeader .r
{
	width:1020px;
	right:0;
	clip: rect(auto, auto, auto, 1019px);
}

 /* End Widget Header layout */

/* Begin Widgets Content Layout */
.cmss-WidgetsContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.cmss-WidgetsContent-trc, .cmss-WidgetsContent-tlc, .cmss-WidgetsContent-brc, .cmss-WidgetsContent-blc
{
	position:absolute;
	z-index:-1;
}

.cmss-WidgetsContent-tb, .cmss-WidgetsContent-bb,.cmss-WidgetsContent-br, .cmss-WidgetsContent-bl
{
	position:absolute;
	z-index:-1;
}

.cmss-WidgetsContent-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

/* Begin Widgets Container Borders */
.cmss-WidgetsContent-trc, .cmss-WidgetsContent-tlc, .cmss-WidgetsContent-brc, .cmss-WidgetsContent-blc
{
	width: 12px;
	height: 12px;
	background-image: url('images/Block-s.png');
}
.cmss-WidgetsContent-tlc
{
	top:0;
	left:0;
}

.cmss-WidgetsContent-trc
{
	top: 0;
	right: 0;
}

.cmss-WidgetsContent-blc
{
	bottom: 0;
	left: 0;
}

.cmss-WidgetsContent-brc
{
	bottom: 0;
	right: 0;
}

.cmss-WidgetsContent-tb, .cmss-WidgetsContent-bb
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Block-h.png');
}

.cmss-WidgetsContent-tb
{
	top: 0;
}

.cmss-WidgetsContent-bb
{
	bottom: 0;
}

.cmss-WidgetsContent-br, .cmss-WidgetsContent-bl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Block-v.png');
}

.cmss-WidgetsContent-br
{
	right:0;
}

.cmss-WidgetsContent-bl
{
	left:0;
}

.cmss-WidgetsContent-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
/* End Widgets Content Layout */

/* Start Widgets Content Style */
.cmss-WidgetsContent-body
{
	color: #6DAEBA;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.cmss-WidgetsContent-body a:link
{
	color: #366872;
	font-family:  Arial, Helvetica, Sans-Serif;
}

.cmss-WidgetsContent-body a:visited, .cmss-WidgetsContent-body a.visited
{
	color: #366872;
	font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.cmss-WidgetsContent-body a:hover, .cmss-WidgetsContent-body a.hover
{
	color: #e0e0e0;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: #1A3337;
}

.cmss-WidgetsContent-body ul
{
	list-style-type: none;
	color: #212121;
	margin:0;
	padding:0;
}

.cmss-WidgetsContent-body ul li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 125%;
	line-height: 1.25em;
	 padding: 0px 0 0px 14px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat: no-repeat;
}

/* End Widgets Content */
/* End Widgets Content Style */
/* End Widgets Sidebar Styles */

/* Begin Styling of Content Widgets */
/* Start Widgets Container */

.cmsc-Widgets
{
	position:relative;
	z-index:0;
	margin: 0 auto;
	min-width:12px;
	min-height:12px;
} 

.cmsc-Widgets-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.cmsc-Widgets
{
	margin: 10px;
} 

/* End Widgets Container */

/* Begin Widgets Header */
.cmsc-WidgetsHeader
{
	position:relative;
	z-index:0;
	overflow: hidden;
	height: 50px;
	padding: 0 0px;
	margin-bottom: 10px;
}

.cmsc-WidgetsHeader .t
{
	height: 50px;
	color: #417E83;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 50px;
}

.cmsc-WidgetsHeader .l, .cmsc-WidgetsHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 50px;
}

.cmsc-WidgetsHeader .l
{
	left: 0;
	right: 1px;
}

.cmsc-WidgetsHeader .r
{
	width:1020px;
	right:0;
	clip: rect(auto, auto, auto, 1019px);
}

 /* End Widget Header layout */

/* Begin Widgets Content Layout */
.cmsc-WidgetsContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.cmsc-WidgetsContent-trc, .cmsc-WidgetsContent-tlc, .cmsc-WidgetsContent-brc, .cmsc-WidgetsContent-blc
{
	position:absolute;
	z-index:-1;
}

.cmsc-WidgetsContent-tb, .cmsc-WidgetsContent-bb,.cmsc-WidgetsContent-br, .cmsc-WidgetsContent-bl
{
	position:absolute;
	z-index:-1;
}

.cmsc-WidgetsContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

/* Begin Widgets Container Borders */
.cmsc-WidgetsContent-trc, .cmsc-WidgetsContent-tlc, .cmsc-WidgetsContent-brc, .cmsc-WidgetsContent-blc
{
	width: 12px;
	height: 12px;
	background-image: url('images/Block-s.png');
}
.cmsc-WidgetsContent-tlc
{
	top:0;
	left:0;
}

.cmsc-WidgetsContent-trc
{
	top: 0;
	right: 0;
}

.cmsc-WidgetsContent-blc
{
	bottom: 0;
	left: 0;
}

.cmsc-WidgetsContent-brc
{
	bottom: 0;
	right: 0;
}

.cmsc-WidgetsContent-tb, .cmsc-WidgetsContent-bb
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Block-h.png');
}

.cmsc-WidgetsContent-tb
{
	top: 0;
}

.cmsc-WidgetsContent-bb
{
	bottom: 0;
}

.cmsc-WidgetsContent-br, .cmsc-WidgetsContent-bl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Block-v.png');
}

.cmsc-WidgetsContent-br
{
	right:0;
}

.cmsc-WidgetsContent-bl
{
	left:0;
}

.cmsc-WidgetsContent-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
/* End Widgets Content Layout */

/* Start Widgets Content Style */
.cmsc-WidgetsContent-body
{
	color: #212121;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
}

.cmsc-WidgetsContent-body a:link
{
	color: #1A3337;
	font-family: Arial, Helvetica, Sans-Serif;
}

.cmsc-WidgetsContent-body a:visited, .cmsc-WidgetsContent-body a.visited
{
	color: #366872;
	font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.cmsc-WidgetsContent-body a:hover, .cmsc-WidgetsContent-body a.hover
{
	color: #366872;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.cmsc-WidgetsContent-body ul
{
	list-style-type: none;
	color: #1A3337;
	margin:0;
	padding:0;
}

.cmsc-WidgetsContent-body ul li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height: 125%;
	line-height: 1.25em;
}

/* End Widgets Content */
/* End Widgets Content Style */
/* End Widgets Content Styles */

/* Begin Styling of Footer Widgets */

/* Start Widgets Container */
/* Footer Panel layout */
.cms-footer
{
	position: relative;
	margin-top: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
} 

.cms-footer .cms-footer1{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 33%;
} 

.cms-footer .cms-footer2{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 33%;
} 

.cms-footer .cms-footer3{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 33%;
} 

/* Begin Styling of Footer Widgets */
/* Start Widgets Container */

.cmsf-Widgets
{
	position:relative;
	z-index:0;
	margin: 0 auto;
	min-width:12px;
	min-height:12px;
} 

.cmsf-Widgets-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.cmsf-Widgets
{
	margin: 10px;
} 

/* End Widgets Container */

/* Begin Widgets Header */
.cmsf-WidgetsHeader
{
	position:relative;
	z-index:0;
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.cmsf-WidgetsHeader .t
{
	height: 30px;
	color: #212121;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
}

.cmsf-WidgetsHeader .l, .cmsf-WidgetsHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader2.png');
}

.cmsf-WidgetsHeader .l
{
	left: 0;
	right: 1px;
}

.cmsf-WidgetsHeader .r
{
	width:1020px;
	right:0;
	clip: rect(auto, auto, auto, 1019px);
}

 /* End Widget Header layout */

/* Begin Widgets Content Layout */
.cmsf-WidgetsContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.cmsf-WidgetsContent-trc, .cmsf-WidgetsContent-tlc, .cmsf-WidgetsContent-brc, .cmsf-WidgetsContent-blc
{
	position:absolute;
	z-index:-1;
}

.cmsf-WidgetsContent-tb, .cmsf-WidgetsContent-bb,.cmsf-WidgetsContent-br, .cmsf-WidgetsContent-bl
{
	position:absolute;
	z-index:-1;
}

.cmsf-WidgetsContent-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

/* Begin Widgets Container Borders */
.cmsf-WidgetsContent-trc, .cmsf-WidgetsContent-tlc, .cmsf-WidgetsContent-brc, .cmsf-WidgetsContent-blc
{
	width: 12px;
	height: 12px;
	background-image: url('images/Block-s.png');
}
.cmsf-WidgetsContent-tlc
{
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}

.cmsf-WidgetsContent-trc
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}

.cmsf-WidgetsContent-blc
{
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}

.cmsf-WidgetsContent-brc
{
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}

.cmsf-WidgetsContent-tb, .cmsf-WidgetsContent-bb
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Block-h.png');
}

.cmsf-WidgetsContent-tb
{
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}

.cmsf-WidgetsContent-bb
{
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}

.cmsf-WidgetsContent-br, .cmsf-WidgetsContent-bl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Block-v.png');
}

.cmsf-WidgetsContent-br
{
	right:0;
	clip: rect(auto, auto, auto, 6px);
}

.cmsf-WidgetsContent-bl
{
	left:0;
	clip: rect(auto, 6px, auto, auto);
}

.cmsf-WidgetsContent-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
/* End Widgets Content Layout */

/* Start Widgets Content Style */
.cmsf-WidgetsContent-body
{
	color: #212121;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.cmsf-WidgetsContent-body a:link
{
	color: #1A3337;
	font-family: Arial, Helvetica, Sans-Serif;
}

.cmsf-WidgetsContent-body a:visited, .cmsf-WidgetsContent-body a.visited
{
	color: #366872;
	font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.cmsf-WidgetsContent-body a:hover, .cmsf-WidgetsContent-body a.hover
{
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: #1A3337;
}

.cmsf-WidgetsContent-body ul
{
	list-style-type: none;
	color: #202020;
	margin:0;
	padding:0;
}

.cmsf-WidgetsContent-body ul li
{
	font-size: 13px;
	line-height: 125%;
	line-height: 1.25em;
	 padding: 0px 0 0px 14px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat: no-repeat;
}

/* End Widgets Content */
.cleared
 {
	float: none;
	clear: both;
	margin:0 auto;
	padding: 0;
	border: none;
	font-size:1px;
}
/* End Widgets Content Style */
/* End Widgets Footer Styles */


