/*
Theme Name: The Orange Pages
Theme URI: http://www.theorangepages.com/blog/
Description: The default "The Orange Pages" theme
Version: 0.1
*/

*,html { margin: 0; padding: 0; }
body {
	background-color: #88929a;
        margin:0 10px 0 10px;
        padding:0;
}

ul { list-style-type:none; }

form {
	display: inline;
	margin: 0;
	padding: 0;
}
	a:link {
	color : #306ea4;
	text-decoration : underline;
}
	a:visited {
	color : #306ea4;
	text-decoration : underline;
}
	a:hover {
	color : #306ea4;
	text-decoration : none;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: #0c3253;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;

}
h1 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED8A05;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ED8A05;
	margin: 5px 5px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #C5DCE2;
}
h3 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1c5485;
	margin: 5px 5px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #C5DCE2;
}
.box {
	padding: 15px 15px 15px 15px;
	vertical-align : top;
	border : 1px solid #efefef;
	background-color: #F5F9FA;

}
.search-bg {
	color:#ffffff;
	background-image: url('http://theorangepages.com/images/search-bg.gif');
}
	.search-bg a:link{
	color : #ffffff;
	text-decoration : none;
}
	 .search-bg a:visited {
	color : #bad3e9;
	text-decoration : none;
}
	.search-bg a:hover {
	color : #bad3e9;
	text-decoration : underline;
}

.m-bg {
	background-image: url('http://theorangepages.com/images/m-bg.gif');
	background-repeat: repeat-x
}
.l-rep {
	background-image: url('http://theorangepages.com/images/l-rep.gif');
	background-repeat: repeat-y
}
.r-rep {
	background-image: url('http://theorangepages.com/images/r-rep.gif');
	background-repeat: repeat-y;
	background-position:  right 50%;
}

.nav-bg {
	background-image: url('http://theorangepages.com/images/nav-bg.gif');
	color:#ffffff
}
.nav-bg a:link {
	color : #ffffff;
	text-decoration : none;
}
.nav-bg a:visited {
	color : #bad3e9;
	text-decoration : none;
}
.nav-bg a:hover {
	color : #bad3e9;
	text-decoration : underline;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.url {
	color: #208a0b;
}
div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #F7F7F7;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #F7F7F7;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.left_content {
   padding:10px;
   max-width:75%;
}
.sidebar {
   max-width:15%;
   padding:10px;
   border-left:1px dotted #E9E9E9;
}
.left_content p {
   text-align:justify;
}
.alignright {
   float: right;
   }

.alignleft {
   float: left
   }
#content {
   min-height:400px;
}
.post {
   margin:0 0 1em 0;
   padding:0 0 1em 0;
   border-bottom: 1px dotted #C5DCE2;
}






