/* ------------------------------------------------------------
Title:	giibo css
Authored & Designed by: 	frederic tubale [eidderf@gmail.com]
Created: July 18, 2008
Last update: July 18, 2008
------------------------------------------------------------ */
@import url("css-reset.css");
@import url("giibo-sidebar.css");
@import url("giibo-content.css");

body {
	margin: 0;
	padding: 0;
	font-family: Georgia,"Times New Roman", Times, serif; 
	font-size: small;
	/*background-color: #252525;*/
	color: #7b7d80;
	}

#clear {
	clear: both;
}	

#clear-none{
	clear: none;
}	
h1,h2,h3,h4,h5,h6,h7 {
	font-family: Georgia,"Times New Roman", Times, serif; 
	color: #7b7d80;
	margin: 0;
	padding: 0;
}
input {
	cursor: pointer;
}
p, li{
	font-family: Georgia,"Times New Roman", Times, serif; 
	margin:0;
	padding:0;
	color: #7b7d80;
	line-height: 1.2em;
}

a{color:#3b89df; text-decoration:none}

a:hover {
	color: #ee2752;
}
/**main structure**/

#wrapper {
	margin: 0 auto;
	background: #0d001d url(../images/giibo-flashscreen.jpg) no-repeat center center;
}

#container {
	width:900px;
	margin: 0 auto;
	padding: 0;
	height:800px;
}


/**footer**/
#footer {
	color: #fff;
	margin: 0 auto;
	padding: 7px;
	letter-spacing: 1px;
}

#footer p {
	margin:50px 0 0 0;
}

#footer p a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
}

#footer p a:hover {
	border-bottom:2px solid #fff;
}

/* ------------------------------------------------------------

	IE fixes

------------------------------------------------------------ */

/* hide from IE/Mac \*/

* html div, html p.profile-post-blue-blog-post img {
	height: 1%;
	}
/* end hide */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}