@charset "utf-8";

/*  -------------------------------------------------------------
    Nasqueron Tools
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Author:         Dereckson
    Tags:           Foundation, red, gray, Ralf Lauren, vintage
    Filename:       app.css
    Version:        1.0
    Created:        2013-01-16
    Updated:        2014-01-05
    Licence:        Creative Commons BY 3.0
    -------------------------------------------------------------    */

/*  -------------------------------------------------------------
    Table of contents
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    :: Main styles
    :: Header
    :: Content
    :: Footer
    :: Dark variation
    :: Typography
    :: Foundation Icons Fonts
 */


/*  -------------------------------------------------------------
    Main styles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

body {
	background-color: #703030;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1, h3, h4, h5, h6 {
}

/*  -------------------------------------------------------------
    Header
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

body {
	background-image: url(/images/RalfFallsIntoFoundation/topborder.png);
	background-repeat: repeat-x;
	margin-top: 1.25em;
	margin-bottom: 0;
}

header {
	background-color: #2F343B;
	background-image: url(/images/patterns/square_bg.png);
	color: white
}

header h1 {
	color: #7E827A;
	font-size: 37px;
}

header a {
	color: white;
}

/*  -------------------------------------------------------------
    Content
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

#content {
	background-image: url(/images/RalfFallsIntoFoundation/contentborder.png);
	background-repeat: repeat-x;
	background-color: white;
	padding-top: 1em;
	margin-bottom: 0;
	min-height: 400px;
}

.justify p {
	text-align: justify;
}

.accordion h4, .accordion h5, .accordion h6 {
	color: black;
}

ul.menu {
	display: block;
	list-style-type: disc;
	margin-before: 1em;
	margin-after: 1em;
	margin-start: 0;
	margin-end: 0;
	padding-start: 40px;
	padding-left: 2em;
}

.menu li {
	display: list-item;
}

/*  -------------------------------------------------------------
    Footer
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
footer {
	background-image: url(/images/RalfFallsIntoFoundation/footerborder.png);
	background-repeat: repeat-x;
	background-color: white;
	margin-bottom: 0;
	padding-top: 2em;

	background-color: #703030;
	color: white;

	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

footer hr {
	width: 75%;
	height: 1px;
	margin: 0em auto 1em auto;

	background: url(/images/RalfFallsIntoFoundation/hr.png) top center;
	background-repeat: no-repeat;
	border: none !important;
}

footer a {
	color: #D6BCB1;
}

footer a:hover {
	color: #C77966;
}

footer a:active {
	color: #A35636;
}

footer .site-description {
    text-align: center;
}

footer .site-description p {
    font-size: 14px;
}

footer dl {
	font-variant: small-caps;
}

footer dt {
	color: white;
	font-weight: 600;
}

footer dd {
	padding-left: 1em;
}

.extrainfos {
	
}

footer .extrainfos strong {
	font-variant: small-caps;
}

/*  -------------------------------------------------------------
    Dark variation

    Dedicated to André Bertrand.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
#content.dark {
	background-color: black;
	background-image: none;
}

.dark .row {
	color: #7E827A; 
}

.dark h2 {
	font-weight: 200;
        color: #C77966;
}

.dark h3 {
	color: #E3CDA4; 
}

.dark h4, .dark h5, .dark h6, .dark h4 abbr {
	color: #7E827A;
}

.dark a {
	color: #D6BCB1;
}

.dark a:hover {
	color: #C77966;
}

.dark a:active {
	color: #A35636;
}

.dark hr {
	background-color: #101010;
	border: none;
	height: 1px;
}

.dark .accordion a {
	color: #2F343B;
}

.dark form {
        background-color: #2F343B;
	background-image: url(/images/patterns/square_bg.png);

	padding: 1.125em 1em 0.6em 1em;
	border: solid 1px #111;
}

.dark form label {
	color: #ddd;
}

.dark table {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	border: 1px solid rgb(34, 34, 34);
}

.dark table thead, .dark table tfoot {
	background-color: #131313;
}

.dark table thead tr th, .dark table tfoot tr td {
	color: white;
}

.dark table tbody tr td {
	color: #7E827A;
}

.dark table tbody tr.even, table tbody tr.alt, .dark table tbody tr:nth-child(even) {
	background-color: #0f0f0f;
}


/*  -------------------------------------------------------------
    Typography
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

.ampersand {
	font-family: 'Caslon Ampersand';
	margin-right: 0.1em;
}

/*  -------------------------------------------------------------
    Foundation Icons Fonts
    www.zurb.com/playground/foundation-icons
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

[class*="social foundicon-"]:before        { font-family: "SocialFoundicons";          }
[class*="general foundicon-"]:before       { font-family: "GeneralFoundicons";         }
[class*="gen-enclosed foundicon-"]:before  { font-family: "GeneralEnclosedFoundicons"; }
[class*="accessibility foundicon-"]:before { font-family: "AccessibilityFoundicons";   }

i {
	font-style: normal;
}

i:hover {
	color: #703030;
}

footer i:hover {
	color: #2F343B;
}

#action-icons {
	padding: 1em 1em;
	font-size: 2em;
	float: right;
}

header h1 i {
	margin-right: 0.25em;
	color: #C77966;
}
