/*
Theme Name: Hawk in Winter
Theme URI: http://www.hawkinwinter.com
Description: Hawk in Winter default theme - seemless integration with hawkinwinter.com. This theme is based on Kubrick v1.5.
Version: 1.0
Author: Patrick Bettale
Author URI: http://www.hawkinwinter.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Patrick Bettale,
	whose blog you will find at http://blog.hawkinwinter.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**************************************/
/* Custom Wordpress Quicklink Support */
/**************************************/
.photo_box_left
{
	padding-right: 8px;
	float: left;
    /*margin-top: 10px;*/
}

.photo_box_right
{
	padding-left: 8px;
	padding-bottom: 8px;
	float: right;
    /*margin-top: 10px;*/
}

.photo_group_left
{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
    margin-top: 10px;
}

.photo_group_right
{
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
    margin-top: 10px;
}

.photo_group_center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    margin-top: 10px;
}

/* Begin Typography & Colors */
body 
{
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	background: #495970 url('images/blog-background.png') repeat-x top left;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
}

#page /* page div encloses the entire thing */
{
	/*background-color: #3d4a5d;*/
	text-align: left;
	margin: 12px auto;
	padding: 0;
	width: 780px;
}

#header
{
	background: transparent url('images/blog-title.gif') no-repeat top center;
	margin: 0px;
	padding: 0;
	height: 140px; /* controls distance between blog title and content columns */
	width: 780px;
	position: relative;
    margin-bottom: 10px;
}

#header .blogname 
{
    font-family: "Tahoma", Geneva, sans-serif;
	font-size: 35px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: white;
    margin-left: 10px;
    position: absolute;
    bottom: 0px;
}

#header .description 
{
    font-family: "Tahoma", Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: white;
    margin-right: 10px;
    position: absolute;
    bottom: 4px;
    right: 0px;
}

/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
    float: right;
	width: 140px;
	vertical-align: top;
    position: relative;
	font: Verdana, Arial, Sans-Serif;
    /*border: 1px solid red;*/
}

#sidebar h2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	margin: 0px 0 0;
	padding: 0;
}


#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li  /* controls spacing between top level list items and circles to their left */
{
	list-style-type: none;
	list-style-image: none;
	/*margin-bottom:10px ;*/
}

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

#sidebar ul ul, #sidebar ul ol
{
	/*margin-top: 5px;*/
	/*margin-left: 6px;*/
}

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


/* THIS PLACES LITTLE ARROWS BEFORE LIST ITEMS
.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
}
*/

.entry
{
	clear: both;
}

.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 p, #sidebar ul select {
	margin: 5px 0 8px;
	}



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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


// delete

ul li
{
	list-style-type: circle;
	list-style-position: outside;
}


.comment-background
{
    color: #ffffff;
    font-size: 12px;
	padding: 10px;
	padding-bottom: 30px;
    background-color: #101b2c;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #5a6575;
    border-bottom: 1px solid #5a6575;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}


/* Gravitar Support */

.avatar
{
	float: right;
	border: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
	display: block;
}

/*.gravitar-container
{
	float: right;
	padding-left: 20px;
}*/

.commentlist li, #commentform input, #commentform textarea 
{
	font: 13px Verdana, Arial, Sans-Serif;
	background-color: #c4c4c4;
}

.commentlist li
{
	font-weight: normal;
    background-color: #101b2c;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #5a6575;
    border-bottom: 1px solid #5a6575;
}

/*
.commentlist li .avatar
{ 
	float: right;
	border: 1px solid #000;
	padding: 2px;
}
*/

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p 
{
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata 
{
	font-weight: normal;
}

#commentform input
{
	width: 200px;
	padding: 4px;
	/*margin: 5px 5px 1px 0;*/
	border: 1px solid #000000;
}

#commentform textarea
{
	width: 638px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
}

#commentform #submit {
	padding: 5;
	float: right;
	}



/*
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code 
{
	font: 13px 'Courier New', Courier, monospace;
    color: #FFF;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #e0ce05;
	text-decoration: none;
	}

a:hover {
	color: orange;
	/*ext-decoration: underline;*/
	}

/*************************************************************/
/*  CALENDAR                                                 */
/*************************************************************/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}






/*************************************************************/
/*  STRUCTURE FORMATTING                                     */
/*************************************************************/
body 
{
	margin: 0 0 20px 0;
	padding: 0;
}

.narrowcolumn /* For two column layout */
{
	float: left;
	padding: 0px;
	margin: 0px 0 0;
	width: 630px;
} 

.widecolumn  /* For single column layout */
{
	padding: 0px;
	margin: 0px;
	width: 780px;
}

.post-title-container
{
	font-family: Verdana, Geneva, sans-serif;
	height: 24px;
	width: 630px;
	margin-bottom: 1px;
	background: transparent url('images/post-title-bar.png') no-repeat;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.post-title-text-container
{
    margin-left: 12px;
    margin-bottom: 3px;
	position: absolute; 
	bottom: 0px;
}

.post 
{
    background-color: #1e304a;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 0px;
    color: #c9d2e5;
	clear: both;
}

.post img
{
	border: 1px solid #000000;
	margin: 3px;
}

.post p
{
	font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 13px;
	line-height: 18px;
	padding-top: 0px;
	margin: 0px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.post-data
{
	font-family: Verdana, Arial, Sans-Serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;

/*
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
*/

	margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #101b2c;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #5a6575;
    border-bottom: 1px solid #5a6575;
	clear: both;
}

.post-data-info-single
{
	padding: 8px;
	padding-left: 12px;
	float: left;
	width: 610px;
	min-height: 72px;
}

.post-data-info-double
{
	padding: 8px;
	float: left;
	width: 448px;
	min-height: 72px;
}

.post-data-gravatar
{
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	width: 72px;
}

.post-data-clear
{
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.post-data .comment-data
{
    font-size: 18px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 4px;
}

.post-bottom
{
	height: 4px;
	width: 630px;
	background: url('images/post-bottom-bar.png') no-repeat;
    margin-bottom: 10px;
}

.post hr {
	display: block;
	}

.single-post-title-container
{
	height: 24px;
	width: 780px;
	margin-bottom: 1px;
	background: transparent url('images/post-title-bar-single.png') no-repeat;
    font-weight: bold;
    font-size: 14px;
    position: relative;
	color: #FFF;
}

.widget-bottom
{
	height: 4px;
	width: 140px;
	background: url('images/sidebar-bottom-bar.png') no-repeat;
    margin-bottom: 10px; 
}

.widget-content 
{
	font-family: Verdana, sans-serif;
    color: #c9d2e5;
    font-weight: normal;
    font-size: 11px;
	text-align: left;
    background-color: #1e304a;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid transparent;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget-content p
{
	line-height: 16px;
}

.widget-title-container
{
	height: 24px;
	width: 140px;
	margin-bottom: 1px;
	background: transparent url('images/sidebar-title-bar.png') no-repeat;
}

.widget-title-text-container
{
	padding-top:3px;
	/*top: 3px;*/
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	width: 140px;
}

.edit-post
{
    margin-right: 12px;
    margin-bottom: 3px;
	position: absolute; 
	bottom: 0px;
    right: 0px;
    font-size: 10px;
}

.single-post-bottom
{
	height: 4px;
	width: 780px;
	background: url('images/post-bottom-bar-single.png') no-repeat;
    margin-bottom: 14px;
}

















.clear {
	clear: both;
}





/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 11pt;	
}

/* used by the archive page */

h2.pagetitle {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 11pt;
}


h3 
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: -4px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */


/***********************************************************************************************/
/* LIST RELATED CLASSES
/***********************************************************************************************/
/* 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 
{

}\

*/

.entry ul
{
	list-style-image: url('images/white-bullet.png');
	line-height: 18px; 
}

.entry ul li
{
	margin-bottom: 5px;
}



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

/*#sidebar*/ #searchform #s 
{
	width: 110px;
	padding: 2px;
	border: 1px solid #000;
	background-color: #c4c4c4;
}

#sidebar #searchsubmit {
	padding: 1px;
    margin-top: 10px;
	}

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

select {
	width: 130px;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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





#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: 10px;
    padding-right: 0px;
	border-left: 3px solid #ddd;
	margin-left: 22px;
    margin-right: 35px;
    font-style:italic;
	font: Helvetica,sans-serif;
	color: #FFF;
}

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

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}

hr 
{
	display: none;
}

a img 
{
	border: none;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #e0ce05;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-weight: bold;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

