/*------------------------------------------------------------------------
Basic Style Sheet for www.justice4simon.co.uk

Version 1.0
Author: olivier bon
email: olivier@koncept07.net
website: www.olivierbon.com
------------------------------------------------------------------------*/



/* =Commons
------------------------------------------------------------------------*/
* {
	margin: 0 auto;
	padding: 0px;
	outline: none;
	list-style-type:none;
	list-style-position:outside;
	border: none;
}

body {
	background: url(skin/bg.gif) repeat top left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size:80%;
	line-height: 140%;
	margin-top: 5px;
}


/* =Layout
------------------------------------------------------------------------*/

#container {
	min-width: 740px;
	max-width: 975px;
	padding-bottom:20px;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: url(skin/tbg2.gif) repeat top left;
}

#container {
	width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 977? "975px" : "auto");
}

#masthead {
	position:relative;
	padding:0px;
	margin: 0 0 10px 0 ;
	background: white url(skin/main_head_right.jpg) no-repeat right bottom;
	height: 113px;
	border-top: 1px solid #333;
	border-bottom: 6px solid #666;
}

#masthead * {
	background: transparent url(skin/main_head_left.jpg) no-repeat 0 0;
	position:absolute;
	top:0px;
	left:0px;
	width: 445px;
	height:115px;
	line-height:115px;
	text-indent: -9000px;
	overflow:hidden;
}

#content {
	float: left;
	width:70%;
	border-left: 1px solid #333;
}

#navbox {
	float:left;
	margin: 20px 10px;
	padding: 15px;
	width: 18%;
}
#clear {
	clear:both;
}

#footer {
	display: block;
	padding: 10px;
	text-align:center;
	font-size:80%;
}

img{
	margin:10px 0 10px 20px;
	background: #999;
	padding:3px;
}

.guestbookEntry {
	margin:10px 10px;
	background: url(skin/tbg.gif) repeat top left;
	border: 1px solid #333;
}



/* =Typography
------------------------------------------------------------------------*/

#content p {
	margin:10px 0 10px 20px;
}

#content h1 {
	font-size: 140%;
	margin:10px 0 10px 20px;
}

#content h2 {
	font-size: 100%;
	margin:10px 0 10px 20px;
}

#content ul {
	margin:10px 0 10px 20px;
}

#news h2 {
	font-size: 110%;
	color: #666;
	border-bottom: 1px solid #666;
	margin:10px 0 10px 20px;
}

#press h2 {
	font-size:110%;
	color: #666;
	border-bottom: 1px solid #666;
	margin:10px 0 10px 20px;
}

.guestbookEntry .entryTitle {
	color:#666;
}

.guestbookEntry .entryNo {
	display:none;
	float:right;
}

.guestbookEntry a {
	margin:10px 0 10px 20px;
}

/* =Link
------------------------------------------------------------------------*/

a {
	color: #015CAB;
	text-decoration: none;
	font-weight:bold;
}
a:active, a:visited {
	color: #015CAB;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#footer a:active, a:visited {
	text-decoration:none;
}
#footer a:hover {
	color:#80A71F;
	text-decoration: underline;
}

/* =Main Navigation
------------------------------------------------------------------------*/

#navbox ul {
	list-style:none;
	text-align: right;
}


#navbox ul li a {
	display:block;
	xheight:20px;
	color: #015CAB;
	padding:5px 0px 5px 0px;
	padding-left:4px;
	text-decoration: none;
	
}

#navbox ul li a:hover {
	text-decoration: underline;
}

#navbox ul li a:visited {
	font-weight:bold;
	padding-left:4px;	
}

#home #navbox #navigation .home a,
#why #navbox #navigation .why a,
#innocentBrief #navbox #navigation .innocentBrief a,
#bbc_show #navbox #navigation .bbc_show a,
#inBrief #navbox #navigation .inBrief a,
#alibi #navbox #navigation .alibi a,
#theTrial #navbox #navigation .theTrial a,
#testimonials #navbox #navigation .testimonials a,
#whyIsSimonInnocent #navbox #navigation .whyIsSimonInnocent a,
#messageFromSi #navbox #navigation .messageFromSi a,
#campaign #navbox #navigation .campaign a,
#news #navbox #navigation .news a,
#press #navbox #navigation .press a,
#flyers #navbox #navigation .flyers a,
#justiceSystem #navbox #navigation .justiceSystem a,
#guestbook #navbox #navigation .guestbook a,
#petition #navbox #navigation .petition a,
#links #navbox #navigation .links a,
#contact #navbox #navigation .contact a  {
	text-decoration: underline;
}


/* =Forms
------------------------------------------------------------------------*/

fieldset {
	margin: 1em 1em;
	padding: 1em;
	border: 1px solid #999;

}

legend {
	font-size: 14px;
	color:#80A71F;
	font-weight: bold;
	padding: 0 5px;
}

label {
	display:block;
	padding-bottom:3px;
}

label em {
	font-weight: normal;
	color:#999999;

}

input {
	width: 200px;
	padding: 3px;
	font-size: 13px;
	border: 1px solid #999;
}

textarea {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 13px;
	padding:3px;
	margin:0px;
	width:380px;
	height:150px;
	border: 1px solid #999;
}
#captchaInput {
	float:left;
	clear:left;
}
#captchaImage {
	margin-top:13px;
	margin-left:10px;
	border: 2px solid #333;
}

/* Hides from IE5-mac \*/
* html fieldset{ position: relative; }
* html legend{ position:absolute; top: -.5em; left: .5em; }
* html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }
/* End hide from IE5-mac */


/* =Pagination
------------------------------------------------------------------------*/


div.pagination {
	font-size:12px;
	text-align:center;
	padding: 3px;
	margin: 10px auto;
}

div.pagination a {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	border: 1px solid #999;
	text-decoration: none;
	font-weight:normal;
	color: #015CAB;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #015CAB;
	background-color:#015CAB;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	border: 1px solid #015CAB;       
	font-weight: bold;
	background-color: #015CAB;
	color: #FFF;
        }
div.pagination span.disabled {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	border: 1px solid #999;
    color: #999;
}

