/* Start of CMSMS style sheet 'srp_black_01' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   font-family: Trebuchet MS, sans-serif;
   /*font-size: 75.01%;*/
   font-size: 100%;
   line-height: 1.4em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
a {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #9A9A9A; 
}

a:visited {
   text-decoration: underline;
   color: #9A9A9A;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #7F0000;
}

/* remove underline on hover and change color */
a:visited:hover {
   text-decoration: none;
   color: #7F0000;
}
/*****************
basic layout 
*****************/
body {
   background-color: #000000;/*#190000*/;
   color: #9A9A9A;
}

div#site {
margin-left: auto;
margin-right: auto;
width: 944px;
}

.site_width{
width: 944px;
}

.top {
   background: url(images/srp_top_02.jpg) no-repeat;
   height: 45px;
}

.bottom {
   background: url(images/srp_bottom_02.jpg) no-repeat;
   height: 50px;
   text-align: left;
   padding-top: 50px;
   padding-left:52px;
   color: #333333;
   font-size: 0.8em;
}

.bottom a {
   color: #333333;
}

.menu {
  text-align:right;
padding: 30px 52px 0 0;
background: url(images/srp_tile_02.jpg);
}

.sub_nav {
  width: 250px;
  vertical-align: top;
  text=align: right;
  padding:22px 30px 0 0;
}

.content {
padding:0 22px 0 22px;
background: url(images/srp_tile_02.jpg);
}

.content_pages {
  vertical-align: top;
  width: 550px;
  text-align: left;
  padding:22px 50px 0 30px;
}

.contact {
font-size:0.9em;
   text-align:right;
padding-right: 52px;
padding-top: 80px;;
background: url(images/srp_tile_02.jpg);
}

.contact_pages {
font-size:0.9em;
   text-align:right;
padding-right: 52px;
padding-top: 20px;;
background: url(images/srp_tile_02.jpg);
}

.contact_method {
color:#9A9A9A;
padding: 0 0 0 15px;
}

.contact_data {
color:#7F0000;
padding: 0 0 0 10px;
}

.contact_data a {
   text-decoration: none;
   color: #7F0000; 
}

.contact_data a:visited {
   text-decoration: none;
   color: #7F0000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
.contact_data a:hover {
   text-decoration: none;
   color: #9A9A9A;
}

.contact_data a:visited:hover {
   text-decoration: none;
   color: #9A9A9A;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
.header {
   height: 60px;    /* adjust according your image size */ 
background: url(images/srp_tile_02.jpg);       
}

.header h1 a {
/* you can set your own image here */
   background: url(images/srp_logo_02.jpg) no-repeat; 
   display: block;
   height: 60px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#breadcrumbs {
   text-align: right;
   margin: 0 30px 0px 30px;
   padding: 6px 0 6px 0;
   font-size: 0.7em;
   border-bottom: 1px dotted #4E0700;
}

div#breadcrumbs span.lastitem { 
   color: #7F0000;
 } 

div#breadcrumbs a, a:link, a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #9A9A9A; 
}

div#breadcrumbs a:visited {
   text-decoration: none;
   color: #9A9A9A;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
div#breadcrumbs a:hover {
   text-decoration: none;
   color: #7F0000;
}



/********************
CONTENT STYLING
*********************/
div#content {
text-align: left;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
.content h2 {
   font-weight: normal;
   color: #7F0000; 
   font-size: 1.6em; 
   text-align: left; 
   border-bottom: 1px solid #666666; 
   line-height: 1.5em;
   margin: 0 30px 0px 30px;
}
div#content h3 {
   color: #9A9A9A; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   font-weight: normal;
}
div#content h4 {
   color: #7F0000;
   border-bottom: 1px solid #666666; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h5 {
   color: #9A9A9A; 
   font-size: 1em;
   line-height: 1.4em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #666666; 
   font-size: 0.9em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 0.8em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 0.8em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#content ul,
div#content ol {
   margin: 0 0 2em 2em;
}

div#content li {
   margin: 0 0 0.5em 0;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.image_left {
padding-right: 1.5em;
}


/*Album styles*/

/*so not indented like other lists*/
div#content ul.picturelist,
div#content ol.picturelist {
   margin: 0 0 2em 0em;
}

div#content li.thumb{
   margin: 0 1em 1em 0;
}

.instructiontext {
font-family: Trebuchet MS, san-serif;
font-size: 0.8em;
color:#666666;
font-style: italic;
display:none;
}


.contact_email a {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #9A9A9A; 
}

.contact_email a:visited {
   text-decoration: none;
   color: #9A9A9A;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
.contact_email a:hover {
   text-decoration: none;
   color: #7F0000;
}

/* remove underline on hover and change color */
.contact_email a:visited:hover {
   text-decoration: none;
   color: #7F0000;
}

/*START CONTACT FORM STYLE*/

/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		border:1px solid #F60;
		padding:0.5em
	}
	fieldset label {
		width:auto;
                font-size: 0.8em;
	}
	legend {
		color:#FFF;
		background:#F60;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #CCC
                display:none;
	}
	textarea {
		margin: 0.5em 0;
		width:98%;
		height: 6em
	}
	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #F60; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}

/*END OF CONTACT FORM STYLES*/
/* End of 'srp_black_01' */

