/* Set tag styles */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #f32693 url(../images/bg-gradient.jpg) repeat-x top center;
}
body {
	color: #000000;
	font-family: Verdana, Lucida, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-weight: normal;
}
img {
	border: none;
}
a {
	color: #4B545A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Some useful classes */
.clear {
	clear: both;
}

.message {
	margin: 15px;
	padding: 5px;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

.required {
	width: auto;
	margin: 0;
	padding: 5px;
	color: #DC1313;
	border-top: none;
	border-bottom: 1px solid #FF7373;
	border-left: 1px solid #FF7373;
	border-right: 1px solid #FF7373;
	background: #FED0D0;
}

.s-width {
	margin: 0 auto;
	padding: 0 18px;
	width: 880px;
}

/*** Main Site Container ***/
#Shadow {
	width: 900px; 
	margin: 0px auto 20px;
	background: transparent url(../images/wrapper-bg.jpg) repeat-y top center;
	text-align: left;
}
#Gradient-shadow { /** required for ie6 **/
	background: transparent url(../images/wrapper-top-bg.jpg) no-repeat top center;
}
#Container {
	margin: 0px 10px;
	width: 880px;
}

/*** Header ***/
#Header {
	background: #ffffff url(../images/header-bg.jpg) repeat-x top center;
	height: 141px;
	border-bottom: 3px solid #26afcd;
	padding-top: 1px;
}

/*** Main Nav ***/
#Navigation {
	font-size: 0.9em;
	list-style: none;
	margin-left: 23px;
	height: 29px;
	margin-top: 113px;
}
	#Navigation li {
		display: block;
		float: left;
		margin-right: 1px;
	}
		#Navigation li a {
			background-color: transparent; background-repeat: no-repeat; background-position: top left; 
			color: #333333;
			display: block;
			line-height: 29px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
			width: 94px;
			vertical-align: bottom;
		}
		#Navigation li a[class] { background-image: url(../images/nav-bg.png) } /** ie6 png fix **/
		
		#Navigation li a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		#Navigation li.current a, #Navigation li.section a {
			background-color: transparent; background-repeat: no-repeat; background-position: top left; 
			color: #ffffff;
		}
		#Navigation li.current a, #Navigation li.section a[class] {	background-image: url(../images/nav-selected.png) } /** ie6 png fix **/


/*** Content Layout ***/
#Layout {
	background: #fff url(../images/layout-bg.jpg) repeat-x top center;
	padding-top: 1px; 
}

#Content {
	margin: 20px;
}

#RHS-wrapper {

}

#RHS {
	width: 274px; 
	float: right;
	border-left: 1px dotted #666;
	margin: 0px 0px 10px 20px;
}

#RHS td {
	padding: 2px 11px;
}

#LHS {
	float: left;
	width: 545px;
}

#Breadcrumbs {
	margin-bottom: 5px;
	font-size: 0.8em;
}
	#Breadcrumbs a {
		text-decoration: underline;
	}

/*** Footer ***/
#Footer-wrapper {
	background: transparent url(../images/bottom-shadow.jpg) no-repeat bottom center;
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding-bottom: 1px;
}
#Footer {
	font-family: Arial, Verdana, Lucida, sans-serif;
	color: #000;
	margin: 0px 10px 8px;
	background: #e1e1e1 url(../images/footer-bg.jpg) repeat-x bottom center;
	padding: 14px 14px 10px; 
	height: 46px;
}
	#Footer a {
		color: #000;
		text-decoration: none;
	}
		#Footer a:hover {
			text-decoration: underline;
		}
	#Footer p {
		line-height: 25px;
		margin: 0 !important;
		padding: 0;
	}
	#Footer #FooterNav {
		margin-bottom: 7px;
		text-align: left;
		list-style-type: none;
		height: 14px;
	}
	
		#Footer #FooterNav li { padding: 0px 10px; border-right: 1px solid #000; float: left; }
		#Footer #FooterNav li.first { padding-left: 0px; }
		#Footer #FooterNav li.last { border: none; }

	#Footer #FooterCopy .copy {
		float: left;
	}
	#Footer #FooterCopy .by {
		background: transparent url(../images/digicreative.png) no-repeat center right;
		float: right;
		padding-right: 22px;
	}
	
/* Search Results */
#SearchResults {
	list-style: none;
	margin: 20px 0 0 0;
}
	#SearchResults li {
		margin: 10px 0;
	}
	#SearchResults a.searchResultHeader {
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
	}

/* For modules with Sidebar */
#Sidebar {
	padding: 0;
	width: 197px;
	float: left;
	margin: 20px 20px;
}
	#Sidebar .sidebarBox {
		background: #f5f6f6;
		margin: 0 0 20px 0;
	}
		#Sidebar .sidebarBox a {
			color: #333333;
		}

	#Sidebar h3 {
		border-bottom: 1px #ffffff solid;
		clear: both;
		color: #1F2735;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 25px;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#Sidebar ul {
		padding: 10px 5px;
	}

	#Sidebar li {
		list-style: none;
		line-height: 1.6em;
	}
	
	#Sidebar #Menu2 {
		padding: 5px 10px;
	}
		#Sidebar #Menu2 li {
			list-style: none;
		}

/* Comments Holder */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 1px 1px 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
	text-align: right;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 11px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

#NewsletterForm_Email {
	padding: 10px 5px;
}
.newsletter {
	font-size: 0.9em;
}
	.newsletter form {
		padding: 10px;
	}
	.newsletter label {
		display: block;
		float: left;
		line-height: 18px;
		width: 40px;
	}
	.newsletter .field {
		clear: both;
		padding-bottom: 5px;
	}
	.newsletter .middleColumn {
		width: 129px;
	}
	.newsletter input.text {
		width: 123px;
	}
	.newsletter .Actions {
		clear: both;
		text-align: right;
	}
	

.twtr-widget {
	clear: left;
}