@charset "UTF-8";
/* CSS Document */

/***********************************
CSS Document by TygoStudios
A Sondroyo Communications Network Group
March 9th 2010
Respect Copyright
************************************/

body {
	margin: 0;
	padding: 0;
	background: url('/framework/background.png');
	background-repeat: repeat-x;
	font-family: "Georgia", "Trebuchet", "Trebuchet MS", "Gill Sans", "Verdana", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	color: black;
}

/*** Content divs ***/

#contentHolder {
	background: url('/framework/contentback.png');
}

#footer1 {
	background: url('/framework/footer1back.png');
}

#footerOutside {
	background-color: #e51b24;
}

#footerInside {
	background: url('/framework/footer2back.png');
}


/*** Links ***/

a {
	color: #e51b24;
	text-decoration: none;
	border-bottom: dotted #e51b24 1px;
	}
	
a:hover {
	color: #93191e;
	text-decoration: none;
	border-bottom: dotted #93191e 1px;
	}
	
#mainNavigation a {
	text-decoration: none;
	border-bottom: none;
	}


#mainNavigation a:hover {
	text-decoration: none;
	border-bottom: none;
	}
	
#headerSpace a {
	text-decoration: none;
	border-bottom: none;
	}


#headerSpace a:hover {
	text-decoration: none;
	border-bottom: none;
	}
	
#subNav a, #subNav a:hover {
	text-decoration: none;
	border-bottom: none;
	}


.noDecor a, .noDecor a:hover {
	text-decoration: none;
	border-bottom: none;
	}
	
/** Buttons **/

.buttonPad {
	padding: 5px 5px 5px 0;
	}

A.buttonPad:link {text-decoration: none; color: white; border-bottom:none; }
A.buttonPad:visited {text-decoration: none; color: white; border-bottom:none; }
A.buttonPad:active {text-decoration: none; color: white; border-bottom:none; }
A.buttonPad:hover {text-decoration: none; color: white;  border-bottom:none;}



/*** Specific attributes ***/

.blogTitle {
	color: #e51b24;
	font-size: 18px;
}

hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color: #e51b24;
	border: none 0; 
	border-top: 1px solid #e51b24;/*the border*/ 
   }
   
.rightImg {
	padding: 0 0 25px 25px;
}

.leftImg {
	padding: 25px 25px 25px 0;
}