html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
	{
	border-collapse: separate;
	border-spacing: 0;
	padding:10px 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html,body
	{
	background:#ffffff url('http://www.alexjako.com/images/background.gif') no-repeat center -70px;
	color:#000000;
	font:11.5px geneva, 'helvetica neue', arial, sans-serif;
	height:100%;
	line-height:17px;
	width:100%;
	}

a
	{
	color:#000000;
	text-decoration:none;
	}

#container
	{
	margin:0 auto;
	min-height: 100%;
	width:984px;
	}

#header
	{
	float:left;
	padding:80px 12px 40px 12px;
	width:960px;
	}

#header img
	{
	float:left;
	}

#navigation
	{
	float:right;
	margin:24px 0 0 0;
	padding:0;
	}

#navigation li
	{
	display:inline;
	list-style-type:none;
	}

#navigation li a
	{
	float:left;
	font:15.5px georgia, serif;
	padding:0 0 0 20px;
	text-decoration:none;
	}

#navigation li a.current, #navigation li a:hover
	{
	color:#828282;
	}

#content
	{
	clear:both;
	overflow:auto;
	padding:0 0 186px;
	width:984px;
	}

#content h2
	{
	color:#000000;
	font:18px georgia, serif;
	margin:0;
	}

#content h2 a
	{
	color:#000000;
	}

#content a
	{
	color:#828282;
	}

#content a:hover
	{
	text-decoration:underline;
	}

.blog
	{
	margin:50px auto;
	width:735px;
	}

.blog p
	{
	margin:10px 0;
	}

.blogPic
	{
	float:left;
	padding-right:20px;
	width:155px;
	}

.blogPic img
	{
	border:1px solid #cfcfcf;
	}

.blogText
	{
	float:left;
	width:560px;
	}

.blogText img
	{
	border:1px solid #cfcfcf;
	}

.date
	{
	color:#828282;
	font-size:10px;
	}

.clearBlog
	{
	clear:both;	
	}

.clear
	{
	display:inline-block;
	}
	
.clear:after
	{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
	}
	
#portfolio-list li
	{
	display:inline;
	float:left;
	font-size:10.8px;
	margin:15px 12px;
	text-align:center;
	}
	
#portfolio-list li a.popUp, #portfolio-list li a.popUp:visited
	{
	display:block;
	border:1px solid #cfcfcf;
	width:220px;
	height:148px;
	}

#portfolio-list li a.popUp:hover, #portfolio-list li a.popUp:active
	{
	border-color:#4f4f4f;
	}

#footer
	{
	background:url('http://www.alexjako.com/images/backgroundFoot.gif') no-repeat center;
	clear:both;
	font-size:11px;
	height:162px;
	text-align:center;
	padding:12px;
	position: relative;
	margin-top: -186px;
	}

/*Sticky footer Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 11px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight:normal;
}