/*  
Theme Name: See into the future
Description: Theme made exclusively for CBreezy!
Theme URI: http://cbreezy.com
Copyright: Anna Guevara
Version: 2
Author: Anna Guevara
Author URI: http://www.lunazul-graphics.com
*/


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

body {
margin: 0px;
text-align:center; 
background: #000000;
} 

body, div, table {
font-family: 'Trebuchet MS'; 
font-size:11px; 
color:#999999;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 1111px;
}

#content { 
	width: 575px;
	float: left;
	margin-left: 20px;
} 
#sidebar { 
	width: 270px; 
	float: left;
	margin-top: 5px;
	margin-left: 120px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	height: 10px;
	clear: both;
}


.news {
background: url('images/header-news.jpg') top left no-repeat;
width: 574px;
margin-top:5px;
}


.header {
width: auto;
padding-top: 25px;
padding-bottom:20px;
padding-left:10px;
}

.title {
font: normal 20px 'Georgia'; 
color: #FFFFFF;
text-shadow: #000000 1px 1px 1px;
text-align: center;
}


.meta {
color: #666666;
font: bold 10px 'Trebuchet MS'; 
text-align: center;
padding-top: 15px;
}


.newsbody {
width: auto;
vertical-align: top;
text-align: justify;
padding:10px;
}


#content h1 {
text-shadow: #000000 1px 1px 1px;
background: url('images/header-news.jpg') no-repeat;
font: normal 20px 'Georgia'; 
text-transform: none;
color: #FFFFFF;
text-align: center;
padding-top: 29px;
margin-top: 10px;
}

h1 {
text-shadow: #000000 1px 1px 1px;
color: #FFFFFF;
background: #4a3841;
font: normal 12px Arial; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 5px;
margin-top: 10px;
margin-bottom: 5px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

h2 {
color: #FFFFFF;
font: bold 8px Tahoma;
letter-spacing: 1px;
text-transform: uppercase;
padding: 1px;
padding-left: 20px;
text-align: left;
padding-bottom:10px;
}

h3 {
font: normal 10px 'Trebuchet MS'; 
color: #FFFFFF;
background: #131518;
text-align: center;
padding: 3px;
}

 
a {cursor: hand; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#7c4d2c;}
a:hover{ color:#1b1932; text-decoration:none; }
a:active { color:#7c4d2c;}


blockquote {
	font: normal 11px Tahoma;
	background: #000000 url('images/bgformblock.jpg') repeat-x;
	text-align: justify;
	color: #FFFFFF;
	border: 2px solid #4a3841;
	padding: 15px;
	margin: 40px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #FFFFFF;
	background: #000000 url('images/bgformblock.jpg') repeat-x;
	border: 1px solid #4a3841;
	font: normal 10px Tahoma;
	padding:5px;
}

img {
       border: 0px;
       margin: 0px;
}

a img{
        background: url('images/bgimg.jpg');
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
	filter:alpha(opacity=100);
        opacity:1;
} 

a:hover img {
        background: url('images/bgimg.jpg');
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
        filter:alpha(opacity=70);
        opacity:0.7;
}

a img#link  {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}
a:hover img#link {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}

b { color: #7e7497;}

i { color: #4a3841; }

u { color: #999999;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:square;}

.table1 {
text-align: left;
vertical-align: top;
width: 100%;
}

.table1 th {
color: #1b1932;
font: bold 8px Tahoma;
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
border-bottom: 2px solid #30343c;
padding-top:15px;
}

.table1 td {
padding: 5px;
vertical-align: top;
padding-top:15px;
}

.table2 td {
width: 25%;
text-align: left;
vertical-align: top;
font-size: 9px;
padding:5px;
}

.clearing {
clear:both;
}
