@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
}

body{
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #e8ebee;
}

img{
	border: none;
}

#container{
	margin: 0px auto;
	height: auto;
	width: 955px;
}

#top_container{
	margin: 0px auto;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 955px;
	height: 93px;
	margin-left: 8px;
	cursor: default;
}

#logo{
	padding-top: 26px;
	padding-left: 5px;
	font-size: 40px;
	color: white;
	height: 25px;
	width: 500px;
	float: left;
}

#top_right{	
	float: right;
	width: 315px;
	height: 92px;
	/* background-image: url('../images/dev_port_top.png'); */
	background-repeat: no-repeat;

}

#body_left{
	padding-top: 5px;
	height: auto;
	width: 632px;
	float: left;
}

h2{
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
}

#body_right{
	margin-left: 6px;
	padding-right: 17px;
	height: auto;
	width: 300px;
	float: left;
}

#banner{
	width: 618px;
	height: 266px;
	padding: 15px 0px 0px 14px;
	background-image: url('../images/banner_bg.png');
	background-repeat: no-repeat;
}

#banner_work{
	/* background-image: url('../images/portfolio_big_thumb/hc_big_thumb.jpg');
	background-repeat: no-repeat; */
	background-color: black;
	width: 607px;
	height: 255px;
	overflow: hidden;
}

#nav_container{
	width: 308px;
	height: 267px;
	background-image: url('../images/nav_top.png');
	background-repeat: no-repeat;
	background-color: white;
	padding: 20px 0px 0px 10px;
}

#nav{
	width: 298px;
	height: 255px;
	background-color: #00c7db;
}

#coding_info_container{
	margin: 10px 0px 0px 4px;
	background-color: white;
	width: 607px;
	height: 65px;
	padding: 10px;
}

#coding_info{
	width: 607px;
	height: 65px;
	background-color: #f5f8fb;
	overflow: visible;
}

#work_showcase_container{
	margin: 10px 0px 0px 4px;
	background-color: white;
	width: 607px;
	height: 313px;
	padding: 10px;
	float: left;
}

#work_showcase{
	width: 607px;
	height: 313px;
}

#project_container{
	margin: 10px 0px 0px 4px;
	background-color: white;
	width: 607px;
	min-height: 408px;
	padding: 10px;
	float: left;
}

#project_content{
	width: 607px;
	min-height: 408px;
}

#blog_container{
	margin: 4px 0px 0px 4px;
	background-color: white;
	width: 607px;
	min-height: 696px;
	padding: 10px;
	float: left;
}

#blog_content{
	width: 607px;
	min-height: 408px;
}

#blog_header{
	width: 595px;
	height: 22px;
	padding: 5px;
	background-color: #cbd0c3;
}

#blog_hleft{
	width: 335px;
	height: 20px;
	float: left;
	font-size: 24px;
	color: white;
	padding-bottom: 2px;
}

a.blog_link{
	font-size: 24px;
	text-decoration: none;
	color: white;
}

a.blog_link:hover{
	font-weight: bold;
}

span.blue{
	color: #00c7db;
	font-size: 24px;
}

span.resume_download{
	display: block;
	padding: 10px;
	width: 200px;
	height: 50px;
	float: left;
	background-color: #f4f5ee;
	margin-left: 10px;
	font-size: 14px;
	color: black;
}

span.resume_download a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

span.resume_download a:hover{
	color: gray;
}

p.resume{
	width: 500px;
	margin: 0px auto;
	height: auto;
	padding: 10px;
	line-height: 20px;
	text-align: left;
}

p.resume img{
	float: left;
	padding-left: 15px;
	padding-right: 10px;
}


#blog_hright{
	width: 260px;
	height: 22px;
	float: left;
	text-align: right;
}

#about_container{
	width: 575px;
	padding: 15px;
	height: auto;
	line-height: 20px;
}

.blog_listing_thumb{
	width: 200px;
	height: 130px;
	padding: 5px;
	float: left;
}

.blog_listing{
	width: 380px;
	height: 140px;
	padding: 5px 5px 5px 0px;
	float: left;
}

p.blog_show_title{
	font-size: 22px;
	color: #333333;
	padding-bottom: 2px;
	font-weight: bold;
}

.blog_img{
	width: 300px;
	height: 215px;
	padding: 0px 10px 5px 0px;
	float: left;
}

img.blog_img{
	float: left;
}

.blog_txt{
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
}

.blog_txt a{
	color: #00c7db;
	text-decoration: none;
}

.blog_txt a:hover{
	font-weight: bold;
}

.blog_top_txt{
	width: 290px;
	height: 215px;
	float: left;
	line-height: 20px;
}

.blog_main_txt{
	line-height: 20px;
}

p.blog_listing_date{
	color: #cbd0c3;
	font-size: 12px;
	padding-bottom: 2px;
	width: 295px;
}

p.blog_s_date{
	color: #cbd0c3;
	font-size: 12px;
	padding-bottom: 2px;
	float: left;
	width: 295px;
}

p.blog_listing_title{
	padding: 0px;
	margin: 0px;
}

a.blog_listing_title_link{
	text-decoration: none;
	color: #00c7db;
	text-transform: uppercase; 
	font-size: 22px;
}

a.blog_listing_title_link:hover{
	color: black;
}

.blog_listing_description{
	color: #4f4f4f;
	line-height: 20px;
	float: left;
}

a.project_read_more{
	text-decoration: none;
	color: #66dde9;
}

a.project_read_more:hover{
	color: #000;
}

a.blog_read_more{
	text-decoration: none;
	color: #66dde9;
}

a.blog_read_more:hover{
	color: #000;
}

#searchinput{
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: 25px;
	float: left;
}

#searchbtn{
	padding: 0px 0px 5px 5px;
	margin: 0px;
	width: 39px;
	height: 16px;
	float: left;
}

.search{
	border: none;
	background-image: url('../images/gobtn.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 39px;
	height: 21px;
}

.search:hover{
	cursor: pointer;
	background-image: url('../images/gobtn_over.png');
	background-repeat: no-repeat;
}

.searchbox{
	height: 18px;
	width: 191px;
	background-color: white;
	border: 1px solid #dbe0d4;
	padding: 2px;
	color: #999;
	font-size: 12px;
}

#project_sort_container{
	padding: 5px 5px 10px 5px;
	height: 20px;
	font-size: 14px;
	color: #6a6a6a;
	float: left;
	margin-bottom: 5px;
}

#blog_sort_container{
	padding: 5px 5px 10px 5px;
	height: 20px;
	font-size: 14px;
	color: #6a6a6a;
}

.blog_post_listings{
	height: auto;
}

a.sort{
	font-size: 14px;
	text-decoration: none;
	color: #00c7db;
}

a.sort:hover{
	color: black;
}

ul.sort{
	list-style-type: none;
}

ul.sort li{
	display: inline;
	padding-right: 5px;
}


li.sorttxt{
	padding-bottom: 4px;
}

#work_date{
	width: 28px;
	height: 313px;
	background-image: url('../images/2009.png');
	background-repeat: no-repeat;
	background-color: #00c7db;
	float: left;
}

#new_posts_container{
	margin-top: 10px;
	width: 298px;
	height: 408px;
	padding: 10px;
	background-color: white;
}

#new_posts{
	width: 298px;
	height: 408px;
	float: left;
}

#new_posts_title{
	width: 298px;
	height: 66px;
	background-image: url('../images/new_posts_title.png');
	background-repeat: no-repeat;
}

#footer_container{
	margin: 7px 0px 0px 5px;
	width: 930px;
	height: 66px;
	padding: 10px;
	background-color: white;
	float: left;
}

#footer_left{
	width: 400px;
	height: 56px;
	background-image: url('../images/copyright_split.png');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #edefe9;
	float: left;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #929490;
	text-align: center;
}

#footer_right{
	width: 530px;
	height: 56px;
	background-color: #f4f5ee;
	float: left;
	font-size: 18px;
	color: #929490;
	text-align: center;
	padding-top: 10px;
}

#bottom_nav_text{
	margin: 0px auto;
	width: 400px;
	height: 20px;
	font-size: 18px;
	padding-bottom: 5px;
}

#bottom_nav{
	margin: 0px auto;
	width: 500px;
	height: 30px;
	font-size: 15px;
	color: #5e5e5c;
}

#xhtml_container{
	width: 607px;
	height: 66px;
	float: left;
	overflow: hidden;
}

#xhtml_title{
	width: 37px;
	height: 66px;
	float: left;
	padding-right: 1px;
}

#xhtml_info{
	height: 66px;
	float: left;
}

#xhtml_desc{
	height: 66px;
	float: left;
}

#css_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#css_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#php_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#php_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#mysql_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#mysql_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#xml_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#xml_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#js_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#js_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#ajax_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
	background-image: url('images/ajax.png');
	background-repeat: no-repeat;
}

#ajax_info{
	height: 66px;
	float: left;
	display: inline-block;
}

#as_title{
	width: 37px;
	height: 66px;
	float: left;
	margin-right: 1px;
}

#as_info{
	height: 66px;
	display: inline-block;
}


a.bottom_nav{
	font-size: 15px;
	text-decoration: none;
	color: #00c7db;
	font-weight: bold;
}

a.bottom_nav:hover{
	color: #000;
}

ul.nav_links{
	list-style-type: none;
	font-size: 30px;
	padding: 25px;
	line-height: 35px;
}

a:active{
	outline: none;
}

a:focus{
	outline-style: none;
}

a.nav_link{
	text-decoration: none;
	font-size: 36px;
	color: white;
}

a.nav_link:hover{
	font-weight: bold;
}

span.blue_text{
	height: auto;
	font-size: 40px;
	color: #00c7db;
	float: left;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

span.white{
	height: auto;
	font-size:40px;
	float: left;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

span.lamp_text{
	color: #7a7c77;
	font-size: 12px;
	float: left;
	word-spacing: 4px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}

#li_container_xhtml{
	width: 330px;
}

#li_image_xhtml{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_xhtml{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	/* color: #00c7db; */
	color: #1c676f;
	font-size: 12px;
}

#li_container_css{
	width: 330px;
}

#li_image_css{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_css{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_php{
	width: 330px;
}

#li_image_php{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_php{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_mysql{
	width: 330px;
}

#li_image_mysql{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_mysql{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_js{
	width: 330px;
}

#li_image_js{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_js{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_xml{
	width: 330px;
}

#li_image_xml{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_xml{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_ajax{
	width: 330px;
}

#li_image_ajax{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_ajax{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

#li_container_as{
	width: 330px;
}

#li_image_as{
	width: 37px;
	height: 66px;
	float: left;
}

#li_text_as{
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 56px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #1c676f;
	font-size: 12px;
}

h2.blue{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #00c7db;
	line-height: 24px;
}


.sm {
	list-style:none; 
	width:607px; 
	height: 65px; 
	display:block; 
	overflow:hidden
}
.sm li {
	float:left; 
	display:inline; 
	overflow:hidden
}

ul #portfolio{
	list-style-type: none;
}

li{
	list-style-type: none;
}

a.logo{
	text-decoration: none;
	color: #fff;
}

a.logo:hover{
	color: #CCC;
}

#work_thumb_7{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/7.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_7:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/7.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_2{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/2.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_2:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/2.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_3{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/3.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_3:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/3.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_4{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/4.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_4:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/4.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_5{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/5.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_5:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/5.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_6{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/6.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_6:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/6.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_9{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/9.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_9:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/9.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#work_thumb_10{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	overflow: hidden;
	background-image: url('../images/projects/10.jpg');
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

#work_thumb_10:hover{
	width: 186px;
	height: 121px;
	float: left;
	padding: 0px;
	margin: 3px 3px 3px 3px;
	background-image: url('../images/projects/10.jpg');
	overflow: hidden;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

span.thumb_link{
	width: 186px;
	height: 121px;
	display: block;
	cursor: pointer;
}

#work_thumbs{
	float: left;
	width: 576px;
	height: auto;
	padding: 0px 0px 3px 3px;
}

p.blog_date{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #dce0d5;
	line-height: 14px;
	font-weight: bold;
}


p.blog_rating{
	height: 20px;
	float: left;
	width: 295px;
	padding: 0;
}

p.blog_text{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #3b3a3a;
	line-height: 20px;
}

ul.blog_posts li{
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
}

a.blog_title{
	font-size: 20px;
	text-decoration: none;
	color: #00c7db;
}

a.blog_title:hover{
	font-weight: bold;
}

p.blog_title_p{
	height: 24px;
	width: 298px;
	padding: 0px;
	margin: 0px;
}

p.project_date{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
	padding: 5px 5px 0px 0px;
	width: 400px;
}

p.project_url{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	width: 400px;
}

p.project_technology{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	width: 395px;
	padding: 5px 5px 10px 0px;
}

p.project_description{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	width: 400px;
}


h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #3d3e3d;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 400px;
}

a.project_url{
	color: #00c6da;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

a.project_url:hover{
	color: black;
}

span.date_posted{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	width: 400px;
}

#project_thumbs{
	width: 190px;
	height: 400px;
	float: left;
	padding-top: 10px;
}

#project_description{
	width: 390px;
	height: auto;
	font-size: 12px;
	padding: 10px 5px 5px 10px;
	float: left;
}

#project_features{
	width: 155px;
	float: right;
	height: auto;
	padding: 75px 5px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#project_listings_container{
	width: 600px;
	height: auto;
	float: left;
}

span.breadcrumb{
	color: #999;
	font-size: 12px;
}

a.breadcrumb{
	color: #00c6da;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

a.breadcrumb:hover{
	color: black;
}

p.project_thumb_img{
	padding: 5px 0px 5px 0px;
}

span.project_screen_thumb{
	padding: 5px 2px 5px 2px;
}

div.project_listing{
	width: 600px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 40px;
	float: left;
}

div.project_listing_thumb{
	width: 190px;
	height: 115px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

div.project_listing_info{
	width: 390px;
	height: 115px;
	padding: 0px 0px 0px 5px;
	float: left;
	line-height: 23px;
}

p.project_listing_info{
	line-height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}

span.logo{
	width: 566px;
	height: 93px;
	display: block;
}

span.logo:hover{
	background-image: url('../images/logo_over.png');
	background-repeat: no-repeat;
	width: 566px;
	cursor: pointer;
}

a.logo_link{
	width: 566px;
	height: 93px;
}

p.breadcrumb{
	padding: 5px 5px 5px 0px;
	color: #999;
}

#contact_form{
	width: 400px;
	height: auto;
	margin: 0px auto;
	padding-top: 30px;
}

div.input_label{
	width: 50px;
	float: left;
	height: 20px;
	padding-right: 5px;
	text-align: right;
}

div.txtarea{
	width: 255px;
	float: left;
	height: auto;
}

div.input_field{
	width: 300px;
	float: left;
	height: 20px;
}

div.input_buttons{
	width: 400px;
	float: left;
	height: 20px;
	text-align: right;
	padding-top: 5px;
}

input.textinput{
	width: 300px;
}

#contact_left{
	width: 335px;
	float: left;
}

ul.contact{
	list-style-type: none;
}

a.project_listing_title_link{
	text-decoration: none;
	color: #00c7db;
	text-transform: uppercase; 
	font-size: 22px;
}

a.project_listing_title_link:hover{
	color: black;
}

#projects_top{
	float: left;
	padding: 0px 5px 5px 5px;
	height: 22px;
	width: 595px;
	background-color: #c0c6b7;
	margin-bottom: 0px;
}


span.star1{
	height: 20px;
	width: 20px;
	background-image: url('../images/bluestar_vote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

span.star2{
	height: 20px;
	width: 20px;
	background-image: url('../images/bluestar_vote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

span.star3{
	height: 20px;
	width: 20px;
	background-image: url('../images/bluestar_vote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

span.star4{
	height: 20px;
	width: 20px;
	background-image: url('../images/bluestar_vote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

span.star5{
	height: 20px;
	width: 20px;
	background-image: url('../images/bluestar_vote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

span.vote_count{
	height: 20px;
	width: 75px;
	font-size: 12px;
	color: #cbd0c3;
}

#blog_rating{
	width: 295px;
	height: auto;
	float: left;
	font-size: 12px;
	color: #cbd0c3;
}

div.num_comments{
	margin-top: 2px;
	margin-left: 10px;
	padding: 0px 0px 0px 20px;
	background-image: url('../images/commentico.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	float: left;
	font-size: 12px;
	color: #cbd0c3;
}

#comment_form_container{
	width: 607px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	padding: 10px;
	float: left;
}

#comment_form{
	width: 400px;
	margin: 0px auto;
	height: auto;
	padding: 10px;
}

div.comment_title{
	background-color: #cbd0c3;
	height: 26px;
	width: 601px;
	color: white;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
}

div.comment_input{
	width: 95px;
	height: 20px;
	float: left;
	text-align: right;
	padding-right: 5px;
}


div.comment_field{
	width: 300px;
	height: 20px;
	float: left;
}

div.comment_txtarea{
	width: 300px;
	height: auto;
	float: left;
}

.showavgrating{
	background-image: url('images/bluerating.png');
	background-position:0px -100px;
	background-repeat:no-repeat;
	width: 100px; 
	height: 20px; 
	float: left; 
	font-size: 12px; 
	color: #cbd0c3;
}