/*
Theme Name: Katrina Szish
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/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/

body  {
	font: 100% Helvetica, Arial, sans-serif; 
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColElsLtHdr #mainContent a { color: #9966CC; text-decoration:none}
.twoColElsLtHdr #mainContent a:link {color: #9966CC}
.twoColElsLtHdr #mainContent a:visited {color: #9966CC}
.twoColElsLtHdr #mainContent a:hover {color: #FC609A}

.twoColElsLtHdr #mainContent h1 a {color: #000;}
.twoColElsLtHdr #mainContent h1 a:link {color: #000;}
.twoColElsLtHdr #mainContent h1 a:visited {color: #000;}
.twoColElsLtHdr #mainContent h1 a:hover {color: #000;}

.twoColElsLtHdr #container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColElsLtHdr #header {
	padding: 15px 10px 0 0;
	text-align:right;
	height:39px
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #sidebar1 {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:24px;
	float: left; 
	width: 293px;
	padding:0
}
.sidebarContent a { color:#9966CC; text-decoration:none}
.sidebarContent a:link {color: #9966CC}
.sidebarContent a:visited {color: #9966CC}
.sidebarContent a:hover {color: #FC609A}

.sidebarContent ul li a { color:#9966CC; text-decoration:none}
.sidebarContent ul li a:link {color: #9966CC}
.sidebarContent ul li a:visited {color: #9966CC}
.sidebarContent ul li a:hover {color: #FC609A}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.sidebarContent {
	padding:30px 0 0 72px;
	margin: 0;
	color: #9966CC;
}

.widgettitle {
	text-transform: lowercase;
	}

.sidebarContent h2 {
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	margin: 0;
	color: #000;
}

.sidebarContent li {
	list-style: none;
	margin: 0;
	font-size:12px;
	line-height: 14px;
}

.sidebarContent ul {
	margin: 0 0 0 10px; padding: 0 10px 0 0;
	}

.sidebarContent ul li {
	background-image: url(img/bullet.png); 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 10px; margin: 0;
	}

.sidebarContent li.recentcomments {
	text-transform: uppercase;
	}

.sidebarContent li.recentcomments a {
	text-transform: lowercase;
	}


.twoColElsLtHdr #mainContent {
	padding: 21px 155px 0 293px;
	font-size:14px;
	line-height: 20px
} 
.twoColElsLtHdr #mainContent h1{
	font-size:18px;
	font-weight:bold;
}

.twoColElsLtHdr #mainContent h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-12px;
	text-align:right;
	padding-right:30px
}


.twoColElsLtHdr #mainContent p.space {
	line-height:45px
}
.twoColElsLtHdr #mainContent p.date {
	margin-bottom:-12px
}

.comment {
	padding-top: 12px;
	font-size:11px;
	line-height:13px
	}
.comment-author {
	padding-top: -2px;
	font-size:11px;
	line-height:13px
	}

#comment {
	width: 540px;
	}
	
.twoColElsLtHdr #mainContent .bar {
	background-color:#CCC;
	height:26px;
	vertical-align:middle;
	width:524px;
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:-4px;
	margin-top: 12px;
	margin-bottom: 40px;
	letter-spacing: 1px
}

.twoColElsLtHdr #mainContent a.comment { color:#666; text-decoration:none}
.twoColElsLtHdr #mainContent a:link.comment {color: #666}
.twoColElsLtHdr #mainContent a:visited.comment {color: #666}
.twoColElsLtHdr #mainContent a:hover.comment {color: #FC609A}

.twoColElsLtHdr #footer { 
	margin: 25px 0 0 0; 
	background-color:#FFF;
} 
.twoColElsLtHdr #footer p {
	color:#000;
	font-size:11px;
	text-align:center;
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#666
}
.red {color:#F00;
}
	 

.hint {
	color: #9966CC;
}

.tint { color:#666 }

.divider {
	border: none;
	border-bottom: 1px dashed #a3a3a3;
	color: #fff;
	}

img.alignleft {
	float: left;
	padding: 0 4px 4px 0;
	}

img.alignright {
	float: right;
	padding: 0 0 4px 4px;
	}
	
.ngg-albumoverview, .ngg-galleryoverview {
	clear: none !important;
	}

.gray {
	color: #666666 !important;
	}
	
.ngg-navigation {
	color: #000 !important;
	text-align: right !important;
	margin-right: 30px;
	}

.ngg-navigation a {
	color: #666666 !important;
	}