/*  
Name: SRR template
Author: Sonia Ramos Rossi
Date: 21/8/2009
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 url(headergrunge.jpg) repeat-x;
 background-image:url(srrlips.JPG);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:center;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #D91A31;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #D91A31;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.red { color: #760C10;}
.yellow { color: #FAE415;}
.black { color: #0C0C12;}
.grey { color: #7B8582;}
.white { color: #F5F7FA;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.times { font-family: "times new roman"; color: #0C0C12; font-size: xx-large; letter-spacing: -0.05em;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 100%;}



/***Header***/

 
#logo { float: center;}

#logo h1 { 
text-align: center;
 margin-top: 30px;
 font-size: 1.6em;
letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***top Side Bar***/

#navcontainer ul { text-align: center; height: 15px; width: 100%; padding: 0; margin-top: 50px; list-style-type: none;}

#navcontainer ul li { display: inline; }


#navcontainer li a{
 height: 10px;
 width: 100%; 
 margin: 5px;
 padding: 15px;
 background: inherit;
 border-top: 2px solid #444;
 color: #760C10;
 text-transform: lowercase;
 font-size: 0.7em;
 letter-spacing: +0.1em;
 font-weight: bold;}
 
#navcontainer li a:hover {
 color: #AF0206;
 background: inherit;
 border-top: 2px solid #F5F7FA;}
 
#navcontainer li .active {
 color: #AF0206;
 background: inherit;
 border-top: 2px solid #F5F7FA;}


/***Content***/

#content { float: right; width: 80%; margin-top: 20px; margin-left: 2px;}

#content a { color:#760C10; font-weight: bold;}

#content a:hover { 
 color: #636261; 
 background: #760C10; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.6em; margin-bottom: 0px; color: #760C10;  background-color: transparent;}

 
#content h3 {
text-indent: 45px;
color: #760C10;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h3:hover { color: #fff;}

	#content .code{
	  color: #444;
	  background: #FAE415 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #FAE415;}
	

 