﻿/* CSS Written by Sam Deering 2010 */


/* used for page headings */
.style1 {
	text-align: left;
	font-size: xx-large;
}

/*  used for paragraph headings */
.style2 {
	color: #FFFFFF;
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/*  used for magic quote */
.style3 {
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}

/*  used for magic quote source */
.style5 {
	text-align: left;
	color:gray;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style: italic;
	font-weight: bold;
}


/* used in the footer text SITEMAP */
.style4 {
	color: #FFFFFF;
	font-size:small;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	height: 10px;
}

.footer {
	color: #FFFFFF;
	font-size:small;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
}

.style6 {
	font-size: xx-large;
	text-align: left;
	border-style: solid;
	border-width: 1px;
}
.style7 {
	margin-top: 2px;
	margin-bottom: 12px;
}

/*  used in conjuction with main paragraph text but doesnt contain extra lines */
.style8 {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

/*  */
.quotation {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:large;
 	font-style:italic;
}

/*  used for content page headings */
.style9 {
	text-align: left;
	font-size:medium;
	margin-top: 0px;
	margin-bottom: 10px;
	 font-weight:bold;
	
}

.underline {
	 text-decoration:underline;
}

.style10 {
	border-width: 0px;
}

.style11 {
	font-size: medium;
	text-align: left;
	margin-top: 0px;
}
.style12 {
	text-align: left;
	width: 900px;
}
.style13 {
	margin-top: 0px;
}
.style14 {
	text-align: center;
	border-style: none;
	width: 173px;
	height: 121px;
}
.style15 {
	border-style: solid;
	border-width: 0;
}

/* used for image hyperlinks with border */
.style16 {
	border-style: solid;
	border-width: 2px;
	margin-bottom: 0px;
}

/* used for image hyperlinks with no border */
.style17 {
	border-style: solid;
	border-width: 0px;
}

/* used for image hyperlinks with no border */
.websitethumbs {
	border-style: solid;
	border-width: 2px;
	height: 100px;
	width:130px;
}
.projectthumbs {
	border-style: solid;
	border-width: 2px;
	height: 70px;
	width:100px;
}


#logo {
	border-style: none;
	border-width: 0;
}

/*used for entire table for website content frames */
.style18 {
	/* red border */
	border: 0px solid #FF0000;
	text-align: left;
}

/*used to grey out text, used for small text */
.style20 {
	font-size:x-small;
	color: #808080;
}

/*used for medium text */
.style21 {
 font-size:medium;
 text-decoration:none;
}

.bold {
	 font-weight:bold;
}

/* same style as P */
.style22 {
	text-align:right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF; 
}

.source {
   color:gray;
}

.backgroundhighlight {
	 background-color:yellow;
}

/*used for divs showing portfolio skills used */
.style23 {
   background-color:#810104;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	 padding:5px;
	 border-style:dashed;
	 border-width:2px;
	 border-color:#FD5155;
}

/* used for portfolio table */
.style24 {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color:black;
}
/* used for portfolio table headings */
.style25 {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color:#810104;
	font-weight:bold;
}

.portfolioheadings {
	text-align: left;
	font-family: Kristen ITC, Verdana, Helvetica, sans-serif;
	font-size:medium;
	 color:#FFCC66
}

.paraintro {
	text-align: left;
	font-family: Kristen ITC, Verdana, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFCC66
}

table.MsoNormalTable
{
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
}


/*  main paragraph text */
p {
	text-align: left;
	height: 17px;
	width: 551px;
}

p.italic {
	font-style: italic;
}

.backbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align:left;
}
.forwardbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align:right;
}


/* Link Styles */
a {
	color: #FFFFFF;
	text-align: center;
}
link { color:white; }  /* for unvisited links */
visited {
	color: rgb(128, 0, 128);
}
/* for visited links */
a:active { color:white; } /* when link is clicked */
a:hover {
	color:red;
}
/* when mouse is over link */
a.plain { 
text-decoration: none;
}
a.highlight {
  color:#FF0000
}

a.portfoliolink {
	 color:orange;
}
a.portfoliolink:hover {
	color:red;
}

/* code snippets */
.linenumber {color:red}
.codecomments {color:green}
.codelanguage {
color:black;
font-size:xx-small;
}
.codedescription {
color:black;
font-size:small;
}
.code {color:black }
.codediv {
 	background-color:#FFFF99;
 	padding:5px;
 	margin:0px auto;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px dashed #333;
}

/* iframe CSS */
html {overflow:auto;} /*we don't need any scrolls for our html */

#main_frame
{
	width: 100%;
	height:  500px;
	/* background-color:black;
	background:black;
	background-image:url('../images/plain-black-bg.GIF');
	*/
	overflow:hidden; /*this is to remove the scroll*/
}

#blog_frame 
{
	width: 100%;
	height:  800px;
	overflow:auto;
}

#contactform {
 text-align:center;
}

#banner-div {
 	position:relative;
 	z-index:2;
 	text-align:right;
 	background-image:url('../images/banner.gif');
 	background-repeat:no-repeat;
 	height:80px;
 	width:100%;
}

#spin-banner-div {
	position:relative;
 	z-index:1;
 	background-color:transparent;
 	height:20px;
 	width:100%;
 	text-align:right;
 	vertical-align:middle;
 	padding-top:5px;
}

#menu-div{
	position:relative;
 	z-index:1;
 	text-align:center;
 	background-image:none;
 	background-repeat:no-repeat;
 	height:40px;
 	width:100%;
	top: 0px;
	left: 0px;
}

#xouter {
	width:900px;
	margin-top:10px;
	margin:20px  auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	/*BORDER COLOUUR - this is used to hide the background of the main body*/
	background-color:black;
	background-image:none;
	z-index:1;
}

/*iframe content div*/
#content-div {
 text-align:center;
}

#website-validation-div {
	width:921px;
	margin:0px auto;
	padding:0px;
	margin-bottom:20px;
}

#footer {
	width:921px;
	margin:0px auto;
	padding:0px;
	margin-bottom:20px;
}

.curtainscontent {
	width:552px;
	height:450px;
	margin-left:152px;
}

.forwardbacknav{
	width:552px;
	height:20px;
	margin-left:152px;
}
/*************/

/*  */
body {
	background-color:white;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	margin:0px 0px; padding:0px;

	height:100%;
	width:100%;
	/*text-align:center;
	margin: 0;
	padding: 0;
	border: none;
	*/

}
body.outerpage {
	background-image:url('../images/background-black-anim.gif');
}

body.innerpage {
}

body.theshow {
	background-image:url('../images/curtains.gif');
	background-repeat:no-repeat;
	margin:20px;
	height:100%;
	width:100%;
}

strong { 
	color: red; 
}

/*  */
.button {
	float:left;
	width:180px;
}
.button:hover {
	cursor:pointer;
} 
.footerbutton:hover {
	cursor:pointer;
} 

