/* 
    Document   : custom.css for JaniceRaymond.Com
    Created on : March 2, 2014, 
    Author     : George Aguiar - CiviPress.Com
    Description: based upon wootheme's Canvas theme
    Purpose of the stylesheet follows.

dark green:	#1e4220		// 30 66 32
purple: 	#800080		// 128 0 128
gold: 		#db767b		//
pale turquoise	#95FFF4 	// rgb(64, 224, 208);	// was turquoise(40E0D0), now, pale turquoise
background-color: ?? rgba(219,118,123,0.6);

http://woothemes.zendesk.com/entries/22533108-Best-Practices-When-Customizing-a-Responsive-Theme

Media Queries used by Canvas

1) @media only screen and (max-width: 767px) 
2) 

*/
/*-------------------------------------------------------------------------------------------*/
/* Customizations for JaniceRaymond.Com */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    #navigation { 
        float: right; 
        width: auto; 
        clear:none; 
        margin-bottom: 0;
        max-width: 600px; // This can be changed
    }
}
#inner-wrapper {
    background-color: white;
}
.post-447 a {
    text-decoration: underline;
    font-weight: bold;
}

.post-447 a  span {
    text-decoration: underline;
    font-weight: bold;
}

