/*
Theme Name: Plus Fusion
Theme URI: http://www.HigherImages.com
Version: 1.0
Description: Custom Theme for Plus Fusion
Author: Paul Norton
Author URI: http://NortonConsultingEnterprises.com/
*/

body {
	margin: 0px;
	background: #404040;
	font: 12px Century Gothic, Helvetica, sans-serif;
	color: #13344b;
}

img {
	border:0;
}


#topwrapper {
	background: #13344b url(images/headerrepeater2.png) repeat-x top;
}

#bottomwrapper {
	background: #13344b url(images/footerrepeater.png) repeat-x top;
}

#wrapper {
	background: #13344b url(images/contentrepeater.png);
}

.holder{
	width: 967px;
	/*  margin-right: auto;  */
        margin: auto;
	
}
.clear {
	clear: both;
}
#main {
        
	background: #13344b url(images/contentbg.png) repeat;
}
#header {
 background: url(images/header2.png) no-repeat;   
        width: 1250px;
	height: 224px; 
}


#header h1 
{
padding-top:100px;
text-align:center;
}

#header h1 a, #header h1 a:hover , #header h1 a:visited
{
color:#fff;
text-decoration:none;
}

.post .info a, .post h2 a
{
text-decoration:none;
 
}

#header h2
{
text-align:center;}


#right {
	float: left;
	width: 367px;
	padding: 0px 25px 20px 23px;
	color:#FFF;
	font-size:12px;
}
#right h1 {
	font-size:20px;
	font-weight:normal;
	padding-bottom: 5px;
	border-bottom:solid 1px #999;
	color: #FFF;
	clear:both;
}
#right ul {
	margin: 10px;
	list-style: none;
	padding: 0px;
}

#right ul li {
	background: url(images/li2.gif) no-repeat 10px 10px;
	display: block;
	margin: 0px 5px 10px;
	padding: 10px 0px 5px 35px;
}

#right a
{
text-decoration:none;
color:#fff
}

#left {
	float: left;
	padding: 0px 0px 20px 20px;
	line-height: 1.6em;
	width: 530px;
	color:#fff;
}
#left p {
	margin:0;
	padding:0 0 20px 0;
}
#left h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top:0;
}
#left h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #ccc;
	margin:15px 0 10px 0;
	padding-bottom:5px;
}
#left a{
	color: #FFF;
}
#left a:hover {
	text-decoration:none;
}



#footer {
	background: url(images/footer.png) no-repeat;
	clear:both;
	height:67px;
	padding:0;
	color:#FFF;
	font-size:12px;
	width:967px;
}

#foot_floater {
       padding-top: 25px;
       padding-left: 50px;
}



#footer a, #footer a:hover , #footer a:visited
{
color:#fff;
text-decoration:none;
}

.menu { 
        width: 967px;
	position:inline;
	top:-1px;
	float:left;
}

.menu ul{
	margin: 0 0 0 33px;
	padding: 0;
	list-style-type: none;
	position:inline;
}

/*Top level list items*/
.menu ul li{
   /*	position: relative;   */
	display: inline;
	float: left;
        margin: 0;
	padding: 0;
}

/*Top level menu link items style*/
.menu ul li a{
	/*  background:url(images/tab.gif) no-repeat;  */
	display:inline;
        height:88px;
	width:151px;
	float:left;
	padding:0 1px 0 1px;
	
}
.menu ul li a:hover {
	text-decoration:underline;
}
.link a:hover {
	text-decoration:underline;
}

h1 {
  font-size: 1.3em;
  font-family: "Century Gothic", Times New Roman, Times, serif;
  font-weight: normal;
  color: #28323A;
}


h2 {
  font-size: 0.5em;
  font-family: "Century Gothic", Times New Roman, Times, serif;
  font-weight: normal;
  margin: 0.2em 0 1.4em 0;
  color: #28323A;
}

h3 {
  font-size: 0.9em;
  font-family: "Century Gothic", Times New Roman, Times, serif;
  font-weight: normal;
  color: #28323A;
  margin: 1.9em 0 1.2em 0;
}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
	

ul li 
{margin-left: 2.4em;
padding-left: 0;
background: none;
}

ol li {
margin-left: 2.4em;
padding-left: 0;
background: none; 
list-style-type: decimal
}



code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
 
  background: #FAFAFA;
  color:#000;
  border: 1px solid #f2f2f2;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #111; 
   color:#000;
  	background: #FAFAFA;
}


fieldset {border: none}

/* form elements */


form {
margin: 0 0 1.5em
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Century Gothic, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Century Gothic, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#28323A;
}
input.button { 
	margin: 0; 
	font: bolder 12px Century Gothic, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background:#28323A;
	
}



label 
{
display:block;
padding: 5px 0
}



input#submit
{
background:#fff;
color:#000;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#fff;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}


