/*
STYLE SHEET FOR [x] WEB SITE
Created by Andy McEniry
www.digital-precision.co.uk
*/

/*  DEFAULT ITEMS  //////////////////////////////////////////////////*/
   
* { /* Resets margin & padding of all elements */
	margin:0px;
	padding:0px;}

* img { /* Takes borders off of all images as standard */
	border:0px;}

a:link, a:visited {
	color:#006;
	text-decoration:none; }
	
a:hover, a:active {
	color:#900;
	text-decoration:none; }
	
a.dark:link, a.dark:visited {
	color:#006;
	text-decoration:none; }
	
a.dark:hover, a.dark:active {
	color:#fff;
	text-decoration:none; }

body {
	margin:0px auto 20px auto;
	background: #006; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006;
	font-weight:normal;
	text-align:center; }
	
#RSJ {
	float:right; display:inline;
	width:0px; height:410px;}
	
hr {
	margin:10px 20px;
	border:0px; height:1px;
	border-top:1px dotted #c8b020;
	}
	

/*  WRAPPERS  //////////////////////////////////////////////////*/	

#music_player {
	margin:3px auto;
	width:800px;
	height:15px;
	text-align:right;}

#wrapper{
	margin:0px auto;
	width:800px;
	height:auto;
	text-align:left;
	border:1px solid #006;
	background:#E8D030 url(images/bg.jpg) no-repeat bottom;}
	
#footer {
	width:800px; height:22px; line-height:22px;
	clear:both;
	margin:5px 0px 0px 0px;
	background:#f90; }

#footer p {
	margin:0px 20px;
	font-size:90%;}
	
#backlinks {
	width:800px; height:16px; line-height:16px;
	clear:both;
	margin:0px 0px 0px 0px;}

#backlinks p {
	margin:0px 20px;
	font-size:80%;
	color:#666;
	text-align:right;}
	
#backlinks a {
	color:#666;}
	
.flashholder {
	float:left; display:inline;
	width:241px; height:195px;
	margin:10px 0px 10px 19px;}
	
.flashholder p {
	font-size:80%; 	font-weight:normal;
	margin:0px 0px; line-height:14px;
	text-align:center;}
	
.imageholder {
	float:left; display:inline;
	width:auto; height:181px;
	margin:10px 0px 10px 19px;}

.watermark {
	width:200px; height:182px; z-index:1;position:relative; 
	background: url(images/watermark.png) top left no-repeat;
	margin:0px 0px -182px 0px;}
	
.imageholder img {
	border:1px solid #006;}
	
img.large {
	float:left; display:inline;
	margin:10px 0px 10px 19px;
	border:1px solid #006;}
	
p {
	font-size:100%;
	font-weight:normal;
	margin:0px 20px 10px 20px;}
	
h1 {
	font-size:140%;
	margin:0px 20px 20px 20px;}
	
h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px 20px;}
	
ul {
	margin-left:20px;}
li {
	font-size:100%;
	font-weight:normal;
	margin:0px 20px 0px 20px;}
	
	
/* GUESTBOOK */

.entry_header {
	float:left; display:inline; color:#2068cb;
	width:770px; height:18px;
	background: url(images/png_black_25.png); 
	margin:5px 15px 0px 15px;}
	
.entry_header h5 {
	float:left; display:inline;
	font-size:100%; font-weight:bold;
	line-height:18px;
	margin:0px 5px;}
	
.entry_header h6 {
	float:right; display:inline; color:#900;
	font-size:90%; font-weight:normal;line-height:18px;
	margin:0px 5px;}
	
.entry_body {
	float:left; display:inline;
	width:770px; 
	background: url(images/png_black_10.png); 
	margin:0px 15px 10px 15px;}
	
.entry_body p {
	margin:0px 5px;}
	
#guestbook_flash {
	float:right; display:inline;
	margin:0px 15px;}
	
#contact_flash {
	float:right; display:inline;
	margin:0px 15px;}
	
	
/* CALENDAR */

.calendar_month {
	float:left; display:inline;
	width:175px;height:160px;
	margin:15px 0px 0px 20px; text-align:right;
	font-style:italic;}
	
.calendar_month_head {
	float:left; display:inline;
	width:175px;
	height:20px; line-height:20px;
	background: url(images/png_black_10.png);
	 font-weight:bold; }

.calendar_day_head {
	float:left; display:inline;
	width:25px;
	height:20px; line-height:20px;
	font-size:80%;font-weight:bold; }
	
.calendar_day {
	float:left; display:inline;
	width:25px;
	height:20px; line-height:20px; }

#calendar a:link, #calendar a:visited {
	color:#900;
	text-decoration:none;  }
	
#calendar a:hover, #calendar a:active {
	color:#006;
	text-decoration:underline; }
	
img.event {
	float:left; display:inline;
	margin:0px 20px 20px 20px;
	border:1px solid #006;}
	

/* BUTTONS */

.button {
	height:20px; width:130px;
	margin:10px 20px;
	font-size:10px; font-weight:bold; 
	line-height:20px; text-align:center;
	border:1px solid #fff;
	background:url(images/png_black_25.png); }

.button a:link, .button a:visited  {
	color:#2068CB;}
	
.button a:hover, .button a:active  {
	color:#900;}
	
	
/* MOVIES */

.movie { 
	float:left; display:inline;
	width:425px; height:350px;
	border:1px solid #003;
	margin:0px 0px 0px 20px; }
	
.movie_thumb {
	float:left; display:inline;
	width:226px; 
	margin:0px 15px 10px 20px;
	text-align:center; }
	
.movie_thumb img { 
	border:1px solid #003; }
	
.movie_thumb p { 
	font-size:90%; }
	
	
/* LINKS */

.links {
	float:left; display:inline; clear:both;
	border:1px solid #006;
	margin:10px 20px ;}