  /****************************/
 /********** GLOBAL **********/
/****************************/
 
* {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

html, body {
   	margin: 0;
        padding: 0;
}

body {	
	background-color: #ccc;
}


/* Scalable background */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
}

  /****************************/
 /*********** NAV ************/
/****************************/

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

#navlist a {
	text-decoration: none;
}

#navlist a:hover {
	border-bottom: 1px dotted #555;
}

  /****************************/
 /********** LAYOUT **********/
/****************************/

#container {
	width: 750px;
	margin:0 auto;
	margin-top: 20px;
	text-align: left;
} 

#main {
	float: left;
	width: 750px;
	background: url(../img/main-body.png) repeat-y;
}

#main-header {
	height: 120px;
	background: url(../img/main-head.jpg) no-repeat;
}

	#main-header h1 {
		margin: 0px;
		padding: 0px;
	}

	#main-header h1 a {
		text-indent: -9999px;
		display: block;
		width: 750px;
		height: 120px;
	}

#sub-left {
	float: left;
	width: 115px;
	padding-left: 20px;
	padding-top: 0;
}

#sub-right {
	float: right;
	width: 550px;
	font-size: 12px;
	padding-right: 25px;
}

#social_media {
	clear: both;
	height: 60px;
	text-align: right;
	padding-right: 15px;
}

#main-footer {
	clear: both;
	background: url(../img/main-foot.png) no-repeat;
	height: 21px;
	text-align: right;
	padding-right: 15px;
}


#main-blog {
	margin-top: -4px;
}

  /****************************/
 /*********** TEXT ***********/
/****************************/


h3 {
	color: #756a68;
	font-size: large;
	font-weight: 100;
	margin-bottom: 6px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;	
}

.name {
	color: #51B500;
	font-weight: 900;
}

b {
	font-weight: 900;
}


  /****************************/
 /*********** BLOG ***********/
/****************************/

.blog-entry {
	margin-bottom: 12px;
	border-bottom: 1px dotted #999999;
	.padding-top: 1px;
}

.blog-entry h3 { 
	color: #756a68;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-entry h4 { 
	color: #333;
	font: bold 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
}


  /****************************/
 /********** IMAGES **********/
/****************************/



#sub-right img {
	border: 1px solid #888888;
	padding: 2px;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}


  /****************************/
 /*********** FORMS **********/
/****************************/


#sub-right input {
	background-color: transparent;
	border: 1px dotted #888888;
	width: 35em;
}

#sub-right textarea {
	background-color: transparent;
	border: 1px dotted #888888;
	width: 35em;
}



  /****************************/
 /*********** LINKS **********/
/****************************/


#sub-right h3 a:link,#sub-right h3 a:visited,#sub-right h3 a:active {
	color: #51B500;
	font-size: large;
	font-weight: 900;
	margin-bottom: 6px;
    text-decoration: none;
	background-color: transparent;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#sub-right h3 a:hover {
	color: #666666;
	font-size: large;
	font-weight: 900;
	margin-bottom: 6px;
    text-decoration: none;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#sub-right a:link,
#sub-right a:visited,
#sub-right a:active {
	color: #756a68;
    text-decoration: none;
}

#sub-right a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #693;	
    text-decoration: none;
}

#main-header a:link img, #main-header a:visited img, #main-header a:active img {
	border: none;
}



