/*
Theme Name: Pink Dotted
Theme URI: http://cssthemesclub.com/wp4
Description: Please download from <a href="http://cssthemesclub.com/wp4.zip">http://cssthemesclub.com/wp4.zip</a>. A pink styled WordPress theme that uses a modified formatting.php.
Author: CSSThemesClub.com
Author URI: http://cssthemesclub.com/support
Tags: pink, grey, white

*/

.spacer { clear: both; }
/* Begin Typography & Colors */
body {
	font-family: Arial;
	background: #ffffff;
	color: #515151;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
        margin-top: 5px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}	

ul li {
	list-style-type: square;
}

a:link {
	color: #9AB312;
}

a:hover {
	color: #F7E624;
	text-decoration: underline;
}

a:visited {
	color: #9AB312;
}

.break {
	clear: both;
}

#left {
	width: 540px;
	float: left;
}

#middle {
	width: 185px;
	float: right;
}

#right {
	width: 265px;
	float: right;
}

#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	border: 1px #ffffff dotted;
}

#header {
	height: 140px;
	line-height: 140px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 10px;
}

#headerleft {
	width: 450px;
	height: 140px;
	font-size: 48px;
	background: #ffffff ;
	border: 1px #ffffff dotted;
	float: left;
}

#headerleft h1{
	font-size: 48px;
	line-height: 140px;
}
#headerleft a:link {
	color: #9AB312;
	text-decoration:none;
}

#headerleft a:visited {
	color: #9AB312;
	text-decoration:none;
}

#headerright {
	float: right;
}

#ad {
	width: 468px;
	height: 60px;
	border: 1px #ffffff dotted;
	margin-right: 5px;
}

#ad2 {
	width: 250px;
	height: 250px;
	border: 1px #ffffff dotted;
	margin-top: 10px;
}

.ad3{
	width: 125px;
	height: 125px;
	margin-left: 14px;
	margin-top: 10px;
	display: inline;
	float: left;
}

#navigation {
	width: 973px;
	height: 25px;
	line-height: 25px;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

#navigationleft {
	float: left;
}

#navigationleft h2{
	font-size: 18px;
}

#navigationleft a:link {
	color: #9AB312;
	text-decoration:none;
}

#navigationleft a:visited {
	color: #9AB312;
	text-decoration:none;
}


#navigationright {
	float: right;
}

.search {
	width: 220px;
	height: 15px;
    background: #ffffff;
	border: 1px #ffffff dotted;
	padding: 2px;
	color: #9AB312;
	line-height: 15px;
	margin-top: 3px;
	text-align: center;
}

.pagetitle {
	width: 440px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #9AB312;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	padding: 5px;
	margin-top: 10px;
	margin-left: 5px;
}

.navigation {
	width: 450px;
	height: 20px;
	line-height: 10px;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	margin-top: 10px;
	margin-left: 5px;
}

.navigationleft {
	width: 138px;
	font-size: 10px;
	padding: 5px;
	float: left;
}

.navigationright {
	width: 138px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	float: right;
}

.latestpost {
	
	width: 530px;
	height: 100%;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	margin-top: 10px;
	margin-left: 5px;
         margin-bottom: 10px;
}

.latestposttitle {
	height: 20px;
	line-height: 20px;
	color: #9AB312;
	background: #ffffff ;
	padding: 5px;
}

.latestposttitle a:link {
	color: #9AB312;
	text-decoration:none;
}

.latestposttitle a:visited {
	color: #9AB312;
	text-decoration:none;
}

.latestposttitle h2{
	font-size: 15px;
	margin: 0px;
}

.latestpostcontent {
	font-size: 12px;
	border: 1px #ffffff dotted;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 5px;
}

.latestpostcontent p {

}

.latestpostcontent ul li {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
}

.latestpostcontent  li {
	margin-top: 5px;
	margin-left: 25px;

	list-style-type: disc;
}
.latestpostcontent img {
	
	border: 0px;

}
.latestpostbottom {
	height: 40px;
	font-size: 10px;
	background: #ffffff ;
}

.latestpostbottomleft {
	width: 138px;
	font-size: 10px;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.latestpostbottommiddle {
	width: 138px;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.latestpostbottomright {
	width: 143px;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.post {
	width: 530px;
	height: 100%;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	margin-top: 10px;
	margin-left: 5px;
}

.posttitle {
	height: 20px;
	line-height: 20px;
	color: #9AB312;
	background: #ffff ;
	padding: 5px;
}

.posttitle a:link {
	color: #9AB312;
	text-decoration:none;
}

.posttitle a:visited {
	color: #9AB312;
	text-decoration:none;
}

.posttitle h2{
	font-size: 15px;
	margin: 0px;
}

.postcontent {
	height: 100%;
	font-size: 12px;
	border: 1px #ffffff dotted;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 5px;
}

.postcontent p {

}

.postcontent ul li {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
}

.postcontent  li {
	margin-top: 5px;
	margin-left: 25px;

	list-style-type: disc;
}
.postcontent img {
	
	border: 0px;

}

.postbottom {
	height: 25px;
	font-size: 10px;
	color: #ffffff ;
}

.postbottomleft {
	width: 138px;
	font-size: 10px;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.postbottommiddle {
	width: 138px;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.postbottomright {
	width: 138px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	background: #ffffff ;
	float: right;
}

.comment {
	width: 450px;
	height: 100%;
	border: 1px #ffffff dotted;
	background: #ffffff;
	margin-top: 10px;
	margin-left: 5px;
}

.commenttitle {
	height: 20px;
	line-height: 25px;
	color: #9AB312;
	background: #ffffff ;
	padding: 5px;
}

.commenttitle a:link {
	color: #9AB312;
	text-decoration:none;
}

.commenttitle a:visited {
	color: #9AB312;
	text-decoration:none;
}

.commenttitle h2{
	font-size: 15px;
	margin: 0px;
}

.commentimage img{
	width: 40px;
	height: 40px;
	border: 1px #ffffff dotted;
	margin-right: 5px;
	float: left;
}

.commentcontent {
	height: 100%;
	font-size: 12px;
	border: 1px #ffffff dotted;
	border-left: none;
	border-right: none;
	padding: 5px;
}

.commentcontent2 {
	height: 100%;
	font-size: 12px;
	border: 1px #ffffff dotted;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
}

.commentbottom {
	height: 25px;
	line-height: 15px;
	font-size: 10px;
	background: #ffffff ;
}

.commentbottomleft {
	width: 138px;
	font-size: 10px;
	padding: 5px;
	float: left;
}

.commentbottommiddle {
	width: 138px;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	background: #ffffff ;
	float: left;
}

.commentbottomright {
	width: 200px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	background: #ffffff ;
	float: right;
}

.text {
	width: 300px;
    background: #FFFFFF;
	border: 1px #ffffff dotted;
	padding: 5px;
	color: #525552;
	margin-left: 5px;
	margin-top: 3px;
	text-align: center;
}

.submit {
	width: 125px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebox {
	width: 170px;
	height: 100%;
	border: 1px #ffffff dotted;
	margin-top: 10px;
	margin-right: 15px;
	background: #ffffff;
}
.sidebox ul{

margin-left:20px;

}

.sideboxtitle {
	height: 20px;
	border: 1px #ffffff dotted;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #ffffff ;
	line-height: 20px;
	font-size: 20px;
	color: #9AB312;
	padding: 5px;
}

.sideboxtitle h2{
	font-size: 15px;
	margin-top: 0px;
}

.sideboxcontent {
	height: 100%;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
}

.sideboxcontent a:link {
	color: #9AB312;
	text-decoration: underline;
}

.sideboxcontent a:hover {
	color: #F7E624;
	text-decoration: underline;
}

.sideboxcontent a:visited {
	color: #9AB312;
	text-decoration:none;
}

.sideboxcontent ul li {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
}

.sideboxcontent  li {
	list-style-type: square;
}

#footer {
	width: 973px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #9AB312;
	border: 1px #ffffff dotted;
	background: #ffffff ;
	padding: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#footerleft {
	float: left;
}

#footerleft a:link {
	color: #9AB312;
	text-decoration:none;
}

#footerleft a:visited {
	color: #9AB312;
	text-decoration:none;
}

#footerright {
	float: right;
}
/* End captions */
