/*
 Theme Name: iWinUX
 Theme URI: http://www.iwinux.net/
 Description: iWX WordPress theme
 Author: iWinUX
 Author URI: http://www.iwinux.net/
 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center; /*centers layout in IE6*/
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	width:100%;
	overflow-x:hidden;
}

/*********************/
/*    G L O B A L    */
/*********************/

/*light blue*/
.blue,
a, a:link, a:visited, a:active {
    color: #68B5D2;
    text-decoration: none;
}

a:hover {
    color: #68B5D2;
    text-decoration: underline;
}
/*orange*/
.orange{
    color: #CE6019;
}
a.orange,
a:link.orange,
a:visited.orange,
a:hover.orange,
a:active.orange,
span.orange a,
span.orange a:link,
span.orange a:visited,
span.orange a:hover,
span.orange a:active
 {
    color: #CE6019;
	text-decoration: underline;
}
/*gray*/
.orange{
    color: #CE6019;
}
.gray,
span.gray a,
span.gray a:link,
span.gray a:visited,
span.gray a:hover,
span.gray a:active{
	color:gray;
}

blockquote {
    display: block;
    margin: .5em 2.0em .5em 2.0em;   
	padding: 0 0 0 1.0em; 
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
	border-left: dotted black .1em;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style:italic;    
}

img {
	border:none;
}

.alignleft{
	float:left;
	text-align:left;
}

.alignright{
	float:right;
	text-align:right;
}

.center{
	text-align:left;
	margin:0 auto 0 auto;
}

h1,h2,h3{font-family:Arial, Helvetica, sans-serif;}
h1{font-size:2.4em;}

/*********************/
/* S T R U C T U R E */
/*********************/

#container {
    width: 1002px;
    margin: 0 auto 0 auto;
    text-align: left;
	background:url(images/content-bg.png) repeat-y;
	font-size:1.2em;
}

#header {
    width: 1002px;
    height: 290px;
	background:url(images/header.png) no-repeat;
}

/*wraps content and sidebar*/

#wrapper {
    float: left;
    width: 100%;
    position: relative;
}

#sidebar {
    float: right;
    width: 248px;	
	min-height:900px;
    height: 900px;	
    background:url(images/sidebar-top.png) no-repeat top left;
	margin:0 auto 0 auto;
	text-align:center;
	position:relative;
	top:-130px;
}

#content {
	display:inline;/*ie fix*/
    float: left;
    width: 725px;
    height: auto;
	margin: 30px 0px 0px 12px;
}

#footer {
    width: 1002px;
    height: 33px;
    background:url(images/footer.png) no-repeat;
    clear: both;
	color:white;
	padding:0px 0 0 0;
	margin-bottom: 10px;	
}

#footer p{
	text-align:center;
}

/*********************/
/* H E A D E R       */
/*********************/

img.logo {    
    float:left;
    width: 390px;
    height: 120px;
    margin: 20px 0 0px 20px;      
	display:inline; 
}

p.version{
	float:left;
	position:relative;
	top:35px;
	left:-20px;
	color:#ba7474;/*brown*/
}

p.placeholder-text{
	float:right;
	position:relative;
	top:110px;
	right:630px;
	color:black;
}

p.iwinuxnews{
	float:left;
	position:relative;
	top:223px;
	left:-360px;
	color:gray;
	font-weight:bold;
}

img.placeholder {    
    float:left;
	position:relative;
    width: 727px;
    height: 126px;
    top:-30px;
	left:15px;  
	z-index:1000;/*fixes clicking on over-flown part in FF*/
}

ul.nav{
	float:left;
	width:auto;
	height:20px;
	padding:0 30px 0 30px;	
	position:relative;
	top:159px;
	left:-425px;
}

ul.nav li{
	display:inline;
	list-style-type:none;
	padding:0 10px 0 10px;
	font-size:1.2em;	
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited,ul.nav li a:active {
    color: white;
    text-decoration: none;
}

ul.nav li a:hover {
    color: white;
    text-decoration: underline;
}

ul.nav-right{
	display:inline;
	float:right;
	width:520px;
	position:relative;
	margin-right: -650px;
	text-align:right;
}

/*********************/
/*  S I D E B A R    */
/*********************/

.widget {	
	width:120px;	
	margin: 0px 0 10px 0px;
    text-align:left;       
    overflow: hidden;	
	margin:0 auto 0 auto;	
	padding:0 0 0 0px;
}

* html .widget{
	margin: 0 0px 10px 0;
}

.widget h2 {
	width:120px;	
	text-align: left;	
	font-size:1.0em;
    color: gray; 
	padding:10px 0 10px 0;
}

.widget a:link, .widget a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: gray;
    line-height: 1.0em;
	font-size: .8em;
}

.widget a:hover, .widget a:active {
    color: gray;
    text-decoration: underline;
}

.widget ul {
    list-style-type: none;
    color: gray;
    margin: 0 0 10px 0;
    text-align: left;
}

.widget ul ul {    
    margin-left: 10px;
}

.widget ul ul li {
    list-style-type: none;
    color: black;
}

/*********************/
/*      P O S T      */
/*********************/

.post-content {    
    width: 725px;  
	height:auto;
	margin:0px 0 40px 0;
	padding: 0 0 30px 0;     
	background:url(images/line-bg.png) repeat-x bottom; 
}

.meta-top{
	padding:5px 15px 5px 15px;
	background-color:#EEEEEE;
}

span.author{
	font-size:.4em;
}

.post-entry {    
    margin: 0em .5em 0em 2.0em;
}

.post-entry p{
	padding: 5px 0 5px 0;
}

.post-entry ul {    
	padding: .5em 0 .5em 3.0em;
}

.post-entry ol {
    padding: .5em 0 .5em 3.3em;
}

.post-entry img {    
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0;
}

.navigation {
	float:right;
    margin: 0 20px 0px 20px;	
	padding: 0 0 10px 0;/*fixes nav bottom in IE*/
}



/*   S E A R C H     */


#searchform {	
    width: 177px;
    height: 24px;       
    display: block;
	background:url(images/search.png) no-repeat;
	position:relative;
	top:-10px;
	margin:0 auto 0 auto;
}

#searchfield {
    float: right;
    width: 146px;
    height: 20px;
    padding: 4px 4px 0px 0px;
    background: none;
    border: none;
    display: inline;
}

#searchsubmit {
	float: left;
    height: 24px;
    width: 24px;
    border: 0px none;
    cursor: pointer; 
	background:none;
}

/*L O G I N */

form#login{	
    width:177px;
	font-size:.9em;
	font-weight:bold;
	line-height:1.6em;
	margin:0 auto 0 auto;
	padding:20px 0 40px 0;
}

#login label{
	float:left;
}
	

#login input{
	width:173px;	
	padding:2px 2px 2px 2px;
	border:1px solid #D6D6D6;
}

/*********************/
/*  C O M M E N T S  */
/*********************/

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform {
    width: 390px;
    margin: 0 0 0 40px;
}

#commentform input {
    width: 120px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0 0 20px 0;
    float: right;
}

.avatar {
    float: left;
    margin: 0px 5px 0px 15px;
    display: inline;
}

.alt {
    margin: 0;
    padding: 10px;
}

h3#comments {
    margin: 10px 30px 10px 40px;
}

h3#respond {
    margin: 10px 30px 10px 40px;
}

img#comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 30px 10px 30px;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}

/* clearfix */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}





