/*
Theme Name: nsc
Theme URI: http://www.webdesignbyronbay.net.au
Description: custom theme designed for National Security Consultants
Author: Ramapriya Ramanuja
Author URI: http://www.webdesignbyronbay.net.au
version: 1.0
Tags:
*/

/* ********** A FEW BASICS ********** */

body 
{
margin: 0px;
padding: 0px;
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #595959;
line-height: 1.5em;
}

/* ********** FONTS ********** */

h1
{
font-size: 28px;	
font-weight: normal;
color: #333;
line-height: 1.3em;
margin: 0px 0px 10px 0px;
}

h1 em
{
font-style: normal;
font-weight: normal;
color: #4096EE;
}

.page-content h1
{
margin-top: 0px;
font-size: 28px;
}

h2
{
font-size: 20px;	
font-weight: bold;
color: #333;
line-height: 1.7em;
margin: 0px 0px 10px 0px;
}

h2 em
{
font-style: normal;
font-weight: bold;
color: #4096EE;
}

h3
{
font-size: 16px;	
font-weight: bold;
color: #333;
line-height: 1.7em;
margin: 0px 0px 10px 0px;
}

h3 em
{
font-style: normal;
font-weight: bold;
color: #4096EE;
}

h4
{
font-size: 13px;
font-weight: normal;
color: #333;
margin: 0px 0px 10px 0px;
padding: 5px 8px;
line-height: 1.7em;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #EEEEEE url(images/h4-bg.png) top left repeat;
}

h4 em
{
color: #326EB1;
font-size: 16px;
font-weight: bold;
font-style: normal;
}

h5 
{
font-size: 16px;	
font-weight: normal;
color: #333;
line-height: 1.7em;
margin: 0px 0px 10px 0px;
}

h5 strong
{
font-size: 32px;
font-weight: normal;
line-height: 1.5em;
}

h6
{
color: #FFF;
font-size: 5px;
font-weight: normal;
float: right;
width: 100%;
height: 20px;
margin: 10px 0px 5px 0px;
border-top: 1px solid #326EB1;
}

p 
{
clear: none;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.7em;
color: #333;
}

#content-right ul li
{
color: #FFF;
line-height: 2em;
}

#content-right p /* grey background with diagonal stripes :o) */
{
color: #333;
padding: 5px 8px;
line-height: 1.5em;
-moz-border-bottom-right-radius: 3px;
-khtml-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-bottom-left-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
background: #EEEEEE url(images/h4-bg.png) top left repeat;
}

#content-right h2 /* why use freshr? sidebar box */
{
font-weight: normal;
color: #FFF;
padding: 5px 8px 5px 29px;
margin-bottom: 0px;
-moz-border-top-right-radius: 9px;
-khtml-border-top-right-radius: 9px;
-webkit-border-top-right-radius: 9px;
border-bottom-top-radius: 9px;
-moz-border-top-left-radius: 9px;
-khtml-border-top-left-radius: 9px;
-webkit-border-top-left-radius: 9px;
border-top-left-radius: 9px;
background: #4096EE url(images/sidebar-tick.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}

#content-right h4 /* blue heading - our committment to you */
{
font-weight: normal;
font-size: 18px;	
line-height: 1.7em;
color: #FFF;
padding: 5px 8px;
margin-bottom: 0px;
border: none;
-moz-border-top-right-radius: 9px;
-khtml-border-top-right-radius: 9px;
-webkit-border-top-right-radius: 9px;
border-bottom-top-radius: 9px;
-moz-border-top-left-radius: 9px;
-khtml-border-top-left-radius: 9px;
-webkit-border-top-left-radius: 9px;
border-top-left-radius: 9px;
-moz-border-bottom-right-radius: 0px;
-khtml-border-bottom-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-bottom-left-radius: 0px;
-khtml-border-bottom-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
background: #4096EE;
}

/* ********** LINKS ********** */

a 
{
color: #4096EE;
text-decoration:none;
border-bottom: 1px dotted #4096EE;
}

a:hover 
{
color: #FFF;
background: #4096EE;
border-bottom: 1px solid #4096EE;
}

#menu a 
{
color: #FFF;
text-decoration:none;
border-bottom: none;
}

#menu a:hover 
{
color: #FFF;
background: #4096EE;
border-bottom: none;
}

#content-right a 
{
color: #326EB1;
text-decoration:none;
border-bottom: 1px dotted #326EB1;
}

#content-right a:hover 
{
color: #EEEEEE;
background: #326EB1;
border-bottom: 1px solid #326EB1;
}

#footerwrap a 
{
color: #FFF;
text-decoration:none;
border-bottom: 1px dotted #FFF;
}

#footerwrap a:hover 
{
color: #B3B3B3;
background: #FFF;
border-bottom: 1px solid #FFF;
}

/* ********** SITE BODY ********** */

/* contains everything but menu and footer */	
.wrapper
{
width: 960px; 
margin: 0px auto;
background: none;
}

/* ********** HEADER PANEL ********** */

#header
{
margin: 40px auto 0px auto;
width: 960px;
height: 155px;
background: url(images/header.png) top center no-repeat;
}

/* *** slider *** */

#slider-wrapper
{
width: 100%;
height: 320px;
clear: both;
margin: 0px auto 20px auto;
background: #4096EE;
}

#slider 
{
width: 960px; /* should be same as image width */
height: 320px; /* should be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
margin: 0px auto;
background: url(images/slider-bg.jpg) top left no-repeat;
}

#sliderContent 
{
width: 960px; /* important to be same as image width or wider */
position: absolute;
top: 0;
margin: 0px auto;
}

.sliderImage 
{
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.sliderImage span 
{
position: absolute;
font: 40px/42px Helvetica, sans-serif;
padding: 30px 0px 0px 10px;
margin: 0px;
width: 340px;
height: 300px;
background: url(img/slider-title-bg.png) top left repeat;
color: #FFF;
display: none;
}

.sliderImage span strong 
{
font-size: 50px;
font-weight: normal;
text-shadow: 0px 0px 6px #000;
line-height: 1.08em;
}

.sliderImage span em 
{
font-size: 30px;
font-style: normal;
line-height: 1.3em;
padding-bottom: 10px;
text-shadow: 0px 0px 6px #000;
}

.sliderImage span strike 
{
font-size: 18px;
text-decoration: none;
font-style: normal;
line-height: 1.4em;
text-shadow: 0px 0px 6px #000;
}

/* sets position of animated text and background */
.top 
{
top: 0;
left: 0;
}

.left
{
top: 0;
left: 0;
}

/* sets position of animated text and background */

.bottom 
{
bottom: 0px;
left: 0;
}

#sliderContent ul 
{ 
list-style-type: none;
}

.blue-bar /* bar under header on all pages */
{
margin: 0px auto 0px auto;
width: 100%;
height: 30px;
background: #4096EE;
}

/* ********** MAIN MENU ********** */

#menu-wrapper
{
position: absolute;
top: 0px;
width: 100%;
height: 40px;
background: #404040;
position: fixed;
z-index: 99;
}

/* this creates the current page menu highlighting. Note the changes in the menu in the header.php file to echo ' page-item-home current_page_item'. In some themes this doesn't work without that modification and the creation of the custom menu in the WordPress admin panel. The custom menu on this site is called 'main'. */
.current_page_item
{
background: #4096EE; 
}

/* ********** CONTENT ********** */

/* home page */
.home-content 
{
float: left;
width: 600px;
overflow: hidden;
padding: 0px;
z-index: 1;
}

/* all pages except for home */
#container
{
float: left;
width: 960px;
background: url(images/container-bg.jpg) top right repeat-y;
}

/* all pages except for home */
.page-content 
{
float: left;
margin-top: 20px;
width: 600px;
overflow: hidden;
padding: 0px;
z-index: 1;
}

/* this is the sidebar content wrapper */
#content-right 
{
float: right;
margin: 0px 0px 0px 0px;
padding: 30px 10px 0px 10px;
width: 300px;
overflow: hidden;
}

.sidebar-tick
{
float: left;
width: 21px;
height: 26px;
margin: 0px 5px 0px 0px;
background: url(images/sidebar-tick.png) top left no-repeat;
}

.page-content ul, the_content ul, .post ul 
{
clear: left;
margin: 0px 0px 15px -5px;
padding-left: 0px;
}

.page-content ul li, the_content ul li, .post ul li
{
clear: left;
background-image: url(images/bullet-square.png);
background-repeat: no-repeat;
padding-left: 22px;
background-position: 0.5em 0.2em;
line-height: 1.7em;
}

/* ********** FOOTER ********** */

#logowrap
{
clear: both;
width: 100%;
height: 250px;
background: #777777;
border-top: 1px solid #555;
padding: 10px 0px 0px 0px;
overflow: visible;
}

#logos
{
clear: both;
width: 950px;
height: 260px;
overflow: hidden;
margin: 0px auto;
padding: 0px 0px 0px 0px;
background: url(images/logos.png) top center no-repeat;
}

#footerwrap
{
clear: both;
width: 100%;
background: #B3B3B3;
padding: 0px 0px 10px 0px;
overflow: hidden;
}

#footer 
{
clear: both;
width: 900px;
overflow: hidden;
margin: 0px auto 20px auto;
padding: 20px 0px 0px 0px;
}
	
#footer p
{
color: #000;
padding:0;
margin: 0; 
font-size:12px;
text-align: center;
}

#footer h2
{
color: #000;
font-size: 16px;
font-weight: normal;
text-align: center;
}
	

/* ********** MISC IMAGE STUFF ********** */

img.centered 
{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright 
{
float: right;
padding: 0px;
margin: 0px 0px 0px 10px;
border: none;
}

img.alignleft 
{
padding: 0px;
margin: 0px 10px 0px 0px;
display: inline;
border: none;
}

.alignright 
{
float: right;
}

.alignleft 
{
float: left
}
	
.wp-caption 
{
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}

.wp-caption img 
{
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* ********** MISC WP NAVIGATION STYLES ********** */


.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}


img a
{
border: none !important;
}


