﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

@media print
{
    body { background-color: white; color: black; }
    #main { background-color: white; }
    ul#menu { background-color: white; }
    #header h1 { color: black; }
    #logo { margin-right: 5px; }
}
.welcome { font-size: .75em; display:inline; float: right; width: 250px; margin: 0px 10px 10px 10px; padding: 5px; padding-bottom: 10px; padding-top: 0px;}
.centered { vertical-align: middle; text-align: center; margin-left: auto; margin-right: auto; }
.rightPunch { display: block; float: right; margin: 5px; padding: 5px; }
.leftPunch { display: block; float: left; margin: 5px; padding: 5px; }
#logo { margin-right: 55px; z-index: 1; text-align: left; float: left; display: block; position: relative; background-image: url(../../Content/images/weblogo.png); width: 300px; height: 180px;  background-repeat: no-repeat; }
.photo { background: black; padding: 3px; }
.imagecaption { color: White; font-size: 1.2em; }
.alpacaDetail { display: block; text-align: left; margin: 3px; }
ol { display:inline-block;}
.alpacaDetail span { font-weight: bold; }
.alpacaInformation { margin: 10px; display: inline-block; background-color: #E3D2B4; width: 45%;}
.indent { padding-left: 30px; }
.description { text-align: left; margin: 10px; padding-right: 175px; }
.awards { font-size: x-small; }
table
{
    border-collapse: collapse;
}
table td, table th
{
    /*border: solid 1px black;*/
    padding: 10px;
}

body
{
    background-color: black/*5c87b2*/;
    font-size: .8em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
}

a:link
{
    color: #046380;
    font-weight: bold;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px !important;
}

#main
{
    padding: 50px 30px 15px 30px;
    text-align:left;
	/*background-color: #FFF2C1;*/
    background-color: #B59D75/*fff*/;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 5px;
    position: relative;
    margin: 0;
    text-align: left;
    font-size: .8em;
    line-height: 2.8em;
    background-color: black;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 6px 6px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a
{
    margin: 0;
    padding: 6px 6px;
    font-weight: bold;
    text-decoration: none;
    background-color: #A7A37E;
    color: #333333;
}

ul#menu li a:hover
{
    background-color: #046380;
    color: #EFECCA;
    text-decoration: none;
}

ul#menu li a:active
{
    margin-top: -6px;
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    text-align:left;
}

#logindisplay
{
    font-size:.8em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
