/*  
Theme Name: v1
Theme URI:  
Description: 
Version: 1.0
Author: Hidden Sense Ltd
Author URI: http://www.hiddensense.net
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body{
	background: #fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #330000;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

a{
	color: #000000;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
	width:980px;
        margin: 0px auto;
        margin-top:13px;
        margin-bottom:20px;
}


#header p{
	line-height: 1em;
        font-size:0.9em;
	margin: 0px;
	padding: 1em 0px;
}

#language {
        position:relative;
        top:20px;
	float:right;
	margin: 0px;
	padding: 0px;
        font-family: Georgia, Verdana, Arial, sans-serif;
}

#nav {   top:0px;
        left:40px;
        width:980px;
        text-align: center;
        font-family: Georgia, Verdana, Arial, sans-serif;

}

#nav ul li a {
	color: #663300;
        text-decoration:none;

}
#nav ul li a:hover {
	color: #fff;
        text-decoration:none;

}



/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
p {
	line-height: 1.23em;
        text-align: justify;
        font-size: 1.5em;
}

.inside a{
	color: #663300;
        font-size:1.6em;
        line-height:1em;
        text-decoration:none;
}


a:hover{
        text-decoration:underline;
}

a img{
	border: none;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

h1{
	color: #333300;
	font-size: 2em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0px;
}

h2, h3{
	color: #000000;
	font-size: 1.15em;
	font-weight: normal;
}


ul li {
    list-style: none;
    margin: 0; padding: 0px; padding-bottom: 3px;
}

ul li a{
    text-decoration:none;
    margin: 0; padding: 0px;
    font-family: Georgia, Verdana, Arial, sans-serif;	
}


.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


.hide {
	display: none;
}

/* This class sets the width and position for all rows */
.outside{
	width:980px;
	margin:0 auto;
}
.inside{
	width:980px;
	margin:0 auto;
        margin-top:20px;
}

.left{
	float: left;
}

.right{
	float: right;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	padding:1px 0 2em 0;
        margin-top:50px;
}

#primary img{
	padding-left: 10px;
}


#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#4D4D4D;
	text-decoration:none;
}


/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/
#footer {position:relative;
	clear: both;
	color: #000;
        margin-bottom:30px;
        bottom:0%;
text-align:center;   
}

#footer p {
	font-size: 0.95em;
        margin: 0px;
        text-align:center;
}

#footer h3 {
	font-size: 1.7em;
        margin: 0px;
        text-align:center;
}


#footer a {
	color: #525252;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;
}


