html { margin-top: 28px !important; }


body {
	margin: 0;
	font-size: 14px;
	color: #1A1A1A;
	background-color: #FEFFD8;
	font-family: 'Trebuchet MS', 'Lucida Grande', arial, helvetica, sans-serif;
}

/*menu*/
#menu {background-color: #FEFFD8;}
ul.sf-menu {border-right: 1px solid #fff;}
.sf-menu a {border-left:1px solid #fff;	border-top:	1px solid #CFDEFF;text-shadow:#fff 1px 1px 1px;}
.sf-menu a, .sf-menu a:visited  { color:#13a;}
.sf-menu li li {background:	#AABDE6;}
.sf-menu li li li {	background:	#9AAEDB;}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.current-menu-item {	background:	#CFDEFF;}

/* Menu */
#headerwrap{overflow:hidden;}
#headerwrap a img{margin-bottom:-4px;}
#header{text-shadow:#777 .2em .2em}

#menu {clear: both;font-size: 1em;font-weight: bold;z-index: 1;position:relative;width:100%;}
ul.sf-menu {padding: 0; margin: 0 20px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin:0;	padding:0;list-style:	none;}
.sf-menu {line-height:	1.0;}
.sf-menu ul {position:	absolute;top:-999em;width:10em; }
.sf-menu ul li {width:	100%;}
.sf-menu li:hover {visibility:	inherit; }
.sf-menu li {float:left;position:relative;}
.sf-menu a {display:block;position:relative;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:2.5em;z-index:99;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:10em;	top:0;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {left:10em; top:0;}

/*** DEMO SKIN ***/
.sf-menu {float:left;margin-bottom:1em;}
.sf-menu a {padding:.75em 1em;	text-decoration:none;}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline:0;}

/*** arrows **/
.sf-menu a.sf-with-ul {	padding-right:2.25em;min-width:	1px; }
.sf-sub-indicator {position:absolute;display:block;right:.75em;top:1.05em;width:10px;height:10px;text-indent: -999em;overflow:hidden;background:url('http://editors.wikinewsie.org/wp-content/themes/calotropis/images/arrows-ffffff.png') no-repeat -10px -100px; }
a > .sf-sub-indicator { top:.8em;background-position: 0 -100px; }
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {	background-position: -10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {background-position: -10px 0; }
.sf-shadow ul {	background:url('http://editors.wikinewsie.org/wp-content/themes/calotropis/images/shadow.png') no-repeat bottom right;padding: 0 8px 9px 0;-moz-border-radius-bottomleft: 17px;-moz-border-radius-topright: 17px;-webkit-border-top-right-radius: 17px;-webkit-border-bottom-left-radius: 17px;}
.sf-shadow ul.sf-shadow-off {background: transparent;}

/* End of style purloinde from WordPress */
a {
	text-decoration: none;
}

a:link {
	color: #093486;
	font-weight: bold;
}
a:active {
	color: #098668;
	text-decoration: underline;
}
a:visited {
	color: #6D7275;
	font-size: 99%;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
}
a img {
	border: none;
}

p {
	margin: 0;
	padding: 3px 0;
}

img {
	padding: 0;
	margin: 0;
	border-width: 0;
	max-width: 100%;
}

small {
	font-size: 80%;
}

hr {
	height: 1px;
	color: #000;
	border: 0px;
}

h1, h1 a {
	font-size: 125%;
	margin-left: 1em;
	padding: 3px;
}
h2, h2 a {
	font-size: 115%;
	font-weight: bold;
	margin-left: 0.8em;
	padding: 2px;
}
h3, h3 a {
	font-size: 105%;
	font-weight: bold;
	margin-left: 1em;
	padding: 1px;
}
h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 105%;
	clear: both;
}

ul {
	margin-left: 0.2em;
	padding: 0.1em 0.2em 0 1em;
	}
ul ul {
	font-size: 90%;
	margin-left: 0.5em;
	padding: 0.1em 0.2em 0 1em;
	}
ul ul ul {
	font-size: 85%;
	margin-left: 0.7em;
	padding: 0.1em 0.2em 0 1em;
	}

.banner {
	background-color: #EBF5FF;
	width: 100%;
	overflow: hidden;
	text-align: center;
	}
.navbar {
	background-color: #EBF5FF;
	height: 28px;
	line-height: 28px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	border: none;
	font-size: 105%;
	}
.navbar a:hover {
	color: #0E42A5;
	text-decoration:underline;
	}
.main-left-33 {
	width: 33%;
	padding-left: 2px;
	float: left;
	}
.main-right-67 {
	width: 66%;
	float: right;
	margin-left: 5px;
	}
	
.footer-left {
	background-color: #EFF8FF;
	text-align: center;
	font-size: 80%;
	width: 30%;
	float: left;
	padding-left: 2px;
	}
.footer-right {
	background-color: #EFF8FF;
	text-align: center;
	font-size: 88%;
	width: 69%;
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	}

/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%;			/* width of page */
	position: relative;
}
.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 .5em 0;
	overflow: hidden;
}
/* 3 Column settings */
.threecol {
	background: #CCCCBA;	/* right column background colour */
}
.threecol .colmid {
	right: 33.3%;
	background: #D8DBC5;	/* center column background colour */
}
.threecol .colleft {
	right: 33.3%;
	background: #E4EAD0;	/* left column background colour */
}
.threecol .col1 {
	width: 31.3%;
	left: 101%;				/* 100%+left pad of C col */
}
.threecol .col2 {
	width: 31.3%;
	left: 36.3%;			/* width (R col)+(C col left+right pad)+(L col left pad) */
}
.threecol .col3 {
	width: 31.3%;			/* Width of R col content (col width - pad either side) */
	left: 71.7%;			/* !COMPLEX! (100%-L col width)+(C col pad either side)+
								(L col pad either side)+(R col left pad) */
}
/* 3 Column settings B*/
.threecolB {
	background: #E4EAD0;	/* right column background colour */
}
.threecolB .colmid {
	right: 33.3%;
	background: #CCCCBA;	/* center column background colour */
}
.threecolB .colleft {
	right: 33.3%;
	background: #D8DBC5;	/* left column background colour */
}
.threecolB .col1 {
	width: 31.3%;
	left: 101%;				/* 100%+left pad of C col */
}
.threecolB .col2 {
	width: 31.3%;
	left: 36.3%;			/* width (R col)+(C col left+right pad)+(L col left pad) */
}
.threecolB .col3 {
	width: 31.3%;			/* Width of R col content (col width - pad either side) */
	left: 71.7%;			/* !COMPLEX! (100%-L col width)+(C col pad either side)+
								(L col pad either side)+(R col left pad) */
}
/* 3 Column settings C*/
.threecolC {
	background: #D8DBC5;	/* right column background colour */
}
.threecolC .colmid {
	right: 33.3%;
	background: #E4EAD0;	/* center column background colour */
}
.threecolC .colleft {
	right: 33.3%;
	background: #CCCCBA;	/* left column background colour */
}
.threecolC .col1 {
	width: 31.3%;
	left: 101%;				/* 100%+left pad of C col */
}
.threecolC .col2 {
	width: 31.3%;
	left: 36.3%;			/* width (R col)+(C col left+right pad)+(L col left pad) */
}
.threecolC .col3 {
	width: 31.3%;			/* Width of R col content (col width - pad either side) */
	left: 71.7%;			/* !COMPLEX! (100%-L col width)+(C col pad either side)+
								(L col pad either side)+(R col left pad) */
}

.enWNsmall {
	font-size: 84%;
	}
.enWNsmall a:link, a:active { 
	color: #0E42A5;
	text-decoration:none;
	}
.enWNsmall a:visited {
	color: #083C9F;
	}
.enWNsmall a:hover {
	color: #164AAD;
	text-decoration:underline;
	}.enWN {
	font-size: 97%;
	}
.enWN {
	font-size: 97%;
	}
.enWN a:link, a:active { 
	color: #0E42A5;
	text-decoration:none;
	}
.enWN a:visited {
	color: #083C9F;
	}
.enWN a:hover {
	color: #164AAD;
	text-decoration:underline;
	}
