/*  
Theme Name: Bethel Cleveland
Theme URI: http://www.bethelcleveland.com
Description: Bethel Cleveland default theme for SkyCMS.
Version: 1.3
Author: cnc137 Design
Author URI: http://www.cnc137.com
	This theme was designed and built by cnc137 Design for exclusive use on BethelCleveland.com (http://www.bethelcleveland.com).
*/
/*
	Link Colors:
		Link: #71B7E5 		- Blue on Black
		Link: #399ADB 		- Blue on White
		Visited: #005480 	- Dark Blue
		Hover: #76B800 		- Green
		Focus: #76B800 		- Green
		Active: #FFF 		- White on Black
		Active: #000 		- Black on White
*/

html {
	font-size: 100%;
	background: url('images/body_background_diagonal_lines_with_white_background_4000x5.png') top center repeat-y;
	height: 100%;
}
body {
	color: #333;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
.hidden {
    display: none;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* THESE STYLES WILL SHOW UP IN THE CMS TEXT EDITOR */
/* <textEditor> */		

	.alignleft {
	   float: left;
	}
	.alignright {
	   float: right;
	}
	.leftPastorColumn {
		width: 220px;
		float: left;
	}
	.rightPastorColumn {
		width: 509px;
		float: left;
	}
	.noborder {
		border: none !important;
	}

/* </textEditor> */

.backLink {
	clear: both;
	text-align: center;
	font-style: italic;
}
.skipToContent {
	position: absolute;
	left: -1000em;
	width: 20em;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 980px;
	background: #FFF;
	color: #333;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px; 
	border-bottom: 1px solid #333;
}
#siteLogo {
	width: 461px;
	height: 60px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 16px 0px 16px 16px;
	float: left;
	background: #FFF;
}
#siteLogo img {
	width: 363px;
	height: 60px;
}
#siteLogo a {

}
#searchBox {
	background: url(images/search_box_faded_background_1x100.png) repeat-x;	
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;	
	font-size: 1.6em;
	margin-top: 26px;
}
#searchBox img {
	width: 20px;
	height: 20px;
	margin: 10px 10px;
	float: left;
}
#searchBox form {
	margin: 8px 0px;
	float: left;
}
#searchBox .searchInput {
	width: 275px;
	margin-right: 2px;
}
#searchBox .searchButton {
	margin-right: 10px;
}
.search {
	float: left;
	margin-top: 7px;
}
.search label {
	display: none;
}


#navigation {
	background: url(images/search_box_faded_background_1x100.png) repeat-x;	
	width: 980px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;	
	font-size: 1.8em;
	color: #FFF;
	text-align: left;
	line-height: 30px;
}
#navigation ul {
	width: 980px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#navigation li {
	padding: 0px;
	float: left;
	margin: 0px;
	display: inline;
}
#navigation a {
	float: left;
	padding: 0px 15px;
	color: #71B7E5;
	border-right: 1px solid #333;
}
#navigation a:link {
	color: #71B7E5;
	text-decoration: none;	
}
#navigation a:visited {
	color: #71B7E5;
	text-decoration: none;	
}
#navigation a:hover, #navigation a:focus {
	color: #76B800;
	text-decoration: underline;	
}
#navigation a:active {
	color: #FFF;
	text-decoration: underline;	
}
#navigation .selectedPage,
#navigation .selectedPageRoot {
	background: #FFF;
}
#navigation .selectedPage a,
#navigation .selectedPageRoot a {
	color: #333;
	text-decoration: none;
}
#breadcrumbs {
	background: #FFF;	
	width: 965px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;	
	font-size: 1.2em;
	color: #FFF;
	text-align: left;
	line-height: 30px;
	color: #333;
	height: 30px;
}

#breadcrumbs ul {
	list-style-type: none;
	float: left;
} 
#breadcrumbs li {
	background: url(images/breadcrumbs_arrow_10x30.gif) top left no-repeat;
	height: 30px;
	padding: 0px;
	float: left;
	margin: 0px;
	display: inline;
}
#breadcrumbs a {
	padding-right: 0px;
	padding-left: 0px;
}
#breadcrumbs a:link {
	color: #333;
	text-decoration: none;	
}
#breadcrumbs a:visited {
	color: #333;
	text-decoration: none;	
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
	color: #333;
	text-decoration: underline;	
}
#breadcrumbs a:active {
	color: #71B7E5;
	text-decoration: underline;	
}

/* 

#breadcrumbs #current {
	background: #FFF;
	display: inline-block;
	height: 30px;
}
#breadcrumbs #current a {
	color: #333;
	text-decoration: none;
}

*/

#contentHolder {
	background: #FFF;
}
#primaryHighlights {
	background: #000 url(images/search_box_faded_background_1x100.png) repeat-x;

	width: 980px;
}
#servicesSidebar {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-weight: normal;
	width: 161px;
	height: 325px;
	padding: 0px 15px 0px 14px;
	border-right: 1px solid #333;
	float: left;
	color: #FFF;
}
#servicesSidebar a:link {
	color: #76B800;
	text-decoration: none;	
}
#servicesSidebar a:visited {
	color: #76B800;
	text-decoration: none;	
}
#servicesSidebar a:hover, #servicesSidebar a:focus {
	color: #76B800;
	text-decoration: underline;	
}
#servicesSidebar a:active {
	color: #FFF;
	text-decoration: underline;	
}
#servicesSidebar h3 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 2.0em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #71B7E5;
	margin-top: 15px;
	text-transform: uppercase; 	
}
#servicesSidebar h4 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.8em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #76B800; 
	margin-top: 10px;
	margin-bottom: 0.2em; 	
}
#serviceHours {
	margin-left: 1.5em;
}
#servicesSidebar p {
	font-size: 1.6em;
	margin-bottom: 1.2em;
}
#imNewButton {
	width: 110px;
	height: 36px;
	margin: 5px 0px 5px 26px;
}
#followUs {
	margin: 10px 0px 0px;
	text-align: center;
}
#followUs img {
	width: 24px;
	height: 24px;
	margin: 0px 5px 0px 5px;
}
#mainHighlight {
	float: left;
	position: relative;
	width: 787px;

}
#mainHighlight div.highlight img {
    width: 765px;
    height: 300px;
    display: block;
    margin: 11px;
    border: 1px solid #333;
}
#mainHighlight div.highlight h2 {
	z-index: 50;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	background: url(images/main_highlight_faded_transparent_background_1x100.png) repeat-x;
	margin: -62px 12px 0px 12px;
	height: 41px;
	color: #FFF;
	font-size: 2.4em;
	font-weight: normal;	
	line-height: 1.3em;
	text-align: right;
	padding: 9px 15px 0px;
	position: absolute;
	display: block;
	width: 735px;
	
}
#mainHighlight div.highlight a:link {
	color: #FFF;
	text-decoration: none;	
}
#mainHighlight div.highlight a:visited {
	color: #FFF;
	text-decoration: none;	
}
#mainHighlight div.highlight a:hover,
#mainHighlight div.highlight a:focus {
	color: #76B800;
	text-decoration: underline;	
}
#mainHighlight div.highlight a:active {
	color: #FFF;
	text-decoration: underline;	
}
#mainHighlight div.highlight {
	position: absolute; 
    top: 0;
    left: 0;
    z-index: 8;
	opacity: 0.0;
	height: 325px;
}
#mainHighlight div.active {
    z-index:10;
	opacity:1.0;
}

#mainHighlight div.last-active {
    z-index:9;
}
#mainHighlight div.actions {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
#mainHighlight div.inlineContentAdder {
	position: absolute;
	top: 305px;
	left: 0;
	z-index: 100;
	width: 100%;
}
#secondaryHighlights {
	width: 948px;
/*	height: 216px; */
	padding: 0px 16px 10px;
}
.subHighlight {
	margin: 30px 11px 0px;
	width: 294px;
/*	height: 176px; */
	background: url(images/sub_highlight_with_reflection_294x176.png) no-repeat;
	float: left;
	padding-bottom: 22px;
}
.subHighlight a:link {
	color: #FFF;
	text-decoration: none;	
}
.subHighlight a:visited {
	color: #FFF;
	text-decoration: none;	
}
.subHighlight a:hover, .subHighlight a:focus {
	color: #76B800;
	text-decoration: underline;	
}
.subHighlight a:active {
	color: #FFF;
	text-decoration: underline;	
}
.subHighlight img {
	margin: 11px 16px 12px;
	border: 1px solid #333;
	width: 260px;
	height: 130px;
}
.subHighlight h3 {
	z-index: 50;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	background: url(images/sub_highlight_title_faded_background_1x100.png) repeat-x;
	margin: -44px 17px 0px;
	height: 21px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;	
	line-height: 1.3em;
	text-align: right;
	padding: 6px 9px 3px;
	position: absolute; 
	display: block;
	width: 242px;
}
#sidebar {
	width: 190px;
	min-height: 100px;
	border-left: 0px;
	border-top: 0px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #FFF;	
	float: left;
	padding-bottom: 30px;
}
#sidebar ul, #sidebar ol, #sidebar dl, #sidebar blockquote {
	margin-left: 0px;
	border: 1px solid #333;
	background: #000;
}
#sidebar li {
	list-style: none;
	background: url(images/sidebar_faded_background_1x100.png) repeat-x;	
	padding: 4px 10px 4px;
/*	height: 26px; */
	border-bottom: 1px solid #333;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 2.2em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-weight: normal;
	padding-left: 5px;
}
#sidebar a {
	font-weight: normal;
}
#sidebar a:link {
	color: #71B7E5;
	text-decoration: none;	
}
#sidebar a:visited {
	color: #71B7E5;
	text-decoration: none;	
}
#sidebar a:hover, #sidebar a:focus {
	color: #76B800;
	text-decoration: underline;	
}
#sidebar a:active {
	color: #FFF;
	text-decoration: underline;	
}
/* #sidebar li.selectedPage {
	background: #FFF;
}
*/
#sidebar li.selectedPage a {
	color: #FFF;
	text-decoration: none;
}
.highlightImage {
	border: 1px solid #333;
}
#content {
	width: 729px;
	background: #FFF;
	color: #222;
	padding: 30px 30px 30px 30px;
	float: left;
}
.post {

}
.entry {
/*	background: #FFF;   */
	color: #333;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;	
}
.entry a:link {
	color: #399ADB;
	text-decoration: underline;	
}
.entry a:visited {
	color: #005480;
	text-decoration: underline;	
}
.entry a:hover, .entry a:focus {
	color: #76B800;
	text-decoration: underline;	
}
.entry a:active {
	color: #000;
	text-decoration: underline;	
}
.entry h1 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.3em;
	color: #005480;	
	margin-top: 0em;
	margin-bottom: 0.4em;
/*	letter-spacing: -0.025em; */
	
}
.entry h2 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.8em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #76B800; 
	margin-top: 1.5em;
	margin-bottom: 0.4em; 	
	
}
.entry h3 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.6em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #399ADB;
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	 	
}
.entry h4 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.4em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #005480; 
	margin-top: 1.5em;
	margin-bottom: 0.4em; 	
	
}
.entry h5 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.2em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #76B800; 
	margin-top: 1.5em;
	margin-bottom: 0.4em; 	

}
.entry h6 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 1.0em;
	font-weight: normal;	
	line-height: 1.3em;
	color: #399ADB; 
	margin-top: 1.5em;
	margin-bottom: 0.4em; 	
	
}
.entry p {
	margin-bottom: 1.7em;
}
.entry ul, .entry ol, .entry dl, .entry blockquote {
	margin-left: 3em;
	margin-bottom: 1.4em;
}
.entry dl {
	font-weight: bold;
}
.entry dd {
	margin-left: 3em;
	font-weight: normal;
}
.entry ul {
	list-style: square;
}
.entry ol {
	list-style: decimal;
}
.entry blockquote {
	border-left: 5px solid #399ADB;
	padding: 1.7em 1.7em 1px 1.7em;
	font-style: italic;
	background: #EFEFEF;
	display: block;
}
.entry abbr, .entry acronym	{
	border-bottom: .1em dotted #399ADB;
	cursor: help;
	}
.entry pre {
	font-size: 12px;
	padding: 15px;
	margin: 0px;
	background: #f0f0f0;
	border: 1px solid #CCC;
	line-height: 20px; /*--Height of each line of code--*/
	width: 697px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
/*	overflow-Y: hidden; */ /*--Hides vertical scroll created by IE--*/
	margin-bottom: 1.7em;
}
.entry pre code {
	margin: 0px 0px 0px 1.7em;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}
.entry sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.9em;
	}
.entry sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	bottom: -0.4em;
	}	
.entry fieldset { 
	border: 1px solid #CCC;
	padding: 20px;
	background: #EFEFEF;
}

.entry legend {
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
  padding: 0.2em 0.5em;
  border: 1px solid #CCC;
  color: #399ADB;
  font-size: 1.0EM;
  text-align: left;
  background: #FFF;
  font-weight: bold;
}
.entry label {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-weight: bold;
}
.entry hr {
	height: 1px;
	border: 0px none;
	margin: 1.7em 0px;
	color: #333;
	background: #333;
}
.entry small {
	font-size: 0.8em;
}
.tableRowOdd {
	background-color: #F3F3F3;
}
.tableRowEven {
	background-color: #DDD;
}
.entry table {
	color: #FFF;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	background-color: transparent;
	margin: 0.5em 0px 1.7em 0px;
	border-collapse: collapse;
}
.entry table caption {
	color: #FFF;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}
.entry table th {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #399ADB;
	text-align: left;
	padding: 4px 6px;
	font-size: 1.0em;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	font-weight: normal;
}
.entry table td {
	width: auto;
	text-align: left;
	padding: 4px 6px;
	font-size: 1.0em;
	color: #000;
	border: 1px dotted #000;
	background: #FFF;
}

/* ------- WordPress CSS for Images, Captions, and Alignment ------- BEGIN ------- */ 

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.entry .aligncenter,
.entry div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.entry .alignleft {
   float: left;
}
.entry .alignright {
   float: right;
}
.entry .wp-caption {
   	border: 1px solid #333;
   	text-align: center;
	background: #000 url(images/search_box_faded_background_1x100.png) repeat-x;
   	padding: 5px 1px 1px 1px;
   	margin: 10px;
   	color: #FFF;
/* optional rounded corners for browsers that support it */
/*   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;  */
}
.entry .wp-caption.aligncenter {
	margin-bottom: 1.7em;
}
.entry .wp-caption.alignright {
	margin: 7px 0px 5px 15px;	
}
.entry .wp-caption.alignleft {
	margin: 7px 15px 5px 0px;
}
.entry .wp-caption img {
   margin: 0px;
   padding: 0px;
   border: 1px solid #333;
}

.entry .wp-caption p.wp-caption-text {
   font-size: 0.75em;
   line-height: 1.6em;
   padding: 0px 4px 7px;
   margin: 0px;
   text-align: center;
}
.entry p img {
	padding: 0px;
	max-width: 100%;
}
.entry img.centered {
	display: block;
	margin: 7px auto 5px;
	border: 1px solid #333;
}
.entry img.alignright {
	padding: 0px;
	margin: 7px 0px 5px 15px;
	display: inline;
	border: 1px solid #333;
}
.entry img.alignleft {
	padding: 0px;
	margin: 7px 15px 5px 0px;
	display: inline;
	border: 1px solid #333;
}

/* ------- WordPress CSS for Images, Captions, and Alignment ------- END ------- */

/* ------- Additional WordPress Generated CSS Classes ------- BEGIN ------- */

.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.widget {
}
.widget_text {
}
.blogroll {
}
.linkcat{
}

/* ------- Additional WordPress Generated CSS Classes ------- END ------- */





.videoPlayer {
	width: 425px;
	height: 344px;
	border: 2px solid #000;
}
#editEntry {
	font-size: 0.7em;
	clear: both;
}
.photoAlbum h1,
.photoAlbum h2,
.photoAlbum h3,
.photoAlbum h4,
.photoAlbum h5,
.photoAlbum h6,
.photoAlbum p {
	text-align: left;
}
.photoAlbum h2 {
	text-transform: uppercase;
}
#footer {
	width: 980px;
	background: #FFF;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.2em;
	margin: 0px auto 0px;
	color: #999;
}
#footer a:link {
	color: #666;
	text-decoration: underline;	
}
#footer a:visited {
	color: #666;
	text-decoration: underline;	
}
#footer a:hover, #footer a:focus {
	color: #000;
	text-decoration: underline;	
}
#footer a:active {
	color: #000;
	text-decoration: underline;	
}
#footer img {
	border: 0px;
	vertical-align: middle;
}
#contactUs {
	height: 16px;
	background: url(images/search_box_faded_background_1x100.png) repeat-x;
	padding: 8px 15px 6px;
}
#contactUs a {
	color: #71B7E5;
	text-decoration: underline;	
}
#contactUs a:link {
	color: #71B7E5;
	text-decoration: underline;	
}
#contactUs a:visited {
	color: #71B7E5;
	text-decoration: underline;	
}
#contactUs a:hover, 
#contactUs a:focus {
	color: #76B800;
	text-decoration: underline;	
}
#contactUs a:active {
	color: #FFF;
	text-decoration: underline;	
}
#contactUs .alignright img {
	margin-left: 15px;
	vertical-align: middle;
}
#copyright {
	height: 16px;
	padding: 8px 15px 6px;
}

#topLink {
	font-size: 1.1em;
	float: right;
	background: url(images/top_link_background_50x20.gif) no-repeat;
	width: 50px;
	height: 20px;
	padding: 4px 4px 0px 20px; 
	margin: 0px 20px 0px 10px;
	font-weight: bold;
}
#topLink a {
	color: #000;
}
#topLink a:link {
	color: #000;
	text-decoration: none;	
}
#topLink a:visited {
	color: #000;
	text-decoration: none;	
}
#topLink a:hover, #topLink a:focus {
	color: #000;
	text-decoration: underline;	
}
#topLink a:active {
	color: #333;
	text-decoration: underline;	
}



/* Twitter Fading Updates */

#twitterUpdates {
	background: url(images/twitter_status_background.png) no-repeat;
	height: 83px;
	width: 970px;
	margin: 40px 0px -15px 0px;
	padding: 4px 0px 0px;
}
.twitter {
	color: #333;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-left: 45px;	
	padding: 0px 0px 0px 0px;
	width: 794px;
	overflow: auto;
}
.twitter a:link {
	color: #71B7E5;
	text-decoration: underline;	
}
.twitter a:visited {
	color: #005480;
	text-decoration: underline;	
}
.twitter a:hover, .twitter a:focus {
	color: #76B800;
	text-decoration: underline;	
}
.twitter a:active {
	color: #000;
	text-decoration: underline;	
}
.twitter li {
	list-style: none;
	width: 745px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
.twitter-user {
}
.twitter-link {
}
.twitter-timestamp {
	font-size: 0.6em;
	color: #CC9966;
}

/* ####### SkyCMS Styles ####### */

.noContent {
	color: #666;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;	
	padding: 1em;
}
.actions li img {
	width: 100%;
	height: 100%;
}
.actions li a img {
	width: 16px;
	height: 16px;
}
.eventsCalendar table table, .eventsCalendar table table td {
	margin: 0px;
}
table.calendarTitle td {
	text-align: center;
	background: #111111;
	color: #FFF;
	font-weight: bold;
	padding: 6px 4px
}
.calendarNextPrevious a {
	color: #71B7E5 !important;
} 
.calendarToday { 
	color: #000;
	background: #DDD !important;
}

/* ####### Blog Styling ####### */

.blogList {
	padding: 0;
}
.blogList ul {
	margin: 0 !important;
	padding: 0 !important;
}
.blogList ul li {
	margin: 0 !important;
	padding: 0 0 5px !important;
}
.blogList ul li ul li {
	list-style: square;
}
.blogList ul ul,
.blogList ul ol,
.blogList ul dl,
.blogList ul blockquote {
	margin-left: 3em !important;
	margin-bottom: 1.4em;
}

/* ####### Pop-Up Styling ####### */

html#popUp {
	background: url('images/pop-up_background_diagonal_lines_with_white_background_4000x5.png') top center repeat-y;
}
#popUpWrapper {
	width: 789px;
	margin-right: auto;
	margin-left: auto;
}
#popUpHeader {
	width: 789px;
	background: #FFF;
	color: #333;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px; 
}
#popUpContent {
	width: 729px;
	background: #FFF;
	color: #222;
	padding: 30px 30px 30px 30px;
	float: left;
}
#popUpFooter {
	width: 789px;
	background: #FFF;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 1.1em;
	margin: 0px auto 0px;
	color: #999;
}
#popUpFooter a:link {
	color: #666;
	text-decoration: underline;	
}
#popUpFooter a:visited {
	color: #666;
	text-decoration: underline;	
}
#popUpFooter a:hover,
#popUpFooter a:focus {
	color: #000;
	text-decoration: underline;	
}
#popUpFooter a:active {
	color: #000;
	text-decoration: underline;	
}
#popUpFooter img {
	border: 0px;
	vertical-align: middle;
}
