/*
	=====================================
	project: Distinctive
	author:  Luka Cvrk (www.solucija.com)
	-------------------------------------
	2009. Solucija
	=====================================
*/

*{margin:0;padding:0}:focus,:active {outline:0}img{border: 0}
body { font: .8em Arial, Tahoma, Verdana; background: #fff url(/static/img/bg.gif) repeat-x; color: #777; }
a { text-decoration: none; color: #777; font-weight:bold; }
a:hover { color: #333; }
h1 { font-size: 1.4em; font-weight: normal; }
	h1 a { color: #fff; font-size: 1.6em; }
	h1 a:hover { color: #fff; }
h2 { font-size: 1.2em; }
    h2 a:hover { color: #fff; }
h3 { font-size: 1.2em; background: #B00A0A url(/static/img/redbg.gif) repeat-x left bottom; padding: 6px 7px; color: #fff; font-weight: normal; margin: 0 0 15px; float: left; }
    h3 a { text-decoration: none; color: #fff; }
    h3 a:hover { color: #fff; }
h4 { margin: 0 0 15px; color: #555; font-weight: normal; font-size: 1.6em; font-weight: normal; }
p { clear: both; line-height: 1.64em; margin: 0 0 15px; }
.line { clear: both; border-bottom: 1px solid #ddd; margin: 0 0 45px; }
.clear { clear: both; }
#content { width: 970px; margin: 0 auto; }
	#top { color: #ccc; padding: 6px 20px 0; font-size: .84em; text-align: right; }
	#logo { float: left; background: url(/static/img/redbg.gif) repeat-x; padding: 100px 25px 15px; margin: -46px 0 20px; }
		#logo h1 { text-shadow: 1px 1px 1px #7E0E0E; }
	
	#menu { float: right; margin: 63px 20px 0; }
		#menu li { display: inline; font-size: 1.3em; }
			#menu li a { float: left; color: #808080; padding: 0 0 5px; margin: 0 0 0 35px; }
			#menu li a:hover, #menu li.current a, #menu li a:focus { color: #000; border-bottom: 1px solid #ddd; }
	#pitch { padding: 30px 350px 0 0; border-bottom: 1px solid #ddd; height: 210px; margin: 0 0 35px; }
		#pitch h1 { font-size: 2.6em; color: #000; margin: 0 0 20px; }
		#pitch h2 { line-height: 1.5em; }
	.left { float: left; width: 350px; }	
		.left h1 { font-size: 2.6em; color: #000; margin: 0 0 20px; }
		.left h2 { line-height: 1.5em; }
	.right { float: right; width: 250px; margin: 0 0 20px; }
		.right h3 { background: #808080; font-size: .84em; }
		
	.third { float: left; width: 600px; margin: 0 40px 20px 0; }
		.last { width: 296px; margin-right: 0; }
	#footer { clear: both; font-size: .84em; padding: 20px 0 0; }
	#help { padding: 10px 350px 0 0; border-bottom: 1px solid #ddd; height: 80px; margin-bottom: 15px;}
	
/* Santiago classes */
.progress_small_link {
    background: #AE0303; 
    color: #fff; 
    border-radius: 4px;
    -moz-border-radius: 4px; 
    padding: 3px; 
    margin-top: 5px;
}

.progress_small_link:hover {
    color: #ddd; 
}

table.fancy {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
}
table.fancy tr:hover {
   background: lightsteelblue !important;
}
table.fancy th, table.fancy td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.fancy th {
  background: gainsboro;
  text-align: left;
}
table.fancy caption {
  margin-left: inherit;
  margin-right: inherit;
}


/* from goals_list */
    .padded td{
        padding:0px 5px;
    }
    .subtle_seperation{
        border-collapse:collapse;
    }
    .subtle_seperation td{
        padding-top:5px;
        padding-bottom:5px;
        border-bottom: 1px solid #ddd;
    }
    .days_tasks_container{
        position:relative;                 
    }
    .days_tasks{
        display:none;
        position:absolute;
        top:0px;
        right:0px;
        
        border:1px solid #999;
        background: white;
        padding:10px;
        width:300px;
        text-align:left;
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .left{
        left:0px;
    }
    .days_tasks ul{
        padding-left:15px;
    }
    .close_link{
        float:right;
    }

