/* Style Blog NU BOOTS*/

@import url(../../rsc/basic.css);	/* Import basic styles */
@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
@import url(../../rsc/comments.css);	/* Import default comment styles */

body {
	background:url("http://www.neukol.org.uk/teesblog/skins/SP_WARRIOR/img/sky.jpg");
	padding: 0px;
	margin: 0px;
	color: #000;
	font:100% Arial, Helvetica, sans-serif;
}

a {
	color: #333366;
}
a:visited {
	color: #333366;
}
a:hover {
	color: #0099FF;
}

h2 {
	color: #333366;
	font-size: 150%;
	margin: 0;
}
h3 {
	color: #333366;
	font-size: 120%;
}
h4 {
	color: #333366;
	font-size: 110%;
}

div.privateBox {
width: 80%;
margin: 20px 10px 0px 10px;
        text-align: left;
        padding: 2ex;
  font-weight: bold;
  font-size: 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

/* ----------   NEWS CSS -------------  */

.newsTitle {
	margin: 10px 14px 0px 14px;
        text-align: left;
	color: #666;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
	
}

.newsContent {
	color: #000;
	margin: 0px 10px 10px 10px;
	padding: 0px 4px 5px 4px;
	font: 90% Arial, Helvetica, sans-serif;
        text-align: left;       
}

.newsBox {

	width: 80%;
	margin: 0px 10px 0px 10px;
	padding: 5;
	
	
}
/* ----------   NEWS CSS -------------  */
	
	
/* ----------   NAV CSS -------------  */

.navTitle {

	color: #000;
	margin: 20px 0px 0px 10px;
        text-align: left;
  font-weight: bold;
  font-size: 12px;
}

.navContent {
 
        text-align: left;
  margin: 0px 10px 0px 10px;
}

/* ----------   NAV CSS -------------  */

table.invisible
{
	margin: 1ex;

	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
	
}

div#wrapper {

	width: 100%;
	margin: 0 auto;
	padding: 0;
	
}

div.pageHeader {
	padding: 0ex;
	margin: 0px 0ex 0px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	
	
}

h1#pageTitle {
	color: #000000;
	font-size: 300%;
	font-weight: bold;
	margin:0;
	padding:2;
	padding-left: 60px;

}



ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}


.pageSubTitle {
	color: #000000;
	letter-spacing: 4px;
	text-align: left;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 80px;
	font: 109% Arial, Helvetica, sans-serif;

}
div.stats{
	float: left;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for main area (left) */
h2 {
	margin: 1ex;
}

/* Styles for posts */
.bPosts {
	float: right;
	width: 68%;
	overflow: hidden;
	/* background: #090;*/
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #003366;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: right;
	width: 28%;
	margin: 0 0 2ex 1.5ex; 
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover {
	color: #000;
	text-decoration: underline;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 26%;	
	float: left;
	overflow: hidden;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #ddd;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}


/* ----------  MEDIA UPLOADER CSS -------------  */

/* odd and even are the styles for the alternate rows of the list of users
in the manage users page */
.odd {padding: 1em; background-color: rgb(190,190,190); }
.even {padding: 1em; background-color: rgb(150,150,150); }
/* style for current page number */
.currentPage {color: rgb(255,0,0); font-size: 120%; }
/* style for other page numbers (links) */
.pagenumbers { font-size: 120%; }
/* hotstamp image position (relative to main image in imageblock) */
.hotstamp {position: absolute; top: 22%; right: 10%;}
.imageblock { position: relative; }

/* paragraph styles for image title and contributor text on viewimage page */
.para2 { margin: 0px; padding: 0px 0px 10px 0px; }
.para { margin: 0px; padding: 0px 0px 0px 0px; }
/* style for the word 'display' in the selection pull-down */
.search { color: rgb(0,0,0); font-size: 100%; }
/* style for the menu items */
.menu { color: rgb(0,0,0); font-size: 100%; }
/* style for the page titles */
.pagetitle { color: rgb(20,0,0); font-size: 140%; }
/* style for the image titles */
.maintitle { color: rgb(20,0,0); font-size: 100%; }
/* style for page information messages - e.g. 'There are a total of 6 files in your selection ...' */
.message { color: rgb(0,0,0); font-size: 120%; }
/* style for information messages - e.g. 'there are no items in your selection' */
.message2 { color: rgb(0,0,0); font-size: 150%; }
/* style for 'edit' link */
.edit { color: rgb(0,0,0); font-size: 100%; }
/* style for 'delete this image' link */
.delete { color: rgb(0,0,0); font-size: 100%; }
/* style for manage users list items */
.list { color: rgb(0,0,255); font-size: 100%; }
/* style for manage users list item links (edit & delete) */
a.listlink { color: rgb(255,0,0); font-size: 100%; }
/* style for text labels on data entry forms */
.form { color: rgb(0,0,0); font-size: 100%; }
/* styles for 'image page' whether popup or normal page */
.popuptitle { color: rgb(0,0,0); font-size: 200%; }
.contributor { color: rgb(0,0,0); font-size: 120%; }
.description { color: rgb(0,0,0); font-size: 100%; text-align: left; }
.tableheadings { color: rgb(0,0,0); font-size: 100%; text-align: left; font-weight: bold; background-color: rgb(200,200,200); }
/* style for the object URL */
.objectlink { color: rgb(0,20,0); font-size: 100%; }
.listtable { border: 1px solid rgb(0,0,0); }

/* background colours for license boxes */
.private { background-color: rgb(255,0,0); }
.canview { background-color: rgb(255,204,0); }
.canuse { background-color: rgb(0,255,0); }

/* new AV uploader template CSS */
.container { position: relative; width: 90%; height: 100px; }


/* ----------  END MEDIA UPLOADER CSS -------------  */