/* @override http://definingdesign.ca/wp-content/themes/Blankv2btea/style.css */

/*-----------------------------------------------------------------------------
Theme Name: Defining Design Wordpress Theme
Description: This is the site we took forever to actual create, the one we always wanted but were always to busy to get around to. Clean, and raw - Design at it's best, let the design work speak for itself. Created in Canada
Version: 2.0
Author: Paul Bonsell
Author URL: http://definingdesign.ca/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	
  margin: 0 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	margin: 0;
	
}

/* @end */
/* @group body & wrap
-----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
  	font-size:12px;
  	line-height: 15px;
	background-color: black;
	color:#666;
}

#wrapper {
	padding: 10px;
	margin:10px auto;
	width:970px;
	background-color:#fff;
}

/* @end */



/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	color:#DC3819;
	font-size: 35px;
	line-height: 37px;
	margin: 15px 0 35px 0;
}

h2 {
	color:#AF1E0B;
	font-size: 22px;
	margin: 15px 0 6px 0;
}

h3 {
	color:#AF1E0B;
	font-size: 14px;
	margin: 15px 0 6px 0;
}


/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#4483B7;
	text-decoration: none;
	
}

a:visited {
	color: #447399;
	text-decoration: none;
	
}

a:hover {
	color: #8c0000;
	text-decoration: none;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/
#masthead {
	width: 970px;
	height: 178px;	
}

#masthead_img {    
		height: 70px;
		margin-bottom: 10px; 
		background: url('images/logo.png') 22px no-repeat;
}


/* @end */



/* @group Navigation
-----------------------------------------------------------------------------*/

#navcontainer {
	height:98px;
	background-color: #000;
}

ul#nav {
	list-style: none;
	color: #fff;
}


#nav li {
	border-left: thin #525252 dashed;
	height: 75px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 22px 0 15px;
	font-size: 13px;
	text-transform: capitalize;
	list-style: none;
}

#nav li li{
	border-left: none;
	height: 14px;
	float: none;
	margin: 0 0 0 5px;
	padding:0;
	font-size: 11px;
	text-transform: capitalize;
}

#nav li li li{
	display: none;
}

#nav li a {
	color: #DC3819;
	font-weight: bold;
}

#nav li li a {
	color: white;
	font-weight: normal;
}

#nav li a:hover {
	color: #9999B6;
}

/* @end */

/* @group Portfolio
-----------------------------------------------------------------------------*/
#portimg {
	position: absolute;
	width: 800px;
	float: left;
}

#portimg p{
	display: none;
}

#porttitle{ 
	position: absolute;
	width: 180px;
	height: 40px;
	margin: 0 0px 0 620px;
	background-color: white;
	text-align: center;
	color: #DC3819;
	font-weight: bold;
	line-height: 40px;
}

#portcontent {
	width: 970px;
	height: 530px;
}

#portitem {
	margin: 0 0 0 800px;
	padding: 5px 20px;
	height: 30px;
	width: 130px;
	float: right;
	position: absolute;
	background-color: #E7E8E9;
}


#portsidebar {
	padding: 8px 15px 10px 10px;
	margin: 40px 0px 0 0;
	height: 473px;
	width: 145px;
	background-color: black;
	float: right;
}

#portsidebar li {
	margin: 4px 0 0 0;
	list-style: none;
}

#portsidebar li li {
	display: none;
}

/* @end */

/* @group Content
-----------------------------------------------------------------------------*/

#content {
	
}

.post {

}

#entry-4.entry {
	margin: 0;
	
}

.entry {
	margin: 50px 150px 50px 50px;
	
}

#entry-4.entry p {
	margin: 0;
	
}

#entry-4.entry h1 {
	display: none;
	
}

.entry p {
	margin: 0px 0px 13px 2px;

}

.postmetadata {
	margin: 10px 0px;
		
}

.utw {
	margin: 10px 0px;
}

.post_nav {
	margin: 10px 0px;

}





/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
		min-height:200px;
		width: 760px;
		background-color: #FCFBFB;
		padding: 5px 0px 50px 0px;
		
}


#sidebar ul{
	margin: 0px 24px;
	line-height: 14px;
}

#sidebar li {
	list-style-type: none;

	
}

#sidebar li ul {
	
}

#sidebar li ul li {
	
}

/* @end */

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

#footer {
	background-color: white;
	padding: 0px 0;
}

#footer p {
	color: whitesmoke;
	font-size: 10px;
	text-align: center;
}

#footer a:link {
	color: whitesmoke;
}

#footer a:hover {
	color: red;
}

ul#footer {
	list-style: none;
	color: #fff;
	margin-left: 55px;
}

#footer li {
	float: left;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: none;
	color: #C3C8E0;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	margin: 20px 12px 15px 0px;
	max-width: 135px;
}

#searchform #submit {

}

#searchform #searchsubmit {
		margin: 20px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
}


#comments-form {
	
}

#commentform {
	
}

#author {
	
}

#email {
	
}

#url {
	
}

#comment {
	
}

#submit {
		margin: 20px 12px 15px 0px;
	
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

	ol#commentlist li {
	background: #f9f9f9;
	padding: 3px;
	margin: 0 0 5px 0;
	border: 1px solid #CCCCCC;
	}

/* @end */