/*
Theme Name: QSI Theme
Description: The WordPress theme for QSi
Version: 1.0

*/



/* Begin Typography & Colors */
body {
	font-size: 57%; /* Resets 1em to 10px */
	font-family: Arial, Verdana,  Sans-Serif;
	background: #213C80;
	color: #444;
	text-align: center;
	}

p { 
    color: #666;
}    

#page {
	background-color: #fff;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}


.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

    
h2 {
	font-size: 2.2em;
    font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.5em;
    margin-bottom: 20px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
    
strong { 
    font-size: 1em;
    font-weight: bolder;
    color: #333;
}    

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
    display: none;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
    
h2 a, h2 a:hover { 
    display: none;
}    

/* End Typography & Colors */



/* Begin Structure */
body {
    height: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	}

#page {
	background-color: white;
	margin: 20px auto 40px;
	padding: 0;
	width: 770px;
    position: relative;
	}
    
#leftCol 	{
    float: left;
	padding: 50px 10px 0 55px;
	height: 720px;
	width: 230px;
    position: relative;
    display: inline;
	}
    
.narrowcolumn { 
    float: right;
	padding: 0;
	margin: 105px 55px 0 0;
	width: 400px;
    position: relative;
    display: inline;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
    color: #AAA;
    background-color: #AAA;
    height: 1px;
    border: 0;
    margin: 20px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


a#topMenuButton {		
		width:115px;
		height:115px;
		text-indent:-9999em;
		
	} 
    
a#topMenuButton {
		display: block;
		width:115px;
		height:115px;
        background: url('images/consult_home.jpg') no-repeat 0 0;
        position: absolute;
        top: 120px; left: 56px;
	} 
    
#topRightBox { 
    position: absolute;
    top: 118px; left: 169px;
    height: 115px;
    width: 115px;
} 

#fourBoxes { 
    position: absolute;
    height: 225px;
    width: 230px;
    top: 233px; left: 55px;
}    


a#aboutUs {
		display: block;
		width:115px;
		height:115px;
        text-indent:-9999em;
        background: url('images/aboutUs2.jpg') no-repeat 0 0;
        position: absolute;
        top: 458px; left: 57px;
	}  
    
a#services {
		display: block;
		width:113px;
		height:113px;
        text-indent:-9999em;
        background: url('images/services.jpg') no-repeat 0 0;
        position: absolute;
        top: 458px; left: 170px;
	}  
  
a#careers {
		display: block;
		width:113px;
		height:111px;
        text-indent:-9999em;
        background: url('images/career.jpg') no-repeat 0 0;
        position: absolute;
        top: 571px; left: 57px;
	}  
    
a#contact {
		display: block;
		width:113px;
		height:111px;
        text-indent:-9999em;
        background: url('images/contact.jpg') no-repeat 0 0;
        position: absolute;
        top: 571px; left: 170px;
	}  
    
#leftCol p { 
        position: absolute;
        top: 710px; left: 57px;
        color: #777;
}

#leftAddress { 
    float: left;
    padding-right: 40px;
}

#rightAddress { 
    float: left;
    padding-right: 40px;
}

#copy { 
    padding: 0 0 15px 15px;
    font-size: 1.1em;
}

#phone { 
    width: 100px;
    text-align: left;
    position: relative;
    left: 200px; top: -57px;
}

/* End Structure */


/* Begin Images */
p img {
	margin: 20px 0;
	max-width: 100%;
	}

/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
  
    
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: 0;
    color: #666;
    line-height: 1.4em;
    position: relative;
    top: -10px;
	}

html>body .entry li {
	margin: 5px 0 4px 10px;
    color: #666;
	}
    
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.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;
}
/* End captions */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

