﻿body, form {
    margin: 0;
    padding: 0;
}
body, td, div, p, input, select, textarea {
    font: normal normal 14px Arial Narrow, Helvetica, Arial, sans-serif;
}
em {
    font-weight: bold;
    font-style: normal;
}
h1{
    font-size:13px;
}

a:link, a:visited {
    text-decoration: none;
    color: Black;
}
a:hover {
    text-decoration: underline;
}

a:link.active, a:visited.active {
    font-weight: bold;
}
a:hover.active {
    text-decoration: none;
}

a:link.about, a:visited.about {
    font-weight: bold;
    color: #999999;
}
a:hover.about {
    text-decoration: none;
    color: black;
}
a:link.about-active, a:visited.about-active {
    font-weight: bold;
    color: black;
}
a:hover.about-active {
    text-decoration: none;
    color: black;
}

#about-amsterdam {
    width: 347px;
    height: 227px;
    background: url(../img/about_amsterdam.jpg) no-repeat;
    margin: 10px auto;
}
#about-istanbul {
    width: 390px;
    height: 185px;
    background: url(../img/about_istanbul.jpg) no-repeat;
    margin: 10px auto;
}

#photo {
    height: 420px;
    text-align: center;
}

p.about {
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
}
p.line {
    border-top: solid 1px #dadbda;
    margin-top: 20px;
}

#wrapper {
    width: 900px;
}

#upper {
    width: 100%;
    height: 170px;
    border-bottom: solid 0px black;
}

#contactaddr {
    margin-left: 60px;
}
#logo {
    width: 239px;
    float: left;
    vertical-align: bottom;
    margin-left: 70px;
    margin-top: 30px;
}
#upcoming {
    float: left;
    margin-top: 100px;
    margin-left: 440px;
}
a img {
    border: 0;
}

a:focus {
    outline: 0;
}

#col_wrapper {
    width: 100%;
}
#col_left {
    float: left;
    width: 185px; /*border-top: solid 2px black;*/
    background: white url(../img/bg_left.gif) no-repeat top right;
}
#col_center {
    float: left;
    width: 450px;
    margin-left: 12px; /*border-top: solid 2px black;*/
    background: #d3d2d2 url(../img/bg_center.gif) no-repeat top left;
}
#col_center #content {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 500px;
}
.content_divider {
    background: url(../img/line_content.gif) no-repeat;
    width: 450px;
    height: 1px;
}

#home_movies {
    padding-left:10px;
    padding-right:10px;
}

.home_movie {
    margin-top: 0px;
    width: 107px;
    margin-right: 0px;
    float: left;
}

iframe {
    margin-top: 20px;
}

#video {
    width: 400px;
    height: 320px;
    margin: 0 10px;
}

#video_wrapper {
}

#video_wrapper h1 {
    font-size: 14px;
    margin-left: 20px;
}

#col_right {
    float: left;
    width: 200px;
    margin-left: 12px; /*border-top: solid 2px black;*/
    background: white url(../img/bg_right.gif) no-repeat top left;
    min-height: 200px;
}

#divider {
    background: url(../img/divider.gif) no-repeat top right;
    width: 156px;
    height: 2px;
    float: right;
    margin-top: 20px;
}

.small {
    font-size: 10px;
}
p.small {
    margin: 0;
}
#nail {
    width: 83px;
    height: 39px;
    margin-top: 10px;
    background: url(../img/nail.gif) no-repeat;
    margin-left: 50px;
    margin-top: 70px;
}
#movie_list {
    width: 100%;
}
#blogger_list {
    background: url(../img/header_blog.gif) no-repeat;
    padding-top: 30px;
}

#blogger_list p, #blog_entries p {
    text-align: justify;
}

#blog_entries img, #blog_entries p {
    display: block;
    clear: both;
}


#blog_entries h1 {
    display: block;
    clear: both;
}

#blog_entries {
    width: 320px;
}

p.margin10 {
    margin-top: 10px;
}


.nobold {
    font-weight: normal;
}
#blogger_list h1 {
    font-size: 13px;
}
#blogger_list img {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#blog_entries h1 {
    font-size: 15px;
}



.movie_row {
    width: 100%;
    margin-top: 0px;
    min-height: 120px;
    clear: right;
}


.movie {
    width: 90px;
    float: left;
    margin-left: 10px;
}
.movie_text {
    font: normal bold 10px Arial;
    height: 20px;
    background-color: #d3d2d2;
    text-align: center;
}
.video_info {
    clear: both;
    width: 100%;
}

.movie_square {
    width: 90px;
    min-height: 34px;
    background-color: #d3d2d2;
    margin-top: 10px;
    text-align: center;
}

.movie_square a img {
    margin-top: 5px;
}

dl {
}
dl dt {
    width: 150px;
    float: left;
    font-weight: bold;
}
dl dd, dl dt {
    height: 23px;
}

dl dd {
    width: 270px;
    float: left;
    margin: 0;
    clear: right;
}

.left_arrow {
    float: left;
    width: 49%;
}
.right_arrow {
    float: left;
    width: 49%;
    text-align: right;
}

/*
    Forms
*/
.row {
    width: 100%;
    height: 25px;
}
.label {
    width: 100px;
    float: left;
}
.field {
    width: 300px;
    float: left;
    clear: right;
}

.input {
    width: 230px;
    border: solid 1px silver;
}
.input_small {
    width: 70px;
    border: solid 1px silver;
}
.center {
    text-align: center;
}
