/*
Theme Name: FASA
Description: FASA Frontend Template
Version: 1
Author: Dario Brozzi
Author URI: http://www.dariobrozzi.com/
Tags: 

*/

/* RESET & INIT */
*{ margin: 0; padding: 0; height: auto; }
ul, li{ list-style: none; }
img{ border: none; }
.left{ float: left; left: 0; }
.right{ float: right; right: 0; }
.center{ margin: 0 auto; }
.clear{ clear: both; }

/* LAYOUT */
body{ background: #ADBFD3 url(images/back_left.jpg) 0 bottom no-repeat; }
.back{ background: transparent url(images/back_right.jpg) right 0 no-repeat; }
.wrapper{ width: 55%; margin: 0 auto; background: #FFF; border-left: 3px solid #CEE0F4; border-right: 3px solid #CEE0F4; }
#side .content{ float: left; border-right: 1px dotted #ADBFD3; margin-right: 25px; }
.content{ padding: 20px; }
.page.links .main{ height: 600px; }
.page.contact .main{ height: 600px; }
.page.home .main{ height: 600px; }
.page.teach .main{ height: 600px; }

/* TYPOGRAPHY */
body{ font-family: "Trebuchet MS", verdana, sans-serif; font-size: .8em; }
.title.t1{ font-family: Georgia, Times, serif;  }
p, li, span { color: #666; font-weight: normal; line-height: 1.6em; }
p{ margin-bottom: 10px; }
a{ text-decoration: none; color: #45576B; font-weight: bold; }
a:hover{ text-decoration: none; color: #45576B; font-weight: bold; border-bottom: 1px solid #C1D3E7; }
.title{ margin-bottom: 5px; font-weight: normal; }
#side .title { font-size: .9em; margin-top: 10px; font-weight: bold; color: #45576B; margin-left: 15px; }
.title.t1{ font-size: 1.8em; line-height: 1em; color: #4381DD; letter-spacing: -1px; margin-top: 20px; }
.title.t1 a{ font-weight: normal; }
.title.t2{ font-size: 1em; line-height: 1em; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-top: 20px; }
.title.t3{ font-weight: bold; letter-spacing: 1px; }
.title.menu{}

/* NAVIGATION */
.navigation.primary{ margin-left: 15px; }
.navigation *{ font-size: .95em; letter-spacing: 1px; text-transform: uppercase; }
.navigation a{ padding-left: 12px;  }
.navigation a:hover{ background: transparent url(images/bullet.gif) 0 center no-repeat; }
.navigation .selected a{ background: transparent url(images/bullet_selected.gif) 0 center no-repeat; }
.navigation.primary .selected{ color: }

/* FOOTER */
#footer{ font-size: .8em; line-height: 1em; padding: 3%; }
#footer, #footer *{ color: #A8BACE; }

/* MODULES */

/* LISTS */
.contactList { margin-left: 15px; margin-bottom: 10px; }
.contactList li{ font-size: .9em; }
ol.squareList li, ul.squareList li{ list-style-type: square; list-style-position: inside; }
.linkList{ margin-left: 2px; }

/* TYPES */
.logotype{ font-size: .8em; line-height: .9em; width: 150px; background: transparent url(images/fasa.png) 0 0 no-repeat; padding-top: 112px; padding-left: 15px; padding-bottom: 10px; }
.logotype span{  font-weight: bold; text-transform: uppercase; color: #000; display: none; }
.externalLink{ background: transparent url(images/icon_link.gif) 0 center no-repeat; padding-left: 20px; }
.downLink{ background: transparent url(images/icon_down.gif) 4px center no-repeat; padding-left: 20px; }
.thumb{ border: 3px solid #45576B; }
.thumb.right{ margin: 0 0 0 10px; }
.thumb.left{ margin: 0 10px 0 0; }
.hr{ background: #f7f9fc url(images/dot.gif) 0 bottom repeat-x; clear: both; height: 1px; padding-top: 20px; }
.sign{ float: right; text-align: center; margin: 20px 50px 20px 0; }
.sign span{ font-weight: bold; display: block; }

table td{ padding: 5px; text-align: center; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }
table .aligntoleft{ text-align: left; }
table .titles td{ font-weight: bold; background: #4381DD; color: #FFF; }
table .subtitle{ text-align: left; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }
table .alter{ background: #f7f9fc; }
table{ border: 1px solid #4381DD; margin-bottom: 30px; }
