/**************************************/
/*  Joomla Template: socialtrade_org  */
/*               main.css             */
/**************************************/

/* ---------------------------------- */
/* I. TABLE OF CONTENTS:              */
/* ---------------------------------- */
/* I. Table of contents               */
/* II. CSS Variables                  */
/* 1. Reset                           */
/* 2. Standard HTML tag definition    */
/* 3. Generic Styles                  */
/* 4. Template & Layout               */
/* 5. Print                           */
/* 6. Specific Modules / Extensions   */
/* 7. CSS Diagnostics                 */
/* -----------------------------------*/


/* ---------------------------------- */
/* II. CSS VARIABLES                  */



/* ---------------------------------- */
/* 1. RESET                           */

html {
    font-size: 100.01%;
}

body,
h1, h2, h3,
p,
ul, li,
form {
    border: 0;
    margin: 0px;
    padding: 0px;
}


/* ---------------------------------- */
/* 2. STANDARD HTML TAG DEFINITION    */

body, form, input {
    color: #3C3C3C;
    font-family: sans-serif;
    text-align: left;
}

a {
    color: #E77400;
}

a:link, a:visited {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li { list-style: none; }


/* ---------------------------------- */
/* 3. GENERIC STYLES                  */
  
.clear {
    clear: both;
}

.left {
}

.right {    
}


/* ---------------------------------- */
/* 4. TEMPLATE AND LAYOUT             */

.background {
    padding: 2px 0;
}

#wrapper { /*This is the main wrapper containing the content + borders */
    background: #fff url(../images/border/border_m.png) 0 0 repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

#border_t {    
    background: url(../images/border/border_t.png) 0 0 repeat-x;
    float:left;
    height: 35px;
    width: 870px;
}

#border_r { /*Right border*/
    background: url(../images/border/border_r.png) 100% 0 repeat-y;
}

#border_b{ /*The border bottom*/
    background: url(../images/border/border_b.png) 0 0 repeat-x;
    float:left;
    height: 35px;
    width: 870px;
}

.border_corner { /*The general class of the four corners of the border */
    background-repeat: no-repeat;
    float:left;
    height: 35px;
    width: 40px;
}

.top_left { background-image: url(../images/border/border_tl.png);}
.top_right { background-image: url(../images/border/border_tr.png);}
.bottom_left { background-image: url(../images/border/border_bl.png);}
.bottom_right { background-image: url(../images/border/border_br.png);}

#header {
    background-color: #EDEDDC;
    height: 90px;
    margin: 0 40px;
}

    #logo {
        float: left;
        height: 60px;
        padding: 15px 0 0 15px;
        width: 25%;
    }
    
    #banner {
        background-color: #EDEDDC;
        /*background-position: right bottom;
        background-repeat: no-repeat;*/
        float: right;
        height: 100%;
        width: 65%;
    }
        #banner img {
            float: right;
        }

#content_wrapper {
        background-color: #E9E5CF;
        float: left;
        margin: 5px 40px;
}
    #content {
        padding: 20px;
        width: 80%;
    }
        #content p {
            font-size: 0.875em; /* 16 x 0.875 = 14 */
            line-height: 1.3em;
            margin: 1em 0;
        }
            
        #content h1 {
            color: #E77400;
            font-weight: normal;
        }
            
            .animation_wrapper {
                border: 1px #BCC0C0 solid;
                margin: 10px 0;
                padding: 20px;
            }
                .animation_wrapper h2 {
                    color: #E77400;
                    font-size: 0.875em; /* 16 x 0.875 = 14 */
                    padding-left: 10px;
                }
                .animation_thumbnail {
                    float: left;
                    height: 118px;
                    margin: 10px;
                    width: 200px;
                }
                .animation_description {
                    float: left;
                    /*height: 108px;*/
                    margin: 10px;
                    padding: 5px;
                    width: 180px;
                }
                    .animation_description p, .animation_description a {
                        font-size: 0.7em !important; /* 16 x 0.7 = 11.2*/
                        margin: 0 0 4px 0 !important;
                    }
                    .animation_description h3 {
                        font-size: 0.7em !important; /* 16 x 0.7 = 11.2*/
                    }

#footer {
    border-top: 1px #BCC0C0 solid;
    color: #5a5d5f;
    float: left;
    font-size: 0.7em; /* 16 x 0.7 = 11.2*/
    margin: 0 40px;
    padding: 10px 5px;
    text-align: left;
    width: 860px;
}

    #footer a, #footer a:visited{
        color: #E77400;
        font-weight: normal;
        list-style: none;
    }

/* ---------------------------------- */
/* 5. PRINT                           */

/* ---------------------------------- */
/* 6. SPECIFIC MODULES / EXTENSIONS   */


/* 6.1 Search form                    */

.searchForm input {
	vertical-align: middle;
}

.searchForm table {
	border-collapse: collapse;
}

.searchForm td {
	padding:0;
}

.searchForm label{
	display: none;
}
.searchForm .buttonForm{
	margin-left: 5px;
}


/* Attachments module. Attaches documents */
/* to articles */

.sidebar_attachments {
    background-color: #fff;
    border: 1px #000 solid;
    font-size: 0.7em; /* 16 x 0.7 = 11.2*/
    margin: 2px;
    padding: 5px;
}
.sidebar_attachments caption{
    font-weight: bold;
    text-align: left;
}

/* ---------------------------------- */
/* 7. CSS DIAGNOSTICS                 */
/* CSS Diagnostics – http://www.nealgrosskopf.com/tech/thread.asp?pid=17 */
/* The diagnostics are in the file: diagnostics.css. Paste them here to highlight errors.*/
