/*  

Theme Name: 2c3d wordpress theme
Theme URI: http://www.prissed.com/
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.amazingwordpressthemes.com">Wordpress Themes</a>
Version: 1.0

Author: Wordpress themes by Priss

Author URI: http://www.prissed.com/

    
This theme is released under the Creative Commons
 Attribution-NonCommercial-ShareAlike 2.0 license

    
You are free:
        
* to copy, distribute, display, and perform the work
        
* to make derivative works
    
    
Under the following conditions:
        
* Attribution. You MUST GIVE the original author credit.
        
* NON-COMMERCIAL. You may not use this work for commercial purposes.
        
* Share Alike. If you alter, transform, or build upon this work, 
          
you may distribute the resulting work only under a license identical 
to this one.
        
* For any reuse or distribution, you must make clear to others the 
license terms of this work.
        
* Any of these conditions can be waived if you get permission from 
 the copyright holder.
    
    
Your fair use and other rights are in no way affected by the above.
    
Full license text: http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode

*/


html {
	height:100%; 
	max-height:100%; 
	padding: 0;
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:100%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:8; 
	top:116px; 
	bottom:50px; 
	width:482px; 
	margin-left:-421px; 
	left:50%; 
	background:url(images/contentback.png);	
	}


#sidebar {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:206px; 
	bottom:50px; 
	width:241px; 
	margin-left:129px; 
	left:50%; 
	background:url(images/menuback.png);	
	}

ul, ol, li {list-style-type: none;
	}
 

#sidebar ul { margin-left: 0px;  font-weight: bold; padding: 0px 10px 0px 20px;}
#sidebar ul li { margin-left: 0px;  padding: 0px 10px 0px 20px; margin-bottom: 20px; list-style-type: none; }
#sidebar ul ul {  font-weight: normal; padding: 0px; margin: 0px; }
#sidebar ul ul li { border: none; padding: 0px; margin: 0px; font-weight: normal; list-style-type: none; display: block; }
#sidebar ul ul li a:link, #sidebar ul ul li a:visited { display: inline; padding: 2px 0px 2px 10px; margin: 0px;  text-decoration: none; }
#sidebar ul ul li a:hover {  color: #FFFFFF; }
/* Fix IE spaces. Hide from IE Mac \*/
* ul li a { height: 1%; }
/* End */



#header {
	position:absolute; 
	margin-left:-421px; 
	left:50%; 
	top:0; 
	width:800px; 
	min-width:800px; 
	height:206px; 
	background:url(images/heading.png);
	font-size:1em; 
	z-index:5; 
	}

#footer {
	position:absolute; 
	margin-left:-421px; 
	left:50%; 
	bottom:0; 
	width:800px; 
	min-width:800px; 
	height:50px; 
	background:url(images/footer.png); background-position:0 100px;
	font-size:1em; 
	z-index:15; 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
      padding: 0px 10px 0px 20px;
	}

#headerimg { 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
      color: gray;
	}

h1, h2, h3, p, small, entry {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
      padding: 0px 40px 0px 30px;
	}

h1 {
	font-size: 3em;
	text-align: left;
	}

h2 {
	font-size: 2.2em;
	}

h2.pagetitle {
	font-size: 2.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.6em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

a  {
	color: #147;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	}


#content_start {position: absolute;left: -10000px;};

/* End Typography & Colors */

