
* {
	padding:0;
	margin:0;
}
body {
	background: rgb(190, 190, 190) url('./images/layout/bg_greywhite_gradient_10x256.png') repeat-x fixed;
	font-family:Verdana, sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-left:20px;
}

h1,h2,h3,h4 {
	font-family:Georgia, serif;
	font-size:20px;
}
h2 {
	padding-bottom:15px;
}
h3 {
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
}
h4 {
	font-size:14px;
	padding-top:10px;
}

ol {
	margin-left:40px;
	padding-top:10px;
}

ol ul {
	margin-left:15px;
}

/* Header */
#header {
}

#logo > img {
	width:150px;
	position:relative;
	left:1%;
}

#name {
	font-family:Georgia,serif;
	font-size:48px;
	position:relative;
	top:-80px;
	left:50px;
} 

#tagline {
	font-size:16px;
	position:absolute;
	top:138px;
	left:300px;
}
#social {
	position:absolute;
	width:350px;
	height:70px;
	left:70%;
	top:10px;
}
/* Menu */
#menu {
	font-size:20px;
	border:2px solid grey;
	position:absolute;
	left:10%;	
	width:12%;
}
/* Links */
a {
	text-decoration:none;
	color:#325a84;
}
#menu a, #menu span {
	color:#5f739d;

}
#menu a, #menu span {
	line-height:30px;
	white-space:nowrap;
}

#menu a:hover {
	color:#d6006f;
}

a img {
	border:0;
}

.currentlink img {
	margin-right:10px;
	padding-left:1px;
	padding-bottom:2px;
}
/* Content */
#content {
	border:2px solid grey;
	position:relative ;
	left:30%;
	width:50%;
}

.content {
	margin-top:40px;
	background-color:#fffff0;
	padding:15px;
}
.content .calendar {
	background-color:white;
}

.submenu > a {
	color:#d6006f;
	font-weight:bold;
	padding-right:10px;
	text-decoration:underline;
	display:list-item;
	list-style-type:none;
	padding-bottom:5px;
}
.submenu > a:hover {
	color:#5f739d;
}

div.submenu {
	float:right;
	padding:10px;
	border:1px dotted grey;
}

.subcontent a {
	text-decoration:underline;
}
.subcontent > h3 > a{
	color:#5f739d;
}

.subcontent a:hover {
	color:#d6006f;
}

div.subcontent {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted grey;
}

#footer {
	font-family:Georgia, serif;
	font-size:12px;
	clear:both;
	text-align:right;
	margin:10px;
	color:1e1e1e;
}

/* Definition Lists */
dt {
	display:list-item;
	list-style-type:none;
}
dd {
	padding-left:30px;
	display:block;
}

/* Content controls */
.hide {
	display:none;
	z-index:0;
}
.show {
	display:block;
	z-index:1;
}


/* Content specific styles */
.calendar {
	background-color:white;
}
.calendar-text{
	margin-bottom:10px;
}
.bilawscomment {
	text-align:right;
	font-size:10px;
}
.bilawscomment a {
	color:#325a84;
}
.ljheadertext {
	position:relative;
	top:-25px;
}
.userpicfriends{
	float:right;
}
.datesubject, .subject {
	font-weight:bold;
}
.subject {
	margin-bottom:20px;
}
.subject a {
	color:#5f739d;
}
.paypal {
}

#member-options {
	width:30%;
	float:right;
	border:1px dotted grey;
	margin-right:10px;
	margin-top:10px;
	padding:10px;
}
#member-options hr {
	border:0px dotted black;
	border-bottom:1px dotted black;
	padding-top:2px;
}

