/*   
Theme Name: ptctheme 
Theme URI: 
Description: custom theme for profiletraders.com 
Author: AMDG Technology
Author URI: http://www.amdgtechnology.com/
Template: thematic
Version: 1.0
Tags: ptctheme 
.
.
.
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/default.css');
@import url('../thematic/library/styles/plugins.css');

#header {
	background: transparent url('ptraders2.png') no-repeat top center;
}

#primary {
	background: transparent url('ptraders2.png') no-repeat top left;
	border: thin solid gray;
	font-weight: bold;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 3px 3px 12px 0 #999;
	-webkit-box-shadow: 3px 3px 12px #999;
}

#footer {
	background: transparent url('ptraders2.png') no-repeat top center;
	border: 1px solid #CCCCCC;
	border-width: 1px 0;
	height: 100px;
}

.sf-menu a, .sf-menu a:visited {
	font-weight: bold;
	color: black;
}

.sf-menu li a:hover {
	background-color: #DDFFDD;
}

#container {
	border: thin solid gray;
	padding-top: 9px;
	padding-left: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 3px 3px 12px 0 #999;
	-webkit-box-shadow: 3px 3px 12px #999;
}

