﻿/*//////////////////////////////////////////////////////////////////////////////
//  acemoglutur.com - All rights reserved
//  Section     : Base
//  Dependicies : none
//	Description	: AcemogluTur Base CSS
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/
body
{
    font-family: tahoma,sans-serif;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    height: 100%;
    width: 100%;
}
a, p, ul, li, img, span, br, h1, h2, h3, h4, h5, h6, form, div, input, table, thead, tbody, tfoot, tr, td
{
    margin: 0px;
    padding: 0px;
}
img, body, tr, td
{
    border: none;
}
ul, li
{
    list-style-type: none;
}
a:link, a:visited, a:active
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}
/* Margi Auto */
.mA
{
    margin: auto;
}
/* Defined Margin */
.m0
{
    margin: 0px;
}
.m1
{
    margin: 1px;
}
.m2
{
    margin: 2px;
}
.m3
{
    margin: 3px;
}
.m4
{
    margin: 4px;
}
.m5
{
    margin: 5px;
}
.m6
{
    margin: 6px;
}
/* Defined Margin-Left */
.ml1
{
    margin-left: 1px;
}
.ml2
{
    margin-left: 2px;
}
.ml3
{
    margin-left: 3px;
}
.ml4
{
    margin-left: 4px;
}
.ml5
{
    margin-left: 5px;
}
.ml6
{
    margin-left: 6px;
}
/* Defined Margin-Right */
.mr1
{
    margin-right: 1px;
}
.mr2
{
    margin-right: 2px;
}
.mr3
{
    margin-right: 3px;
}
.mr4
{
    margin-right: 4px;
}
.mr5
{
    margin-right: 5px;
}
.mr6
{
    margin-right: 6px;
}
/* Defined Padding */
.p0
{
    padding: 0px;
}
.p1
{
    padding: 1px;
}
.p2
{
    padding: 2px;
}
.p3
{
    padding: 3px;
}
.p4
{
    padding: 4px;
}
.p5
{
    padding: 5px;
}
.p6
{
    padding: 6px;
}
/* Defined Padding-Left */
.pl0
{
    padding-left: 0px;
}
.pl1
{
    padding-left: 1px;
}
.pl2
{
    padding-left: 2px;
}
.pl3
{
    padding-left: 3px;
}
.pl4
{
    padding-left: 4px;
}
.pl5
{
    padding-left: 5px;
}
.pl6
{
    padding-left: 6px;
}

/* Defined Padding-Right */
.pr0
{
    padding-right: 0px;
}
.pr1
{
    padding-right: 1px;
}
.pr2
{
    padding-right: 2px;
}
.pr3
{
    padding-right: 3px;
}
.pr4
{
    padding-right: 4px;
}
.pr5
{
    padding-right: 5px;
}
.pr6
{
    padding-right: 6px;
}

div.clear
{
    clear: both;
}

/*//////////////////////////////////////////////////////////////////////////////
//  acemoglutur.com - All rights reserved
//  Section     : Wrapper
//  Dependicies : Base
//	Description	: AcemogluTur Wrapper CSS
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/
body, .body
{
    background-color: #680001;
}

table td.label
{
    white-space: nowrap;
}

#wrapper
{
    width: 978px;
    margin: auto;
    padding: 0px;
    height: auto;
}

#navigation
{
    background: transparent url('/Assets/Images/menubg.gif') no-repeat scroll 100% 60%;
    line-height: 2.5em;
    text-align: center;
    display: block;
    color: #cccccc;
    font-size: 120%;
    margin: 4px 0;
    padding: 4px 0 6px 0;
}

#navigation a
{
    line-height: 1.2em;
}

#navigation a:link, #navigation a:active, #navigation a:visited
{
    color: #cccccc;
}

#navigation a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#page
{
    color: #ffffff;
}

#subhead
{
    border-top: solid 1px #905253;
    border-bottom: solid 1px #905253;
    padding: 0.5em;
}

#subhead h4
{
    font-size: 130%;
}

#content #left
{
    width: 200px;
    float: left;
    margin-right: 0.6em;
}

#left .section
{
    background: transparent url(/Assets/Images/headerbg.gif) no-repeat top left;
    margin: .6em 0;
}

#left .section .section_header
{
    line-height: 2.5em;
    padding: 0 .6em;
}

#left .section_list
{
}

#left .section_list a
{
    color: #cccccc;
    padding: .15em;
}

#content #right
{
    float: left;
    width: 771px;
}

#right table td.label
{
    width: 80px;
}

#right .section
{
    background: transparent url(/Assets/Images/headerbg.gif) no-repeat top right;
    margin: .6em 0;
}

#right .section_header
{
    line-height: 2.5em;
    padding: 0 .6em;
}

#right .section_text
{
    font-size: 110%;
    word-spacing: 1px;
    /*letter-spacing: 1px;*/
    line-height: 1.5em;
    padding: 1em 2em 1em 2em;
}

#right .section_text p
{
    text-indent: 20px;
    text-align: justify;
}

#right .section_text h2
{
    font-size: 120%;
    margin: 4px 0;
}

#right .infoTable
{
    font-size: 110%;
    word-spacing: 1px;
    /*letter-spacing: 1px;*/
    line-height: 1.5em;    
}

#right .infoTable td.title
{
    font-size: 110%;
    font-weight: 600;
    padding: 4px 0;
}

#right form.contact input, #right form.contact textarea
{
    border: solid 1px #905253;
    width: 400px;
    padding: .2em;
}

#right form.contact textarea
{
    height: 100px;
}

#right form.contact .controls input
{
    width: 100px;
}

/*//////////////////////////////////////////////////////////////////////////////
//  acemoglutur.com - All rights reserved
//  Section     : gallery
//  Dependicies : Base
//	Description	: AcemogluTur Wrapper CSS
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/
#right .section_text.gallery
{
    padding: 0;
}

.galleryWrapper
{
}

.galleryWrapper .galleryItem
{
    float:left;
}

.galleryWrapper .galleryItem a
{
    display: block;
    padding: .3em;
}

.galleryWrapper .galleryItem a:hover
{
    background-color: #ffffff;
}

.galleryWrapper .galleryItem a img
{
    background: transparent url(/Assets/Images/loading.gif) no-repeat scroll 50% 50%;
    /*width: 184px;
    height: 110px;
    max-height: 110px;
    max-width: 110px;*/
}

/*//////////////////////////////////////////////////////////////////////////////
//  acemoglutur.com - All rights reserved
//  Section     : Foot
//  Dependicies : Base
//	Description	: AcemogluTur Wrapper CSS
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/

#foot
{
    clear: both;
    margin-top: 6px;
    border-top: 1px solid #905253;
    text-align: center;
    color: #905253;
}
