body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

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

hr
{
	margin-top: 45px;
	margin-bottom: 35px;
}

h2
{
	margin-top: 15px;
}

h3
{
	margin-top: 35px;
	color: #2f3738;
	margin-bottom: 10px;
}
	
div#header
{
	border-top: solid 8px #000;
	overflow: auto;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
	margin-bottom: -4px;
}

div#header h1
{
	float: left;
	font-size: 2em;
	margin-right: 30px;
}

div#header h2
{
	float: left;
}

h2
{
	font-size: 1.55em;
}

h3
{
	font-size: 1.25em;
}

div#header ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header ul li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 35px;
}

.detail-content
{
	
}

.detail-left
{
	float: left;
}

.detail-right
{
	float: right;
	background-color: #ccc;
}

div#intro
{
	clear: both;
}

div#intro div#intro-img
{
	float: left;
	width:400px;
	padding-bottom: 40px;
	margin-left: 60px;
}

div#intro div#intro-text
{
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
}

div#can-do
{
	clear: both;
	background-color: #d9d9d9;
	margin-top: 50px;
	padding: 10px;
	overflow: auto;
}

div#can-do ul
{
	list-style: none;
}

ul.can-do li
{
	font-size: 115%;
	background: url('/images/ok.png');
	background-repeat: no-repeat;
	padding-left: 32px;
	margin-left: 15px;
	margin: 5px;
	line-height: 25px;
}

ul.cant-do
{
	
}

ul.cant-do li
{
	font-size: 115%;
	margin: 5px;
	line-height: 27px;
}

div#footer
{
	clear: both;
	margin: 20px 0;
	color: rgb(118, 121, 124);
	font-size: 95%;
	padding-top: 10px;
}

div#contact
{

}

div#contact .contact-header
{
	font-style: italic;
	font-size: .95em;
	color: #666;
	margin-bottom: 20px;
}

div#contact h4
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}

div#contact .text
{
	margin-bottom: 28px;
	line-height: 18px;
	font-size: 1em;
	border: solid 2px #ccc;
}

div#contact textarea#message
{
	height: 95px;
	width: 425px;
	line-height: 18px;
	font-size: 1em;
}

div#contact .button
{
	margin-bottom: 20px;
}

div#contact div#msg
{
	display: none;
}

.success-text
{
	font-style: normal;
	color: green;
	font-weight: bold;
}

div#loading
{
	font-weight: bold;
}

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li
{ 
	width:264px;
	height:178px;
	overflow:hidden; 
}

span#prevBtn{}
span#nextBtn{}	

.sidebar
{
	background-color: #d9d9d9;
	min-height: 350px;
	margin-top: 55px;
}

.portfolio-item
{
	margin-bottom: 45px;
}

.thumbnail img
{
	border: solid 1px #b9b9b9;
}

ul
{
	list-style: none;
	margin-left: 35px;
}

ul .no-margin
{
	margin-left: 0;
}

ul.nav li p
{
	margin-bottom: 5px;
}

ul.nav
{
	padding-bottom: 25px;
}

/*start comments styles*/
.comments-template
{
	margin: 10px 0 0;
	width: 95%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
}

.comments-template h2, .comments-template h3
{
	margin-top: 10px;
	font-size: 14px;
}

.comments-template h5
{
	margin-bottom: 2px;
}

.comments-template p.nocomments
{
	padding: 0;
}

.comments-template textarea
{
	width: 418px;
	height: 120px;
	margin-bottom: 0;
	padding: 3px;
	line-height: 18px;
	font-size: small;
}

#commentsheader
{
	background-color: #7E293B;
	border-bottom: solid 2px olive;
	padding: 10px;
}

#commentsheader h4
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
}

#commentsbody
{
	padding: 10px;
}

.comment-header
{
	margin-bottom: 10px;
}

.comment-body
{
	width: 45px;
}

.formheader
{
	margin-top: 14px;
}

.txtbox
{
	width: 225px;
	height: 22px;
	line-height: 18px;
	font-size: small;
	padding-left: 4px;
}

.req
{
	color: #999;
}
/*end comments styles*/

#hosted
{
	text-align: center;
	background-color: #fff;
	border: solid 1px #b9b9b9;
	width: 184px;
}

#hosted a
{
	display: block;
	margin: 12px;
}

.thumbnail
{
	border: solid 1px #b9b9b9;
	padding: 8px;
	width: 152px;
	margin-bottom: 20px;
}

.thumbnail:after
{
	content: "Click the image to enlarge";
	font-size: .8em;
	color: #999;
	display: block;
	margin-top: 8px;
}

.thumbnail img
{
	border: solid 1px #b9b9b9;
}