﻿/*
Design by FlipDarius (http://flipdarius.googlepages.com)
Released under a Creative Commons Attribution 2.5 License.
You're legally free to commercially use this, but I'd ask you to send me an email (flipdarius@gmail.com) if you do this.
*/

*{
margin:0;
padding:0;
outline:none;}

body{
color:#4c4c4c;
font-family:verdana, arial, helvetica, sans-serif;
background:#FF1493;
font-size:13px;}

#page{
margin:20px auto;
width:900px;}

#content a:link{
text-decoration:none;
color:#FF1493;
border-bottom:1px dotted #ccc;}

#content a:visited{
text-decoration:none;
border-bottom:1px dotted #ccc;}

#content a:hover,#content a:active{
background:#f5f5f5;
color:#FF1493;
border-bottom:1px solid #FF1493;
text-decoration:none;}

.c{clear:both;}

#top{
margin-bottom:20px;}

#menu ul{
font-family:"century gothic", arial, verdana, sans-serif;
padding:5px 0;}

#menu li{
display:inline;}

#menu li a:link, #menu li a:visited{
padding:5px 20px;
text-decoration:none;
color:#fff;
font-size:2.5em;}

#menu li .act{
font-weight:bold;}

#menu li a:hover,#menu li a:active{
background:#fff url(images/menu.png) bottom repeat-x;
color:#FF1493;
text-decoration:none;}

#main{
background:#fff;
float:left;
width:600px;}

#main-t{
height:44px;
background:url(images/main-t.png) no-repeat;}

#main-inner{
background:url(images/main-i.png) repeat-y;
padding:0 40px;}

#main-b{
height:27px;
background:url(images/main-b.png) no-repeat;}

#main p{
line-height:1.5em;
padding:.25em 0 .5em 0;}

h2, h3, h4{
font-family:"century gothic", arial, verdana, sans-serif;}

#main h2{
padding-bottom:.25em;
color:#FF1493;
font-size:1.8em;}

#main h2 span{
color:#ccc;}

#main h3 a{
color:#999 !important;}

#main h3{
padding-bottom:.25em;
font-size:1.4em;}

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

.byline{
font-style:italic;}

#footer{
font-size:.9em;
color:#999;
border-top:1px dotted #ccc;
padding-top:10px;}

#sidebar{
float:right;
width:250px;}

#sidebar-t{
height:10px;
background:url(images/sidebar-t.png) no-repeat;}

#sidebar-inner{
background:url(images/sidebar-i.png) repeat-y;
padding:0 25px;}

#sidebar-b{
height:27px;
background:url(images/sidebar-b.png) no-repeat;}

#sidebar p{
line-height:1.5em;
padding:0 0 .25em 0;}

#sidebar h2{
color:#FF1493;
font-size:1.6em;}

#sidebar h3{
font-size:1.2em;
color:#999 !important;}

#sidebar p{
line-height:1.5em;
padding:.25em 0 1.5em 0;}

