* {
    vertical-align: baseline;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-style: inherit;
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 0;
    color:#FFFFFF;
}

html, body { height: 100%; }

dd, blockquote {  
    margin-left: 40px;
}  

table {
    background-color: black;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

table td, table th {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: 5px;
    font-size: 0.8em;
}

table td a, table th a{
    font-size: inherit;
    color: #7a9bab;
    
}
h1, h2, h3, h4, h5, h6, p {
    padding:10px 0;
}
h1, h2, h3, h4, h5, h6{
    text-align:center;
    font-weight:normal;
}

h1{
    font-size:2.5em;
}

h2{
    font-size:2.2em;
}

h3{
    font-size:1.8em;
    color:#7a9bab;
}
h4{
    text-align:left;
    font-size:1.3em;
    color:#7a9bab;
}
a, a:hover {
    border: none;
    text-decoration:none;
}

p a, div#log-status a {
    color:#7a9bab;
    border-bottom:dotted 1px #7a9bab;
    display:inline-block;
    text-decoration:none;
    text-indent:0;
}

p a:hover, div#log-status a:hover {
    color:#CCCCCC;
    border-bottom:dotted 1px #CCCCCC;
}

p {
    text-indent:20px;
    text-align:justify;
}


body{
    background: url(../img/body-bg.png) repeat-x #FFFFFF;
    margin-top:11px;
}

form input, form textarea, form select, form option{
    color:#000000;
}

div#page-wrap {
    background: url(../img/wrap-bg.png) repeat-y;
    width:984px;
    padding: 0px;
    margin:0px auto;
}

div#inner-wrap{
    width:960px;
    margin: 0px auto;
}
div#header{
    float:left;
    width:100%;
    height:338px;
    background:url(../img/header-logo.png) no-repeat top left;
}

div#log-status span{
    
    font-weight: bold;
}

div#header div#search-box{
    margin-left:640px;
    height:70px;
    padding:30px 0 0 40px;
}

div#search-box div.submit input{
    background-color:transparent;
    /*display:inline-block;*/
    /*height:33px;
    width:33px;
    background: url(../img/button-search.png) no-repeat bottom left;*/
    margin-left:10px;
    padding:0;
    height:33px;
}
div#search-box div.text ,div#search-box div.submit{
    float:left;
    /*width:219px;*/
    /*height:33px;*/
    /*border:3px solid #7a9bab;
    background-color:#eeeeee;*/
    /*padding:4px 7px;*/
}

div#search-box div.input input{
    /*padding:4px 7px;
    background-color:#eeeeee;
    width:200px;*/
    width:150px;
}

div#header div#nav{
    margin-left:640px;
}

div#header div#nav ul li{
    margin:0 0 0 10px;
    list-style-type:none;

}

div#header div#nav ul li a{
    padding-left: 30px;
    height: 30px;
    display:block;
    text-decoration:none;
    border:none;
    text-transform:uppercase;
}

div#header div#nav ul li a:hover{
    padding-left: 30px;
    background:url(../img/arrow-bullet.png) no-repeat top left;
}

div#header div#nav ul li a span{
    visibility:hidden;
}

div#header div#nav ul li {
    display:block;
    height:36px;
    background:url(../img/nav-elements.png) no-repeat;
}

div#header div#nav ul li#home{
    background-position: 30px 0;
}
div#header div#nav ul li#portfolio {
    background-position:30px -36px ;
}
div#header div#nav ul li#photography {
    background-position:30px -72px ;
}
div#header div#nav ul li#contact {
    background-position:30px -108px ;
}
div#header div#nav ul li#about-me{
    background-position:30px -144px ;
}

div#main-content div.home div#home-contacts{
    width:90px;
    text-align:right;
    padding-right:30px;
    background:url(../img/my-social-networks.png) no-repeat top right;
    float:right;
    display:inline;
}
div#main-content div.home div#home-contacts li {
    list-style-type:none;
}

div#main-content {
    width:940px;
    margin:0 auto;
    width:840px;
    position:relative;
    z-index:10;
}

form div.input,form div.submit{
    margin-bottom:10px;
}

form div.input label{
    text-align:right;
    width:130px;
    display:inline-block;
    padding-right:20px;
}
form div.select select{
    width:225px;
    height:33px;
    border:3px solid #7a9bab;
    background-color:#eeeeee;
}

form div.text input, form div.password input{
    width:205px;
    /*height:19px;*/
    border:3px solid #7a9bab;
    background-color:#eeeeee;
    padding:4px 7px;
}

form div.textarea textarea{
    border:3px solid #7a9bab;
    background-color:#eeeeee;
    padding:4px 7px;
    width:600px;
    height:300px;
}

form div.submit input{
    background-color:#7a9bab;
    padding:4px 7px;
    cursor:pointer;
    margin-left:150px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

form div.error-message {
    background:red;
    display:inline-block;
    margin-left: 20px;
    font-size:0.8em;
    padding:2px 5px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
div#main-content div.photo-thumbnail{
    display:inline-block;
    text-align:center;
    width:140px;
    margin:10px;
}

div#main-content div.photo-thumbnail div.title h4{  
    display:table-cell;
    font-size:1em;
    height:40px;
    margin:0;
    padding:0;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:140px;
    color:#FFFFFF;
}

div#main-content div.about-me{
    text-align:center;
}

div#main-content div.about-me div.info {
    width:350px;
    padding:0 30px;
    display:inline-block;
    vertical-align:top;
}

div#main-content div.about-me div.info p{
    text-align:justify;
}

div#main-content div.about-me div.info ul{
    text-align:left;
}

div#main-content div.about-me em {
    text-transform:capitalize;
    font-variant:small-caps;
    font-weight:bold;
}

div#main-content div.about-me div.info li {
    margin: 0 20px;
    list-style-type:circle;
}

ul#albums{
    display:inline;
}
ul#albums li {
    display:inline;
    list-style-type:none;
    margin:0 auto;
    text-align:center;
}

ul#albums li a {
    background-color: #7a9bab;
    color:#000;
    padding: 2px 5px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

ul#albums li a:hover{
    color: #FFF;
}

ul#albums li a:active,ul#albums li a.selected{
    background-color: #FFFFFF;
    color: #000;
}

div#footer{
    background:url(../img/footer-left-element.png) no-repeat transparent;
    background-position:14px 0;
    text-align: right;
    clear:both;
    width:100%;
    margin:-100px auto 0 auto;
    position:relative;
}

div#footer div#inner-footer {
    float:left;
    height:59px;
    /*padding-top: 190px;*/
    padding-left: 100px;

    display:inline;position:relative;
}

div#footer p{
    font-size:0.9em;
}

div#footer p a {
    font-size:1.0em;
    color:#FFFFFF;
    border-color:#FFFFFF;
}

div#footer div#copyright {
    background:url(../img/footer-bg.png) repeat-x bottom;
    margin:0 15px;
    height:59px;
    padding-right: 100px;
    padding-top:190px;
}
div#footer div#copyright * {
    text-align:right;
}

div#footer div#bottom-footer {
    background: url(../img/bottom-footer.png) no-repeat;
    height:22px;
    clear:both;
}

.clear{
    clear:both;
}

div.work-image{
    float:right;
    margin:0px 00px 30px 30px;
}

div.image img{
    border:5px solid #7a9bab;
    padding:1px;
    background-color:#555;
}

div.inline-list li{
    display:inline;
    list-style-type:none;
    padding:0 2px;
}

div#social ul{
    margin: 0 auto;
    width:auto;
    text-align:center;
}

div.blogFeeds div.feedTitle{
    line-height:1.5em;
}

div.blogFeeds div.feedDescription{
    padding:0 20px;
}

div.blogFeeds div.feedDescription p.feedDate{
    font-size:0.7em;
    text-align:right;
}

div.right-sidebar{
    float:right;
    width:300px;
    padding-left:20px;

}
div.right-sidebar *{
    text-align:right;
}

div.content-column{
    margin-right:320px;
}
div.right-sidebar div.blogFeeds p {
    font-size:0.9em;
}

div.right-sidebar div.blogFeeds a.feedLink{
    border:none;
    font-size:0.9em;
    color:#7a9bab;
}

div.right-sidebar div.blogFeeds a.feedLink:hover{
    color:#CCCCCC;
}