﻿
Theme: Contoso Author: Orchard Team – http://www.orchardproject.net Copyright: 2010, Orchard. All Rights Reserved */ 

 

/*  Color Palette
**************************************************************

Background: #f3f4f4
Text: #67747a
Header Text: #444d51
Links: #85b35c
Links Hover: #4c5c64
Menu Text: #fff
Menu Background Hover: #9dc975
Border: #578ba1
Divider: #e2e2e2;s
6da8c0

*/


/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */  
header, footer, aside, nav, article { display: block; }



/* Clearing Floats
***************************************************************/

.group:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* General
***************************************************************/

body { 
  font-size: 13px;
  
color: #67747a; 
  background: #f3f4f4 url('../Content/Images/bkg.jpg') repeat-x;
  font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:8px 0;}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 13px; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Aside Headings */
aside h1 { font-size: 15px; }
aside h2 { font-size: 14px; }
aside h3 { font-size: 13px; }
aside h4 { font-size: 13px; }
aside h5 { font-size: 13px; }
aside h6 { font-size: 13px; }

/* Lists */
li ul, 
li ol       { margin:0 20px; }
ul, ol      { margin: 20px; line-height: 20px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 20px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 20px;}

/* Text elements */
p           { margin: 0 0 13px; line-height: 20px; }
p img.left  { float: left; margin: 12px 12px 12px 0; padding: 0; }
p img.right { float: right; margin: 12px 0 12px 12px; }

a:focus, 
a:hover     { text-decoration: none; background-color: #b4c4c4; color:#fff; }
a           { color: #85b35c; text-decoration: none; }

blockquote  { margin: 12px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 12px; font-style: italic; }
del         { color:#666; }

pre         { margin: 12px 0; white-space: pre; }
pre,code,tt { font: 13px 'andale mono', 'lucida console', monospace; line-height: 19px; }


/* Typography
***************************************************************/

#layout-tripel h1 
{
    font-size: 16px;
}

 .zone-sub-page-title h1 
 {
    font-size: 22px;
    padding: 10px 0 3px 0; 
 }


/* Forms
***************************************************************/

form              { margin: 0; padding: 0; }
legend            { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; }
fieldset          { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; }
label             { font-weight: normal; display:block; padding: 0 0 5px 0; }
label.forcheckbox { margin:0 0 0 6px; display:inline; }

input[type="text"], input[type="password"] {
    display: block;
    padding: 3px;
}

input[type="checkbox"] {
    margin:4px 0 16px 0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 6px 0; }



/* Structure
***************************************************************/
#layout-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#layout-history {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('/Media/Default/11/History.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
   
}

 #layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
   
     width:1020px;
    margin:0 auto;
    margin-top: 0px;
}
#layout-header {
height:180px;
}
#layout-header a:hover {
    text-decoration:none;
    color:none;
    background:none;
    background-color:none;
}

/* Navigation */
#layout-navigation 
{
    width: 1020px;
    margin: 0 auto 5px auto;
    display: block;
	
}

#layout-navigation nav 
{ 
    background:  url('/Media/Default/11/menubackground.png') repeat-x;
}
 #layout-navigation  nav ul 
    { 
     
        margin: 0px; 
        padding: 0px; 
        height: 35px; 

    }

    #layout-navigation nav ul li ul {
        margin: 0px;
        padding: 0px;
        
    }

    #layout-navigation, #layout-navigation li ul, #layout-navigation :after {
       
        padding: 0px;
        z-index: 200;
        display: block;
    }

    #layout-navigation nav ul li {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    top:5px;
    padding-left:00px;
 
    position: relative;
        float:left; 
        list-style: none; 
        background: transparent url('/Media/Default/11/menubutton2.png') no-repeat center top;
		width: 220px;
		/*margin: 5px 5px 0px 15px;*/
    		}






        #layout-navigation nav ul li a {
            display: block;
            top: 15px;
            height: 40px;
            color: black;
            font-size: 16px;
        
            text-decoration: none;
            font-family: Oranienbaum, sans-serif;
            text-align: center;
            line-height: 40px;
        }

     /*  #layout-navigation nav ul li ul li a {
            display: block;
            height: 35px;
            color: black;
            font-size: 14px;
            text-decoration: none;
            font-family: Oranienbaum, sans-serif;
            text-align: center;
            line-height: 35px;
        }*/

            #layout-navigation nav ul li a:hover {
      
                background: transparent;
                color: #881F63;
            }
 



    #layout-navigation nav ul li ul {
     
            position: absolute;
            /* float: left;
        list-style: none;
        background: transparent url('/Media/Default/11/podmenu.png') no-repeat center bottom;
        width: 170px;
        margin: 5px 5px 0px 15px;*/
        }


        #layout-navigation nav ul li ul li {
            position: relative;
            white-space: nowrap;
            background: transparent url('/Media/Default/11/podmenu.png') no-repeat center top;
            line-height: 20px;
            height: 0px;
            transition: 0.2s;
            overflow: hidden;
            /*filter: progid:DXImageTransform.Microsoft.transition();*/
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -webkit-transition: 0.2s;
            -ms-transition: 0.2s;
            width: 220px;
            /* width: 100%;*/
            /*padding-right: 10px;*/
            /* border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.5); /* Ïàðàìåòðû òåíè */
        }
        #layout-navigation nav ul li ul li a {
          text-align:left;
          padding-left:30px;
            /* width: 100%;*/
            /*padding-right: 10px;*/
            /* border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.5); /* Ïàðàìåòðû òåíè */
        }



          

        #layout-navigation nav ul li:hover ul li {

            height: 35px;
            overflow: hidden;
        }
/* Layouts */
#layout-header {}
    #branding 
    {   
        font-family: 'Raleway', Tahoma, Arial, Helvetica, sans-serif;
        font-size: 32px;
        padding: 0;
        margin: 0;
    }
    #branding a 
    {
        text-decoration:none;
        color: #67747a;
    }
#layout-navigation {}
#layout-home-featured 
    {   
        width: 1020px; 
        padding: 0 0 5px 0; 
        margin: 0 auto 20px auto;  
    }
    #layout-home-featured-image { }
    #layout-home-featured-headline { }
#layout-main {}
    #layout-content { background-color: #fff; margin: 0 auto 0px 0px; padding: 0 28px; }
        #messages {}
    #content {}
        #content-aside {}
#layout-tripel { margin: 10px auto; }
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {
    width: 1020px;
    margin: 0 auto 5px auto;
    display: block;
    padding-top: 10px;
}

    #layout-footer nav {
        background: url('/Media/Default/11/menubackground.png') repeat-x;
       
    }

        #layout-footer nav ul {
           
          
        }
        #layout-footer nav .menu {
            margin: 0px;
            padding: 10px;
            height: 40px;
            text-align: center;
            vertical-align:middle;
          
        }

            #layout-footer nav .menu li {
                display:inline-block;
               
                list-style: none;
                padding: 0px 35px 0px 35px;                
               
                background: url('/Media/Default/11/razdelmenu.png') no-repeat right;
             
            }

                #layout-footer nav .menu li:last-child {
                   
                    background: none ;
                }

                #layout-footer nav .menu li a {
                    height: 30px;
                    color: black;
                    font-size: 16px;
                
                    text-decoration: none;
                    font-family: Oranienbaum, sans-serif;
                    text-align: center;
                }

    #layout-footer nav .menu li a:hover {
        background: transparent;
        color: #881F63;
    }




    #footer-sig {
      
    }
    
/* Zones */
.zone 
{
    padding: 12px;
    
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
} 
.zone-header { position: relative; }
.zone-navigation { padding: 0; position: relative; }
.zone-home-featured-image {}
.zone-home-featured-headline {}
.zone-sub-page-title 
{
    padding: 0px 0px 0px 0px;
   /* background: #81b4c9 url('../Content/Images/sub-header.png') repeat-x left bottom;
    border-right: 1px solid #538398;
    border-bottom: 1px solid #538398;
    padding: 0 40px;    
    color: #fff;
       */
} 
.zone-messages {}
.zone-content {}
.zone-content-aside {}
.zone-zone-tripelfirst {}
.zone-zone-tripelsecond {}
.zone-zone-tripelthird {}
.zone-footer {
    color: #999999;
    padding: 0px;
}

/* Layout and Zone Overrides */

#layout-header .zone 
{
    padding: 30px 0;
}

/* ContentAside */
#content #content-main 
{
    float: right;
    width: 670px;
}

#content-main {
    min-height:600px;
}

#layout-content {
    background-image: url(/Media/Default/11/back.png);
    background-repeat: repeat;
}
#contacts {
    display: block;
    float: left;
    width: 280px;
    border: 2px solid #503c33;
    margin-top: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom:15px;
    color:black;
   
}

#content #NameOfCompany {
    font-family: Oranienbaum, sans-serif;
    line-height:25px;
    display: block;
    float: left;
    width: 280px;
    text-align: center;
    color:black;
}

    #content #contacts h1 {
        font-family: Oranienbaum, sans-serif;
        margin-top: -25px;
        background: url(/Media/Default/11/contacts4.png) center no-repeat;
        text-align: center;
        line-height: 30px;
        color: white;
    }


#content #content-aside 
{
    float: left;
    width: 280px;
}


#content-aside img:hover {
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla duration version*/
    -o-transition-duration: 0.5s; /*Opera duration version*/
    -webkit-transform: scale(1.07); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.07); /*Mozilla scale version*/
    -o-transform: scale(1.07); /*Opera scale version*/
}





#content-main h1 
{ 
   color: white;
   font-family: Oranienbaum, sans-serif;
   text-align: center;
    
}



#content-main .widget a
{
	
}
#content-main .widget
{
	color: black;
}



#content-main .widget-recent-blog-posts h1
{
	color:#513D34;
	text-align: center;
    
}
#content-main .widget-recent-blog-posts  {
   margin-top:40px;
}
    #content-main .widget-recent-blog-posts img {
        outline: 2px solid #881f63;
        outline-offset:5px;
        max-height: 140px;
        max-width: 140px;
        width: auto;
        height: auto;
        margin: 0 12px 12px 0;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
        box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

        #content-main .widget-recent-blog-posts img:hover {
            -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
            -moz-transition-duration: 0.5s; /*Mozilla duration version*/
            -o-transition-duration: 0.5s; /*Opera duration version*/
            -webkit-transform: scale(1.07); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.07); /*Mozilla scale version*/
            -o-transform: scale(1.07); /*Opera scale version*/
        }




    #content-main .widget-recent-blog-posts li h1 {
font-weight:bold;


    }
    #content-main .widget-recent-blog-posts li p  {
        margin-top: 0px;
        padding-top:0px;
     
    }

#content-main .blog-post h1
{
	text-align: left;
}

.blog-post img.thumb {
    outline: 2px solid #881f63;
    outline-offset: 5px;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
    margin: 0 12px 12px 0;
 hspace: 10px;
        vspase: 15px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.4);
    
}
    .blog-post img:hover {
        -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.5s; /*Mozilla duration version*/
        -o-transition-duration: 0.5s; /*Opera duration version*/
        -webkit-transform: scale(1.07); /*Webkit: Scale up image to 1.2x original size*/
        -moz-transform: scale(1.07); /*Mozilla scale version*/
        -o-transform: scale(1.07); /*Opera scale version*/
    }
    #content-aside nav {
    background-image: url(/Media/Default/11/usl.png), url(/Media/Default/11/uslbottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
#content-aside nav .menu
{ 
  padding: 0px 0px 0px 0px;
	margin: -30px 0px 0px 0px;   
   
    
}
#content-aside  nav .menu li 
    { 
      float:center; 
      list-style: none; 
      margin: 0px 0px 0px 0px;
      width: 250px;
      background: transparent url('/Media/Default/11/separator.png') no-repeat center bottom;
      padding: 3px 0px 0px 0px;
	 border-left: 3px solid #513D34;
	border-right: 3px solid #513D34;
		    		}
    		
#content-aside  nav .menu li a
    {
	display:block;
	     height: 30px;
        color: black; 
        font-size: 14px; 
        text-decoration: none; 
        font-family: Oranienbaum, sans-serif;
        text-align: center;
      

}
#content-aside nav .menu li:first-child a
    {
     padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
#content-aside nav .menu li:first-child
    {
     border: none;
}
#content-aside nav .menu li:last-child a
    {
     padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
}
#content-aside nav .menu li:last-child
    {
    background: transparent url('/Media/Default/11/separator.png') no-repeat center center;
     border: none;
}

#content-aside nav .menu li a:hover 
    { 
    
        background: transparent;
        color: #881F63;
    }
 #content-aside nav .menu li:first-child a:hover 
    { 
       
        background: transparent;  
    }

#content-aside nav ul, ol      { margin: 0px; line-height: 22px; }
/* Main
***************************************************************/

/* Home Feature */
#layout-home-featured  
{
    background: url('../Content/Images/feature-bkg.png') no-repeat left top;
}  
    #layout-home-featured-content { width: 329px; margin: 10px 0px 0px 50px; color: #ffffff; float: left; }
    #layout-home-featured-content p { font-size: 14px; line-height: 150%; }
    #layout-home-featured-content h1 { font-size: 36px; font-family: 'Yanone Kaffeesatz', Tahoma, Sans-serif; color: #ffffff;  line-height: 36px; text-shadow: 0px -1px 0px #558599; }
    #layout-home-featured-content a { color: #ffffff; }
    #layout-home-featured-image { float:left; position: relative; margin: 0px 0px 0px 40px; }
    #layout-home-featured-image #slider { position: relative; border: solid 1px #4d8298; }
    

/* Content lists and details */
.content-description { font-size: 15px; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { border-top: 2px solid #513D34; padding: 6px 0 6px 0; }
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; text-align:left;  }
.content-items .content-item header h1 a {color: #881f63;}
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: 12px; }
.tags a { background-color: #dbdbdb; padding: 3px 6px; color: #67747a; }
.tags a:hover { background-color: #67747a; color: #fff; }

/* Metadata */
.metadata { margin: 0 0 12px 0; color: #999; font-size: 11px; }
.metadata .published { display: inline; margin: 0 3px 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Blog */
.blogPosts {margin: 0px;padding: 0px;}
.blog-post p{
    text-align: justify;
}
.blog-post img {
        max-height: 400px;
	max-width: 400px;
	width: auto;
   	height: auto;
	
    }
.blogPosts li { padding: 30px 0px 0px 0px; list-style: none; border-top: solid 1px #e2e2e2; } 
.blog-description { font-size: 14px; line-height: 22px; }
.blog-description p { font-size: 14px; line-height: 22px;  }

/* Comments */ 
#comments { padding-top: 20px; border-top: dashed 1px #e2e2e2; padding-bottom: 10px; margin-top: 30px; }
.comment-form { margin: 24px 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; position: relative; }
.comments li { margin: 12px 0 0 0; padding: 12px 24px; border: 1px solid #dbdbdb; background-color: #fbfff7; border-top-color: #e9e9e9; border-left-color: #e9e9e9;  }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 14px; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; }
.comment-form #comment-text { width: 334px; }
.comment-form input[type="text"] { width: 334px; }
.comment-disabled {}
.comment-count { font-size: 14px; }



/* Confirmations */
.message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; }


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content { float: right; width: 600px; }
.aside-1 .aside-first { float: left; width: 360px; }

/* If zone 2 is on */
.aside-2 #layout-content { float: left; width: 600px; }
.aside-2 .aside-second { float: right; width: 360px; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 600px; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 180px; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }

/* Tripel Zones*/
#layout-tripel > div { float:left; width:908px; }

/*2 zones on */
.tripel-12 #layout-tripel > div { width:480px; } /* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div { width:480px; } /* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div { width:480px; } /* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div { width:286px; margin: 0 0 0 28px; } /* If zones 1, 2, 3 are on */


/* Widgets
***************************************************************/
.widgets {}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #85b35c; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; }

/* Content Mode */
.content-control { position: relative; border: 1px dotted #85b35c; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; }

/* Content Aside Widgets */
#content-aside .widget { margin-bottom: 40px;
                         margin-left: 0px;
}

/* Search Form */


.widget-search-form 
{
    position: relative;
    top: 7px;
    right: 6px;
}
.search-form button 
    {
        width: auto;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 11px;
    }
.search-form input
    {
        width: 150px;
    }


.zone-navigation .widget-search-form 
{
    position: absolute;
    top: 7px;
    right: 6px;
}
.zone-navigation .search-form button 
    {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
.zone-navigation .search-form input 
    {
        width: 150px;
    }
    
.zone-navigation .widget-control .widget-search-form /* Special case for search form placement in editing mode */
{
      top: -33px;  
}


/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a { font-size: 14px; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #67747a;}
.pager a:hover { background-color: #67747a; color: #fff; }



/* Misc
***************************************************************/

.small      { font-size: 8px; margin-bottom: 24px; line-height: 24px; }
.large      { font-size: 14px; line-height: 30px; margin-bottom: 16px; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: right; }
.user-display { position: absolute; top: 46%; right: 0px; padding: 0 12px; }
.user-display .welcome {}
.user-display .user-actions {}

.login-form { margin: 24px 0 0 0; }

/* Easy Slider */
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li { 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:471px;
	height:319px;
	overflow:hidden; 
}
span#prevBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: -25px; background: transparent url('../Content/Images/nav-arrow-left.png') no-repeat; }
span#nextBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: 495px; background: transparent url('../Content/Images/nav-arrow-right.png') no-repeat; }					

/* Special case for arrows placement in editing mode */
.widget-control span#prevBtn a { top: 45%; left: -37px; }
.widget-control span#nextBtn a { top: 45%; left: 483px; }				


/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color:#333;
    background:#F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb);
    border:1px solid #999;
    cursor:pointer;
    margin:4px 0 2em 0;
    padding:3px 22px;
    text-align:center;
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
    text-decoration:none; 
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
    background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
}
#layout-header {
    background: url(/Media/Default/11/BackgroundUP.jpg) repeat-x #513D34;
}
nav .menu li a 
{     
   
}

#layout-home-featured  
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 0px #578ba1;
    -webkit-box-shadow: 1px 1px 0px #578ba1;
    box-shadow: 1px 1px 0px #578ba1;
}

#layout-content 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 0px #e0e1e1;
    -webkit-box-shadow: 1px 1px 0px #e0e1e1;
    box-shadow: 1px 1px 0px #e0e1e1;
}

.zone-sub-page-title 
{

     text-shadow: 0px -1px 0px #dbdbdb;
     -moz-border-radius-topleft: 4px;
     -webkit-border-top-left-radius: 4px;
     border-top-left-radius: 4px;
     -moz-border-radius-topright: 4px;
     -webkit-border-top-right-radius: 4px;
     border-top-right-radius: 4px;
     
}

#layout-content .zone-sub-page-title h1 {
    text-align: center;
    color: #881F63;
}



.comments li 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.lct body {
    background: none;
}
.zone-history {
    height:1px;
}
.documents a{

   color: #4d8298;
    text-decoration: none;
 

}

.documents h1 {
color: #67747a;
   
}
@font-face {
    font-family: "Oranienbaum";
    src: url(/Media/Oranienbaum.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.picturetrans img:hover {
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla duration version*/
    -o-transition-duration: 0.5s; /*Opera duration version*/
    -webkit-transform: scale(1.07); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.07); /*Mozilla scale version*/
    -o-transform: scale(1.07); /*Opera scale version*/
}
 


