/*
/*
The id Selector
The id selector is used to specify a style for a single, 
unique element. The id selector uses the id attribute of the HTML element, 
and is defined with a "#". The style rule below will be applied to the
element with id="para1":

The class Selector
The class selector is used to specify a style for a group of elements.
Unlike the id selector, the class selector is most often used on 
several elements. This allows you to set a particular style for 
many HTML elements with the same class. 
The class selector uses the HTML class attribute, and is defined with a "."
In the example below, all HTML elements with class="center" 
will be center-aligned:

*/


/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3;
	/*	background: #A9BAC3 url(http://www.dunedinstirling.com/images/bg.gif) repeat-x; */
	/* background: #D10000; */
	text-align: center;
}

p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left:15px;	
}

p.side{
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	margin-left: 0px ;	
	padding: 0px ;
line-height:normal;
}
/* links */
a:visited {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:link {
	color: blue;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: red;
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h1 {
  font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size:  1.6em;
	font-weight:bold;
	color: #B8860B;
	margin: 0px;
	padding: 10px;
}

h2 {
	font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size:  1.4em;
	font-weight:bold;
	color: #B8860B;
	margin: 10px;
	padding: 5px;
	}
	
h3 {
  font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size:  1.3em;
	font-weight:bold;
	color: #B8860B;
	margin: 15px;
	padding: 0px;
	}

.SideTitle {
	font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: black;
	margin: 0px;
	padding: 15px;
}
/* bold=700 normal=400 */
.StoryTitle {
	font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-style: italic;
	font-size: 1.5em;
	font-weight: 700;
	color: #B8860B;
	margin: 0px;
	padding: 15px;
}

.StorySubTitle {
	font-family: bold 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: 550;
	color: #B8860B;
	margin: 0px;
	padding: 15px;
}

.Byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;;
	color: #666666;
	margin: 0px;
	padding: 15px;
}

.NewsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

/* Lists */
ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
	color: #000000;
}

ol span {
	color: #000000; 
}

ul span {
	color: #000000; 
}
/* Lists */


hr {
	background-image:url(http://www.dunedinstirling.com/images/od_redbar.gif);
	background-repeat:repeat-x;
	height:2px;
	width: 99%;
	/*height: 1px;
	color: blue;
	background-color: blue; */
}


gsc-branding {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

.gsc-search-box {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

.cse .gsc-control-cse {
  background-color: #000000;
  border: 1px solid;
  border-color: #ffffff;
  float:right;
  /* margin:5px 0px 5px 15px; */
}

/* images */
img {
	background: #FAFAFA;
  border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
  background: #FAFAFA;
  border: 1px solid #f2f2f2; 
  border-left: 4px solid #B8860B;   
  border-right: 4px solid #B8860B;
  border-top: 4px solid #B8860B;
  border-bottom: 4px solid #B8860B;
  color:  #039;
  font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
  font-style: italic;
  margin: 15px;
  padding: 5px 10px 5px 20px;
}

blockquote.small {
  background: #FAFAFA;
  border: 1px solid #f2f2f2; 
  border-left: 2px solid #B8860B;   
  border-right: 2px solid #B8860B;
  border-top: 2px solid #B8860B;
  border-bottom: 2px solid #B8860B;
  color:  #039;
  font: bold 1.0em/1.0em Georgia, 'Bookman Old Style', Serif;
  font-style: italic;
  margin: 15px;
  padding: 5px 5px 5px 5px;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding: 3px 5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 5px 3px;
	color: #4284B0;	
}

input.button1{
	padding: 3px 5px;
	border:2px ridge #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 850px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}
	
#content-wrap {
	clear: both;
	margin: 0; 
	padding: 0;	
}

.header {
  border: none;
  padding: 0;
}
.header-photo {
  border: none;
  padding: 0;
}

/* header */
#header {
	position: relative;
	height: 20px;	
	background: #D10000;	 /* url(http://www.headerbg.gif) repeat-x 0% 100% */
	text-align:  right;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/* main */
#main {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 55%;
	border-right: 2px groove red;
	border-left: 2px groove red;
	border-top: 2px groove red;
	border-bottom: 2px groove red; 
	}

#main-NoRight {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 65%;
	border-right: 2px groove red;
	border-left: 2px groove red;
	border-top: 2px groove red;
	border-bottom: 2px groove red; 
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 22%;
	margin: 0;	
	padding: 0; 
	display: inline;		
}
/*
#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 0 5px 5px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 0px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #6699FF;
	border-left:4px solid #6699FF;
}
*/

/* rightbar */
#rightbar {
	float: right;
	width: 20%;
	padding: 0; 
	margin:0;
	font-size:7pt;	
}


/* Footer */
#footer { 
	clear: both;
    color: #fff;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a:visited  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:link  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
  color: #333;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

#footer .footer-center{
	float: center;
	width: 50%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.blue  {	color: #0000FF; }
.red   {	color: #FF0000; }
.gold  {	color: #B8860B; }


/* NEW MENU */
.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

/* Tables without Tables */
#tblwrap {
	width:400px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#tblheader {
	border:1px solid #bbb;
	height:80px;
	padding:10px;

	font-size: 12;
	font-weight: bolder;

	background: #B8860B;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	
}

#tblcontent {
	margin-top:0px;
	padding-bottom:0px;
}

#tblcontent div {
	padding:0px;
	/* border:1px solid #bbb; */
	float:left;
}

#tblcontent-left {
	margin-left:0px;
	width:135px;
	font-weight:bold;
	color: #B8860B;
	
}

#tblcontent-main {
	margin-left:10px;
	width:500px;
	height:150px;
}

#tblcontent-right {
	margin-left:0px;
	font-weight:bold;
	color: #B8860B;
}

#tblfooter {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #bbb;
	width:878px;
}
#tblbottom {
	clear:both;
	text-align:right;
}

#tblcontent-box3 {
		/* padding:10px; */
		/* border:1px solid #bbb; */
		/* position:absolute; */
		/* margin-top:190px; */
		/* height:120px; */
	}

#tblcontent-box2 {
	/* padding:10px; */
	/* border:1px solid #bbb; */
	/* position:absolute; */
	/* margin-top:190px; */
	/* height:120px; */
}

#tblcontent-box1 {
	/* padding:10px; */
	/* border:1px solid #bbb; */
	/* position:absolute; */
	/* margin-top:190px; */
	/* height:120px; */
}

#tblcontent-box1 {
	 margin-left:0px; 
	 width:100px;   
}
#tblcontent-box2 {
	margin-left:150px;
	width:200px; 
}
#tblcontent-box3 {
	margin-left:676px;
	width:202px;
}

#none {
}

