/*  
Theme Name: Zapata Studios
Theme URI: http://localhost/wordpress-1.5.2
Description: Your theme
Version: 2
Author: Ilya Goldin
Author URI: http://www.pitt.edu/~goldin
*/

/* With help from csscreator.com, urbangiraffe.com */ 

/* html, */ body {
	margin: 0; 
	padding: 0; 
}

body { 
  font-size: 11px;
  line-height: 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  color: black;
  background: #858585;
}

#page { 
	width: 770px; 
	text-align: left; 
	margin: 20px auto 20px auto;
        background: white;
	color: #444444;
} 
 
#leftcol {
	width: 140px; 
	float: left;
        text-align: right;
	/* position: relative; */
}
 
/* twocols includes maincol + sidebar; used in index.php */

#twocols {
	width: 610px; 
	float: right; 
	/* position: relative; */
}
 
#maincol {
	/* background-color: black; */
	float: left; 
	display: inline;
	/* position: relative; */
	width: 450px;
}

.sidecol {
   margin: 20px 0px auto 0px;
	/* background-color:   red; */
}

.sidecol p {
   padding: 0 0 0px 0;
   margin: 0 0 5px 0;
}

.post_top, .post_top_extended {
   height: 0px;
   margin: 0px 0 0 0;
}

.post, .post_extended {
   padding: 10px 0px 10px 0px;
   margin: 0;
}   

.post_bottom, .post_bottom_extended {
   height: 0px;
   margin: 0 0 20px 0;
}

.post_top_extended {
}

.post_extended {
}   

.post_bottom_extended {
}

#sidebar {
	width: 160px; 
	float: right; 
	/* position: relative; */
}
 
/* onewidecol like maincol without sidebar; used in single.php */

#onewidecol {
	float: left; 
	display: inline;
	/* position: relative; */
	padding: 0 20px 0 0px; 
	width: 590px; 
}

#top_border {
/*  background: url(images/butterfly_tile_top.png) repeat-x 50% 0; */
  height: 0px; 
}

#header {
        /* background: url(images/header.gif) repeat-x 50% 0; */
	height: 77px; 
	background-color: #B8F500; 
} 

#footer {
	height: 80px; 
	background-color: #B8F500; 
	clear: both;
        text-align: center;
} 

img {
       border: none;
}

h2 {
	font-size: 16px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	font-size: 16px;
}
 
textarea#comment {
  width: 570px;
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size: 11px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: inline; /* used to be display:block -- ig */
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
/* .clearfix{display: inline-table;} */

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#sidebar{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

