body {
	margin: 0;
	padding: 0;
	background: #141414 url(/assets/images/bg.logo.jpg) fixed center top;
}


body, td, tr, table, div, span, p, a {
	font: 13px "Lucidia Grande", Helvetica, Verdana, Arial, Sans Serif;
	color: #efede7;
}

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

body, td, tr, table, div, span, p, #sidebar a, .homelinks a, #demobar a {
	text-decoration: none;
}

h1, h2, h3 {
	color: #c1bdab;
	font-family: Lucida Grande, Verdana, Arial, Sans Serif;
	font-weight: normal;
	
}

.blog h1 {
	font-size: 15px;
	margin: 0 0 7px 0;
	color: #c5ff73;
}

.blog .date {
	color: #DFDDD6;
}

ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	float: left;
	clear: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.side {
	width: 350px;
	float: right;
}

a.portfoltioDownload {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #656565;
	color: #000;
	display: block;
	margin: 2px;
	padding: 2px;
	width: 100px;
	height: 12px;
	text-align: center;
	text-decoration: none;
}

a.portfoltioDownload:hover {
	background-color: #999;
	color: #000;
}

#content {
	width: 872px;
	margin: 0 auto;
	clear: both;
}

#barWrap {
	height: 40px;
	clear: both;
	margin-top: 5px;
}
#barNav {
	width: 867px;
	margin: 0 auto;
}

#barNav .links a {
	font: 12px Verdana, Helvetica, Arial;
	color: #fffcf5;
	text-decoration: none;
	margin-right: 11px;
}

#barNav .links {
	padding-top: 40px;
}

#barNav .buttons img {
	margin-right: 3px;

}

.logo h1 {
	font: 40px Verdana, Helvetica, Arial;
	margin: 0;
	padding: 0;
	color: #FFF;
}

.logo a {
	text-decoration: none;
}


.divider {
	clear: both;
}

.dots {
	background: url(/assets/images/style/dot_bg.gif);
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
}
.footerdiv {

}


.tweet .date {
	color: #dfddd6;
	clear: both;
	font-size: 13px;
}

.tweet .content {
	font-size: 13px;
	clear: both;
}

.tweet {
	margin-bottom: 20px;
}

.tweet a {
	font-size: 13px;
}

img {
	border: 0;
}

.smallimg {
	height: 75px;
	width: 75px;
	margin: 0;
	padding: 0;
	border: 2px solid transparent;
}
.smallimg.selected {
	opacity:0.9;
	filter:alpha(opacity=90);
	border: 2px solid #c5ff73;
}

.largeimg {
	border: 2px solid transparent;
}

.portfolio .button {
	padding-right: 10px;
}

.copyright, .copyright a, .copyright p  {
	font-size: 11px;
	color: #cecece;
	line-height: 15px;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 21px;
}

.home .featured {
	height: 290px;
	width: 206px;
	overflow: hidden;
	float: right;
	clear: none;
	margin: 3px;
	border: 3px solid #e1d7c5;
}


.dots {
	margin-top: 4px;
}
