﻿/* 
 * CSS file for DailyFont.com
 * (c) 2010 Aelora Web Services
 */
 
 body {
	background: #b4bce8 url(../images/1x1.png);
	font-family: Tahoma, Verdana, Arial, sans-serif;
        
}
html {
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5 {
	
	margin:0;
	padding: 0;
}
img { border: 0;}
#header{
 	width: 960px;
 	margin: auto;
 	padding-top: 10px;
        height: 66px;
}

#main {
	background: url(../images/contentBody.png) repeat-y;
	width: 1000px;
	margin: 0 auto;
        min-height:600px;
	
}
#mainHeader {
	background: url(../images/contentTop.png) no-repeat;
	width:1000px;
	margin:auto;
	height: 44px;

}
#mainFooter {
	
	background: url(../images/contentBottom.png) no-repeat;
	width:1000px;
	margin:0 auto;
	height: 60px;
	clear:both;
}
#menuBar {
	float: right;
	background: url(../images/menuRight.png) no-repeat top right;
	height: 58px;
	margin-top: -40px;
	padding-right:20px;
	position: relative; 

}
#menuBar #left	{
	float: left;
	height: 58px;
	width: 47px;
	background: url(../images/menuLeft.png) no-repeat top left;
}
#menuBar #links {
	white-space:nowrap;
	padding-top: 27px;
	padding-right: 30px;
	float: right;
	
}
#menuBar #links a {
	color: #000214;
	text-decoration: none; 
	margin-right: 15px;
	vertical-align: baseline; 
	font-size: 1.2em;
	}
#menuBar #links a:hover {
	background: #b4bce8;
}

#adLeft {
	
	float: left;
	width: 180px;
	margin-left: 20px;
}
#adLeft div {
	
	margin:auto;
}

#adBottom {
	padding: 30px 0px;
	clear:both;
	margin:10px auto;
        width:1000px;
        background: url(../images/contentBody.png) repeat-y;
        
	
}
#adBottom div {
	margin:auto;
        clear:both;
        
}
#pageContent {
	
	margin-left: 200px;
	padding-right: 30px;
	line-height:150%;
	color: #333;
}
#pageContent p	{
	
	text-align:justify;
}
#pageContent a{
    text-decoration: underline;
    color: #000214;
}
#pageContent a:hover {
    color: #404773;
}

#search	{
	float:right;
}

.infoBox {
	border: 1px solid #b4bce8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin-bottom: 15px;
}
.infoBox h5 {
	font-weight:normal;
        border-bottom: 1px solid #b4bce8;
	font-size: 1.2em;
	color: #000214;
	text-align:center;
	margin:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.infoBox .box {
    padding: 5px;
}

#footer {
	font-size: small;
	clear:both;
	margin-top: 15px;
	text-align:center;
}
#footer a {
	text-decoration: none;
	color: #000214;
}
#footer a:hover {
	color: #404773;
}
#footerList {
    width: 960px;
    padding-left: 80px;
    margin: 10px auto 30px auto;
    margin-bottom: 30px;
}
#footerList div {
    width: 22%;
    float: left;
    padding: 0 5px;
    padding-bottom: 40px;
}
#footerList p {
    margin: 0 0 0 10px;
}
#footerList h4 {
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 5px;
    border-bottom: 1px solid #000214;
}

#footerList a {
    text-decoration: none;
    color: #000214;
}
#footerList a:hover {
    color: #404773;
}

div.pagelist	{
	}
        div.page_list a {
            text-decoration: none !important;
}
div.page_list a.sel	{
	border: 1px solid black;
	margin: 0px 5px;
	padding: 0px 5px;
	color: black;
	text-decoration: none;
	}
div.page_list a.unsel	{
	border: 1px solid silver;
	margin: 0px 5px;
	padding: 0px 5px;
	color: silver;
	text-decoration: none;
	}
div.page_list a.unsel:hover	{
	border: 1px solid black;
	color: black;
	}
        table tr td {
            vertical-align:top;
}