﻿/*
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: 1em;
  color: #67747a; 
  background: #f3f4f4 url('../Content/Images/bkg.jpg') repeat-x;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:8px;}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
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; }

#layout-home-featured h1 {
    font-size: 1.2em;
}

/* 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: underline; background-color:#2580a2 ; color:#fff; }
a           { color:#2580a2; text-decoration:underline; }

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: 4px; border: 0px solid #dbdbdb; }
label             { font-weight: normal; display:inline; margin: 4px; }
label.forcheckbox { margin:4px; display:inline; }

input{
    display: inline;
    padding: 3px;
    margin:4px;
}

select {
    margin: 4px;
}



fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 6px 0; }



/* Structure
***************************************************************/
#layout-wrapper { }

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    width:90%;
    margin:0 auto;
}

/* Navigation */
#layout-navigation 
{
    width: 962px;
    margin: 0 auto 20px auto;
    display: block;
}


/* Doug
nav 
{ 
    background:  url('../Content/Images/menu-left.png') no-repeat left top; 
}
    nav .menu 
    { 
        margin: 0px; 
        padding: 0px; 
        height: 40px; 
        background: transparent url('../Content/Images/menu-right.png') no-repeat right top; 
    }
    nav .menu li 
    { 
        float:left; 
        list-style: none; 
        background: transparent url('../Content/Images/menu-divider.png') repeat-y right top; 
    }
    nav .menu li a 
    { 
        display:block;
        height: 30px;
        margin: 0px 2px 1px 0px; 
        padding: 9px 30px 0px 30px; 
        color: #FFF; 
        font-size: 14px; 
        text-decoration: none; 
    }
    nav .menu li a:hover 
    { 
        background: #9dc975 url('../Content/Images/menu-hover.png') repeat-x right top; 
    }
    nav .menu li:first-child a:hover 
    { 
        margin: 0px 2px 1px 0px; 
        background: #9dc975 url('../Content/Images/menu-hover-left.png') no-repeat left top;  
    }
    
  */


/* doug Customized Navigation */
nav {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  background: #333333;
}
nav ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  
}
nav li {
  float: left;
  padding: 0px;
}
nav li a {
  background: #333333 url('seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
nav > ul > li > a {
  color: #cccccc;
}

nav ul li a {
  color: #cccccc;
}
nav ul ul a {
  color: #cccccc;
}
nav li > a:hover,
nav ul li:hover > a {
  background: #2580a2 url('hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
nav li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
nav li:hover ul {
  display: block;
}
nav li li {
  background: url('sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
nav li:hover li a {
  background: none;
}
nav li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
nav li ul a:hover,
nav li ul li:hover > a {
  background: #2580a2 url('hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
nav p {
  clear: left;
}

/* End of Doug's Menu Customization*/

/* 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: 962px;*/ 
        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 20px auto; padding: 0 28px; }
        #messages {}
        #content {}
        #content-aside {}
#layout-tripel { margin: 10px auto; }
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {}
    #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 
{
    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; }

/* Layout and Zone Overrides */

#layout-header .zone 
{
    padding: 30px 0;
}

/* ContentAside */
#content #content-main 
{
    float: left;
    width: 630px;
}

#content #content-aside 
{
    float: right;
    width: 256px;
}

/* Main
***************************************************************/

/* Home Feature */
#layout-home-featured  
{
    background: url('../Content/Images/feature-bkg.png') no-repeat left top;
    background-size: 100%;
    color: white;
    padding: 5px;
}  
    #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: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; }
.content-items .content-item header h1 a { }
.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 6px 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Blog */
.blogPosts { margin: 0px; padding: 0px; }
.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; }

/* 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);
}

nav .menu li a 
{     
    text-shadow: 0px -1px 0px #535550;
}

#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 #5f8b9e;
     -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;
     
}

.comments li 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}