/******************************
*							  *
*  SnowSphere main structure  *
*							  *
******************************/

body{
	margin: 0;
	padding: 0;
	background-color: #EDF9FA;
}

img{ border: none; }

input.signupEmail{
	border: 1px solid #5B9ECD;
	margin-bottom: 8px;
}
	
input.signupSub{
	border: 1px solid #5B9ECD;
	background-color: #FBFBFB;
}	

img#header_logo{ }

div#container
{
	margin: 10px auto 0 auto;
	width: 918px;
}

div#page_logo{
	background: url(../images/ss_st_logo.png) no-repeat;
	float: left;
	width: 286px;
	height: 146px;
	padding: 15px 0 0 14px;
}

* html #page_logo{ margin-bottom: -4px; }


div#page_header{
	float: left;
	width: 618px;
	height: 122px;
	padding-top: 15px;
	margin: 0;
	background: url(../images/ss_st_header.png) no-repeat;
}

div#page_header img,
div#page_header object,
div#page_header iframe
{
	border: 3px solid #eee;;
}

table#banner
{
	width: 590px;
	height: 122px;
	margin-left: 10px;
}


div#navbar{
	float: left;
	margin: 0px;
	width: 599px;	
	height: 24px;
	padding-right: 19px;
	background: url(../images/ss_st_navbar.png) no-repeat rgb(159,187,196);
}

div#navbar ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

div#navbar ul li{
	display: block;
	float: right;
}

div#navbar a{
	color: #EEE;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 75px;
	height: 21px;
	text-align: center;
	padding-top: 2px;
}

div#navbar a:hover, a#active_menu-nav{
	color: #FFF;
	
	background-image: url(../images/ss_st_navbar_btn_on.png);
	text-decoration: none;
}

div#page_body{
	margin: 0px;
	padding: 0px 19px;
	width: 880px;						/* EDIT FOR IE */
	background: url(../images/ss_st_page_backgrnd.png) repeat-y white;
}

div#left_col,
div#rgt_col
{
	width: 200px;
	float: left;
}

div#content
{
	width: 480px;
	float: left;
}

div#page_bottom_bar
{
	clear: both;
	margin: 0px 15px;
	padding: 15px 0px 10px 0px;
	width: 850px; /* IE HACK */
	text-align: center;
}

div#bottom_bar_top
{
	margin: 0 0 -3px 0;
	background: url(../images/ss_st_bottom_bar_top.png) no-repeat;
	width: 850px;
	height: 10px;
}

div#bottom_bar_mid
{
	margin: 0;
	padding-bottom: 2px; /* IE HACK - better as 1/2 in FF/Opera */
	background: url(../images/ss_st_bottom_bar_mid.png) repeat-y;
	width: 850px;
	height: 85px;
	text-align: center;
}


div#bottom_bar_bottom
{
	margin: 0 0 -3px 0;
	background: url(../images/ss_st_bottom_bar_bottom.png) no-repeat;
	width: 850px;
	height: 10px;
}

div#page_lower_edge
{
	margin: 0;
	width: 918px;
	height: 26px;
	background: url(../images/ss_st_page_bottom.png) no-repeat;
}

div#footer{
}

div.menu_top
{
	width: 170px;
	height: 8px;
	background: url(../images/ss_st_menu_top.jpg) no-repeat;
}

div.menu_title
{
	background-image: url(../images/ss_st_menu_title.jpg);
	background-repeat: no-repeat;
	font-size: 9pt !important;
	height: 27px;
	padding: 2px 0px;
}

* html div.menu_title
{
	height: 31px;
}

div.menu_bottom
{
	margin: 0 0 -3px 0; /*IE HACK */
	width: 170px;
	height: 9px;
	background: url(../images/ss_st_menu_bottom.jpg) no-repeat;
}

div.menu_body
{
	margin: 0;
	padding: 0;
	background-color: #D7D7D7;
}

div.menu_body ul, ul.wp_sidebar{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.menu_body li{
	
}

div.menu_body a{
	display: block;
	height: 19px;
	padding-top: 6px;
	padding-left: 10px;
	text-align: left;
	background-color: #87b6d8;
	background-image: url(../images/ss_st_menu_btn_off.jpg);
	background-repeat: no-repeat;
}

div.menu_body img
{
	float: right;
	margin: 2px 3px;
}

div.menu_body.country_list img{
	margin: 1px 3px 0 0;
}

div.sidebar
{
	margin: 15px auto 0 auto;
	width: 170px;
	text-align: center;
	line-height: 10pt;
}

div.sidebar_top
{
	background: url(../images/ss_st_sidebar_top.png) no-repeat;
	height: 10px;
}

div.sidebar_mid
{
	margin: 0px;
	background: url(../images/ss_st_sidebar_mid.png) repeat-y;
	padding: 3px;

}

div.sidebar_bottom
{
	background: url(../images/ss_st_sidebar_bottom.png) no-repeat;
	height: 10px;
}

div#content_top_bar
{
	margin-top: 15px;
	padding: 2px 10px 0 10px;
	width: 460px;
	height: 22px;
	background: url(../images/ss_st_content_top.png) no-repeat;
	overflow: hidden;
}

div#content_left
{
	margin: 0;
	padding-left: 10px;
	width: 470px;	/* IE HACK */
	background: url(../images/ss_st_content_l.png) left repeat-y;
}

div#content_main
{
	margin: 0;
	padding: 5px 10px 10px 0px;
	width: 460px; /* IE HACK */
	background: url(../images/ss_st_content_r.png) right repeat-y;
	background-color: #F1F1F1;
}

div#content_lower_edge
{
	margin: 0 0 -0px 0; /* IE HACK -3px to remove gap below image*/
	width: 480px;
	height: 10px;
	background: url(../images/ss_st_content_bottom.png) no-repeat;
}

div.index_item{
	padding: 8px 0px;
	border-bottom: 1px dashed #C0C0C0;
}

div.blogItem{
	border-bottom: 1px dotted black;
	padding: 0px 0px 45px 0;
	margin: 5px 0;
	clear: both;
	text-align: justify;
	
}

div.blogItemHeader h1{
	margin-top: 0;
}

div.article_separator{
	width: 100%;
	clear: both;
}

div.moduletable.separated{
	margin: 0px 5px 15px 5px;
	padding-bottom: 15px;
	border-bottom: 1px dotted black;
}

div.mosimage{}

div.mosimage_caption{
	/*border: 1px dotted #c0c0c0;
	margin: 2px 0px;
	padding: 0px 2px 4px 2px;*/
}

ul.mostread{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

li.mostread{
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	background: url(../images/side_separator.gif) no-repeat top;
}


ol.commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted silver;
}

ol.commentlist li{
	border-top: 1px dotted silver;
	padding: 10px 10px 1px 10px;
	background-color: #EDF3F7;
}

ol.commentlist li.alt,
ol.commentlist li.comment2
{ background-color: #E6EBEF; }

span.searchResults{
	float: right;
}

/* Article index national flags */
img.mosImageAlign_left{
	float: left;
	margin: 3px 7px 0px 0px;
	border: 1px solid silver;
}

img.mosImageAlign_right{
	float: right;
	margin: 5px 0px 0px 7px;
}


/********************
*					*
*	   Styles    	*
*					*
********************/


/********************
*					*
*	 Text styles 	*
*					*
********************/



body{
	font-family: Calibri,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
}

h1, h1 a{
	font-family: Calibri,"Trebuchet MS";
	font-size: 20pt;
	color: #c64934;
	text-align: left;
	line-height: 1em;
}

h1 a{ font-size: 18pt; }

h3{
	font-family: Calibri,"Trebuchet MS";
	font-variant: small-caps;
	font-size: 12pt;
	margin: 0px 0 8px 0;
}

h2{
	margin: 0px;
}

a,
a:link,
a:visited 
{
	color: #c64934;
	text-decoration: none;
	font-weight: bold;
}

a:link:hover 
{
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}


a.pathway,
span.pathway,
a.mostread{
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Calibri,Cambria,Candara,Corbel,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

a.mainlevel
{
	background-color: #D7D7D7;
	font-family: Calibri,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #111;
}

div#mainmenu a.mainlevel{
	font-variant: small-caps;
	font-size: 12pt;
}

a#active_menu
{
	background-color: #e4e4e4;
	color: #87b6d8;
}

a.mainlevel:hover{
	background-image: none;
	background-color: #87b6d8;
	color: #e4e4e4;
}

a#active_menu
a.mainlevel-nav, div.menu_title{
	font-family: Calibri,Arial,Cambria,Candara,Corbel,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000;
}


div.blog{
	line-height: 1.5em;
	padding: 0 0 0px 0px;
}


div.blog h1, div.post h1{
	margin-top: 0px;	
	letter-spacing: -1pt;
	line-height: normal;
	font-size-adjust: none;
	font-size: 12pt;
	color: #B51E23;
}

div.sidebar{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.mosimage_caption{
	font-style: italic;
	font-weight: bold;
}

li.tla_ads{
	margin: 0pt;
	padding: 0pt;
	display: inline;
	clear: none;
	width:	100%;
	float: left;
}

span.tla_ads{
	margin: 0pt;
	padding: 3px;
	font-size: 10px;
	display: block;
	width: 100%;
}

span.tla_ads a{
	color: rgb(179, 30, 36);
}

.socialMediaLinks
{
	float: right;
	text-align: right;
}

.socialMediaLinks iframe
{
	margin-top: 3px;
}
	


/* IE6 HACK to remove gap below image */
* html div.menu_top,
* html div.sidebar_top,
* html div#bottom_bar_top{
	margin-bottom: -8px; 
}

iframe.twitter-share-button{ width: 92px !important; }
