/*
Theme Name: ProSense-Blue

/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% Verdana, Arial, Sans-Serif;
	background: #000 url('/images/780blank.jpg');
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #676044;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background2.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	height: 130px;
	background: #000 url('images/bannerie.jpg') top center repeat-y !important;
}


#header h1 {
/*-- Remove the Display:none to show real text titles. --*/

        display:none;

	font-size: 3.5em;
	padding: 0;
	margin: 0;
	color: #fffFE8;

        text-shadow:#000 2px 2px 5px;

	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header .fakeHeaderLink {
/*This is to replace the h1 link to the home page of the site*/
        width:32em;
        height:6em;
        display:block;
        color:transparent;
}

#header .fakeHeaderLink:hover {
        text-decoration:none;
}


#header h1 a {
	color: #fffFE8;
}

#header h1 a:hover {
        text-decoration:none;
	color: #fffFD6;
}

.description {
/*-- Remove the Display:none to show real text titles. --*/
display:none;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
        font-size:1.6em;
        color:#fffFE8;
        text-shadow:#000 2px 2px 4px;
	padding: 5px 0px 10px 30px;
}

#header #header_right {
	float:right;
	width: 290px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 580px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 30px 0px 20px 35px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}


.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
        font-size: 1.6em;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {




	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}


.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	background: #ffffff;
        font-style: italic;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

alignright {
        border: 0;
	margin:0;
	
}

.width20{width:20%;}
.width30{width:30%;}
.width40{width:40%;}
.width50{width:50%;}
.width60{width:60%;}
.width70{width:70%;}
.width80{width:80%;}
.width90{width:90%;}
.width100{width:100%;}


/*-- capImage is no longer needed as the image-caption plugin is being used instead --*/

.capImage {
  text-align:left;
}

.capImage img{
  width:90%;
}

.capImage .caption{
   clear:both;  
   font-size:0.4em;
   font-style:italic;
   margin:5px;
}


/*-- img-cap allows image credits to be overlayed on image --*/


p.img-cap {
	margin-top:-1.5em;
	font-size: .75em;
	font-style:italic;
	text-align:right;
	padding:2px 2px 0 0;
	}



.TwoColBox { 
	padding: 0.5em;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2%;
	text-align: left;
	font-size: 14px;
	line-height: 1em;
	width: 42%;
}


.breaker{
float:none;
clear:both;
height:0px;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #111111;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 0px #999;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 0px #999;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.4em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {

	border-bottom: dashed 1px #DAD5B7;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #DAD5B7;
}


#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.4em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}


/*-- Sidebar 2 Boxes--*/


#sidebar .box {
        background: #EADEAA;
        padding: 10px 4px 10px 4px;
        border: 5px 5px 5px 5px #EADEAA;
}

#sidebar .box h2 {
	padding: 0px 0px 0px 8px;

}

#sidebar .box p {
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

#sidebar .boxfill {
        background: #EFEFCD;
      	padding: 7px;
      	border: 0px 10px 0px 10px #EADEAA;
      	margin: 0px 0px 0px 0px; 
}



/*-- Sidebar 2 Pyramid Fields--*/

#sidebar .widget_mylinkorder {
        background: #EADEAA;
        padding: 10px 4px 10px 4px;
        border: 5px 5px 5px 5px #EADEAA;
}

#sidebar .xoxo {
        background: #EFEFCD;
      	padding: 7px;
      	border: 0px 10px 0px 10px #EADEAA;
      	margin: 0px 0px 0px 0px; 
}

/*-- Sidebar 2 Categories--*/

#sidebar .widget_categories {
        background: #EADEAA;
        padding: 10px 4px 10px 4px;
        border: 5px 5px 5px 5px #EADEAA;
}

#sidebar .cat-item {
        background: #EFEFCD;
      	padding: 2px 7px;
      	border: 0px 10px 0px 10px #EADEAA;
      	margin: 0px 0px 0px 0px; 
}




/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	margin-right: 30px;
	margin-left: 30px;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;

}





/* BOX STYLING */ 


/* END BOX STYLING */ 




/* TWITTER WIDGET STYLING */ 


.widget_twitter li.twitter-item {
	background: url(images/twitteritemtop.png) top center no-repeat !important;
        padding-top:10px !important;
        border-bottom: none !important;
}

.widget_twitter li.twitter-item a.twitter-link {
        display:block !important;
        padding-bottom:5px !important;
        padding-left:4px !important;
        padding-right:4px !important;
        font-size:0.8em;
}

.widget_twitter li.twitter-item span.twitter-timestamp {
        font-size:0.6em !important; 
        line-height:0.9em !important;
        width:100% !important;
        display:block !important;
        text-align:right !important;
        background: transparent url(images/twitteritembottom.png) bottom center no-repeat !important;
        padding-bottom:6px !important;
}

/* END TWITTER WIDGET STYLING */


/* CONTACT FORM STYLING */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 180px;
}
#wpcf input {
	float: left;
	width: 220px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 400px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	align: middle;
        margin: 10px 5px 2px 140px;
}


/* Astore */

.shop { width:95em; } 



