body {
/* background: url('images/bg_top.jpg') repeat-x top; */
	background-color: #DCDCDC;
	color: #767676;
	font-family: Lucida Grande, Arial, Sans-serif;
	font-size: 11px;
	margin: 0
}

a {
	color: #767676;
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out
}

a:hover {
	color: #333;
	text-decoration: none
}

img {
	border: 0
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 750px;
/* background: url('images/shadow.jpg') no-repeat bottom; */
	padding-bottom: 35px
}

#top {
	width: 100%;
	height: 80px;
	margin-bottom: 30px
}

#logo {
	float: left;
	width: 270px;
	height: 90px;
	padding-top: 0;
	text-align: center;
	background: url(images/shadow.jpg) no-repeat bottom;
	background-color: #fff
}

#top_middle {
	margin-left: 15px;
	padding-left: 0;
	float: left;
	height: 90px;
	width: 290px;
	padding-top: 40px
}

#top_right {
	float: left;
	padding-top: 0;
	margin-left: 10px;
	margin-top: 10px
}

#top_right a {
	color: #767676;
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out
}

#top_right a:hover {
	color: #333;
	text-decoration: none
}

#top_menu_home {
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	-webkit-transition-property: border;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: linear;
	border-bottom: solid 10px #DCDCDC
}

#top_menu_home:hover {
	border-bottom: solid 10px #ECECEC
}

#top_menu_home_on {
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	border-bottom: solid 10px #ECECEC
}

#top_menu_blog {
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	-webkit-transition-property: border;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: linear;
	border-bottom: solid 10px #DCDCDC
}

#top_menu_blog:hover {
	border-bottom: solid 10px #ECECEC
}

#top_menu_blog_on {
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	border-bottom: solid 10px #ECECEC
}

#top_menu_portfolio {
	-webkit-transition-property: border;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: linear;
	border-bottom: solid 10px #DCDCDC;
	float: left;
	padding-top: 20px
}

#top_menu_portfolio:hover {
	border-bottom: solid 10px #ECECEC
}

#top_menu_portfolio_on {
	float: left;
	padding-top: 20px;
	border-bottom: solid 10px #ECECEC
}

#top_menu_contact {
	float: left
}

#content {
	width: 720px;
	padding: 20px;
	background: url(images/top_left.jpg) no-repeat top left;
	background-color: #fff;
	border-right: #CACACA solid 1px;
	border-bottom: #D6D6D6 solid 1px
}

h1 {
	color: #333;
	font-size: 35px;
	text-shadow: #CCC 0 1px 1px;
	padding-left: 70px;
	padding-top: 60px;
	margin: -2px
}

h2 {
	text-align: right;
	padding-right: 90px;
	padding-bottom: 30px;
	font-size: 20px
}

h3 {
	color: #333;
	font-size: 25px;
	margin-top: 0
}

h4 {
	color: #333;
	font-size: 20px;
	margin: -2px
}

h5 {
	font-size: 15px;
	margin: 3px;
	padding-bottom: 5px
}

#inner_content {
	width: 700px;
	height: 230px;
	margin-left: 20px
}

#blog {
	width: 700px;
	margin: 0
}

#blog_content {
	float: left;
	width: 510px;
	margin-left: 20px
}

#blog_content h3 {
	color: #333;
	font-size: 12px;
	margin-top: 0
}

#blog_content textarea {
	width: 300px;
	height: 100px;
	border: 3px solid #4096EE;
	padding: 5px
}

.blog_text a {
	color: #767676;
	text-decoration: underline;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out
}

.blog_text a:hover {
	color: #333;
	text-decoration: underline
}

#blog_right {
	margin-left: 570px;
	width: 150px
}

#blog_right li {
	list-style-type: none
}

.block {
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 270px;
	height: 170px;
	border: solid 4px #4096EE
}

.block_right {
	width: 260px;
	float: left;
	line-height: 17px
}

.header {
	color: #333;
	font-size: 15px;
	font-weight: 700
}

.used {
	text-align: center;
	font-size: 12px;
	font-weight: 700
}

#footer {
	margin: 0 auto;
	position: relative;
	width: 750px;
	text-align: right
}

#bigthing {
	width: 720px;
	height: 200px;
	background: url(images/bigthing.jpg) no-repeat;
	margin-bottom: 20px
}

.clear {
	clear: both
}

#news {
	width: 700px;
	margin: 0
}

#news_content {
	float: left;
	width: 510px;
	margin-left: 20px
}

#news_content h3 {
	color: #333;
	font-size: 12px;
	margin-top: 0
}

.news_text a {
	color: #767676;
	text-decoration: underline;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out
}

.news_text a:hover {
	color: #333;
	text-decoration: underline
}

.news_content_bottom {
	float: right
}

#news_right {
	margin-left: 570px;
	width: 156px
}

#tweets {
	width: 156px
}

#twitter_news {
	width: 150px;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 22px;
	background-color: #FFFFFF;
}

#portfolio {
	width: 700px;
	margin: 0
}

#portfolio_right {
	margin-left: 440px;
	width: 290px
}

#portfolio_image {
	float: left;
	width: 410px;
	margin-left: 20px
}

#blocksy_left {
	width: 580px;
	float: left;
	padding: 0
}

#blocksy_right {
	margin-top: 10px
}

.blocksy {
	background: url(images/block_shadow.jpg) no-repeat left bottom;
	background-color: #fff;
	float: left;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
	padding-bottom: 13px;
	width: 250px;
	height: 175px
}

.blocksy a{
	color: #333333;
}

img.prev {
	float: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 14px
}

#contain_tweets {
	background: url(images/block_shadow.jpg) no-repeat left bottom;
	background-color: #fff;
	width: 160px;
	float: right;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 13px
}
