/*
Theme Name: Guy Erez
Theme URI: http://www.guyerez.com
Description: Theme for Guy Erez
Author: Loren Design
Version: 1.0
Tags: blah
*/

.xoxo {
	list-style-type: none;
	margin-left: -40px;
}

body {
	background-color: #000;
	/*background: url(http://www.lorenkhulusi.com/guy/wp-content/themes/guy/images/tile.jpg);*/
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav {
	z-index: 10;
	position: relative;
	margin: -24px auto 30px auto;
	width: 950px;
}

#border {
	position: relative;
	z-index: -1000;
	margin-left: auto;
	margin-right: auto;
	
}

#container {
	position: relative;
	margin: -688px auto 0px auto;
	width: 950px;
	height: 100%;
	text-align: left;
}

#bar {
	position: relative;
	float: left;
	width: 230px;
	height: 100%;
}

#spacer {
	position: relative;
	width: 30px;
}

#content {
	position: relative;
	float: right;
	width: 690px;
	height: 100%;
	text-align: justify;
}

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

#my-footer {
	position: relative;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #999;
}

.icon {
	width: auto;
	height: 55px;
}

.post-heading {
	font-size: 20px;
	font-weight: bold;
}

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

.my-post {
	border-bottom-color: #444;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}

a:link {
	text-decoration: none;
	color: #004AFF;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
a:active {
	text-decoration: none;
	color: #004AFF;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
a:visited {
	text-decoration: none;
	color: #004AFF;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
a:hover {
	text-decoration: none;
	color: #009;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

#curtain_left_wrap {
	z-index: -1000;
	position: fixed;
	top: 0;
	right: 50%;
}
#curtain_right_wrap {
	z-index: -1001;
	position: fixed;
	top: 0;
	left: 50%;
}
.curtain_left {
	position: relative;
	right: 650px;
	top: 0;
}
.curtain_right {
	position: relative;
	left: 650px;
	top: 0;
}
.images {
	background-color: #FFF;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img {
	border-style: none;
}
#bar-wrap {
	position: fixed;
	height: 100%;
	z-index: -2001;
	top: 0;
	right: 50%;
}
#blue-bar-left {
	z-index: -2000;
	position: relative;
	background-color: #666;
	width: 2px;
	height: 100%;
	right: 485px;
}
#top-bar {
	z-index: -2010;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: -5px;
	background-color: #FFF;
	height: 5px;
	width: 960px;
	margin-bottom: 10px;
}