/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

#logo,
#logo_small {
    padding: 0;
    margin: 10px;
}

#logo_small {
    display: none;
}

#lang_switch_wrapper {
    text-align: right;
    padding-top: 35px;
    display: none;
}

#lang_switch {
    width: 100px;
    display: inline-block;
}

#header {
    height: 150px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #003e78;
    border-bottom: 1px solid #003e78;
    background: url(images/header_bg_2.png) repeat-x center;
    color: #fff;
}

#slogan {
    padding: 20px 0;
    height: 100px;
    overflow: hidden;
}

#slogan blockquote {
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    font-style: normal;
    font-size: 1em;
}

#header_image {
    height: 150px;
    padding: 0;
    margin: 0 10px 0 0;
    background: url(images/header_img_bg.jpg) no-repeat center right;
    text-align: right;
}

#sidebar {
    margin: 20px 20px 20px 10px;
}

#main_menu {

}

#main_menu ul {
    border-bottom: 1px solid #ddd;
}

#main_menu ul li {
    margin: 0;
    border-top: 1px solid #ddd;
}

#main_menu ul li a {
    color: #003e78;
    text-decoration: none;
    display: block;
    padding: 10px;
    margin: 0;
}

#main_menu ul li a:hover,
#main_menu ul li.active a {
    background: #4b70b0 url(images/menu_bg.png) repeat-y;
    color: #fff;
    text-decoration: none;
    display: block;
}

#sidebar_content {
    padding-left: 10px;
}

#content {
    margin: 20px 0;
}

#content img {
    padding: 5px;
    border: 1px solid #ddd;
}

#footer {
    text-align: right;
    font-size: 0.8em;
    padding: 20px 0;
    border-top: 1px solid #003e78;
}

#footer a {
    text-decoration: none;
}

#contact_form fieldset {

}

#contact_form input[type=text],
#contact_form textarea {
    width: 90%;
}

.spacer-bottom {
    margin-bottom: 10px;
}

.author {
    text-align: right;
    font-size: 0.8em;
}

.float-left {
    float: left;
    margin-right: 15px;
}

.float-right {
    float: right;
    margin-left: 15px;
}

.form-row {
    width: 100% !important;
    margin-bottom: 5px;
}

.form-cell {
    width: 300px;
    float: left;
}

.required {
    color: #c71832;
}

.missing-required {
    border: 1px solid #c71832 !important;
    background: #ffdade !important;
}

.form-error,
.ui-state-error-label {
    color: #cc0000;
    font-size: 80%;
}

.message-success {
    background: #d2ffa9;
    color: #006114;
    border: 1px solid #006114;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-error {
    background: #ffdade;
    color: #c71832;
    border: 1px solid #c71832;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-info {
    background: #daedff;
    color: #1d4db6;
    border: 1px solid #1d4db6;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-alert {
    background: #fff0b2;
    color: #e7552d;
    border: 1px solid #e7552d;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-success a,
.message-error a,
.message-alert a,
.message-info a {
    color: #444;
    text-decoration: none;
}

.no-border {
    border: none !important;
    padding: 0;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
        #slogan {
            visibility: hidden;
        }

	    #header_image img {
    	    display: none;
	    }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    #header {
            height: 50px;
            margin: 0;
            padding: 10px 0;
            background: url(images/header_bg_small.png) repeat-x center;
        }

        #slogan {
            display: none;
        }

        #header_image {
    	    display: none;
	    }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
        #logo {
            display: none;
        }

        #logo_small {
            display: block;
        }

	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/