/*
Theme Name: Integricity LPS
Theme URI: http://integricity.com
Description: A Wordpress theme designed by Integricity
Author: Integricity
Author URI: http://www.integricity.com/
version: 1.0
*/

.avatar {visibility:hidden;}


/* basics */

*{margin:0; padding:0;}

body {
	background: #edeee9;
	font-family: helvetica, verdana, arial;
	font-size: 11pt;
	margin: 0px;
	}
	
h1 {font-size: 18pt; font-family: helvetica, verdana, arial;}
h2 {font-size: 11pt; margin-top:5px; font-family: helvetica, arial; color:#6fa3bb; font-weight:bold;}
h3 {font-size: 10pt; margin-top:10px; font-family: helvetica, verdana, arial, sans-serif;}
h4 {font-size: 9pt; font-family: helvetica, verdana, arial;}


/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#6fa3bb;
	text-decoration:none;
	border: none;
	font-family: helvetica,verdana, arial;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}

object {background-color:#535353;}

/* container */
#outer_container{
	width: 1000px;
	margin: 0 auto;
	background: #edeee9 url(images/looping_bg.jpg) repeat-y;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	background:#fafaf8;
	color:#333;
	/*overflow: hidden;*/
	}
	
/* header */

#header {
	background: #edeee9;
  	width: 950px; 
  	height: 116px;
	color: #fff; 
	}
#blogLogo {
	   background:transparent url(images/header.jpg) no-repeat bottom;
	   min-width:385px;
	   min-height:116px;
	   display:block;
	   float:right;
	  }

#header h1{
	font-family: helvetica,verdana, arial;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;
	}
	
#header h1 a{color: #6fa3bb; text-decoration: none;}
#header h1 a:hover{color: #6fa3bb; text-decoration: none;}


#header h2{
	font-family: helvetica,verdana, arial;
	font-size: 16pt;
	font-weight: 300;
	font-style: italic;
	color: #6fa3bb;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}
#rotatingImages{
	padding:0;
	}
#searchContainer{
	float:left;
	margin-top:16px;
	margin-left:10px;
	}
#rssLogo{
	width:18px;
	height:18px;
	float:left;
	background: #edeee9 url(images/rssfeed.png);
	display:block;
	margin-top:26px;
	margin-left:15px;
	}
/* main menu */


#menu {
	background: #535353;
	font-family: helvetica,verdana, arial;
	font-size: 11pt;
	width:950px; 
	height:35px;
}


#menu ul {
	margin: auto;
	padding: 6px 0 0 0;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 12px 6px 12px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-family: helvetica, verdana, arial;
}

#menu ul li a:hover {
	background-color: #535353;
	color:#fff;
}



/* content */

.date_author {
	text-transform:lowercase;
	color:#bcbcbc;
	font-size:11.5pt;
	font-weight:normal;
	}
#content {
	margin:auto;
	width: 96%;
	overflow: hidden;
	min-height:550px;
	}	

.post {
	margin: 0 10px;
	padding:5px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: helvetica, verdana, arial;
	font-size: 17pt;;
	font-weight: normal;
	color: #0081bd;
	padding-bottom:4px;
	}
	
.post h2 a{
	font-family: helvetica, verdana, arial;
	color: #0081bd;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 10pt; font-family: helvetica, verdana, arial;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#eaeaea;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:10pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

p.wp-caption-text{font-size:8pt; margin-top:1px; text-align:center;}

div.aligncenter{margin:auto; margin-top:2em;}

.formInput {width:350px;background-color:#eaeaea;border:1px solid #777; overflow:auto;font-family:Helvetica, Verdana, Arial;font-size:13px;color:#BCBCBC;}
td.tdFont {font-size:13px;font-family:Helvetica, Verdana, Arial;color:#333;}
.tdFontHead {font-size:13px;color:#777;}
.textAreaFont {font-family:Helvetica, Verdana, Arial;color:#BCBCBC;font-size:13px;}
.formSubmit {border:1px solid #777;color:#0081BD;background-color:#eaeaea;font-size:13px;width:80px;}


/* sidebar */

#sidebar {

	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	border-right: 1px dotted #A2A2A2;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: helvetica, verdana, arial;
	font-size: 11pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: helvetica, verdana, arial;
	font-size: 11pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;font-size:11px}
.commentbar {color:#999;}
.commentbarEdited {
	display:block;
	font-weight:400;
	margin:0 !important;
	padding:5px 0px 10px !important;
	text-align:left;
	color:#999;
	}

ol.commentlist li {
	background: #fff;
	margin:10px 0 -10px;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#65a6be;text-decoration:none;text-transform:uppercase;font-weight:bold;}

cite {
	font-family: helvetica,verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: helvetica,verdana, arial;
	}

#searchform input#s{
	font-family: helvetica,verdana, arial;
	font-size: 9pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: helvetica,verdana, arial;
	font-size: 9pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 0px solid #B7B7B7;
	background-color: #edeee9;
	color: #797979;
	text-transform:uppercase;
	}

/* footer */

#footer {
	background: #fafaf8;
	clear: both;
	width: 94%;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #9d9d9d;
	font-family: helvetica,verdana, arial;
	font-size: 8pt;
	}
	
#footer p{padding:6px;margin-top: 10px; color: #888; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#dropmenuContainer{
	width:950px;
	height:35px;
	background-color:#171717;
	margin:auto;
}
#dropmenu{
	
}
#dropmenu, #dropmenu ul {; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#535353; font-size:10.5pt; text-align:center;}
#dropmenu a {display:block; height:29px; padding:0.25em 12px 0; color:#fff; text-decoration:none; background:#535353;}
#dropmenu a:hover {background:#535353; color:#fff;}
#dropmenu li {float:left; position:relative; width:auto;}
#dropmenu li.logo a {border:none; border-top:4px solid #ffbe10; background:#f85c00; color:#ffbe10; font-size:1.68em; line-height:1.48em; font-weight:bold; padding:0 0.68em 1px 0.68em; margin:-8px 0 0 -1px; -moz-border-radius:0 0 7px 7px; -webkit-border-radius:0 0 7px 7px;}
#dropmenu ul {position:absolute; display:none; width:160px; top:33px;}
#dropmenu ul a {border-left:1px solid #c8c8c8; width:100%; text-align:left; font-size:8pt;}
#dropmenu li ul {border-top:1px solid #c8c8c8; width:160px;; background-color:#cccccc;}
#dropmenu li ul a:hover {background-color:#fff; color:#5f8ca1;}
#dropmenu li ul a {width:150px;; height:auto; float:left; background-color:#cccccc; color:#000; border-top:1px solid #000;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


.mytwitter_tweet {
color: #000;
}
.mytwitter_tweet_time {
color:#ff9db3;
}
.mytwitter_separator {
color: red;
}
#mytwitter_tweet-1 {
        font-size: 12px;
}
#mytwitter_tweet_time-1 {
        font-size: 12px;
        color:#ff9db3;
}
#mytwitter_separator-1 {
        font-size: 12px;
}
ul li.mytwitter {
        color: green;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:950px; height:32px; font-size:0.85em; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:950px; w\idth:950px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#fff; height:33px; background:#171717; padding-left:0px; padding-right:25px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:33px;t\op:34px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#171717; color:#8a8a8a; height:auto; line-height:1em; padding:5px 10px; width:155px;border-top:1px solid #171717;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#171717;}
.menu :hover > a{ color:#fff;background:#171717;}
.menu ul ul :hover > a {color:#fff;background:#171717;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  /*color: red;*/
  /*background: white;*/
  /*border-left: 1px solid black;*/
}

.menu .current_page_item a {
  /*color: red;*/
  /*font-weight: bold;*/
  /*background: white;*/
}

.menu ul .current_page_item ul a {
  /*color: white;*/
  /*font-weight: normal;*/
  /*background: black;*/
}

.menu ul .current_page_item ul a:hover {
  /*background: gray;*/
}

.menu .current_page_item a:hover {
  /*background: white;*/
}

#newsletter_textbox{
		     width:300px;
		     height:24px;
		     font-family: verdana, helvetica, arial;
                     background-color:transparent;
                     border:1px solid #aaa;
                     color:#bbb;
                     font-size:14px;
                     padding-top:4px;
                     padding-left:4px;
		   }
#newsletter_submit{
                   border:none;
                   font-size:14px;
                   font-weight:bold;
                   font-family: verdana, helvetica, arial;
                   background-color:transparent;
                   color:#ff9db3;
                   height:24px;
                   width:80px;
                   }
#tweeter_cont{font-size:12px;}

.dropdown {float:right; padding-left:8px;padding-top:12px;}
.dropdown dt {cursor:pointer;color:#fff;font-size:0.75em;text-transform:uppercase;padding-left:2px;padding-right:2px;}
.dropdown dt:hover {color:#fff;}
.dropdown dd {position:absolute; overflow:hidden; width:169px; display:none; background:#171717; z-index:200;opacity:0;}
.dropdown ul {width:169px; list-style:none; border:none}
.dropdown li {display:inline; font-size:0.75em;text-transform:lowercase;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block;padding-top:7px;padding-bottom:2px;padding-left:5px; color:#8a8a8a; text-decoration:none;width:169px; background-color:#171717;}
.dropdown li a:hover {color:#fff; text-decoration:none;}
.dropdown .underline {border:none;}

.dropdown2 {float:right; padding-left:8px; padding-right:21px;padding-top:12px;}
.dropdown2 dt {cursor:pointer;color:#fff;font-size:0.75em; text-transform:uppercase;padding-left:2px;padding-right:8px;}
.dropdown2 dt:hover {color:#fff;}
.dropdown2 dd {position:absolute; overflow:hidden; width:175px; display:none; background:#171717; z-index:200;opacity:0;}
.dropdown2 ul {width:175px; list-style:none; border:none}
.dropdown2 li {display:inline; font-size:0.75em;text-transform:lowercase;}
.dropdown2 a, .dropdown a:active, .dropdown a:visited {display:block; padding-top:7px;padding-left:5px;padding-bottom:2px; color:#8a8a8a; text-decoration:none;width:175px; background-color:#171717;}
.dropdown2 a:hover {color:#fff; text-decoration:none;}
.dropdown2 .underline {border:none;}

div.dropdownSingle {float:right; padding-left:8px;padding-top:12px;}
div.dropdownSingle a{margin:0;color:#fff;text-align:right; padding-right:0px;padding-bottom:0px; text-decoration:none; display:block;font-size:0.75em;text-transform:uppercase;cursor:pointer;}
