/** 
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 1em; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #bc0021;
	font-size: 11px;
}

caption, th, td {
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 971px;  
	margin: 0 auto; 
}
#Container { 
	width: 971px;
	padding-bottom: 15px;
	float: left;
	
	margin-top: 43px;
	background: #fff url(../images/containerbg.jpg) repeat-y;
}
#Layout {
	width: 945px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#Content {
	width: 694px;
	float: right; 	
	margin: 0;
	padding-top: 20px;
	padding-right: 33px;
	text-align: left;
}
#IntraLoginContent {
	float: left;
	width: 487px;
}
#socialLinksContainer {
	position: absolute;
	width: 70px;
	float: left;
	margin-top: 125px;
	margin-left: 958px;
	display: none;
}
	#socialLinksTop {
		width: 70px;
		height: 45px;
		background: transparent url(../images/sosTop.jpg) no-repeat;
	}
	#socialLinksContent {
		width: 70px;
		background: transparent url(../images/sosBg.jpg) repeat-y;
		padding-left: 16px;
	}
		#socialLinksContent a {
			display: block;
			float: none;
			width: 28px;
			
		}
	#socialLinksBottom {
		width: 70px;
		height: 45px;
		background: transparent url(../images/sosBottom.jpg) no-repeat;
	}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 971px;
 	height: 136px;
 	margin: 0 auto;
	overflow: hidden;
}
	#TopBar {
		width: 971px;
		height: 48px;
	 	overflow: hidden;
		background: #fff url(../images/topbar.jpg) no-repeat left top;
	}
	#TopContent {
		width: 945px;
		height: 88px;
		margin: 0 auto;
	}
		#TopLogo {
			float: left;
			width: 218px;
			height: 88px;
		}
		#TopBanner {
			float: left;
			width: 694px;
			height: 88px;
			background-color: #ccc;
		}
			#TopBanner img {
				border: 0px;
			}
 	

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 768px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	background: #4ea3d7 url(../images/headerRounded.gif) no-repeat center bottom;
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background: #fff url(../images/activeTabRight.png) no-repeat right top;
					color: #444;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs a {
		color: #bc0021;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 218px; 
	float: left;  
	margin: 0;
	padding: 0;
	background: transparent url(../images/navigationBg.jpg) repeat-y; 
}
	#Sidebar .sidebarBox {
		width: 197px;
		margin: 0;
		padding-top: 10px;
		
	}
		#Sidebar .sidebarBox form, #Sidebar .sidebarBox img {
			padding-left: 20px;
			margin-top: 5px;
			margin-bottom: 10px;
			/*border: 0px;*/
		}
		#Sidebar .sidebarBox img.plusminusicon {
			cursor: hand;
			cursor: pointer;
			padding: 0;
		}
		#Sidebar .sidebarBox div.plusminusdiv {
			width: 11px; position: absolute;
		}
			#Sidebar .sidebarBox div.plusminusdiv a {
				width: 11px;
			}
	#Sidebar ul {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}
		#Sidebar li {
			margin: 0;
			padding: 0;
			list-style: none;
			
		}
		
	#Sidebar .sidebarBottom {
		height: 20px;
		display: block;
		width: 218px;
		margin: 0 0 0 0;
		background: #fff url(../images/navigationBottom.jpg) no-repeat;
	}
	
	#Sidebar #KokoKotiTopia {
		position: absolute;
		padding-top: 15px;
		background-color: #fff;
	}
		#Sidebar #KokoKotiTopia #Copyright {
			width: 197px;
			text-align: center;
			font-weight: bold;
			margin-top: 7px;
		}
	
	/* MENU2 Level 1 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 0;
    	text-align: right;
        list-style: none;
    	
    }
    	ul#Menu2 li a {
            display: block;
            width: 157px;
            font-size: 1.2em;
            
            line-height: 1.4em;
            color: #000;
    		
      	}
      	ul#Menu2 li span.CategoryPage {
      		display: block;
            width: 157px;
      		font-weight: bold;
      		color: #000;
      		text-align: left;
      		font-size: 1.1em;
		}
		
		ul#Menu2 li a.levela {
      		border-bottom: #fff 1px solid;
			margin: 10px 0 10px 0;
			line-height: 1.8em;
		}
      	
      	ul#Menu2 li a.levela:hover, ul#Menu2 li a.current, ul#Menu2 li a.section {
      		border-bottom: #bc0021 1px solid;
      		color: #bc0021;
		}
      	ul#Menu2 li a:hover, ul#Menu2 li a.current:hover {
      		color: #bc0021;
      		cursor: pointer;
      		text-decoration: none;
      		width: 157px;
		}
      	
      	ul#Menu2 li a.current
      	{
        	
        	color: #bc0021;
			cursor: pointer;
            text-decoration: none;
      		
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
           
            font-weight: 700;
            width: 157px; 
      	}
      	
      		ul#Menu2 li ul {
            	
            	margin: 0;
            	width: 157px;
            	padding: 0;
            	
      		}
      			ul#Menu2 li ul li {
            		width: 157px;
            		
            		padding: 0;
            		font-size: 1em;
            		display: inline;
            		margin: 0;
      			}
				
      				ul#Menu2 li ul li ul {
            			padding: 0;
            			margin: 0;
      					
      				}
					ul#Menu2 li ul li ul li {
            			padding: 0;
            			margin: 0;
      					
      				}
      					
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			
      				}
      					ul#Menu2 li li ul {
            				margin: 0;
            				padding: 0;
            				width: 157px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Level 2 */
      		ul#Menu2 li a.levelb {
      			border: 0;
            	font-size: 1.2em;
            	display: block;
            	width: 157px;
				background: transparent;
            	margin-left: 0px;
      			text-align: left;
      			margin: 10px 0 0 0;
      			font-weight: bold;
      		}
	  		ul#Menu2 li a.levelb:hover, ul#Menu2 li li a.current:hover, ul#Menu2 li li a.section:hover {
	  			
	  			text-decoration: none;
            	display: block;
            	color: #bc0021;
			}
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.section
      		{
            	
            	text-decoration: none;
            	display: block;
            	color: #bc0021;
      		}
      		
				/* Level 3 */
	      		ul#Menu2 li a.levelc {
	      			border: 0;
	            	font-size: 1.1em;
	            	text-indent: 0px;
	            	width: 157px;
					background: transparent;
	            	margin-left: 0px;
	      			text-align: left;
	      			line-height: 1.2em;
	      			font-weight: normal;
	      		}
		  		ul#Menu2 li a.levelc:hover, ul#Menu2 li li li li a.current:hover, ul#Menu2 li li li li a.section:hover {
		  			
		  			text-decoration: none;
	            	display: block;
	            	color: #bc0021;
		  			font-weight: normal;
				}
	      		ul#Menu2 li li li li a.current,
	      		ul#Menu2 li li li li a.section
	      		{
	            	
	            	text-decoration: none;
	            	display: block;
	            	color: #bc0021;
	      			font-weight: normal;
	      		}
	      			
					/* Level 4 */
		      		ul#Menu2 li a.leveld {
		      			border: 0;
		            	font-size: 1.1em;
		            	text-indent: 0px;
		            	width: 157px;
						background: transparent;
		            	margin-left: 0px;
		      			text-align: left;
		      			line-height: 1.2em;
		      			font-weight: normal;
		      		}
			  		ul#Menu2 li a.leveld:hover, ul#Menu2 li li li li li a.current:hover, ul#Menu2 li li li li li a.section:hover {
			  			
			  			text-decoration: none;
		            	display: block;
		            	color: #bc0021;
			  			font-weight: normal;
					}
		      		ul#Menu2 li li li li li a.current,
		      		ul#Menu2 li li li li li a.section
		      		{
		            	
		            	text-decoration: none;
		            	display: block;
		            	color: #bc0021;
		      			font-weight: normal;
		      		}
		      			
						/* Level 5 */
			      		ul#Menu2 li a.levele {
			      			border: 0;
			            	font-size: 1.1em;
			            	text-indent: 0px;
			            	width: 157px;
							background: transparent;
			            	margin-left: 0px;
			      			text-align: left;
			      			line-height: 1.2em;
			      			font-weight: normal;
			      		}
				  		ul#Menu2 li a.levele:hover, ul#Menu2 li li li li li li a.current:hover, ul#Menu2 li li li li li li a.section:hover {
				  			
				  			text-decoration: none;
			            	display: block;
			            	color: #bc0021;
				  			font-weight: normal;
						}
			      		ul#Menu2 li li li li li li a.current,
			      		ul#Menu2 li li li li li li a.section
			      		{
			            	
			            	text-decoration: none;
			            	display: block;
			            	color: #bc0021;
			      			font-weight: normal;
			      		}
      		

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 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;
	}

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

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

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.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;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	display: block;
	width: 157px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	
}
html #SearchForm_SearchForm fieldset {
	width: 157px;
	
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
	html #SearchForm_SearchForm fieldset legend {
		display: none;
	}
html #SearchForm_SearchForm #Search {
	width: 131px;
}

html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 131px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	background-color: #bc0021;
	
}

	html #SearchForm_SearchForm .middleColumn input.text {
		width: 129px;
		border: none;
		color: #000;
		height: 15px;
		float: left;
		line-height: 15px;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	
	height: 23px;
	*height: 25px;
	width: 22px;
	line-height: 23px;
	background: transparent url(../images/button_red.jpg) no-repeat center bottom;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}

/* INTRA LOGIN FORM 
-----------------------------------------------*/
html #MemberLoginForm_LoginForm, html #MemberLoginForm_LostPasswordForm {
	float: left;
	width: 200px;
	margin: 0px;
	
	
	
	
}
	html #MemberLoginForm_LoginForm fieldset, html #MemberLoginForm_LostPasswordForm fieldset {
		width: 180px;
	}
	html #MemberLoginForm_LoginForm label, html #MemberLoginForm_LostPasswordForm label {
		width: 180px;
		margin: 0;		
	}
	html #MemberLoginForm_LoginForm .message, html #MemberLoginForm_LostPasswordForm .message {
		width: 170px;
		
	}
html #MemberLoginForm_LoginForm .middleColumn, html #MemberLoginForm_LostPasswordForm .middleColumn {
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	padding: 2px;
	background-color: #bc0021;
	
}
	html #MemberLoginForm_LoginForm .middleColumn input.text, html #MemberLoginForm_LostPasswordForm .middleColumn input.text {
		width: 176px;
		border: none;
		color: #000;
		height: 15px;
		float: left;
		line-height: 15px;
	}
html #MemberLoginForm_LoginForm #SearchForm_SearchForm_action_results {
	
	float: left;
	height: 23px;
	width: 22px;
	
	background: transparent url(../images/button_red.jpg) no-repeat;
	border: 0;
	
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	
	padding: 4px;
	
	color: #bc0021;
	border: 0;
	background: #f6f6f6;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}

/*
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 100%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
*/

.required {
	background:none repeat scroll 0 0 #FED0D0;
	border:4px solid white;
	color:#DC1313;
	display:block;
	margin-bottom:6px;
	margin-top:-9px;
	padding:5px;
	width:290px;
}

p#Remember label {
	margin: 0 0 0 0;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 971px; 
	height: 77px; 
	background: transparent url(../images/bottombar.jpg) no-repeat bottom left; 
	text-align: center; 
}
	#Footer #footerContent {
		width: 674px;
		padding: 10px;
		height: 32px;
		line-height: 32px;
		float: left;
		background: transparent url(../images/footerBg.jpg) repeat-x top left;
		color: #bc0021;
		font-size: 1.6em;
	}
		#Footer #footerContent a {
			color: #000;
			letter-spacing: 4px;
			
		}
		#Footer #footerContent a:hover {
			text-decoration: none;
		}
  	#Footer p { 
		color: #ccc;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #ccc; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #ccc;
				text-decoration: underline;
			}