/*******************************************************************************
* File - layout.css - Cascading Style Sheet for Cayuga Dog Rescue
* Author - Dan Danowski - dan.danowski@zeropadding.com
* Created - 20 July 2009
*******************************************************************************/


/*** CSS Reset - via http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*** Standard Tags
------------------------------------------------------------------------------*/
body {
    font: 87.25%/153.84% "Trebuchet MS", Arial, sans-serif;/*--original 81.25%/153.84% --*/
    color: #CCC;
    background: #000 none;
    text-align: center;
    cursor: default;
    }

a {
    color: #FCD703;
    text-decoration: none;
    /*conflicts with slideshow on bravenet----border-bottom: 1px dotted #FCD703;----*/
    }

a:hover {
    color: #FCD703;
     /*conflicts with slideshow on bravenet----border-bottom-style: solid;------*/
    }

h2 {
    font-size: 1.23em;
    }

p {
    padding: 0 0 20px 0;
    }



/*** Buttons
------------------------------------------------------------------------------*/
button {
    clear: left;
    width: 300px;
    height: 40px;
    margin: 20px 0 0 0;
    font-size: 1.5384em;
    line-height: 40px;
    text-align: left;
    color: #666;
    background: #1A1A1A url(../img/btn_arrow_r.png) no-repeat 265px center;
    border: 2px solid #262626;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

button:hover {
    color: #999;
    background-color: #262626;
    border-color: #1A1A1A;
    }

button span {
    color: #FFF;
    }
    
button.green {
    color: #090;
    background-color: #060;
    border-color: #090;
    }

button.green:hover {
    color: #0F0;
    background-color: #090;
    border-color: #060;
    }

button.tiny {
    width: 40px;
    background: #1A1A1A url(../img/btn_arrow_c.png) no-repeat center center;
    }



/*** Wrapper
------------------------------------------------------------------------------*/
#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    }



/*** Column Elements - broken into six columns
------------------------------------------------------------------------------*/
/*** 1x ***/
.l-1,
.m-1,
.r-1 {
    float: left;
    width: 140px;
    margin: 0 10px;
    }

.l-1 {
    margin-left: 0;
    }

.r-1 {
    float: right;
    margin-right: 0;
    }

/*** 2x ***/
.l-2,
.m-2,
.r-2 {
    float: left;
    width: 300px;
    margin: 0 10px;
    }

.l-2 {
    margin-left: 0;
    }

.r-2 {
    float: right;
    margin-right: 0;
    }

/*** 4x ***/
.l-4,
.m-4,
.r-4 {
    float: left;
    width: 620px;
    margin: 0 10px;
    }

.l-4 {
    margin-left: 0;
    }

.m-4 {
    margin: 0 0 0 160px;/*this was a disabled margin: set 0 160px*/
    }

.r-4 {
    float: right;
    margin-right: 0;
    }



/*** Header Elements
------------------------------------------------------------------------------*/
#header {
    height: 80px;
    padding: 20px 0;
    border-bottom: 5px solid #262626;
    }

/*** Logo ***/
#logo a,
#logo a:hover {
    float: left;
    display: block;
    height: 84px;
    width: 324px;
    background: transparent url(../img/logo.png) top left no-repeat; /*** logo location relative to layout.css ***/
    border: none;
    }

#logo span {
    display: none;
    }

#logo h2 {
    float: right;
    padding: 15px 0 0 0;
    text-align: right;
    color: #737373;
    font: normal 1.0em "Komika Display", "Trebuchet MS", Arial, san-serif;
    }

/*** Main Navigation ***/
#main-nav {
    float: left;
    margin: 0 0 0 20px;
    font: 1.23em "Komika Display", "Trebuchet MS", Arial, san-serif;
    text-transform: uppercase;
    }

#main-nav li {
    display: inline;
    }

#main-nav a {
    float: left;
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    }

#main-nav a:hover,
#main-nav li.active a {
    color: #FCD703;
    background: #262626 none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 2px 2px 2px #000;
    }

/*** Sec Navigation *** added by mike@mikesylvia.org */
#sec-nav {
    float: left;
    margin: 20 0 0 0px;
    font: 1.23em "Komika Display", "Trebuchet MS", Arial, san-serif;
    text-transform: uppercase;
    }

/*#sec-nav li {
    display: inline;
    }
*/
#sec-nav a {
    float: left;
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    }

#sec-nav a:hover,
#sec-nav li.active a {
    color: #FCD703;
    background: #262626 none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 2px 2px 2px #000;
    }


/*** Content Elements
------------------------------------------------------------------------------*/
#content h2 {
    padding: 40px 0;
    color: #737373;
    font: normal 2.0em "Komika Display", "Trebuchet MS", Arial, sans-serif;
    }

#content h3 {
    padding-bottom: 20px;
    color: #FFF;
    font-size: 1.2307em;
    }

#content h4 {
    color: #FFF;
    }
/**Simple jQuery Slideshow from JonRaasch.com**/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #262626;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#slideshow .name{
	font-size: 1.40em;
        margin-right: 30px;
    }
#slideshow .details{
	float: right;
	}

/*** Home ***/
/*		#slideshow {
    height: 260px;
    background: #262626 none;
    }                                JonRaasch.com*/

#slideshow #photo {
    width: 620px;
    height: 260px;
    }

#slideshow #info {
    height: 180px;
    padding-top: 80px;
    }

#slideshow #info h2 {
    text-shadow: 2px 2px 2px #000;
    }

#slideshow #info h3 {
    padding-bottom: 0;
    }

#slideshow #photo a,
#slideshow #photo a:hover {
    border: none;
    }

#random {
    padding-top: 20px;
    border-top: 5px solid #262626;
    }

#focus {
    padding: 40px 0;
    border-top: 5px solid #262626;
    }

#focus h2 {
    padding: 0 0 20px 0;
    font: 2.0em "Komika Display", "Trebuchet MS", Arial, sans-serif;
    color: #FCD703;
    }

#focus p {
    font-size: 1.23em;
    font-weight: normal;
    }

/*** Dog List ***/
a.dog,
a.dog:hover {
    width: 280px;
    margin-bottom: 40px;
    padding: 10px;
    background: #0F0F0F none;
    border: none;
    }

.dog .name {
    display: block;
    padding-top: 10px;
    font-size: 1.5384em;
    }

.dog .photo {
    display: block;
    height: 180px;
    width: 280px;
    background: #000 none;
    }

.dog .details {
    display: block;
    padding-bottom: 10px;
    }

.small-dog {
    width: 120px;
    margin-bottom: 20px;
    padding: 10px;
    background: #0F0F0F none;
    }

.small-dog .name,
.small-dog .details {
    display: block;
    }

/*** Dog Detail ***/
#big-pic {
    margin-bottom: 20px;
    padding: 10px;
    background: #1A1A1A none;
    }
    
#big-pic img {
    display: block;
    }

#add-pics li {
    float: left;
    width: 75px;
    height: 70px;
    margin-left: 22px;
    padding: 5px;
    background: #1A1A1A none;
    }

#add-pics li:first-child {
    margin-left: 0;
    }

#add-pics li img {
    display: block;
    width: 75px;
    height: 70px;
    }

/*** Main Column ***/
#name {
    color: #FCD703;
    font-size: 1.5384em;
    }

#check-list .l-2,
#check-list .r-2 {
    width: 280px;
    }

#check-list {
    margin: 20px 0;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    }

#check-list li.yes {
    list-style-image: url(../img/bull_check.png);
    }

#check-list li.no {
    color: #737373;
    list-style-image: url(../img/bull_x.png);
    }



/*** Footer Elements
------------------------------------------------------------------------------*/
#footer {
    clear: both;
    margin: 40px 0 0 0;
    padding: 20px 0 40px 0;
    color: #737373;
    border-top: 5px solid #262626;
    } 

#footer h2 {
    font-weight: normal;
    }

#copyright {
    padding: 20px 0;
    }



/*** Miscellaneous
------------------------------------------------------------------------------*/
.vc { clear: both; }
.fl { float: right; }
.rc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
.news .l-2 { height: 370px;}
.news .l-1 { height: 230px;  /*used on Adopt.php page*/
    padding: 3px;
    }
.cb{background:#262626; /*used on Adopt.php page*/
	height: 166px;
	display: table-cell;
	vertical-align: middle;
	}
#content .news h1 { font-size: 3em;/*used on Adopt.php page*/
    text-align: center;
    padding: 30px;
    }
#content .news h2 { font-size: 1.5em;
    text-align: left;
    color: #FCD703;
    }
.view .l-2 { height: 350px;}
#content .view h2 {font-size: 1.5em;
	padding: 10px;
	text-align: center;
	}
#chalk { float: left;
	margin-right: 3px;
	}

	

