/* CSS Document */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Lucida Grande, Sans-Serif;  
	color: #33333;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

h1 {
	font-size: 10px;
         font-weight: bold;
         margin: 15px 0 0 0;
         padding: 0;
}
         
h2 {
	font-size: 10px;
         font-weight: bold;
         margin: 15px 0 0 0;
         padding: 0;
}

.job h2 {
	margin: 0px;
}

h3 {
	font-size: 10px;
         font-weight: bold;
         margin: 0;
         padding: 0;
}

#centre p {
          margin-top: 0;
}

#centre p a,
.nav-wrap p a {
          text-decoration: underline;
          color: #464646;
}

#centre p a:hover,
.nav-wrap p a:hover {
          text-decoration: none;
          color: #000000;
}

#wrap {
	float: left;
         width: 100%;
         height: auto;
         margin-top: 70px; 
         /*position: absolute; 
         bottom: 0; */
}
         
#page {
         width: 910px;
         height: auto;
         margin: 0 auto;
	}

#header {
	margin: 0 0 15px 0; 
	padding: 0 0 0 205px; 
	height: 45px; 
	width:705px;
	}
         
#left {
	width: 250px;
         height: auto;
         float: left;
         text-align: right;
}

#centre {
	width: 340px;
         height: auto;
         float: left;
         border-left: 1px solid #c9c9c9;
         border-right: 1px solid #c9c9c9;
         margin: 0px 0px 0px 30px; 
         padding: 0px 30px 0px 30px;
}

#right {
	width: 200px;
         height: auto;
         float: right;
}

.blog,
.job {
	margin: 0px 0px 10px 0px;
	text-align: justify;
         width: 320px;
         height: auto;
         padding: 10px;
}

.blog {           
         background-color: #FF0000; 
}
         
.job {
         background-color: #bcc6d2;
}

.entry-left {
	float: right;
         width: 230px;
         height: 130px;
         background-color: #6a6969;
         padding: 0px 10px 3px 10px;
         margin-bottom: 10px; 
       
}



.entry-right {
	float: left;
         width: 180px;
         height: 130px;
         background-color: #6a6969;
         padding: 0px 10px 3px 10px;
         margin-bottom: 10px;          
}

.intro,
.left-links {
	float: right;
         width: 100%;
         height: auto;
         padding: 10px 0px 10px 0px;
         margin: 0px 0 10px 0px;
}

.intro {
         margin: 0px 0 10px 0px; 
         border-top: 1px solid #c9c9c9;
         border-bottom: 1px solid #c9c9c9;
}

.nav-wrap {
	float: left;
         width: 100%;
         height: auto;
         margin-bottom: 10px;
}

.nav-left {
	float: left;
         width: 100px;
         height: auto;
         text-align: left;  
}

.nav-right {
	float: right;
         width: 100px;
         height: auto;
         text-align: right;
}
  
         
/* End Structure */

#right span.pad-bottom,
#right span.pad-topbot,
#right span.pad-both {
         float: left;
         width: 100%;
         height: auto;
}

#right span.pad-bottom {
         margin-bottom: 5px;
}

#right span.pad-topbot {
         margin-top: 10px;
         margin-bottom: 10px; 
}

#right span.pad-both {
         margin-bottom: 10px;
         margin-top: 10px;
}



.left-links a {
	display: block;
	width: 100%;
         height: 15px;
         color: #202020;
         text-decoration: none;             
}

.left-links a:hover {
         color: #c9c9c9;
         text-decoration: none;             
}


.entry-left h2,
.entry-right h2 {
	float: right;
         width: 100%;
         height: 18px;
         color: #ffffff;
         font-size: 9px;
         font-weight: normal;
         padding-top: 4px;
         text-align: right;
         margin: 0;         
}

.entry-left h2 a,
.entry-right h2 a {
         color: #ffffff;
         text-decoration: none;        
}

.entry-left h2 a:hover,
.entry-right h2 a:hover {
         color: #c9c9c9;
         text-decoration: none;        
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */

form {
	float: left;
         width: 100%;
         height: auto;
         margin: 0px 0px 10px 0px;
}

select {
	width: 200px;
}

.input {
	width: 120px;
         float: left;
}

.button {
	width: 70px;
         float: right;
         /*padding-top: 3px*/
         font-size: 10px;
}

/* End Form Elements */



a img {
	border: none;
	}

/* End Various Tags & Classes*/