/*------------------------------------------------------------------
	# [Color codes]
	# Light grey (text): #929194
	# Light purple h1,links) #9984C3
	# Background (Page) #1E1E1E
	# Grey name #E0E0E0
	# helen #FF0099
  	# george #0099CC
--------------------------------------------------------------------*/
body {
	background-image:	url(/images/wallpaper.jpg);
	font-family:		arial,sans-serif;
	padding-bottom:		13px;
	padding-left:		10px;
	padding-right:		21px;
	width:				960px;
}
a {
	color: 				#E0E0E0;
	font-weight:		bold;
	text-decoration: 	none;
}	
a:active {
	background: #E0E0E0;
}
a:hover {
	background: #E0E0E0;
}
a.image {
	background: none;
}
/* Main George and helen Title =====================================*/
h1 {
	font-size: 80px;
	margin: 0;
	padding: 0;
}
/* Menu Items ==========================================================*/
h2 {
	font-size: 18px;
	color: #E0E0E0
	margin: 0px;
	padding: 0px;
}
a.menuItem {
	font-size: 18px;
}
a.selectedMenuItem {
	font-size: 18px;
	color: #9984C3;
}
a.selectedMenuItem:active {
	background: #9984C3;
	color: #9984C3;
}
a.selectedMenuItem:hover {
	background: #9984C3;
	color: #9984C3;
	
}
/* Blog Title etc-----------------------------------------------------------------*/
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #E0E0E0;
	font-weight:bold;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #E0E0E0;
	font-weight:bold;
}
p {	
	color: #929194;
	font-size: 12px;
	font-weight:bold;
}

div.top {
	padding: 10px 0px 10px 0px;
}

div.both {
  width: 960px;
 padding: 10px;
	margin:				10px  10px 10px 0px;
	background-color:	#1E1E1E;
	/* for IE */
		filter:			alpha(opacity=60);
	/* CSS3 standard */
		opacity:		0.8;
  border-top:dashed 1px #0099CC;
  border-left: dashed 1px #0099CC;
  border-bottom: dashed 1px #FF0099;
  border-right: dashed 1px #FF0099;
}


div.tags {
	float:		right;
	width:		200px;
 	padding: 	0px;
 	text-align:	right;
 	/* for IE */
         filter:alpha(opacity=60);
 	/* CSS3 standard */
         opacity:0.8;
}
div.contentBlock {
	background-color:	#1E1E1E;
	border-width:		1px;
	border-style:		dashed;
	padding:			10px;
	margin-top:   10px
	/* for IE */
		filter:			alpha(opacity=60);
	/* CSS3 standard */
		opacity:		0.8;
		overflow:hidden
}

div.left{
    float:				left;
    width:       50%;
}

div.right{
    float:				right;
    width:       50%;
}
div.blogPost {
	width: 				610px;
}
div.about {
	width: 				440px;
}
/* COLORS =======================================================*/
.georgeColor {
	 border-color:		#0099CC;
	 color: 			#0099CC;
}
a.georgeLinkColor {
	color: 		#0099CC;
}
a.georgeLinkColor:active {
	background: #0099CC;
}
a.georgeLinkColor:hover {
	background: #0099CC;
}
.helenColor {
	 border-color:		#FF0099;
	 color: 			#FF0099;
}
a.helenLinkColor {
	color: 		#FF0099;
}
a.helenLinkColor:active {
	background: #FF0099;
}
a.helenLinkColor:hover {
	background: #FF0099;
}
/* --------------------------------------------------------------*/

p.contact {
	font-size: 24px;
	color: #E0E0E0;
	font-weight:bold;
	margin: 0;
	padding: 0;
}


