/*
* Nikoe Sasaki's Pinky Stylesheet
* Created on: May 7, 2006
* Created by: Jeremy Moseley jeremy@etono.com
*/

/* included styles */
@import url("lightbox.css");


/* Standard Page Styling */
body{
margin:0;
padding:0;
color:#454545;
font-family:Georgia, Times, serif;
font-size:14px;
background-color:#ff6699;
background-image:url(/images/stripes.gif);
background-repeat:repeat-x;
}
img{
border:0;
}
a, a:link, a:visited{
color:#cc0066;
font-weight:bold;
}
a:hover, a:active{
color:#ff6699;
font-weight:bold;
}
h1{
margin:2px;
padding:0;
color:#454545;
font-size:18px;
}
h2{
margin:0;
padding:0;
color:#ff6699;
font-size:17px;
}
h3{
margin:0;
padding:0;
color:#454545;
font-size:16px;
}
#container{
margin:0 auto;
padding:0;
width:700px;
background-color:#fff;
}
#header{
margin:0;
padding:0;
width:700px;
border-bottom:1px solid #cc0066;
}
#content{
float:left;
margin:0;
padding:15px;
width:400px;
text-align:justify;
}
#links{
float:right;
margin:0;
padding:15px;
width:200px;
}
#footer{
clear:both;
margin:10px 0;
padding:15px;
text-align:center;
border-top:1px solid #cc0066;
}

/* Pictures Content Styling */
#image-gallery ul{
margin:0;
padding:0;
width:375px;
list-style-type:none;
}
#image-gallery li{
float:left;
margin:0;
padding:0;
width:125px;
height:125px;
}

#blog_btn{
width:178px;
height:60px;
}
#blog_btn a{
background: url(/images/blog_over.gif);
background-position:top center;
background-repeat:no-repeat;
}
#blog_btn a:link, #blog_btn a:visited{
background: url(/images/blog_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
#blog_btn a:hover, #blog_btn a:focus{
background: url(/images/blog_over.gif);
background-position:top;
background-repeat:no-repeat;
}

.important_text{
color:#f00;
}