/*   
Theme Name: PennyTrader
Theme URI: 
Description: New Theme for PennyTrader
Author: Guillaume Bourdages
Author URI: http://www.graphem.ca
Version: 1.0

*/
/* Base element */

	html, body {
		height:100%;
	}

/*Images*/	

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

/*End Images*/

/* Typo */		

	p {
		font-size: 1.1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.4em;
	}

	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	
	h2 {
		font-size: 1.8em;
       	line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		color:#094382;
	}
	
	h3 {
		font-size: 1.3em;
		font-weight:bold;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
		color:#A88028;
	}
	
	h4 {
		font-size: 1.4em;
		font-weight:normal;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
		color:#094382;
	}
	
	h5 {
		font-size: 1.2em;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
		color:#094382;
	}
	
	ul, li {
		margin:0px;
		padding:0px;
		list-style:none;
	}


/* End Typography */		

/* Links */

	a, a:link, a:active {
		color:#094382;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:medium;
		text-decoration:none;
	}

	
	
	a:hover {
       color:#a88028;
	   text-decoration: underline;
	   outline:none;
	}

/* End Links */

/* End Base element */

	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Helvetica, sans-serif;
		text-align: left;
		font-size:12px;
		color:#323232;
		background:#094382 url(images/background.jpg) repeat scroll left top;
	}
	
	#container{
		margin:0 auto;
		width:1005px;
		padding:0px 0px 35px 0px;
		background: #094382;
    }

/*Header and menu */	

	#header{
		margin:0;	
		position:relative;
		height:185px;
		background:url(images/header-back.jpg) no-repeat top right;
    }
	
	#header h1 {
		display:block;
		margin:37px 0 0 55px;
		float:left;
		clear:both;
		height:100px;
		width:268px;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		
	}
	
	#header h1 a {
		display:block;
		height:100px;
		width:268px;
	}
	
	#quote {
		height:38px;
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		clear:both;
		background:#e9eeea;
	}
	
	#quote h2 {
		
		margin:0 0 0 7px;
		float:left;
		height:38px;
		width:585px;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background:url(images/quote-h2.gif) no-repeat top left;
	}
	
	span.logintop a {
		
		color:#094382;
		font-size:18px;
		font-weight:bold;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:15px;	
		margin-right:15px;
		margin-top:8px;
		border-right:2px solid #094382;
		float:right;	
	
	}
	
	a.header-rss {
	
		margin:0px 10px 0px 0px;
		float:right;
		display:block;
		padding:2px 42px 0px 0px;
		overflow:hidden;
		font-weight:bold;
		color:#094382;
		font-size:18px;
		line-height:34px;
		
		background:url(images/header-rss.gif) no-repeat center right;
	
	}

/* DropDown Menu */	
	
	#menus {
		
		padding:0px;
		margin-bottom:6px;
	}
	
	ul.dropdown {
		position: relative;
		margin:4px 0 0px 0;
		padding:2px 0px 0px 5px;
		font-size:1.3em;
		font-weight:bold;
		float:left;	
        list-style: none;		
		z-index: 597;	
	}
	
	ul.dropdown li  {
		padding: 0;
		position:relative;
		float: left;
		margin: 0px 0px 0 0px;
		display: block;
	}

	ul.dropdown li a{
		float: left;
		padding: 7px 9px 7px 9px;
		margin:0px 4px 0px 0px;
		
		text-decoration:none;
		color:#ffffff;
	}
	
	ul.dropdown li a:hover, ul.dropdown li a#current, ul.dropdown li a.selected {
		background: url(images/main-menu-hover.gif) repeat-x top left;
		color:#ffffff;
		text-decoration:none;
		background:#4772a1;
	}
	
	ul.dropdown ul {
		 list-style: none;
		 margin: 0;
		 padding: 0;
	}

	
	ul.dropdown li.hover, ul.dropdown li:hover {
		 position: relative;
		 z-index: 599;
		 cursor: default;
		 background-color: transparent;
	}

	ul.dropdown ul {
		 visibility: hidden;
		 position: absolute;	
		 top: 100%;
		 left: 0;
		 z-index: 598;
		 background-color: #0a3665;
		 color: #fff;
		 font-size: 0.8em;
		 text-transform: none;
		 filter: alpha(opacity=90);
		 -moz-opacity: .9;
		 KhtmlOpacity: .9;
		 opacity: .9;
		 min-width:150px;
	}
	
	ul.dropdown li.dir {
	 	padding: 0px;
	}

	ul.dropdown ul li.dir {
	 	padding-right: 0px;
	}

	ul.dropdown ul li {
		background:transparent none repeat scroll 0 0;		
		float:none;
		margin:0;
		padding:0;		
		
		border-bottom:1px solid #194b7f;
	}

	ul.dropdown ul li a {
		color:#FFFFFF;
		padding:6px 13px 6px 13px;
		margin:0px;
		display:block;
		float:none;
		height:auto;	
		white-space:nowrap;			
	}
	
	ul.dropdown ul li a:hover, ul.dropdown ul li:hover, ul.dropdown ul li.hover  {
		background: none;
		color:#a88028;
	}
	
	
	ul.dropdown ul ul {
		 top: 0px;
		 left: 100%;
	}

	ul.dropdown li:hover > ul {
 		visibility: visible;
	}

	ul.dropdown li.rtl ul {
		top: 100%;
		right: 0;
		left: auto;
	}
	
	ul.dropdown li.rtl ul ul {
		top: 1px;
		right: 99%;
		left: auto;
	}

/* En DropDown Menu */	



/*Content*/

	#content {
	
		position:relative;
		background:#fefefe;
		padding-top:7px;
	
	}
	
	#main {
	
		float:left;
		margin:0 0 10px 0px;
		padding:0px 7px 0px 7px;
		display:inline;
		width:670px;
		background:url(images/line-side.gif) repeat-y top right;
	
	}
	
	.col2 {
		float:left;
		padding:0px 0px 0px 0px;
		margin-bottom:7px;
		width:332px;
		background:#f5eedc;
		min-height:210px;
	}
	
	.col2-block {
	
		text-align:center;
	
	}
	
	.col2 p{
	
		padding:7px;
		
		
	}
	
	.col2 h3 a{
	
		color:#094382;
		padding:0 7px 0 7px;
		font-size:1em;
		font-weight:bold;
		
	}
	
	.col2 img {
	
		margin:5px 0px 7px 0px;
	
	}
	
	.col3 {
		float:left;
		padding:0px 10px 10px 10px;
		width:300px;
	}
	
	.colmargright {
	
		margin-right:6px;
	
	}
	
	.page {
	
		padding-bottom:10px;
	
	}
	
	h1.pagetitle, h3.pagetitle {
	
		padding:0px 7px 0px 7px;
		background:url(images/h1-pagetitle.gif) no-repeat top left;
		height:29px;
		margin-bottom:0px;
		font-size:1.5em;
		line-height:29px;
		color:#ffffff;
	
	}
	
	h3.pagetitle {
	
	font-weight:bold;
	
	}
	
	h1.pagetitle a, h3.pagetitle a {
	
		color:#ffffff;
	
	}
	
	h2.toptitle {
	
		padding:0px 7px 0px 7px;
		background:url(images/h2-top.gif) no-repeat top left;
		height:29px;
		font-size:1.5em;
		line-height:29px;
		color:#ffffff;
	
	}
	
	.home h2, .gallery h2 {
	
		
	}
	
	.home h2 a, .gallery h2 a {
	
	}
	
	
	
	.page h2 {
	
		font-size:1.6em;
		margin-bottom:10px;
		line-height:1em;
		
	}
	
	.page h2 a{
		color:#212020;
		
	}
	
	.page h2 a:hover{
		color:#258b9f;
		
	}
	
	.page h3 {
	
		font-size:1.5em;
		margin-bottom:7px;
		line-height:1.2em;
		font-weight:normal;		
	}
	
	.block {
	
		margin-bottom:25px;
		
	}
	
	a.topreadmore {
	
		margin:0px 0px 10px 0px;
		display:block;
		height:30px;
		width:92px;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background:url(images/read-more.gif) no-repeat top left;
	
	}
	
	
/* Post Section */	

	.blogposts {
	
		background:url(images/main-back.gif) repeat-x top left;
		margin:0px 5px 0px 5px;
		padding-top:10px;
		width:660px;
		float:left;
		clear:both;
		
	
	}
	
	.post {
		position:relative;
		clear:both;
		float:left;
		margin-bottom:15px;
		padding:0 7px 15px 7px;
		width:646px;
		border-bottom:#cdd8e5 2px solid;
	}
	
	
	
	.entry {
	
		clear:both;
	}
	
	.post h2 a, .post h2 {
		margin:0px 0px 0px 0px;
		line-height:1.3em;
		color:#094382;
	}
	
	a.more-link {
	
		margin:0px 0px 0px 0px;
		padding-top:5px;
		display:block;
		height:27px;
		width:90px;
		overflow:hidden;
		text-decoration:none;
		text-indent:-9999px;
		background:url(images/read-more-content.gif) no-repeat bottom left;
	
	}

	
	
	.meta {
		margin:3px 0px 8px 0px;
		padding:3px 7px 3px 7px;
		background:#cdd9e5;
		color:#094382;
		float:left;
		clear:both;
	}
	
	.meta a, .plus a {
		color:#212020;
		font-weight:bold;
	}
	
	p.quote {
		padding:0px 0px 0px 15px;
		margin-left:20px;
		color:#888888;
		background:url(images/line-side.gif) repeat-y top left;
	}
	
/* Links page */

	ul.linkspage {
		margin-bottom:15px;
		padding:0 7px 15px 7px;
		border-bottom:#cdd8e5 2px solid;
	}	
	
	ul.linkspage h2{
	
		font-size:1.4em;
	}
	
	ul.linkspage ul{
	
		padding:0px 0px 10px 25px;
		list-style:outside disc;
		
	}
	
	ul.linkspage ul li{
	
		margin-bottom:5px;
		list-style:outside disc;
		
	}
	

/* Sidebar */	
	
	#sidebar {
		float:right;
		border-left:2px solid #CDD8E5;
		display:inline;
		padding:0px;
		width:319px;
		margin-top:-7px;
	}
	
	

	
	.sideblock {
		margin-bottom:20px;
		float:left;
		clear:both;
		padding-left:7px;
		width:312px;
	}
	
	.sideblock h2 {
	
		padding:0px 7px 0px 7px;
		background:url(images/h2-side-back.gif) no-repeat top left;
		height:29px;
		margin-bottom:0px;
		font-size:1.5em;
		line-height:29px;
		color:#ffffff;
		
	}
	
	.sideblock ul {
	
		padding:7px;
		font-size:1.2em;
	
	}
	
	.sideblock li {
	
		margin-top:3px;
	
	}
	
	
	a.ordernow {
		display:block;
		height:58px;
		line-height:58px;
		font-size:1.8em;
		color:#ffffff;
		padding:0px 20px 0px 20px;
		margin:0px 0px 20px -5px;
		width:250px;
		background:url(images/order-now.gif) no-repeat top left;
	}
	
	a.ordernow:hover {
		text-decoration:none;
		color:#ffffff;
		background:url(images/order-now.gif) no-repeat bottom left;
	}
	
	
	ul.list, ul.check {
		margin:0px 0px 20px 20px;
		padding:0px 0px 0px 0px;
	}
	
	ul.list li{
		font-size:1.1em;
		padding:0px 0px 2px 17px;
		margin:0px 0px 8px 0px;
		background:url(images/li-back.gif) no-repeat center left;
	}
	
	ul.check li{
		font-size:1.1em;
		padding:0px 0px 0px 17px;
		margin:0px 0px 10px 0px;
		background:url(images/li-check.gif) no-repeat center left;
	}
	
	ul.list li a, ul.check li a{
		color:#212020;	
		
	}
	
	ul.list li a:hover, ul.check li a:hover{
		color:#258b9f;		
	}
	
	img.sideimg {
		padding:4px;
		margin:0px 12px 12px 0px;
		float:left;
		width:50px;
		height:50px;
		background:#cccccc;
		border:1px solid #bbbbbb;
	}
	
	
	.newsletter {
		position:relative;
		height:214px;
		background:url(images/newsletter-back.jpg) no-repeat top right;
		width:320px;
	
	}
	
	.newsletter form{
		
		position:absolute;
		bottom:5px;
		margin-left:20px;
		width:300px;
	
	}
	
	.newsletter input.textb {
		
		margin-bottom:7px;
		border:1px #7a4413 solid;
		padding:3px;
		width:170px;
		
	
	}
	
	input.news-button {
		
		position:absolute;
		right:30px;
		bottom:6px;
	}
	
	#latesttweet {
	
		position:relative;
		
		padding:10px 0px 20px 20px;
		background: #dfe5ef url(images/twitter-back.gif) repeat-x bottom left;
		
	
	}
	
	.sideblock div {
	
		padding:7px;
	
	}
	
	#latesttweet h2 {
	
		height:25px;
		margin-bottom:0px;
		padding:10px;
		padding-bottom:0px;
		padding-top:7px;
		width:254px;
		margin-top:15px;
		background:url(images/twitter-box-top.png) no-repeat top left;
		
	} 
	
	#twitter-box {
		
		width:254px;
		padding:10px;
		padding-bottom:7px;
		padding-top:0px;
		background:url(images/twitter-box-back.gif) repeat-y top left;
	
	}
	
	#twitter-box p{
		
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		border-bottom:1px dotted #dddddd;
	
	}
	
	#twitter-box-bot {
		
		width:274px;
		height:4px;
		background:url(images/twitter-box-bot.png) no-repeat top left;
	}
	
	a.joinus {
		
		
		display:block;
		overflow:hidden;
		text-indent:-9999px;
		width:100%;
		height:50px;
		margin-bottom:0px;
		background:url(images/twitter-link.gif) no-repeat top left;
	
	}
	
	.partners-side img {
	
		margin-top:10px;
	
	}
	
	.stock-side {
	
		padding:7px;
		margin-top:5px;
		border-bottom:2px solid #dfd1aa;
		width:280px;
	
	}
	
	.stock-side a img{
	
		text-align:center;
	
	}
	
	.stock-side h3{
	
		padding:0px;
		margin:7px 0 0 0 ;
	
	}
	
	ul.archive {
	
		padding:0 7px 7px 7px;
		font-size:1.2em;
	
	}
	
	ul.archive li{
	
		margin:7px 0 0 0;
	
	}
	
	.divline {
		
		
	
	}
	
/* End Sidebar */
	
	

/* Form Styling */

	
	
/* Form Styling */

/*End Content*/
	
/*Footer */
	
	#footer{
		margin:0px 0 0px 0;
		padding:0px 0px 0px 0px;			
		background:#fefefe url(images/footer-back.gif) repeat-x top left;
    }
	
	.footblock {
	
		float:left;
		width:173px;
		background:url(images/footblock-back.gif) repeat-y top left;
		margin:40px 0px 10px 8px;
	}
	
	.footblock h2{
	
		background:url(images/footblock-top.gif) no-repeat top left;
		color:#bfa356;
		font-size:1.6em;
		line-height:37px;
		height:37px;
		padding:0px 7px 0px 10px;
		margin-bottom:0px;
	
	}
	
	.footblock-bottom {
	
		background:url(images/footblock-bottom.gif) no-repeat bottom left;
		height:10px;
		width:100%;
	
	}
	
	#footer ul{
		padding:7px 12px 10px 16px;
		font-weight:bold;
		font-size:1.2em;
		margin:0px 0px 0px 0px;	
		list-style:none;
		min-height:150px;
	}
	
	#footer ul li{
		
		list-style:none;
		margin:0 0 5px 0;
	}	
	
	
	img.footlogo {
	
		float:left;
		margin-top:76px;
	
	}
	
	#footer p{
		float:left;
		line-height:63px;	
	}
	
	#footer-desc {
	
		background:#073768;
		padding:10px;
		border:2px solid #fefefe;
		color:#fff;
	
	}
	
	#footer-desc a{
	
		
		color:#A88028;
	
	}
	
	
	
	#footer-desc p {
		margin-bottom:0px;
	
	}
	
	a.copyright {
	
		
	
	}
	
	.footer-links {
		padding-right: 10px;
		float:right;
	
	}
	
	.footer-links a {
			
		color:#fff;
		float:left;
		margin-left:15px;
	
	}
	
	

/*End Footer */


/* Profile page */

.form-table {

	margin-bottom:20px;

}

.form-table th, .form-table td {

	padding-right:10px;
	padding-bottom:3px;

}

.form-table th {

	width:175px;
	padding-top:0px;

}

th.padtop {

	padding-top:10px;

}

.form-table input {

	width:200px;
	margin-right:10px;
	margin-bottom:7px;
	margin-top:7px;

}

form#your-profile {

	padding:0;
	margin:0;

}

form#your-profile h3 {

	border-bottom:1px solid #ccc;
	margin-bottom:10px;

}

ul.links li {


	float:left;
	display:inline;
	margin-right:5px;

}

/*end profile*/

/*feed page*/

.feed {

margin-bottom:20px;

}

.feed h3{

font-weight:bold;

}

.feed ul li {

	list-style:outside disc;
	margin-bottom:7px;
	font-size:1.1em;

}

.feed ul {

	margin-left:25px;
	margin-top:10px;

}
/*end feed*/

/*comment section */

.comment-section{

	clear:both;
	margin:0 7px;

}

ol.commentlist {

	padding:0;
	margin:0;
	list-style:none;
	

}

ol.commentlist li {

	clear:both;
	float:left;
	padding:10px 0px 10px 0px;

}

li.depth-1 {

	border-bottom:2px solid #CDD8E5;

}

ol.commentlist ul.children {

	margin-left:60px;
	margin-top:15px;
	float:left;
	clear:both;
	width:100%;

}

ol.commentlist ul.children li{

	

}

.comment-author {

	float:left;
	width:65px;

}

.comment-core {

	float:left;
	width:590px;
	

}

.comment-meta {

	background:#CDD9E5 none repeat scroll 0 0;
	color:#094382;
	margin:3px 0 8px;
	padding:3px 7px;

}

ul.children .comment-core {

	float:left;
	width:530px;
	

}

ol.commentlist li #respond {

	margin-left:65px;

}

.reply a {

	margin:0px 0px 10px 0px;
		display:block;
		height:29px;
		width:90px;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background:url(images/reply.gif) no-repeat top left;

}

ol.commentlist .cancel-comment-reply {

	margin-bottom:10px;
	font-size:1.1em;

}

#respond {

clear:both;
margin-top:10px;

}

h3#leavereply {

	margin-bottom:10px;
	background:url(images/leave-comment.gif) no-repeat center right;
	padding:6px 50px 6px 0px;
	float:left;
	clear:both;

}

#comment-respond {

	background:#cdd9e5 url(images/comment-back.gif) repeat-x bottom left;
	padding:10px;

}

ol.commentlist #commentform{

	background:#cdd9e5 url(images/comment-back.gif) repeat-x bottom left;

}

#comment-form {

	float:right;
	clear:both;

}

#commentform label {

	color:#094382;
	font-size:16px;
	font-weight:bold;

}

#commentform input, #commentform textarea {

	border:1px solid #094382;
	padding:3px;
	width:95%;

}

#commentform textarea {

height:100px;
}

#commentform table {

}

.form-table td {
	
	padding:5px 10px 5px 0px;

}

#commentform input#submit {

 height:38px;
 width:80px;
 border:none;
 outline:none;
 }

/*end comment 
/*Tools*/

	.hidden {
		display:none;
	}

	.center {
		margin:0 auto;
	}
	
	.last {
		margin:0px;
		padding:0px;
	}
	
	.imagelast {
		margin-left:0px;
		margin-right:0px;
	}
	
	.elementclear {
		clear:both;
	}
	
	.clear, .clearline {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	.margin-bottom {
		margin-bottom:20px;
	}
	
	.left {
		float:left;
		display:inline;
	}
	
	.right {
		float:right;
		display:inline;
	}