﻿*
{ 
    margin: 0px;
    padding: 0px;
}

body
{
    color: #333333;
    background-color: #E0E0E0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .92em;
}

/* header */
#header-wrapper
{
    background-image: url(../Images/Header/header-background.gif);
    background-color: #fff;
    height: 100px;
    min-width: 940px;
}

#header
{
	height: 100px;
	margin: auto;
	width: 940px;
}

/* logo */
#header h1
{
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 300px;
    z-index: 100;
}

#header h1 span
{
    background-color: #5BA2D0;
    background-image: url(../Images/Header/canine-talk.gif);
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

#header .user-options
{
    margin-top: 5px;
    float: right;
    color: #fff;
    font-family: Verdana;
}

#header .user-options li
{
    float: left;
    margin-right: 5px;
    line-height: 1.12em;
}

#header .user-options li.last
{
    margin-right: 0px;
    padding-right: 0px;
    border-right: solid 0px #fff;
}

#header .user-options a
{
    font-weight: bold;
    color: #fff;
    font-size: .86em;
}

/* menu */
#menu-wrapper
{
    border-top: solid 1px #4B4B4B;
    background-color: #4B4B4B;
    height: 31px;
    /*margin-bottom: 20px;*/
}

#menu
{
	height: 30px;
	margin: auto;
	width: 940px;
}

#menu ul
{
	margin-left: 0px;
	list-style-type: none;
}

#menu ul
{
    width: 940px;
}

#menu li
{
    float: left;
    border-right: solid 1px #636363;
}

#menu li.first
{
    border-left: solid 1px #636363;
}

#menu li a
{
	color: #fff;
	display: block;
	font-family:  Verdana, Helvetica;
    font-size: 1.0em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-decoration: none;
}

#menu li a:hover
{	
    background-color: #575757;
}


/* content */
#content
{
    clear: both;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    width: 900px;
    margin: auto;
    overflow: auto;
    line-height: 1.4em;
}

#content p, #content ul
{
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* footer */
#footer
{
	background-color: #4B4B4B;
    color: #ccc;
    padding: 20px;
    line-height: 1.32em;
    font-size: .78em;
    font-family: Verdana;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#footer .side
{
	float: left;
	width: 450px;
}

#footer .right
{
	text-align: right;
}

#footer li
{
    float: left;
    margin-right: 5px;
}

#footer a
{
    color: #ccc;
}

#footer a:hover
{
    text-decoration: underline;
}


/* 1.1 links, headers, paragraph, lists */
/* links */
a
{
    text-decoration: none;
}

a:link
{
    color: #4091C8;
	text-decoration: none;
}
a:visited
{
    color: #4091C8;
}
a:hover
{
    color: #ff7506;
}
a:active
{
    color: #FFEE62;
}

/* headers */
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 1.5em;
    color: #333;
    font-family: Verdana, Helvetica, sans-serif;
}

h1
{
    color: #696969;
    font-size: 2.0em;
    font-weight: normal;
    padding-bottom: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

h2
{
    padding: 0 0 10px 0;
    font-size: 2.12em;
    line-height: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    color: #696969;
    font-size: 1.0em;
    margin-bottom: 10px;
}

/* paragraph */
p
{
    font-size: .92em;
}

/* lists */
ul 
{
    font-size: 1.0em;
    /*margin-left: 30px;*/
    list-style-type: none;
}

/* 1.3 validation */
.error
{
	color: #ff0000;
    font-weight: bold;
    margin-bottom: 20px;
}

.error ul
{
	font-weight: normal;
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 0px;
}

.error li
{
	color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.custom-error
{
    margin-bottom: 10px;
}

/* main & side */
#main
{
    float: left;
    margin-right: 20px;
    overflow: visible;
    width: 600px;
}

#main a img
{
    border: solid 1px #ccc;
    padding: 2px;
}

#side
{
    float: left;
    overflow: auto;
    width: 280px;
}

/* side */
#side .box
{
    background-color: #ededed;
    padding: 20px;
    padding-bottom: 0px;
}

#side .last
{
    background-color: #ededed;
    padding-bottom: 20px;
}

#side .header
{
    border: solid 1px #d9d9d9;
    background-color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

#side .content
{
    background-color: #fff;
    border: solid 1px #D9D9D9;
    border-top: solid 0px #ededed;
    padding: 10px;
}

#side .content p, 
#side .content ul
{
    margin-bottom: 0px;
}

/* tags */
.tag-archive li
{
    display: inline;
	margin-right: 5px;
}

.content-tags
{
    margin-top: 20px;
}

.content-tags li
{
	display: inline;
}
.content-list .content-tags li
{
	border-bottom: solid 0px #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content-tags h4,
.content-tags ul
{
	display: inline;
}

/* content-list */
.content-list li
{
    margin-bottom: 25px;
    border-bottom: solid 1px #EDEDED;
    padding-bottom: 25px;
}

.content-list li.last
{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* square links */
.square-links a
{
    color: #fff;
    padding: 5px 8px 5px 8px;
    margin: 5px;
    background-color: #575757;
    text-decoration: none;
    font-size: .86em;
    font-weight: bold;
    line-height: 2.2;
}

.square-links a:hover
{
    background-color: #636363;
}

/* form */
fieldset
{
    border: solid 0px #fff;
    overflow: auto;
}

fieldset div
{  
    background-color: #D9EAFD; /* D9EAFD */
	clear: left;
	display: block;
	line-height: 20px;
	margin-bottom: 2px;
	overflow: auto;
	padding: 6px;
	position: relative;
}

fieldset label
{
    color: #0070A3;
    font-weight: bold;
	float: left;
	font-size: 1.12em;
	width: 150px;
}

fieldset span
{
    font-weight: normal;
    color: #696969;
    float: left;
	font-size: .92em;
	margin-left: 150px;
	margin-top: 4px;
	width: 438px;
}

fieldset.details span
{
    color: #333333;
    float: none;
	margin-left: 0px;
	width: 438px;
}

fieldset .buttons
{
	background-color: #fff;
    float: right;
    line-height: normal;
    margin: 20px 10px 0px 0px;
}

fieldset .buttons input
{
	background-color: #0070A3; /*#4B4B4B;*/
    border: 0px solid #fff;
    color: #FFF;
    font-family: Verdana;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px;
    width: auto;
}

fieldset .buttons input:hover
{
    background-color: #1181B4;
    cursor: pointer;
}

fieldset input, 
fieldset select, 
fieldset textarea
{
    border: 1px solid #7F9DB9;
    color: #333;
    padding: 4px;
    width: 400px;
}

fieldset input.short
{
	width: 200px;
}

fieldset textarea
{
    clear: left;
    font-family: Arial;
    height: 200px;
    width: 550px;
}

.account input
{
    width: 200px;
}

fieldset iframe
{
    clear: left;
}

/* validation */
.validation-summary-errors, 
#content ul.validation-summary-errors 
{
    background-color: #FFEEEE;
    color: Red;
    font-size: .92em;
    font-weight: normal;
    padding: 10px; 
}

span.validation-summary-errors
{
    display: block;
    border: solid 1px red;
    border-bottom: solid 0px #fff;
    padding-bottom: 0px;   
}

#content ul.validation-summary-errors 
{
    font-family: Verdana;
    border: solid 1px red;
    /* border-top: solid 0px #fff; used when the summary is shown too 
    padding-top: 0px;   */
}

.field-validation-error
{
    font-family: Verdana;
    color: Red;
    float: left;
	font-size: .92em;
	margin-left: 150px;
	margin-top: 4px;
	width: 438px;
}

.manage-content
{
    border: solid 1px #D9D9D9;
    width: 100%;
    margin-bottom: 10px;
}

.manage-content th
{
    background-color: #EDEDED;
    text-align: left;
    padding: 2px;
}

.manage-content td
{
    padding: 2px;
}

.manage-content .icon
{
    width: 18px;
}
.manage-content .date
{
    width: 100px;
}

.manage-content img
{
    height: 16px;
    width: 16px;
}

h3.about 
{
    margin-bottom: 10px;
}

.about h4 
{
    margin-bottom: 0px;
}

#content .about p
{
    margin-bottom: 0px;
}

/* img 
#content img
{
    width: 150px;
    float: left;
    border: solid 1px #C6C6C6;
    margin-right: 10px;
    padding: 1px;
}*/

.new-section
{
    margin-top: 20px;
}

.recent-blogs li
{
	border-bottom: solid 1px #EDEDED;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.section
{
	border-bottom: solid 1px #EDEDED;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.last
{
	border-bottom: solid 0px #fff;
	padding-bottom: 0px;
}

.orange li
{
    vertical-align: bottom;
    background-image: url(../Images/Lists/orange.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: list-item;
    padding-left: 15px;
}

.about li
{
	border-bottom: solid 1px #EDEDED;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.about li.last
{
	border-bottom: solid 10px #fff;
	margin-bottom: 7px;	
}

table.managed 
{
	border: solid 1px #D9D9D9;
	width: 100%;
}

table.managed th
{
	background-color: #EDEDED;
	border: solid 1px #D9D9D9;
	padding: 5px;
	text-align: left;
}

table.managed td
{
	border: solid 1px #EDEDED;
	padding: 5px;
}

h3.response
{
	margin-bottom: 10px;
}

.editor div
{
	padding: 0px;
	position: static;
	margin-bottom: 0px;
}

.pager
{
	border-top: solid 1px #D9D9D9;
	margin-top: 10px;
	padding-top: 10px;
}

.pager h4
{
	margin-top: 5px;
	float: left;
}

.pager li
{
	float: left;
	margin-left: 10px;
}

.pager a
{
	background-color: #4091C8;
    border: 1px solid #4091C8;
    color: #FFF;
    display: block;
    font-weight: bold;
    font-family: Verdana;
    padding: 1px 5px;
}

.pager a:hover
{
	background-color: #78B3D8;
	border: 1px solid #4091C8;
    cursor: pointer;
}

.content-details ul
{
	padding-left: 30px;
	list-style-type: disc;
}

.content-details ol
{
	padding-left: 30px;
	list-style-type: decimal;
}