/*   
Theme Name: Security Web Theme
Theme URI: http://sispg.com
Description: This is a theme created for SecurityWeb.ca
Author: Andrew Johnson
Author URI: http://sispg.com
Version: 1
*/

@media screen {

* { margin: 0; padding: 0;}
html {background: url(img/main-bg.jpg) top left repeat;}
body { margin:0px auto; font-family: 'Telex', sans-serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* other colours
blue: #26418B
maroon: #A31E22
*/

.right {float:right; margin:0px 0px 8px 10px;}
.left {float:left; margin:0px 10px 8px 0px;}
.round {border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.shaddow {box-shadow: 1px 1px 3px #2b2b2b;
    -webkit-box-shadow: 1px 1px 3px #2b2b2b;
    -moz-box-shadow: 1px 1px 3px #2b2b2b;
}

a {color:#A31E22;}
img {border:none;}

.header-container {
	width:100%;
	height:135px;
	background:url(img/header-bg.png) top left repeat-x;
	margin-bottom:35px;
}

.header { width:890px; background: url(img/slogan.png) right center no-repeat; margin:0px auto; height:135px;}
.header img { margin-top:15px; margin-left:20px;}
.nav-container {
	background:url(img/nav-bg.jpg) top center no-repeat;
	width:904px; margin:-23px auto 0px auto;
	height:36px;
	color:#FFF;
	position:relative;
	z-index:999;
}


.nav {
	position:relative; z-index:999999;
	z-index:50; display:block;
	width:878px; height:36px;
	list-style:none;
	padding-left:20px;
	margin:0px auto ; 
}
.nav li {float:left; line-height:36px; color:#FFF; margin-right:9px;}
.nav li a {color:#FFF; text-decoration:none; text-transform:uppercase; font-size:16px; 
			font-weight:bold; display:block; line-height:35px;
			padding:0px 8px 0px 8px; z-index:55; position:relative; text-shadow: 0 1px 0 #000; margin-top:1px;}
.nav li a:hover {background-color:#424242;}

/* sub levels link hover */
.nav ul li:hover a, .nav li:hover li a {
	/*background: none;*/
	border: none;
	color: #fff;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: 0 1px 0 #000;
}
.nav ul a:hover {
	background-color:#666;
	/*background: #517526 url(img/gradient.png) repeat-x 0 -100px !important;*/
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
.nav li:hover > ul {
	display: block;
}

/* level 2 list */
.nav ul {
	display: none;
	list-style:none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 100px;
	background: #6D95E7 url(img/gradient.png) repeat-x 0 0;
	/*border: solid 1px #b4b4b4;*/

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

.nav ul a {
	font-size:14px;
	text-shadow: 0 1px 0 #000;
}

/* level 3+ list */
.nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
.nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
.nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* clearfix */
.nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.nav {
	display: inline-block;
} 
html[xmlns] .nav {
	display: block;
}
 
* html .nav {
	height: 1%;
}

.slides-wrapper {
	width: 882px;
	height:496px;
}

.slides-area {
	width:882px;
	margin:0px auto;
	position:relative; z-index:10;
}

.slides {
	position:absolute; top:0px; right:0px;
	width:882px;
	height:496px; 
}
.pics {margin:0px auto; padding:0; width:882px; height:496px; overflow: hidden; z-index:3;}
.pics img {padding:0px;}

.content {width:886px; margin:0px auto; background:url(img/content-bg.png) top center repeat-y; padding-left:4px; min-height:500px;}
.content-bottom {width:890px; height:20px; margin:0px auto; background:url(img/content-bg-bottom.png) top center no-repeat; padding-bottom:8px;}

.content-wrapper {padding: 20px 20px 10px 20px;}

.partners {border-top:2px solid #223972; margin-top:8px; padding-top:10px; font-size:10px;}
.partners ul {list-style:none; padding:0; margin:0;}
.partners ul li {list-style:none;}
.partners h3 {color:#223972; font-size:14px; font-weight:bold; width:125px; padding-right:10px; background:url(img/nav-arrow.png) top right no-repeat;}

.main-content {width:600px; border-right:1px dotted #CCC; padding-right:15px;}

.main-content ul {padding-left:23px;}

.sidebar {float:right; min-height:200px; padding-left:20px; width:200px;}

.footer { color:#FFF; width:880px; margin:0px auto;text-align:right; padding-right:10px; font-size:12px; padding-bottom:80px;
text-shadow: 0 1px 0 rgba(0, 0,0, 0.8);}
.footer a {color:#223972;}

.alignright {float:right; margin:0px 0px 10px 10px;}
.alignleft {float:left; margin:0px 10px 10px 0px;}

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; font-family: "Arial Black", Gadget, sans-serif; }
h1 {color:#223972;}
h2 {color:#A31E22;}
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover {color:#223972; } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */