/* 
JaymeeJoaquin.com

Updated: Monday March 10, 2008 @ 3:37 PM
Author: JR Zoleta

*/

/* ------------------------------------------------------ LAYOUT -------------------------------- */

#leftdiv {
	width: 620px;
	padding: 24px 18px 24px 0;
	float: left;
	}

#rightdiv {
	width: 292px;
	background: url(../images/gradient_back.jpg) repeat-x top;
	padding: 24px 24px 24px 24px;
	float: left;
	}

#newsupdates, #blogupdates {
	width: 620px;
	float: left;
	}
	
#rightdiv img {
	margin-bottom: 24px;
	}

#photos, #videos {
	margin-bottom: 36px;
	width: 298px;
	float: left;
	}

#videos {
	margin-left: 24px;
	}

.albumthumb {
	width: 131px;
	margin-right: 18px;
	float: left;
	}

.albumthumb img {
	border: 6px solid #333333;
	}

.albumthumb img:hover {
	border: 6px solid #860000;
	}

.albumlabel {
	position: relative;
	bottom: 40px;
	height: 24px;
	padding: 4px 8px;
	background: #860000;
	width: 121px;
	}

#frontphotos img {
	border: 6px solid #333333;
	}

/* ------------------------------------------------------ TEXT --------------------------------- */

#leftdiv p {
	margin-top: 18px;
	}

#rightdiv p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	font-size: 1.2em;
	}

h2 a {
	color: #FFFFFF;
	}

h2 a:hover {
	color: #D50000;
	text-decoration: underline;
	}

#videos h2 {
	margin-top: 12px;
	}

.albumtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 1.1em;
	}