@charset "utf-8";
/*
Theme Name: Norrcom Ltd.
Theme URI: http://www.norrcom.com
Description: Custom Theme for Norrcom Ltd.
Version: 1.0
Author: Josh Shand
Author URI: http://www.jaycreative.com
Tags: custom, norrcom, ltd
*/

/* Start Globals */

body {
	margin-top: 0px;
	background:url(./images/body_bg.png) repeat-x #292d30;
	text-align:center;
	height: 100%;
}

table {
border: 0;
margin: 0;
padding: 0;
}

/* End Globals */

/* Begin Layout*/
div#wrapper {
width: 880px;
background:url(./images/wrapper_bg.png) repeat-y;
margin-left: auto;
margin-right: auto;
}

div#header {
background:url(./images/header.png) no-repeat;
width: 880px;
height: 170px;
margin: 0;
padding: 0;
}

div#nav {
width: 880px;
height: 48px;
margin: 0;
padding: 0;
}

div#main {
width: 830px;
margin: 5px 25px 5px 25px;
}
div#advertising {
/*background:url(images/partners.png) center no-repeat;*/
text-align: center;
width: 880px;
height: 80px;
}

div#footer {
background:url(./images/footer.png) no-repeat;
height: 61px;
width: 880px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 10px;
}

div#CmtLogin {
color:#f6ce2c; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:18px; 
text-align:left;
margin: 20px 20px 20px 20px;
width: 176px;
}

div#sidebar {
width: 150px;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}

/* End Layout */

/* Begin Formatting */
.entry {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:left;
color:#FFF;
}

.login {
background:url(./images/login_bg.png) repeat-y;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight:500;
color:#bdc9cf;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:500;
color:#bdc9cf;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:500;
color:#bdc9cf;
}

.ns {
font-family:Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight:bold;
color:#4185c1;
display:inline;
}

.nsp {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
color:#4185c1;
font-weight:100;
display:inline;
}

.nst {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:500;
color:#bdc9cf;
}

a, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#f6ce2c;
}


hr.left {
color: #2e3639;
background-color:#2e3639;
height: 2px;
border:0;
}

hr.right {
color:#41494c;
background-color:#41494c;
height: 2px;
border:0;
}

input.cmtText {
background-color: #d8d8de;
border: none;
width: 140px;
margin: 10px 0 2px 0;
}
input.cmtPassword {
background-color: #d8d8de;
width: 140px;
border: none;
}

input.cmtSubmit {
background: transparent url(./images/login-arrow.png) no-repeat center top;
width: 25px;
height: 25px;
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
}

div#sidebar ul li {
list-style-type: none;
}

div#sidebar ul {
padding:0;
margin:0;
}

div#norrcomlist ul {
list-style-type:none;
padding-left: 10px;
margin: 0;
}

div#norrcomlist ul li {
background: url(./images/listicon.png) no-repeat;
padding: 5px 0 5px 25px;
}

/* End Formatting */

/* Begin Images */
p img {
	padding: 0;
	
	}
a img {
border:none;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
img.outlined {
border: solid 1px #fff;
}
/* End Images */

/* Start Menu */
#blueblock{
width: 150px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #41494c;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 117px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#blueblock li {
/*border-bottom: 1px solid #292d30;*/
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #243891;
/*border-right: 10px solid #a4a5a5;*/
background-color: #4355a5;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #444e98;
/*border-right: 10px solid #afafaf;*/
background-color: #5b66af;
color: #fff;
}

/* End Menu */

/* Testing */
