﻿/*
style.css: "simple icons" CSS file
author: Nacho Llopis <lloptor@hotmail.com>
date: 04/10/06
license: you may use & modify this work.
please keep it in www.oswd.org.
*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%; 
	text-align: center;
	background: url(../images/bg.gif);
	padding: 0;
	color: #666;
	margin: 0px;
}

img { border-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

cite {
	background: url(../images/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-bottom: 1.2em;
	padding-left: 28px;
}


#header {
	height: 5.5em;
	}
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}
#header h3 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.0em;
	padding-left: 1px;
	cursor: default;
	}		
	
#buttons {
	margin: 0 auto;
	width: 710px;
	}
#buttons div {
	width: 80px;
	float: right;
	height: 80px;
	text-align: center;
	margin:1px;
	}
	
#buttons #s1 {
	background: url(../images/main.png) no-repeat 50% 0%;
	 border-left: 1px solid #CCC;
	}
#buttons #s2 {
	background: url(../images/advertise.png) no-repeat 50% 0%;
	 border-left: 1px solid #CCC;
	}
#buttons #s3 {
	background: url(../images/download.png) no-repeat 50% 0%;
	 border-left: 1px solid #CCC;
	}
#buttons #s4 {
	background: url(../images/community.png) no-repeat 50% 0%;
	 border-left: 1px solid #CCC;
	}
#buttons #s5 {
	background: url(../images/wiki.png) no-repeat 50% 0%;
	 border-left: 1px solid #CCC;
	}

#buttons .selected {
	color: #28E;
	padding: 56px 0px 0px 0px;
	}

#buttons div a{
	color: #8D8E90;
	font-size: 1.0em;
	display: block;
	padding: 50px 0px 0px 0px;
	text-decoration:none;
	}

#buttons div a:hover{
	color: #28E;
	padding: 56px 0px 0px 0px;
	}

#maincontainer {
	width: 775px;
	background: url(../images/bgholder.jpg) repeat-y;
	margin: 0 auto;
	text-align: center;

}
#container {
	width: 730px;
	padding: 20px 0 5px 20px;
	text-align: left;
	margin: 0 auto;
}

#container {
	width: 730px;
	padding: 20px 0 5px 20px;
	text-align: left;
	margin: 0 auto;
}

#content {
	display:block;
	clear:left;
	float:left;
	width: 705px;
	margin-bottom:10px;
	padding:15px 15px 15px 0px;
}

#content2 {
	display:block;
	margin: 0 auto;
	text-align: center;
	width: 705px;
	padding:15px 15px 15px 0px;
}


#content h1 {
	color: #8D8E90;
	font-size: 1.2em;
	cursor: default;
	display: block;
	margin: 10px 0 15px 0px;
	padding: 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#content h2 {
	border-left: 0 dashed #ddd;
    border-right: 0 dashed #ddd;
    border-top: 0 dashed #ddd;
    border-bottom: 1px dashed #ddd;
    color: #8D8E90;
	    font-size: 1.0em;
	    cursor: default;
	    display: block;
	    margin: 10px 0 10px 0;
	    padding: 0;
	    text-align: left;
}

#content a {
	color: #8D8E90;
    text-align: center;
}

#content a:hover {
	color: #C6C4C5;
}

#content .sidebar {
	position: relative;
	clear:right;
	float: right;
	margin: .5em 0 0 .5em;
	padding: 0 .7em .7em .7em;
	width: 200px;
	font-size: .9em;
	border: 1px solid #ddd;
	background-color:#FFFFFF;
}

#content2 .midbar {
	margin: .5em 0 0 .5em;
	padding: 0 .7em .7em .7em;
	width: 300px;
	font-size: .9em;
	border: 1px dotted #ddd;
	background-color:#FFFFFF;
}


#content ul li{
	list-style: url(../images/li.gif);
	}

button {
	background : #ffffff;
	border : 1px solid #ddd;

}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.item {
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding: 10px;
}
input {
	border : 1px solid #ddd;
	margin : 2px 0px 2px 0px;
	padding : 4px 4px 4px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
textarea {
	border : 1px solid #ddd;
	height : 6em;
}

.holder_top, #footer {
	clear: both;
	background: url(../images/holder.jpg) no-repeat;
	height: 40px;
}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
	height: 0;
}

#footer {
	background-position: left bottom;
	color: #666;
	font-size: 0.9em;
	text-align: center;
	padding: 0 32px;
}

#footerb {
	font-size: 0.9em;
	margin: 0 auto;
	display: block;
	clear: left;
	width: 705px;
	text-align: center;
	border-color:#8D8E90;
	border-style:solid;
	border-width:1px 0 0 0;
	background: url(../images/bgcode.gif);
}
#footerb a {
	text-decoration: none;
	color: #8D8E90;
	border-bottom: 1px dashed #A2AFBF;
}
#footerb a:hover {
	border-bottom: 1px dashed #fff;
	color: #000;
}
