/*
Theme Name: Wing Guard Security
Theme URI: http://wordpress.org/
Description: The Wing Guard Security WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Mart Gordon
Author URI: http://binarybonsai.com/
Tags: fixed width, two columns

*/



/* Begin Typography & Colors */
@import url("complex.css");

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr {
margin-bottom: 20px;
}

html, body {
margin: 0px;
padding: 0px;
border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
background: #ddd url('/wp-content/themes/wingguard/_images/_backgrounds/main.gif') repeat top center;
font-family: Arial,Helvetica,sans-serif;
font-size: 62.5%;
color: #333;
margin: 0px;
}

p {
font-size: 1.2em;
line-height: 1.5em;
font-weight: normal;
padding: 0;
margin: 0;
margin-bottom: 1em;
}

ul, dl, ol {
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: 1em;
}

ul {
list-style: disc inside;
}

ol {
padding-left: 30px;
}

img {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

a img {
border: none;
}

a {
color: #cc0023;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
a:active{
text-decoration: underline;
}

h1 {
font-size: 1.8em; 
margin-bottom: 10px;
font-weight: bold;
color: #333;
padding-bottom: 5px;
border-bottom: 1px solid #333;
}
  
h2 {
font-size: 1.6em; 
margin-bottom: 10px;
font-weight: bold;
color: #333;
}

h3 {
font-size: 1.2em; 
margin-bottom: 0;
font-weight: bold;
color: #333;
}

hr {
width: 100%;
clear: both;
float: left;
margin: 0  0 1em 0;
height: 1px;
border: 0;
border-top: 1px solid #686868;
}

/* ####### Main site area styling ####### */
/* ###################################### */

.section {
clear: both;
float: left;
width: 100%;
height: auto;
text-align: center;
}

.wrapper {
position: relative;
margin: 0 auto;
width: 960px;
height: auto;
text-align: left;
}

.masthead {
clear: both;
float: left;
width: 960px;
height: 134px;
background: #26333B url('/wp-content/themes/wingguard/_images/_backgrounds/masthead.gif') repeat-x;
border-bottom: 1px solid #fff;
position: relative;
}

.masthead .logo {
position: absolute;
top: 13px;
left: 15px;
}

.masthead .vcard {
position: absolute;
top: 15px;
right: 15px;
font-size: 1.4em;
color: #52636E;
text-transform: uppercase;
}

.masthead .vcard span {
color: #fff;
}

.masthead .strapline {
position: absolute;
bottom: 15px;
right: 15px;
}

.topmenu {
clear: left;
float: left;
width: 920px;
padding: 0 20px;
height: auto;
margin-bottom: 0;
list-style: none;
background: #c0c0c0 url('/wp-content/themes/wingguard/_images/_backgrounds/navigation.gif') repeat-x bottom left;
}

.topmenu li {
float: left;
width: auto;
height: auto;
}

.topmenu li a {
float: left;
width: auto;
height: auto;
display: block;
color: #cc0023;
text-transform: uppercase;
font-size: 1.2em;
font-weight: bold;
padding: 14px 20px 13px;
}

.topmenu li a:hover, .topmenu li a:focus {
background: url('/wp-content/themes/wingguard/_images/_backgrounds/navitem_hover.gif') repeat-x bottom;
text-decoration: none;
}

.maincontent {
clear: left;
float: left;
width: 900px;
padding: 30px 30px 17px;
height: auto;
background: #fff url('/wp-content/themes/wingguard/_images/_backgrounds/maincontent.jpg') no-repeat top center;
}

.maincontent-col {
width: 960px;
padding: 0;
}

.left-col {
clear: left;
float: left;
width: 610px;
padding: 30px 30px 17px;
}

#sidebar, .right-col {
float: left;
width: 230px;
padding: 30px 30px 17px;
}

#sidebar h2, .right-col h2 {
font-size: 1.4em;
color: #212E37;
}

#sidebar ul, .right-col ul {
list-style: none;
}

#sidebar ul {
font-size: 1em;
}

#sidebar ul ul {
font-size: 1.2em;
}

#sidebar ul li.widget_recent_entries ul li {
padding-left: 20px;
background: url('/wp-content/themes/wingguard/_images/_backgrounds/list-icon-grey.gif') no-repeat 0 2px;
padding-bottom: 5px;
border-bottom: 1px dotted #777;
margin-bottom: 8px;
}

#sidebar ul li.widget_categories ul li, #sidebar ul li.widget_archive ul li {
padding-left: 20px;
background: url('/wp-content/themes/wingguard/_images/_backgrounds/list-icon-categories.gif') no-repeat 0 2px;
padding-bottom: 5px;
border-bottom: 1px dotted #777;
margin-bottom: 8px;
}

.postmetadata {
background: #eee;
padding: 10px 20px;
border: 1px dotted #ccc;
}

ol.commentlist {
list-style: none;
}

ol.commentlist cite {
font-size: 1.4em;
font-style: normal;
}

ol.commentlist li {
padding: 15px;
}

ol.commentlist li.even {
background: #e5e5e5;
}

.navigation {
clear: left;
float: left;
width: 100%;
margin-bottom: 10px;
}

.pagecontent {
clear: left;
float: left;
width: 560px;
height: auto;
}

.pagecontent-col {
clear: left;
float: left;
width: 960px;
padding: 0;
background: transparent url('/wp-content/themes/wingguard/_images/_backgrounds/2col.gif') repeat-y top center;
}

.auxcontent {
float: left;
width: 300px;
height: auto;
margin-left: 40px;
}

.eyecandy {
float: left;
width: 281px;
height: 194px;
padding: 5px;
background: url('/wp-content/themes/wingguard/_images/_backgrounds/eyecandy.gif') no-repeat;
}

.footer {
clear: left;
float: left;
width: 920px;
padding: 20px;
height: auto;
color: #D8D8D8;
background: #26333B url('/wp-content/themes/wingguard/_images/_backgrounds/footer.gif') repeat-x bottom left;
border-top: 3px double #fff;
}

.whychoose {
float: left;
width: 200px;
min-height:250px;
height:auto !important;
height:250px;
padding-right: 19px;
border-right: 1px solid #4D5E69;
}

.latestposts {
float: left;
width: 200px;
min-height:250px;
height:auto !important;
height:250px;
padding: 0 19px;
border-left: 1px solid #1C272E;
border-right: 1px solid #4D5E69;
}

.accreditations {
float: left;
width: 200px;
min-height:250px;
height:auto !important;
height:250px;
padding: 0 19px;
border-left: 1px solid #1C272E;
border-right: 1px solid #4D5E69;
}

.links {
float: left;
width: 200px;
min-height:250px;
height:auto !important;
height:250px;
padding-left: 19px;
border-left: 1px solid #1C272E;
}

.links .linkitem {
clear: left;
float: left;
display: block;
width: 180px;
height: auto;
padding: 9px;
background: #3B4B55 url('/wp-content/themes/wingguard/_images/_backgrounds/footer-item.gif') repeat-x bottom left;
border: 1px solid #2E3B43;
color: #fff;
margin-bottom: 5px;
}

.links .linkitem h4 {
font-size: 1.4em;
font-weight: bold;
color: #E42646;
margin-bottom: 5px;
}

.links .linkitem p {
margin-bottom: 0;
}

.footer a {
color: #E42646;
}

.footer h3 {
font-size: 1.4em; 
margin-bottom: 10px;
font-weight: bold;
color: #D8D8D8;
border-bottom: 1px solid #fff;
}

.footer ol {
clear: left;
float: left;
width: 200px;
margin-bottom: 0;
font-size: 1.2em;
line-height: 1.5em;
list-style: decimal outside;
padding-left: 0;
}
.footer ol li {
float: left;
width: 180px;
height: auto;
margin-left: 20px;
margin-bottom: 14px;
}

.latestposts ul {
clear: left;
float: left;
width: 200px;
margin-bottom: 0;
height: auto;
list-style: none;
}

.latestposts ul li {
float: left;
width: 180px;
height: auto;
padding-left: 20px;
background: url('/wp-content/themes/wingguard/_images/_backgrounds/list-icon.gif') no-repeat 0 2px;
padding-bottom: 5px;
border-bottom: 1px dotted #777;
margin-bottom: 8px;
}

ul.subpages {

}

ul.subpages li {
padding-bottom: 5px;
border-bottom: 1px dotted #777;
margin-bottom: 8px;
text-transform: capitalize;
}

.aux-footer {
clear: left;
float: left;
width: 940px;
height: auto;
padding: 10px 10px;
border-top: 1px solid #cc0023;
background: #26333B;
list-style: none;
margin-bottom: 0;
}

.aux-footer li {
float: left;
width: auto;
height: auto;
}

.aux-footer li a {
float: left;
width: auto;
height: auto;
display: block;
color: #ccc;
padding: 0 10px;
border-right: 1px solid #ccc;
}

.aux-footer li.last a {
border-right: 0;
}

.copyright {
clear: left;
float: left;
width: 960px;
text-align: right;
font-size: 1.2em;
color: #555;
padding: 10px 0;
}

/* ###### WordPRess alignments ####### */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
   float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}


/* ####### Breadcrumbs ####### */

ul.breadcrumbs {
	clear: left;
	float: left;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* ####### Form styling ####### */

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
border: 1px solid #999;
background: url('/wp-content/themes/wingguard/_images/_backgrounds/input.jpg') repeat-x;
padding: 2px 3px;
width: 420px;
}

ul.sitemap {
text-transform: capitalize;
}

.bsilogo {
position: relative;
top: 20px;
}

.isologo {
position: relative;
left: 10px;
}

.nasplogo {
position: relative;
top: 8px;
}

.nocnlogo {
position: relative;
left: 10px;
}

.maincontent ul ul {
font-size: 1em;
margin: 0 0 0 10px;
list-style: circle inside;
}

.maincontent ul ul ul {
font-size: 1em;
margin: 0 0 0 20px;
list-style: square inside;
}

.maincontent ul ul ul ul {
font-size: 1em;
margin: 0 0 0 30px;
list-style: disc inside;
}
