/* 
Theme Name: PLANiT Client Area
Theme URI: http://www.madfatter.com
Description: The Design PLANiT Client Area
Version: 1.0
Author: Trevor Fischer
Author URI: http://www.madfatter.com

*/@charset "UTF-8";
/* CSS Document */

/* Social Media Links */
#soc_med_links li
{
display: inline;
list-style-type: none;
padding-right: 18px;
}

#soc_med_icons{
float: right;
padding: 98px 0 0 0;
position:relative;
width: 123px;
}

#soc_med_links li img
{
border:none;
}

/* Main Styling */

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #122a88;
	text-decoration: none;
}

a:visited {
	color: #122a88;
	text-decoration: none;
}

a:hover {
	color: #931c1d;
	text-decoration: none;
}

.entry a {
	color: #931c1d;
	text-decoration: none;
	font-weight:bold;
}

.entry a:hover{
	color: #122a88;
	text-decoration: none;
}

.entry a img {
	color: #122a88;
	text-decoration: none;
}

.entry a:hover img{
	color: #931c1d;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
color:#122a88;
}

h2 {
font-size:1.4em;
font-weight:normal;}

/*h3{
font-weight:normal;
}*/

p{
padding: 5px 0 5px 0;
}


body {
	background-image:url(images/BG.gif);
	background-repeat: repeat;
font-family: 	'Lucida Grande','Lucida Sans','Lucida Sans Unicode',sans-serif;
	font-size: 62.5%;
	color: #555555;
}

#header {
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 980px;
}


#wrapper {
padding-top: 15px;
width: 980px;
margin:auto;
clear:both;
position: relative;
}

#content_container{
background-color:#FFFFFF;
	background-image: url(images/sideBarBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}

#content{
width:685px;
float:right;
padding: 75px 45px 40px 10px;
font-size:1.2em;
}

#sidebar{
	float:left;
	width:170px;
	padding:75px 35px 275px 35px;
	background-image: url(images/sidebarBottomImageTransparent.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style: none;
	font-size:1.2em;

}

#noflashHeader li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-size:1.4em;
}

#noFlash_header_nav{
background-color:#FFFFFF;
padding:100px 0 15px 25px;

}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-top:4px;
}


#navlist li 
{
font-size:1.25em;
color:#122a88;
padding-left: 20px;
padding-bottom:15px;
background-image: url(http://madfatter.com/hushmedia/planit//images/listBullet.gif);
background-repeat: no-repeat;
background-position: 0 .35em;
}

.pagetitle{
font-size: 1.6em;
padding: 8px 0 5px 5px;
}

.widgettitle{
font-size: 1.3em;
padding: 11px 0 15px 0;
font-weight:bold;
}

.post {
	width:666px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #122a88;
	clear:both;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7dcef;
	background-image: url(images/newsItemBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}



small.postDate{
float: right;
font-size:0.6em;
padding-right: 5px;
}

.small{
color:#122a88;
}

.widget_pages {
	list-style: none;
	
	}
	

.size-thumbnail{
	margin:5px 5px 0 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 122a88;
	border-right-color: 122a88;
	border-bottom-color: 122a88;
	border-left-color: 122a88;
}


.page_item
{
font-size:1.4em;
color:#122a88;
padding-left: 20px;
padding-bottom:10px;
background-image: url(images/listBullet.gif);
background-repeat: no-repeat;
background-position: 0 .35em;
list-style: none;
}

#login{
background-image: url(images/footerBlack.jpg);
background-repeat: no-repeat;
height: 21px;
width: 980px;
clear:both;
}

#link_box {
	margin-top: 50px;
	padding-left: 10px;
	padding-bottom:5px;
	border-left: 20px solid #0f94fa;
}

a.clientArea_btn{
	float:right;
	margin: 6px 4px 0px 0px;
	background-image: url(images/goButton.gif);
	width:128px;
	height:11px;
	background-repeat: no-repeat;
	background-position: right;
}

a:hover.clientArea_btn{
background-image: url(images/goButton_over.gif);
}

a.home_btn{
	padding:0px 80px 12px 0px;
	background-image: url(images/home.gif);
	width:128px;
	height:16px;
	background-repeat: no-repeat;
	background-position: right center;
}

a:hover.home_btn{
background-image: url(images/homeOver.gif);
}

a.footer_btn{
color: #aaaaaa;
}

a:hover.footer_btn{
color: #7283c8;
}


a.logo_btn{
	width:247px;
	height:125px;
	float:left;
	
}

#footer {
	text-align: center;
	padding-top: 25px;
	color: #aaaaaa;
	font-size:10px;
	clear:both
}
 

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0 4px 0 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	*margin-bottom:25px;
	*padding-bottom:25px;
	}
	
.navigation .alignright, .navigation .alignleft{
	width:200px;
	margin-top: 10px;
	}
	
.navigation .alignright {
	text-align:right;
	}
	
.navigation .alignleft {
	text-align:left;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
margin: 2px 10px 4px 0px;
}

.wp-caption.alignright {
margin: 2px 0px 4px 10px;
}

.wp-caption{

	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding: 8px 4px 0 4px;
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p, .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

	
}

.caption {
font-size: 1.2em;
font-weight:bold;
}

