/*  
Theme Name: scott andress dot com blog
Theme URI: http://blog.scottandress.com
Description: Theme for scott andress dot com blog
Version: 1.0
Author: Scott Andress
Author URI: http://www.scottandress.com/

based on Kubrick

/* Type & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, sans-serif;
	background: #232323 url(images/bkg_top.jpg) left top repeat-x;
	color: white;
	text-align: center;
	}

#page {
	background: #232323 url(images/bkg_top.jpg) left top repeat-x;
	text-align: left;
	}

#header {
	background: #232323 url(images/bkg_top.jpg) left top repeat-x;
	}

#content { 
	font-size: 1em; 
	}

.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.5em;
	font-family: 'Helvetica', Arial, sans-serif;
	color: #3a3e43;
}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #33363a;
	}
	
#comment
	{
	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: normal;
	}
	
#submit
	{
	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: normal;
	}

  #nav-text
  {
  	color: #87a2c2;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	letter-spacing: .1em;
	font-weight: bold;
    margin-bottom: 14px;
    padding-right: 30px;
	padding-left: 30px;
  }
  
  #nav-text a
  {
  	color: #87a2c2;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	font-weight: bold;
    margin-bottom: 14px;
    text-decoration: none;
    padding: 1px 4px 2px 5px;
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 1px solid transparent;
    
  }
  
    #nav-text a:hover
  {
  	color: #ffffff;
  	background-color: #232323;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	font-weight: bold;
    margin-bottom: 14px;
    text-decoration: none;
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 1px solid transparent;
  }

    #nav-text-selected a
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1em;
    margin-bottom: 14px;
    text-decoration: none;
    padding-right: 30px;
	padding-left: 30px;
  }
  
  #nav-text-selected a:hover
  {
  	color: #87a2c2;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1em;
    margin-bottom: 14px;
    text-decoration: none;
    padding-right: 30px;
	padding-left: 30px;
  }

  #side-nav-text
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: bold;
    margin-bottom: 13px;
    padding-right: 35px;
	padding-left: 35px;
  }
  
  #side-nav-text a
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 13px;
	font-weight: bold;
    margin-bottom: 14px;
    text-decoration: none;
  }
  
  #side-nav-text a:hover
  {
  	color: #87a2c2;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 13px;
	font-weight: bold;
    margin-bottom: 14px;
    text-decoration: none;
  }

  #side-nav-text-selected a
  {
  	color: #87a2c2;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
    margin-bottom: 14px;
    text-decoration: none;
    padding-right: 35px;
	padding-left: 35px;
  }
  
  #article_date
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 9px; 
	display: block;
	padding-left: 0px;
	padding-bottom: 10px;
  }
  
    #article_date a
  {
  	color: #87a2c2;
	text-decoration: none;
  }
  
  #article_date a:hover
  {
  	color: #87a2c2;
	text-decoration: none;
  }
  
  h1
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 20px;
    margin-bottom: 14px; 
  }
  
  h1 a
  {
  	color: #ffffff;
  	text-decoration: none;
  }
  
  h1 a:hover
  {
  	color: #ffffff;
  	background-color: #6d96c7;
  	text-decoration: none;

  }
  
  h2
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	display: block;
    margin-bottom: 14px; 
  }
  
  h2 a
  {
  	color: white;
  	text-decoration: none;
  }
  
  h2 a:hover
  {
  	color: #87a2c2;
  	text-decoration: none;

  }
  
  #article_text
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	vertical-align: top;
	padding-left: 220px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: -10px;
	display: block;
  }
  
  #article_text a
  {
  	color: #6d96c7;
	text-decoration: none;
  }
  
  #article_text a:hover
  {
  	color: #ffffff;
  	background-color: #6d96c7;
	text-decoration: none;
  }
  
    #footer_text
  {
  	color: white;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 9px; 
	display: block;
	padding-left: 220px;
	padding-bottom: 10px;
  }
  
    #footer_text a
  {
  	color: #6d96c7;
	text-decoration: none;
  }
  
  #footer_text a:hover
  {
  	color: white;
  	background-color: #6d96c7;
	text-decoration: none;
  }
  
  #navigation-link
  {
    	font-family: "Helvetica", Arial, san-serif;
  		color: white;
		background: #2e2418;
  		font-size: 14px;
  		font-weight: bold;
  		line-height: 2em;
  }
  
    #navigation-link a
  {
  	color: #6d96c7;
  	text-decoration: none;
  }
    
    #navigation-link a:hover
  {
  	background-color: white;
  	color: #6d96c7;
  	text-decoration: none;
  }
  
/* End Type & Colors */



/* Start Layout */
body {
	margin: 0;
	padding: 0; 
	background: #3a3e43;
	}

#top_pad
	{
	margin-left:auto;
	margin-right:auto;
	height: 20px;
	width: 870px;
	background: none;
	}
	
#page {
	background-color: #3a3e43;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	}

	#container_inner
	{
	position: relative;
	width: 850px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #3a3e43;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #3a3e43;

	}
  	
#header
{
	height: 198px;
	width: 850px;
	background-color: #3a3e43;
}

#headerimg
{
	width: 650px;
	height: 198px;
	background: url(images/mastheads/rotate.php) left top no-repeat;
	display: table-cell;
	float: left;
	vertical-align: top;
}

#headerlogo
{
	width: 200px;
	height: 198px;
	background: url(images/masthead_pop.jpg) right top no-repeat;
	display: table-cell;
	float: right;
	vertical-align: top;
}

	#page_bkg
	{
	width: 850px;
	min-height: 100%;
	background: #3a3e43;
	margin-left:auto;
	margin-right:auto;
	} 

	
#top-nav
	{
	width: 650px;
	height: 50px;
	}

	#nav
	{
		background: url(images/nav_bkg.jpg) right top no-repeat;
		position: relative;
		top: 0px;
		left: 0px;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 52px;
		display: block;
		overflow: hidden;
		width: 850px;
		z-index: 1;
	}
	#nav li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
		}
	
	#nav a {
		float: left;
		padding: 52px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:20px; /* for IE5/Win */
		}
		
	#nav a:hover {
		background-position: 0 -52px;
		}
	
	#nav a:active, #nav a.selected {
		background-position: 0 -52px;
		}
		
	#xblog a  {
		width: 130px;
		background: url(images/nav_btn_blog.jpg) top left no-repeat;
		}
	
	#xabout a  {
		width: 130px;
		background: url(images/nav_btn_about.jpg) top left no-repeat;
		}
		
	#xcontact a  {
		width: 130px;
		background: url(images/nav_btn_contact.jpg) top left no-repeat;
		}
		
	#xconsult a  {
		width: 130px;
		background: url(images/nav_btn_consult.jpg) top left no-repeat;
		}
	
	#xstudio a  {
		width: 131px;
		background: url(images/nav_btn_studio.jpg) top left no-repeat;
		}


	#article_title_box
	{
	width: 180px;
	min-height: 45px;
	display: table-row;
	float: left;
	background: #33363a;
	padding-left: 20px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: 1px solid #33363a;
	}
	
	#article_content
	{
	width: 450px;
	padding-left: 40px;
	display: table-row;
	float: right;
	}

	#article_footer_box
	{
	width: 650px;
	height: 20px;
	padding-top: 20px;
	display: table-row;
	float: left;
	}

	#footer_box
	{  
	background: none;
	width: 850px;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	display: table-row;
	float: left;
	}
	
	#top_box
	{  
	background: #3a3e43;
	width: 850px;
	height: 100%;
	padding-top: 25px;
	display: table-row;
	float: left;
	}

	#spacer_box
	{  
	background: #3a3e43;
	width: 650px;
	height: 100%;
	padding-top: 20px;
	display: table-row;
	float: left;
	}
	
	#sb_box
	{
	width: 180px;
	display: table-cell;
	float: left;
	padding: 9px;
	margin-bottom: 10px;
	background: #33363a;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: 1px solid #33363a;
	}
	
.narrowcolumn
{
	background: #3a3e43;
	margin: 0;
	width: 650px;
	min-height: 450px;
	float: left;
	padding-top: 0px;
	vertical-align: top;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	background: #3a3e43;
	vertical-align: top;
	}
	
.post {
	width: 650px;
	float: left;
	padding-top: 20px;
	vertical-align: top;
	}

.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;
}

.postmetadata {
	clear: left;
}



#footer
{
	padding: 0px;
	margin: auto;
	width: 850px;
	clear: both;
	background: none;
}

#footer p
{
	margin: 0;
	padding: 0;
	text-align: left;
}

#flickr_photo_pad
{

}

/* End Layout */


/* 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: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#searchform
	{
	width: 150px;
	padding: 2px;
	}

#sidebar #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
    background-color: #3a3e43;
	}

#commentform #submit {
	margin-left: 220px;
	float: right;
    background-color: #3a3e43;
    
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	
	}

.commentlist li {
	width: 390px;
	margin: 15px 10px 1	3px 0px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 15px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	margin: 0;
	padding: 20px 0px 0 0px;
	width: 200px;
	text-align: left;
	display: table-row;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-right: 25px;
	}
/* End Various Tags & Classes*/


