/*
	Theme Name: Omicron Custom Design 
	Theme URI: http://www.gaoomicron.com
	Description: GAO Omicron custom design via tutorial from www.eruANNA.net
	Author: Thasanee 
	Author URI: http://www.albeyo.net
*/
/*positioning*/

	html, body
	{
	background-image: url(images/bg.gif) !important;
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 18pt;
	}

	/*positioning*/

	#container {
	margin: 0 auto;      /* This will center the container on the page.*/
	background-image: url('/images/gradient.gif') !important;
	background-color: #9bb49c; 
	background-repeat: x-repeat;
	-moz-border-radius: 20px 20px 20px 20px;
	width: 80%;
	padding: 10px;
	}

	#Header {
	-moz-border-radius: 20px 20px 20px 20px;
	background-image: url(images/header.jpg) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #212121;
	width: 100%;
	height: 300px;
	text-align: center;
	}

	#Header .name {
	color: #cefa48;
	font-family: "century gothic", sans-serif;
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 20px;
	padding-top: 80px;
	}

	#Header .name a {
	color: #cefa48;
	}

	#Header .description {
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: lighter;
	}

	#menu
	{
	-moz-border-radius: 20px 20px 20px 20px;
	background-color: #ffffff;
	clear:both;
	text-align: left;
	width: 100%;
	margin: 5px;
	}


	#main {
        background-color: #ffffff;
	float: left;
	display:inline;
	position: relative;
	width: 64%;
        padding: 5px;
        -moz-border-radius: 20px 20px 20px 20px;
	margin: 5px 0px 0px 5px;
	}

	#sidebar {
        background-color: #ffffff;
	float: right;
	display:inline;
	position: relative;
	width: 30%;
        -moz-border-radius: 20px 20px 20px 20px;
         padding: 5px;
	margin: 5px 0px 0px 5px;
	}

	#footer
	{
	background-image: url('/images/footer.gif') !important;
	clear:both;
	text-align: center;
	width: 100%;
	}

	/*posts*/

	.postHead {
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #282828;
	padding-left: 10px;
	}

	h2 a.title, h2 .title, .title, .wrap h2, .catlink, #newlink h2
	{
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 20px;
	color: #024205;
	text-align: left;
	font-weight: bold;
	}

	.postinfo
	{
	font-size: 11px;
	font-family: "arial", "century gothic", sans-serif;
	font-weight: lighter;
	text-align: left;
	padding-left: 0px;
	color: #ccc;
	text-transform: lowercase;
	margin-top: -15px;
	}

	/*navigationlinks*/

	.navigation a {
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	font-family: arial, sans-serif;
	font-size: 20px;
	}

	.navigation a:link {
	color: #041B67;
	}

	.navigation a:hover{
	color: #111;
	}

	/*Menu*/

	.navmenu ul {
	margin: 5; padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}

	.navmenu li {
	display: inline; 
	padding: 5px 15px 5px 15px
	}

	.navmenu a {
	word-spacing:5px;
	text-transform:uppercase;
	color: #024205; 
	font-size: 1.05em;
	}

	.navmenu a:hover {
	color: #111; 
	}

	/*Sidebar*/

	#sidebar h1 {
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 14px;
	color: #cefa48;
	text-align: left;
	font-weight: lighter;
	}

	#sidebar ul {
	list-style: none;
	margin-left: -20px;
	}

	/*Comments*/

	#commentlist li , .singolocommento li {
	list-style-type: none;
	padding: 0px;
	width: 470px;
	}

	div.bubble {
	width: auto;
	margin-bottom: 24px;
	border: 0px solid #ccc;
	}

	div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
	}

	a.author, a.author:active, a.author:visited {
	text-decoration: none;
	font-family: arial, "century gothic", georgia, "times new roman", sans-serif;
	font-size: 17px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ec008c;
	}

	/* extras */

	a, a:visited, a:link, a:active { color: #041B67; text-decoration: none; background-color: inherit;}

	a:hover{ color: #282828; text-decoration: none;}

	b, strong, em, i{ color: #024205; background-color: inherit;}

	u{ text-decoration: none; color: #024205;border-bottom: 1px solid #d4eb89; background-color: inherit;}

	img {border:0px;}

	.search, #searchsubmit {
	width: 75px;
	}

	input, textarea, select {
	background-color: #024205;
	color: #fff;
	font-size: 11px;
	font-family: "lucida grande", sans-serif;
	border: 0px;
	}

