#flashMessage
{
	border: 1px solid #000000;
	padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.content
{
    padding-left: 20px;
    padding-right: 20px;
}

.error-message
{
    position: relative;
    top: -19px;
    width: 200px;
    padding: 2px;
	color: red;
    font-size: 12px;
}

.portfolio
{
	border: 4px solid #ced3cd;
}

.portfolio:hover
{
	border: 4px solid #000000;
}

.home-left
{
    float:left;
    width:560px;
    padding: 5px;
}

.home-right
{
    float:left;
    width:220px;
    padding: 5px;
}

.home-right a
{
    font-size: 14px;
    /*color: #ffffff;*/
    font-weight: bold;
}

.morebox
{
    background-image: url( /img/morebox/gray_bg.png );
    background-repeat: no-repeat;
    height: 122px;
    width: 208px;
    margin-bottom: 10px;
}

.morebox p
{
    padding: 15px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    margin: 0px;
}

.about-qualified
{
    float: left;
    width: 540px;
    padding-right: 10px;
}

.about-skills
{
    float: left;
    width: 250px;
    font-size: 13px;
    line-height: 20px;
}

.quote-left
{
    float: left;
    width: 500px;
    padding: 20px;
}

.quote-left input, textarea, select
{
    margin-bottom: 15px;
}

.quote-left #best-call-time
{
    font-size: 12px;
    position: relative;
    top: -10px;
}

.quote-right
{
    float: left;
    width: 290px;
    margin-top: 10px;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    background-color: #e5e5e5;
}

.blog-post
{
    width: 785px;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.blog-comment
{
    width: 785px;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.blog-date
{
    float: right;
    position: relative;
    right: -5px;
    top: -5px;
    padding: 3px;
    text-align: center;
    background-color: #dadada;
}

.post-date
{
    font-size: 10px;
}

/* other elements */

h3
{
	border-bottom: 1px solid #000000;
    font-size: 19px;
}

h3.port
{
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url( '/img/border.png' );
    border: none;
    font-size: 20px;
}

h3.blog
{
    border: none;
}

h3.post
{
    margin-bottom: 0px;
}

h3.post a.edit
{
    font-size: 10px;
}

h4
{
	border-bottom: 1px solid #000000;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
}

a
{
	color: #000000;
}

a:hover
{
    text-decoration: none;
}

img
{
	border: none;
}

pre.project
{
	float: left;
	width: 455px;
	padding-right: 10px;
	font-family: arial;
	line-height: 25px;
}

p.services
{
    margin: 2px;
    padding: 3px;
}

p.services:hover
{
    background-image: url( '/img/services/mouseover.png' );
}

ul
{
    list-style-type: square;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
}

ul.sitemap
{
    list-style-type: square;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 25px;
}

ul.sitemap li
{
    padding-top: 5px;
}

ul.sitemap ul
{
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 25px;
}

td
{
    vertical-align: top;
}
