/*  
Theme Name: Beach
Theme URI: 
Description: Beach Sand
Version: in development
Author: Begenisich & Shay
Author URI: 


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.

2006-02-01 change visited font color to be more readable with new theme

*/


/* Begin Typography & Colors */

body {
	margin: 0 0 0 0px; background-color:#ffffff;
        background: url("images/sand.gif") repeat; 
        /* This is what it was: font-size: 62.5%;  */
        font-size: 90%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
/*	text-align: center;  */
	}


#page { 
	background-color: #ffffff;
	text-align: left;
        width: 1200px;
        margin: 0 0 0 0px; 
        padding: 0px; 
        background: url("images/sand-dollar.jpg") repeat-y top left;  border: none;
      }


#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #ffffff;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#beachheader { 
          margin: 0 0 0 0px; 
          padding: 0px; 
          width: 1200; 
          height: 280px;
          background-color: #ffffff;
          background: url("images/wetsandheader.jpg") no-repeat top left; border: none;
        }




.entry p a:visited {
	color: #096d0c;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



