/*  
Theme Name: Chattcomm-0408
Theme URI: http://www.chattcomm.com
Description: A simple theme for Chattcomm
Version: 1.0
Author: Jono Fisher
Author URI: http://www.garfishstudios.com

*/
/* Begining Stuff 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body {
      padding: 0;
	padding-bottom: 20px; /* Some nice space in IE */
	margin: 0;
	text-align: center;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 0.90em;
	line-height: 1.2em;
}

p {
  font-family: arial, "helvetica neue", helvetica, sans-serif;
  font-size: 1em;
}
h2 {
   margin: 5px 0 0 15px;
   background: #FFFFFF;
   text-indent: 0px;
   font-size: 1.2em;
   color: #333333;
   line-height: 1.8em;
   }
h3 {
   margin: 5px 0 0 15px;
   background: #FFFFFF;
   text-indent: 0px;
   font-size: 1.2em;
   color: #333333;
   line-height: 1.2em;
}    
   

a:link {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
a:visited {
     color: #666666;
     text-decoration: none;
}
a:hover {
     color: #000000;
     text-decoration:underline;
}


#mainContainer {
	width:878px;
	background-image: url(images/BG-horizontal.jpg);
	background-repeat: repeat;
	margin: 15px auto; /* funny little bug requires this - usually 20px OK? - try others, but you have been warned */
	padding: 0;
	text-align:left;
	
}
	
#header { 
      width: 850px;
	margin: 0 0 0 14px;
	float: left;
	background-image: url(images/TitleBarSmall.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 167px;
	border-bottom: 1px;
	border-top: 1px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 1px;
	margin: 0 2px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

	


	

/* Main Content (Index) styles begin below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	
	
.withSidebar { 
		float: left;
		width: 599px;	
}
#content {
    margin: 18px;
    margin-top: 7px;
}
	
#contentHeader {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
      
#contentHeader h1 {  
   margin: 0;
   padding: 0 15px;
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #333333;  
   }  
   
#contentHeader h1 a { text-decoration: none; }   

#content p {
   padding: 0 15px;
   margin: 10px 0;
   background: #FFFFFF;
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-size: 1em;
   color: #333333;
   line-height: 1.7em;
   }
   
.readMore {
   margin-left: 330px ;
   padding: 0 0 0 20px;
   color: #CCCCCC;
   
   
   font-size: 1.3em;
   font-style: italic;
   }   
   
#contentFooter {
   padding: 0 5px;
   margin: 10px 0 20px 0;
   height: 25px;
   line-height: 25px;
   background: #FFFFFF;
   width: 100%;
   border-bottom: dashed 1px #FFFFFF;
   }   
   
#contentFooter p {
   margin: 0;
   padding: 0 10px;
   }
   
   
/* Single Page/Post Styles 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.noSidebar { float: left; width: 500px; }	

#singleNavigation {
  margin: 20px 20px 0 20px;
  background: #FFFFFF;
  border: 1px solid #666666;
  }
  
  
#singleNavigation p {
  margin: 0;
  padding: 10px;
  }  
   

#singleContent {
   margin: 20px;	
   }
   
#singleContent p {
   padding: 0 15px;
   margin: 10px 0;
   background: #FFFFFF;
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-size: 1em;
   line-height: 1.4em;
   }
      
#singleHeader {
    margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 100%;
	height: 30px;
	line-height: 30px;
	}   
	
#singleHeader h1 {  
   margin: 0;
   padding: 0 10px;
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #666666;  
   }       
      
#singleFooter {
   margin-top: 10px;
   line-height: 25px;
   height: 25px;
   padding: 0;
   background: #FFFFFF;
   width: 100%;
   }   
   
#singleFooter p {
   margin: 0;
   padding: 0 10px;   
   }  
  

/* Begin Right Column 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.rightColumnContainer {
   float: right;
   width: 205px;
   padding-right: 21px;
   }

.rightColumn {
   margin: 10px 10px 0 0;
   margin-left: 0;
   padding: 1px;
 
   }
   
.base { margin-bottom: 20px; }   
   
.rightColumn p {
   padding: 0 ;
   margin: 5px 0;
   background: #FFFFFF;
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-size: .95em;
   color: #333333;
   line-height: 1.4em;
}
   
.rightColumn h2 {
   margin: 5px 0 0 10px;
   background: #FFFFFF;
   text-indent: 0px;
   font-size: 1.2em;
   color: #333333;
   line-height: 1.8em;
   text-align: center;
   }   
   
.rightColumn ul {
   padding-left: 0px;
   margin: 0 5px 0 10px;  
   list-style: none;     
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-size: 1em;
   color: #333333;
   line-height: 1.4em;
   text-align: center;
   }
   
.rightColumn li {
    padding-left: 0px;
   margin: 5px 0 0 0;  
   list-style: none;     
   font-family: arial, "helvetica neue", helvetica, sans-serif;
   font-size: 1em;
   color: #333333;
   line-height: 1.4em;
   text-align: center;
   }
   
.rightColumn form { margin: 10px 0; }   

div.ulMargin ul { margin-bottom: 15px; }
   
  
/* Footer Begins Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer {
  margin: 0;
  padding: 20px;
 
  }
  
#footer p {  
  margin: 10px 0;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
  font-size: 0.85em;
  color: #666666;
  line-height: 1em;
  text-align: center;
  }  
  
#footer a:link {
   text-decoration: none;
   color: #666666
}
#footer a:hover {
   text-decoration: underline;
   color: #cccccc;
}  
  
/* Extra Styles (Colors, sizes, etc) Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
			
.small {
	font-size: 1.1em;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
}	
.medium { font-size: 1.6em; }
.large { font-size: 2em; }

.red { color: red; }
.bold { font-weight: bold; }

#clear { clear: both; }


/* Notice Styles Begin Below
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#notice {
  margin: 00px 00px 0 00px;
  background: #FFFFFF;
  }
  
#notice p {
  margin: 0;
  padding: 0px;
  }
  
 /* start Jono's New Stuff =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
 


.narrowcolumn a: {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
.narrowcolumn a:visited {
     color: #666666;
     text-decoration: none;
}
.narrowcolumn a:hover {
     color: #000000;
     text-decoration:underline;
}	


#page {
	background-color: #FFFFFF;
	margin: 10px auto;
	padding: 0;
	width: 500px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 1px 1px;
	margin: 0px 0 0;
	width: 599px;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 10px;
	width: 500px;
	}

.post {
	margin: 0 0 10px;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	text-align: justify;
	}

.post a:link {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
.post a:visited {
     color: #666666;
     text-decoration: none;
}
.post a:hover {
     color: #000000;
     text-decoration:underline;
}	
	
.post h2 {
   margin: 35px 0 0 10px;
   background: #FFFFFF;
   text-indent: 5px;
   line-height: 22px;
   height: 22px;
   border: 1px solid #FFFFFF;
   font-size: 1.2em;
   color: #666666; 
   }
.post h3 {
   margin: 35px 0 0 10px;
   background: #FFFFFF;
   text-indent: 5px;
   line-height: 22px;
   height: 22px;
   font-size: 1.2em;
   color: #666666; 
   }
.post small {
	font-size: .95em;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	margin: 0 0 0 15px;
}
	
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Jono's New Stuff */
/* Begin CSS for Forms */
#s,#submit {background-color:#ffffff;
		border:1px solid #cccccc;
		color:#333333;
		font-size:0.9em;
		margin:0 0 5px;
		padding:4px;
		width:130px;
}
#searchsubmit {
		background-color:#ffffff;
		border:1px solid #cccccc;
		color:#333333;
		font-size:0.9em;
		margin:0 0 0px;
		padding:2px;
		width:50px;
}
#author,#email,#url,#comment {
		border:1px solid #cccccc;
		font-family: arial, "helvetica neue", helvetica, sans-serif;
		font-size:1em;margin:0;padding:4px;
}
#commentsection {margin:25px 0 0;}

#commentsection p{margin:0 0 6px;}

cite {
	font-size: 1.4em;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}
/* End CSS for Forms */
