/* NOTES
e933ad Bright Pink
ffe2f5 Ligth Pink
a9cc6c Lime green
fffce7	   Beige
b5037a dark pink
CCCCCC Grey
*/


/* HTML TAGS */
body
{
background-image:url(../images/background.png);
background-repeat:repeat-x;
text-align:center;
padding-top: 0px;
margin-top: 0px;
}

a
{
text-decoration:none;
color: #e933ad;
}
a:hover
{
text-decoration: underline;
color: #b5037a;
}

input, submit, textarea
{
color: #b5037a;
font-size: 11px;
}


li
{
	line-height: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/* ID TAGS FOR DIV */
#container {
    width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}

#leftside
{
 width: 181px;
 float:left;
}

#rightside
{
width: 568px;
float: right;
}

#main_image
{
height: 146px;
border-width: 2px;
border-color: #e933ad;
margin-bottom: 6px;
border-style:solid;
width: 570px;

border-top-width: 0px;
}


#menuholder
{
 width: 568px;
 height: 66px;
}



#menu_option
{
width: 75px;
height: 20px;
float: right;
text-align:center;
background-image:url(../images/menu_option.png);
}
#menu_option_select
{
width: 75px;
height: 20px;
float: right;
text-align:center;
background-image:url(../images/menu_option_select.png);
}

#menu_option a
{
color:#b5037a;
}


#logo
{
width: 175px;
border-style:solid;
border-width: 2px;
border-color: #e933ad;
margin-bottom: 6px;
padding: 0px;
}

#leftcontainer
{
width: 175px;
text-align: left;
margin-bottom: 6px;
padding: 0px;
}

#header
{
background-color:#e933ad;
color: #fffce7;
font-size:14px;
height: 20px;
border-style:solid;
border-width: 2px;
border-color: #e933ad;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-weight:bold;
padding-left: 10px;
text-transform:capitalize;
}

#header a
{
color: #fffce7;
text-decoration:underline;
font-size: 85%;
}

#header h3
{
color: #fffce7;
font-size:14px;
}

#meat 
{
background-color:    #ffffff;
border-style:        solid;
border-bottom-width: 2px;
border-left-width:   2px;
border-right-width:  2px;
border-top-width:    0px;
border-bottom-color: #a9cc6c;
border-left-color:   #a9cc6c;
border-right-color:  #a9cc6c;
font-family:         Arial, Helvetica, sans-serif;
text-align:          left;
padding-left:        8px;
padding-left:        8px;
padding-top:         8px;
}

#meat h1
{
font-size: 14px;
color: #b5037a;
padding-top: 10px;
padding-left: 10px;
}

#rightcontainer
{
width: 568px;
text-align: left;
margin-bottom: 6px;
margin-left: 6px;
padding: 0px;
}

#header2
{
background-color:#e933ad;
color: #fffce7;
font-size:14px;
height: 20px;
border-style:solid;
border-width: 2px;
border-color: #e933ad;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-weight:bold;
padding-left: 10px;
text-transform:capitalize;
}

#meat2 
{
background-color:    #ffffff;
border-style:        solid;
border-bottom-width: 2px;
border-left-width:   2px;
border-right-width:  2px;
border-top-width:    0px;
border-bottom-color: #a9cc6c;
border-left-color:   #a9cc6c;
border-right-color:  #a9cc6c;
font-family:         Arial, Helvetica, sans-serif;
text-align:          left;
padding-left:        8px;
padding-left:        8px;
padding-top:         8px;
}

#thedate
{
 padding-left: 20px;
 margin-top: 15px;
 background-image: url(../images/blog_paw.png);
 background-repeat:no-repeat;
 background-position:left;
 color:#b5037a;
 font-size:13px;

}

#theblog
{
padding: 10px;
}

#theblog a
{
color:#b5037a;
}

#theborder
{
width: 550px;
 background-image: url(../images/blog_border.png);
 background-repeat:no-repeat;
 background-position:left;
height: 10px;
}

#bannerad
{
width: 560px;
text-align: center;
padding: 10px;
}

/* Classes */

.header_1
{
font-weight:bold;
font-size:12px;
}

.h_left
{
float:left;
}

.h_right
{
float:right;
}
.h_right a
{
color: #fffce7;
font-size: 11px;
text-decoration:underline;
}


/*  MEDIA TYPES */
@media print 
{
.print {display:block;}
.noprint, .printns, {display:none;}
}

@media screen 
{
.prints {display:block;}
.noprints, .printns, {display:none;}
}
.bullet_gp {
	list-style-position: outside;
	list-style-image: url(../images/dot.png);
	padding-top: 3px;

}

