@charset "UTF-8";
/* CSS Document */

#posts {
    padding: 0;
    margin: 0;
    }
#posts li {
    width: 420px;
    border: 1px solid #eee;
    background-color: #F9F9F9;
    background-image: none;
    float: left;
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
    }
#posts a {
    text-decoration: none;
    color: #999;
    font-size: 0.85em;
    }
#posts img {
    display: block;
    float: left;
    border: 1px #ccc solid;
    background: white;
    padding: 3px;
    margin: 0 10px 0 0;
	width: 100px;
    }
#posts h1 {
    padding: 5px 0 0 0;
    margin: 0;
    color: #333333;
    font-size: 0.93em;
	font-family:Arial, Helvetica, sans-serif;
    }
#posts p {
    margin: 0;
    padding: 0 0 10px 0;
	 font-size: 0.73em;
	font-family:Arial, Helvetica, sans-serif;
    }

.listings{
	font-size: 0.93em;
	color: #ccc;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	line-height: 1.99em;
	
}

.listings a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.listings a:hover {
	border-bottom: 1px solid #999;
}

.tagLines{
	font-size: 0.80em;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bolder;
}

.master_nav {
	font-size: 0.73em;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin-top: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;

}

.master_nav ul {
	margin: 0;
	padding: 9px 0px 9px 5px;
	list-style: none;
}

.master_nav li {
	float: left;
	display: inline;
}

.master_nav a {
	color: #000;
	text-decoration: none;
	padding: 0px 15px 0 0px;
}

.master_nav a:hover {
	border-bottom: 6px solid #990099;
}

h1{
	font-size: 1.60em;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-weight: bolder;
	margin-bottom: 10px;
}




p{
	font-size: 0.73em;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.55em;
}
#detail img {
    display: block;
	
    border: 1px #ccc solid;
    background: white;
    padding: 3px;
    margin: 10px 10px 10px 10px;

    }
	
#blognews img {
    display: block;
	
    border: 1px #ccc solid;
    background: white;
    padding: 3px;
    margin: 10px 10px 10px 10px;
	width: 300px;
    }
	
	
.nextpage{
	font-size: 0.93em;
	color: #ccc;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	line-height: 1.99em;
	padding: 0px 0px 5px 12px;
	
}

.nextpage a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.nextpage a:hover {
	border-bottom: 1px solid #999;
}

.rightnav {
	font-size: 0.72em;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
	margin: 3px 3px 0px 12px;
}

.rightnav a {
	color:#000;
	text-decoration: none;
}

.rightnav a:hover {
	border-bottom: 1px dotted #999;
}

.rightnavtitle {
	font-size: 0.72em;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
	margin: 3px 3px 3px 3px;
	 padding: 3px 3px 3px 9px;
	font-weight:bold;
	background-color:#333;
}

.rightnavtitle a {
	color:#fff;
	text-decoration: none;
}

.rightnavtitle a:hover {
	border-bottom: 1px dotted #fff;
}


.rightnavdate {
	font-size: 0.59em;
	font-family:Arial, Helvetica, sans-serif;
	color:#066;
	margin: 3px 3px 0px 3px;
	padding: 0px 0px 10px 12px;
}


.footer {
	font-size: 10px;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
	line-height: 17px;
	
}

.footer a {
	color:#000;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.footer a:hover {
	text-decoration: none;
	border-bottom: 3px solid #999;
}

#homepage {
    padding: 0;
    margin: 0;
    }
#homepage li {
    width: 420px;
  
    background-image: none;
    float: left;
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
    }


#homepage img {
    display: block;
    float: left;
    border: 1px #ccc solid;
    background: white;
    padding: 3px;
    margin: 0 10px 0 0;
    }
#homepage a {
    text-decoration: none;
    color: #000;
    font-size: 0.85em;
    }
	
#homepage h1 {
    padding: 5px 0 0 0;
    margin: 0;
    color: #333333;
   font-size: 1.23em;
	font-family:Arial, Helvetica, sans-serif;
	
    }
#homepage a:hover {
	text-decoration: none;
	border-bottom: 3px solid #999;
}

.tagLines_home{
	font-size: 1.20em;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #000;
	
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bolder;
}