@charset "UTF-8";

/*
Theme Name: MetroGlass 2
Theme URI: http://pixalife.com
Description: Sleek smart theme for pixalife.com
Version: 2.0
Author: Pixalife
Author URI: http://pixalife.com/

   Blue:#3399FF
   Green:#99CC00
   Red:#CC0033
   Yellow:#FFFF33
   Gray: #B6BEC9
   
*/ 



/* Start of CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height:normal;
	color:#FFF;
	background:#4BBFFC url(../images/bg/homebg.jpg) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	
}

/*h1, h2, h3, h4, h5, h6{
	font-family:Geneva, Arial, Helvetica, sans-serif;

}*/

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p{
	font-size:0.9em;
}

/* End of CSS Reset */

.blue{
	color:#3399FF;
}

.blue a{
	color:#3399FF;
}


   
.green{
	color:#99CC00;
}

.green a{
	color:#99CC00;
}



.red{
	color:#CC0033;
}

.yellow{
	color:#FFFF33;
}



.orange{
	color:#f68e56;
}

.orange a{
	color:#f68e56;
}




.gray{
	color:#B6BEC9;
}

.white{
	color:#FFF;
}


/*--------------------------- Home ------------------------------*/

div#homecontainer{
	background:url(../images/bg/theone.jpg) no-repeat center 0;
	width:960px;
	min-height:540px;
	margin-left:auto;
	margin-right:auto;
	padding-top:220px;
}

div#homedisclamer{
	width:390px;
	margin-bottom:20px;
	margin-left:110px;
}

div#homedisclamer p{
	font-size:0.67em;
}

div#tagline{
	margin-left:175px;
	margin-bottom:120px;
}

div#tagline img{
	float:left;
	margin-right:5px;
}

div#tagline h3{
	color:#3399FF;
	font-size:0.9em;
	
}

div#tagline h3 a{
	color:#3399FF;
	text-decoration:none;
}

div#tagline h3 a:hover{
	color:#FFF;
}

div#homemenu{
	margin-left:10px;
	margin-bottom:40px;
	float:left;
	text-align:left;
}

div#homefooter{
	clear:both;
	padding-top:30px;
}

div#valid{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:15px;
	font-size:0.9em;
}

div#valid p{
	color:#000;
	font-size:0.8em;
}

div#copyright{
	width:210px;
	text-align:center;
	margin-left:365px;
	margin-bottom:20px;
}

div#copyright p{
	color:#FFF;
	font-size:0.7em;
}

div#copyright a{
	color:#FFF;
	text-decoration:none;
}

div#copyright a:hover{
	color:#000;
}

div#homeicons{
	text-align:center;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

div#fbconnecthome{	
	text-align:center;
	clear:both;
	margin:5px auto 0 auto;
}


/*----------------- BUBBLE ------------*/

.bubbleInfo {
    position: relative;
	float:left;
	margin-right:5px;
}

.popup {
    position: absolute;
	background:url(../images/bg/bubble.png) no-repeat top center;
    display: none; /* keeps the popup hidden if no JS available */
	width:143px;
	height:101px;
	margin-left:25px;
}

.popup p{
	font-size:0.65em;
	width:110px;
	margin-top:15px;
	margin-left:15px;
}

.popup img{
	float:left;
	margin:0 5px 15px 0;
}


/*------------- RSS Ticker --------*/

.cnnclass{
width: 400px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}


