/*
Theme Name: BlueTech IT Default
Theme URI: www.bluetechit.com/Blue_Style.css
Description: Style sheet for entire BlueTech IT Website including wordpress blog styling
Author:Author URI: Rick Socarras-BlueTech IT Solutions: www.bluetechit.com
*/


Body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #CCCCCC;	/* scrollbar-arrow-color: #003366;  */
	background-color: #040A3A;
	line-height: 1.5em;
}

.blueLine{
border-bottom: 1px solid #0B1867;
}

.headingBlue{
  color:#CCCCCC;
  font-weight:bold;
}
 
.nbdotted{
	/*border-color: #003366; */
  border-top: 1px dotted #003366;
  border-right: 1px dotted #003366; 
  border-bottom: 1px dotted #003366;
  border-left: 1px dotted #003366;
}

.nbdottedGray{
	/*border-color: #003366; */
  border-top: 1px dotted #999999;
  border-right: 1px dotted #999999; 
  border-bottom: 1px dotted #999999;
  border-left: 1px dotted #999999;
}

.bottomDotted{
 border-top: 2px dotted #003366;
}


.bDashes{
	border-bottom: 1px dotted #003366;
}

.leftDashes{
border-left: 1px dashed #003366;
}
 

.bSolid{
border-bottom: 1px solid #999999;
}

.bSolidBlue{
border-bottom: 1px solid #1E80F0;
}

.bLeft{
border-left: 2px solid #003366;
}

.tSolid{
border-top: 1px solid #003366;
}

.leftnBottom{
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
border-left: 2px solid #003366;
}

.leftnBottomTwo{
border-bottom: 1px solid #003366;
border-left: 1px solid #003366;
}

.rightOnly{
border-right: 1px solid #999999;
}

.solidBox{
	border: 1px solid #FFFFFF;
}

.solidBox2{
  border-top: 1px solid #999999;
  border-right: 1px solid #999999; 
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  }
  
.topNBottomLine{
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;

}

.solidBoxNoTop{
 
  border-right: 1px solid #1E80F0; 
  border-bottom: 1px solid #1E80F0;
  border-left: 1px solid #1E80F0;
}

.leftAndRightOnly{
 
  border-right: 1px solid #999999; 
  border-left: 1px solid #999999;
}

/**Gray headings**/
.grayHeading{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	
}


a:link{	
		color:#2A76BB;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited{
  color: #2A76BB;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a:active{
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*links for footer******************************************/


a.bottom:link{	
		color: #666666;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.bottom:visited{
  color: #4C7298;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a.bottom:hover{
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a.bottom:active{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**************************************Espanol link****************************/

a.espanol:link{	
		color: #FF0000;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}


/**************************************Mendelson Links****************************/
a.mendelson:link{
color: #000099;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}

/**************************Home Page Accent Links*************************/

a.index:link{	
		color:#FFFFFF;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.index:visited{
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

a.index:hover{
	color:##CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a.index:active{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/**WORDPRESS STUFF******************************************/

/**Post look**/
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: #D6CDB4 1px dotted;
	}

.post hr {
	display: block;
	}
	
	
	
	
	
	


/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 0px;
	margin-top: 20px;
	background-color:#000033;
	width: 195px;
	font: 11px #CCCCCC Verdana, Arial, Helvetica, sans-serif;
	border: 1px #DDDDDD solid;
	}

#sidebar form {
	margin: 0;
	}
	
/**sidebar copde that affects spacing**/
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	color:#333333;
	margin: 13px 0 0 0;  /**code that affects spacing**/
	padding: 0;
	}
	
	
	
/**affects the sidebar headings and links**/
/** Was #sidebar ul li{ **/
#sidebar ul  {
	/*list-style-type:square;  */
	padding-left: 7px;
	padding-right: 15px;
	padding-bottom: 10px;  /**affects the spacing at the end of the list items nad the next heading**/
	/*list-style-image: none;*/
	margin-top:6px;
	border-bottom:dashed 1px #D6CDB4;
	list-style-type:none;
	/*margin-bottom: 8px;  **/
	}
	
/**self made, controls the list items in the sidebar**/
#sidebar li ul  {
	list-style-type:square; 
	padding-left: 15px;
	padding-right: 3px;
	/*list-style-image: none;*/
	margin-top:3px;
	/**border-bottom:dashed 1px #D6CDB4;**/

	/*margin-bottom: 8px;  **/
	}
	
	
	
	
	
	
	
	
	
#sidebar ul, #sidebar ul ol {
	/**border: 1px #DDDDDD dashed; /**added**/
	margin: 7px;
	padding: 1px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
	
/**affects tags section at bottom of posts**/
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#FFFFCC;
	}
	
	
/* End Sidebar */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 165px;
	
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 2px;
}


/**CONTENT****/

/**#content {
	font-size: 1.2em
	}  **/
	
	
.narrowcolumn {
	float: left;
	padding: 1px 1px 20px 5px;
	margin: 0px 0 0;
	width: 500px;
	text-align:justify;
	}
	

/**Page properties for heading**/
	h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#FF9900;
	font-weight: bold;
	line-height: 1.25em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
	h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 15px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
	color:#CCCCCC;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/**Heading color and links**/
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#FF9900;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color:#FF9900;
	text-decoration: none;
	}
	




/**Comment Box*****************************************************************************************/

.box2{
margin-top:5px;
padding-top:10px;
width: 500px;
text-align:left;

} 


/*.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
*/
.commentlist li ul li {
	font-size: 9px;
}

/**affects the text with the name of the poster and the post contents**/
.commentlist li {
	font-weight:normal;
}


.commentlist li .avatar { 
	float: left;
	padding: 8px;
	}

/**affects the posters name**/
.commentlist cite, .commentlist cite a {
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color:#FFFFCC;
	
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}


#commentform p {
	font-family:  'Verdana', Arial, Sans-Serif;
	font-size:9px;
	font-weight:normal;
	
	}

.commentmetadata {
	font-weight: normal;
}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}


/* Begin Comments*/

/**affects alternate comment look**/
.alt {
	margin: 0;
	padding: 0px;
	background-color:#E3D9CC;
	}

/**outer frame for comments**/
.commentlist {
	padding: 0;
	background-color:#000033;
	text-align:left;
	}

/**affects spacing of comment blocks*/
.commentlist li {
	margin: 0px 0 0px 0px;
	padding: 5px 5px 20px 10px;
	list-style: none;
	border-bottom:solid 1px #D6CDB4;

}
	
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 0px;
}

/**styles actual comments and spacing**/
.commentlist p {
	margin: 15px 5px 5px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*affects the links for date and time posted**/
.commentmetadata {
	font-size:9px;
	margin: 0;
	display:compact;
	}
/* End Comments */	
