/*
Theme Name: Andras' Portfolio
Theme URI: http://portfolio.andraskanegson.com
Description: Collection of some of Andras's design related work
Author: Andras Kanegson
Version: 0.5
Tags: design, graphic design
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body  {
	font-family: 'Museo Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background: #fff url(images/background.jpg) top repeat-y;
	background-image: url(images/background.jpg);
	/*background-image: url(../images/portfolio/background.jpg);
	border: thin solid #ffffff;*/
}

#background_containter {
	width: 1002px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	background: #fff url(images/background.jpg) top repeat-y;
	/*border: thin solid #000;*/
	border: thin solid #ffffff;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
}

#header {
	height: 140px;
	width: 960px;
	padding: 0 0;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 2;

	/*border-bottom: thin solid gray;*/
}

#header_filler {
	background-color: red;
	position: absolute;
}

#logo {
	padding: 60px 0 0 98px;
	text-align: left;
	display: block;
	position: fixed;
}

#navigation_holder {
	height: 20px;
	width: 244px;
	margin: 37px 0px 4px 650px;
	position: fixed;
	top: 75px;
}

#navigation {
	padding: 28px 0 11px 3px;
}

#navigation ul li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #6f6f73;
	font-size: 14px;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
}

#navbar li {
	list-style: none;
	float:left;
}

#navbar li a {
	display: block;
	color: #000000;
	text-decoration: none;
}

#navbar li ul {
	display: none;
	width: 6em;
}

#navbar li:hover ul {
	display:block;
	width: 7em;
	position: absolute;
	margin: 1px 0 0 -6px;
	padding: 0;
	/*border-top: 1px solid #e5e5e5;*/
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	/*background-color: #ffffff;*/
	z-index: 2;
}

#navbar li:hover li {
	float: none:
}

#navbar li:hover li a {
	width: 6em;
	height: 1.2em;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin: 0px 0 0 -3px;
	padding: 12px 6px 6px 8px;	
}

#navbar li li a:hover {
	background-color: #ffffff;
}

#sidebar {
	width: 244px;
	margin: 60px 66px 0 650px;
	position: fixed;
}

#slide_content_container {
	width: 586px;
	margin: 145px  0 0 0;
	position: relative;
}

.slide_category_header {
	width: 510px;
	margin: 4px 0 20px 67px;
	padding: 0 0 0 10px;
	font-family: 'Museo Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border-bottom: 1px solid #e5e5e5;
}

.slide_container {
	margin: 0 0 20px 66px;
	border: 1px solid #e5e5e5;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.slide {
	width: 510px;
	height: 324px;
	padding: 0;
	margin: 0;
	position: relative;	
}

.slide_description {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 60px 66px;
}

.float_right {
	float: right;
	clear: right;
}

.float_left {
	float: left;
	clear: left;
}

.clear_both {
	clear: both;
}

h1 {
	font-size: 1.4em;
	line-height: 1.8em;
}

h3 {
	line-height: 1.3em;
	padding: 0 0 5px 0;
}

.underline {
	border-bottom: 1px solid #e5e5e5;
}

.visit_link {
	width: 29px;
	height: 19px;
	background:  url(images/visit.gif) 0px 0px no-repeat;
	margin: 10px 0 0 0;
}

.visit_link:hover {
	background:  url(images/visit.gif) -29px 0px no-repeat;

}

#currentPage a {
	font-weight:500;
	color: #000000;
}

a:link {font-weight:300; text-decoration:none; color: #5c5c5f; }
a:visited {font-weight:300; text-decoration:none; color: #5c5c5f;}
a:hover {font-weight:500; color: #000000;  }
a:active {font-weight:300; text-decoration:none; color: #5c5c5f;}

.no_hilite:hover { color: #5c5c5f; }






#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}