/* @override http://inacservices.com/site/wp-content/themes/inactheme/style.css */

/* @override http://workshop:8888/wordpress/wp-content/themes/gravy/style.css */

/* @override http://dev.unnormal.ca/inac/wp-content/themes/inactheme/style.css */

/*  
Theme Name: INAC by Unnormal
Theme URI: http://www.unnormal.ca
Description: A custom INAC Service theme for WordPress. 
Version: 1.0
Author: Adam King
Author URI: http://www.aking.ca

The CSS, XHTML and design is released under GPL, apart from elements owned by INAC:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#FFF;
	color: #111;
	padding:0px 0;
	}

body, select, input, textarea {
	font: 100% "Helvetica Neue", Helvetica, Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	background: none;
}
	
p {	
	margin: 15px 0;
	line-height:130%;
	}

.widget p {	
	margin: 0px 0;
	line-height:130%;
	}

a, a:visited {
	color: #9f1317;
	}

a:hover, a:active {
	color: #ef1d1c;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
	}

td {
	padding:4px 6px;
	border-top:0px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:30px 30px 50px;
}

#wrapperdropshadow {
	background: url(images/wrapper-dropshadow.jpg) repeat-y;
	width: 1016px;
	margin: 0 auto;
}

#footerdropshadow {
	width: 1016px;
	background: url(images/footer-dropshadow.jpg) no-repeat;
	margin: 0 auto;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:960px;
	border-bottom: 1px solid #7e7e7e;
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	margin: 0 27px;
}

#masthead {
	background: #dadada url(images/masthead_02.jpg);
	/*padding:28px 28px 24px;*/
	overflow:hidden;
	height: 128px;
}

#branding {
	float:left;
	width:575px;
	}
	
#content {
	width:565px;
	float:left
	}

#sidebar {
	width: 260px;
	float:right;
	background:#f2f2f2;
	padding:0 20px 20px;
	}

.left {
	float:left;
	color: #000;
}

.right {
	float:right;
	color: #000;
}
	
.menu ul a {
}
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Avenir LT", Avenir, "Avenir LT Std", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	}

h1 {
	/*border-bottom:1px solid #d7d7d7;*/
	margin-bottom: 15px;
	margin-top: 15px;
	font: normal normal 19pt "Avenir LT", Avenir, "Avenir LT Std", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #404040;
}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	font-weight: bold;
}
	
h2 {
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 0px;
}

.entry h2 {
	font-size: 1.5em;
	margin: 15px 0 0;
	font-weight: bold;
	/*border-bottom:1px solid #d7d7d7;*/
	color: #404040;

}

h2 a {
	text-decoration: none;
}
	
h2.posttitle, h1.posttitle {
	font: normal 2em "Avenir LT", Avenir, "Avenir LT Std", "Avenir-Bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom:1px solid #d7d7d7;

}

#sidebar h3 {
	border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color: #787878;
	letter-spacing: .005em;
	text-transform:uppercase;
	text-align: left;
	font: bold 19px "Avenir LT", Avenir, "Avenir LT Std", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.entry h3 {
	margin-top: 15px;
	line-height: 1.6em;
}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.1em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/
#headeremail {
	position: relative;
	left: 670px;
	top: 76px;
	width: 244px;
	height: 20px;
	border-style: none;
	padding: 0;
	margin: 0;
}

img.headeremailimg {
	border-style: none;
	margin: 0;
	padding: 0;
}

a.imglink {
	border-style: none;
	margin: 0;
	padding: 0;
}

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}

.entry li {
	list-style-image: url(images/checkmark.png);
	margin-left: 15px;
}

.greybg li {
	list-style-image: none;
	list-style-type: disc;
	opacity: 1;
}


.entry p {
	text-align: justify;
}

/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited { 
	border:1px solid #CCC;
	padding:6px 8px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.formline div {
	clear: both;
	display: table;
	position: static;
}

.widget label {
	display: table-column;
	float: left;
	clear: both;
}


.widgetinput input {
	line-height: 16px;
	display: table-column;
	float: right;
}

.widget {
	margin-bottom:15px;
	overflow:hidden
	}
	
.widget blockquote {
	color:#7b7b7b;
	padding:0px;
	margin:0px;
	border: none;
	font: 1em Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:.03em;
}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}

.widget li a, .widget li a:visited {
	color: #656565;
	text-decoration:none;
	font-weight: bold;
}

.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}
	
.subpages-ul {
	position: relative;
}

.subpages-ul li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
}


.subpages-ul li a, .subpages-ul li a:visited {
	color:#111;
	text-decoration:none;
	font-weight: bold;
}

.subpages-ul li a:hover, .subpages-ul li a:active {
	color:#6d6d6d;
	}


span.moretext {
	display: inline;
	clear: none;
}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}

.textwidget label {
	line-height: 20px;
	}
	
.textwidget input {
	position: relative;
	float: right;
	display: inline;
}

#theForm {
	line-height: 20px;
	}

.button input {
	text-transform: uppercase;
	font: bold 12px "Avenir LT", Avenir, "Avenir LT Std", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background-image: none;
	border-style: solid;
	vertical-align: 0px;
	padding: 3px 14px;
	border-color: gray;
	margin: 0;
	width: 100%;
	
	}	
	
.button {
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	width: 100%;
	overflow: visible;
	visibility: visible;
	margin-top: 10px;
}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.8em;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	color:#dadada;
	padding:20px
	}

#footer a:hover, #footer a:active {
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	
	