/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* 3.7 DESIGNS BOILER PLATE =====================================
Company: 3.7 Designs
Project:
Author:
Comments:


= COLOR REFERENCE GUIDE =

FONT COLOR: #000000
HEADING COLOR: #333333
SECONDARY HEADING: #666666
BACKGROUND COLOR: #FFFFFF
SECONDARY BACKGROUND COLOR: #EFEFEF
HIGHTLIGHT COLOR: #990000 
LINK COLOR: #990000

================================================================*/



/*===============================================================

	G L O B A L     V A R I A B L E S

============================================== =GLOBAL VARIABLES */

html, body { 
font-family: Palatino, Georgia, Times, 'Times New Roman', serif; font-size: 12px;
line-height: 18px; }

.adsense { padding: 18px 0 18px 0; background: #c7c7c7; border: 3px double #fff; margin-top: 10px;}

.container { margin: 0 auto 0 auto; }

.image_wrapper { background: url(/images/screen.png) no-repeat; position: absolute; z-index: 5; width: 930px; height: 427px; margin: 0 auto 0 auto; border: 10px solid #fff; } 

.featured_image { border: 1px solid #c7c7c7; height: 447px; overflow: hidden; }


.image_list ul { list-style: none; margin: 36px auto 0 auto; width: 945px;}
.image_list li { width: 280px; height: 250px; overflow: hidden; margin-bottom: 18px; float: left; margin: 0 7px 18px 7px; padding: 0; }
.ih { background: #848484; }
.image_list li img { width: 260px; border: 1px solid #c7c7c7; padding: 5px; }

/*===============================================================

	N A V I G A T I O N 
	
=================================================== =NAVIGATION */

#main_nav { list-style: none; margin: 0; padding: 0; }

/* ACCESSIBLE ROLL OVERS
#main_nav li { float: left; }
#main_nav li a { text-indent: -999999px; overflow: hidden; display: block; width: 0px; height: 0px; } 

#button1 { background: url(../images/button1.jpg); width: 0px; }
#button1:hover { background: url(../images/button1.jpg) -0px 0; }
#button.active { background: url(../images/button1.jpg) -0px 0; }
*/

/*===============================================================

	T Y P O G R A P H Y
	
==================================================== =TYPOGRAPHY */

h1, h2, h3, h4, h5, p { margin: 0 0 18px 0; }

h1 { font-size: 46px; line-height: 44px; margin: 18px 0 0 0; color: #767575; letter-spacing: 1px; font-weight: bold; }

h1 a { text-decoration: none; color: #767575; }
h1 a:hover { color: #c85555 }

h2 { font-size: 24px; line-height: 36px; }
h4 { font-size: 14px; line-height: 18px; letter-spacing: 2px; text-transform: uppercase; color: #c7c7c7; } h4 span { color: #c85555; } 

h5 { font-size: 14px; line-height: 18px; text-transform: uppercase; margin: 12px 0 6px 0;}
h5 a { text-decoration: none; }


a { color: #c85555; }
a:hover { color: #767575; }

.nextprev { text-transform: uppercase; letter-spacing: 2px; font-size: 14px; line-height: 18px; }
.nav { border-top: 1px solid #c7c7c7; padding: 18px 0 0 0; font-size: 14px; font-weight: bold; text-transform: uppercase;}

/*===============================================================

	L I N K      S Y L E I N G
	
=================================================== =LINK STYLING */

a { }
a:hover { }
a:visited { }
a:active { }

/*===============================================================

	C O N T E N T     S T R U C T U R E
	
============================================== =CONTENT STRUCTURE */

#header { }

#content { }

#footer { clear:both; } 

#right_col { }

#left_col { }

.halfcol_left { float: left; width: 49%; }
.halfcol_right { float: right; width: 49%; }


/*===============================================================

	H E L P E R    C L A S S E S
	
============================================== =HELPER CLASSES */

.fr { float: right; }
.fl { float: left; }

.fr15 { float: right; margin: 0 0 0 15px; }
.fl15 { float: left; margin: 0 15px 0 0; }

.listnomargin { margin: 0; padding: 0 0 0 15px; }

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.taj { text-align: justify; }

.nomargin { margin: 0; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.m30 { margin: 30px; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }
 
/*===============================================================

	A C C E S S I B I L I T Y
	
======================================= =ACCESSIBILITY CLASSES */

#skip_links { position: absolute; margin-top: -100px; }