body {
	background-color: #ffffff;
	background-image: url(images/bg_top.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "book antiqua", verdana, arial, sans-serif;
}

a:link { 
 	color: #ED145B; 
 	font-weight: bold; 
 	text-decoration: none; 
}

a:visited { 
 	color: #ED145B; 
 	font-weight: bold; 
 	text-decoration: none; 
}

a:active { 
 	color: #ED145B; 
 	font-weight: bold; 
 	text-decoration: none; 
}

a:hover { 
 	color: #000; 
 	font-weight: bold; 
 	text-decoration: none; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
 	background-color: #000;
 	width: 240px;
 	float: left;
 	font: 12px "book antiqua", verdana, arial, sans-serif;
 	padding-right: 10px;
 	text-align: left;
	color: #fff;
	padding-bottom: 30px;
}

.menu {
	margin-left: 15px;
}
#navcontainer ul {
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
}
#navcontainer li { 
	margin: 0 0 .2em 0; 
}
#navcontainer a {
	display: block;
	color: #ED145B;
	background-color: #000;
	width: 220px;
	padding-left: 30px;
	text-decoration: none;
}
#navcontainer a:hover {
	background-image:  url(images/bg_link.jpg);
	color: #000;
}

/*--- MEMBERS LOGIN ---*/

#membercontainer ul {
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
}
#membercontainer li { 
	margin: 0 0 .2em 0; 
}
#membercontainer a {
	display: block;
	color: #ED145B;
	background-color: #000;
	width: 220px;
	padding-left: 30px;
	text-decoration: none;
}
#membercontainer a:hover {
	background-image:  url(images/bg_link.jpg);
	color: #000;
}

/*--- CONTESTS & EVENTS ---*/
#misccontainer ul {
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
}
#misccontainer li { 
	margin: 0 0 .2em 0; 
}
#misccontainer a {
	display: block;
	color: #ED145B;
	background-color: #000;
	width: 220px;
	padding-left: 30px;
	text-decoration: none;
}
#misccontainer a:hover {
	background-image:  url(images/bg_link.jpg);
	color: #000;
}

/*---  MAIN PAGE CONTENT ---*/
#content {
 	width: 68%;
 	float: left;
 	text-align: left;
 	margin-top: 100px;
 	margin-left: 20px;
 	margin-bottom: 60px;
 	padding-bottom: 30px;
 	padding-left: 20px;
 	voice-family: "\"}\"";
 	voice-family: inherit;
 	width: 65%;
}
body>#content {
 	width: 68%;
}
.pblock {
	margin: 4px;
 	padding: 6px;
 	float: right;
 	width: 250px;
 	border: 1px dashed #666;
}
/*--- wrapper stuff ---*/

/* Start Mac IE5 filter \*/
#menu, #content	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
/* End Mac IE5 filter */
#wrapper {
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	float/**/: none;
	}

/*---  Used in Trackback and Pingback page.  ---*/

h2 {
 	font-family: "book antiqua", verdana, arial, sans-serif;
	font-size: 18px;
 	color: #333;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

h3 {
 	font-family: "book antiqua", verdana, arial, sans-serif;
	font-size: 15px;
 	color: #333;
	border-bottom: 1px solid #ED145B;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

h4 {
 	font-family: "book antiqua", verdana, arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
 	color: #fff;
 	margin-top: 2px;
 	margin-bottom: 5px;
	border-bottom: 1px dotted #fff;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

h5 {
 	font-family: "book antiqua", verdana, arial, sans-serif;
 	color: #666;
 	margin-top: 2px;
 	margin-bottom: 2px;
 	font-weight: normal;
}

/*---  Weblog entry formatting.  ---*/

.weblog {
 	padding-bottom: 15px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

.space {
	padding: 15px 0 0 0;
}

.spacer {
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 467px;
        border: 0px;
}

/*---  Name of author in weblog entries ---*/

.author {
 	font-family: "book antiqua", verdana, arial, sans-serif;
 	font-size: 11px;
 	color: #999;
 	font-weight: normal;
        margin-top: 10px;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 	font-size: 12px;
 	color: #333;
}

.p1 {
	font-size: 14px;
	font-weight: bold;
	color: #9E005D;
	border-bottom: 1px dotted #000;
}
.p2 {
        font-size: 12px;
        font-weight: bold;
        color: #000;
}
.p3 {
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
}
.date {
 	font: bold 15px "book antiqua", verdana, arial, sans-serif;
}

.footer {
	font: normal 11px "book antiqua", verdana, arial, snas-serif;
	border-top: 1px dotted #ed145b;
}
.links {
	list-style-position: outside;
	list-style-image: url(images/bullet1.jpg);
}

/*--  Default form field formatting. --*/

form {
  	margin-top: 0px;
}

/*--  Input field formatting. --*/

.input {
  	border: 1px inset #666;
  	background-color: #FFB5D5;
  	font-family: Arial, Verdana, Geneva, Trebuchet MS, Sans-serif;
  	font-size: 11px;
  	height: 1.6em;
  	padding: .3em 0 0 2px;
  	margin-top: 3px;
  	margin-bottom: 3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  	border: 1px inset #666;
  	background-color: #FFB5D5;
  	font-family: Arial, Verdana, Geneva, Trebuchet MS, Sans-serif;
  	font-size: 11px;
  	margin-top: 3px;
  	margin-bottom: 3px;
}

/*--  Submit button formatting. --*/

.button {
        border: 1px outset #666;
  	background-color: #fff;
  	font-family: "book antiqua", arial, verdana, Trebuchet MS, Sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #000;
}


/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-size:   13px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: arial, verdana,trebuchet,sans-serif;
 font-size:   13px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: none;}


/*  Days of the week text  */
.weekdays {
 font-size:   10px;
 color:       #000;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #333;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
