/*
Theme Name: Darky
Theme URI: http://itworldcanada.com
Description: A stylish dark coloured theme.
Author: Jeff Radecki
Author URI: http://itworldcanada.com
*/

/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	
background-image: url(images/bg.gif);
font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	font-size: 62.5%;
	color: #333333 ;
}

#container {
	width: 995px;
	margin: auto;
	font-size: 1.2em;
			}
#patrice {
	
}



#top_nav {
background-repeat: repeat-x;	
height: 100px;
	padding-top: 5px;
	text-align: center;
	color: #7E0200;
}

#header {
	background-image: url(images/header.gif);
	height: 85px;
	padding-top: 7px;
	padding-left: 14px;
}

#headLink {
position:relative;
	height: 20px;
	width:250px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#main_nav {
	background-image: url(images/navTop.gif);
	height: 45px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 10px;
	
}

#right {
	font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	float: right;
	width: 325px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}
 #right a, #right a:link, #right a:visited   {
color:#56564b;
text-decoration:none;
}

#right a:hover {
color:#CC0000;
text-decoration:underline;
}

#content {
    font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	position: relative;
	margin-right: 355px;
	margin-left: 15px;
	padding: 0px;
}

#footer {
	background: url(images/footer.gif) no-repeat;
	height: 115px;
	clear: both;
	text-align: center;
}

blockquote { 
padding-left:20px; 
padding-right:20px; 
} 

/**************************************** text, images, lists ****************************/
/*
img.float_left {
	float: right;
}*/

p {
	font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	font-size:12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

a {
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

img {
padding:5px;
}

h1 a, h1 a:hover {
        
	color: #000000;
	font-size: 28px;
	text-decoration: none;
}

h2 a {
        font-family: Georgia; 
	font-size: 18px;
	color: #000;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	text-decoration: none;
}

h2 a:hover {
font-family: Georgia; 	
font-size: 18px;
	color: #000;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	text-decoration: underline;
}

h3, h3 a {
	background-image: url(images/sidebar_heading.gif) ;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 19px;
	width: 550px;
	color: #000000;
	padding-top: 3px;
	padding-left: 24px;
	text-decoration: none;
}

h4, h4 a {
	background-image: url(images/sidebar_heading_2.gif);
	
	height: 19px;
	width: 275px;
	color: #000000;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

ol {
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 5px 1em;
	height: 18px;
	color: #000000;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #333333;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

#right ul, #left ul {
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}


