@import url("reset.css");


/* General HTML*/ 

h1,h2,h3,h4,h5,h6 {
	color:#666;
	font-weight:bolder;
}

a  {
	color: #32c346;
	text-decoration: underline;
}

h3 a:link, h3 a:visited  {
	color:#666;
	font-weight:bolder;
}



/* Working thry the layout of the page*/ 


body  {
	background-color:#646464;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

#BgContainer {
	width: 850px;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
	border: 7px solid #CCC;
	
	overflow:hidden; 
	height:1%;
}
	
 #Container { 


	

 } 


#Header {

	height: 57px;
}
#Logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;	
	width:200px;
	height:57px;
	
}

 #Header h1 {
	padding-left: 10000px;
	color: #333;
	display: none;
}

#Nav {
		float:right;
		margin-top:11px;	
	}
	
 #NavBar #currentHome a {
background-color:#32c346;
}

 #NavBar #currentAbout a {
background-color:#2ca83c;
}
 #NavBar #currentProducts a {
background-color:#258f33;
}


 #NavBar #currentServices a {
background-color:#1e752a;
}
 #NavBar #currentBlog a {
background-color:#185c21;
}
 #NavBar #currentContact a  {
	background-color:#134C1A;
}


		
#Content {
	margin-top: 10px;
}

.ListWithImages img {
	margin:10px;
	width:auto;
	float:left;
}

ul.ListWithImages {
	
}

.ListWithImages li {
	width:90%;
	margin:0px;
	list-style:none;
	float:left;
	
}

.ListWithImages  li span {
	
}



#ChildrenList .ListWithImages img {
	margin:10px;
	width:auto;
 	border: 1px solid #999;	

	
	
}

#ChildrenList .ListWithImages li {
	padding-bottom:10px;
	margin-left:-15px;
	
	
}

#ChildrenList .ListWithImages li h4 {
	border-bottom-style:none;
	margin-bottom:0px;
	
}

#ChildrenList .ListWithImages li .summary{
	margin-top:-15px;
	font-size:1em;
	color:#666;
	padding-left:5px;
	
}

#ChildrenList .ListWithImages li .more{
	font-size:.9em;
	
}




#ChildrenList .ListWithImages  li span {
		
		font-size:1.1em;
		
	
}



/* SIDEBAR-------------------------------------- */
	#Sidebar { 
		width: 200px; 
		float: left;  
		padding: 0px;
		
	}
		

/* SIDEBAR-------------------------------------- */
	#Sidebar a {
	text-decoration: none;		
	}
	
	
	#Sidebar li {
	list-style-type: none;
		margin-left: 3px;
	}
	
	#Sidebar ul {
		margin-left: 0px;
	}
	
	
	#Sidebar .current {
		font-weight: bold;	
	}
	

.withsidebar #MainContent {
	margin-left: 210px;	
	clear:none;

} 

 #TextContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	

}



 #Footer { 
 	float:left;
	background-color:#F3FBEC;
	width:100%;
	
} 


#FooterInfo {
	font-size:.98em; 
	float:left; 
	width: 30%;
}


#FooterNavArea {
	margin-left:32%;
}

#FooterNavArea ul  {
float:left;
}



#FooterNavArea #NewsletterForm {
		float:left;
}



#FooterNavArea .Copyright {
		font-size:.9em;
		float:left;
		clear:both;
}







/* this is repated because I could get it work !!! */
#FooterInfo h1 {  }
#FooterInfo h2 {  }
#FooterInfo h3 {  }
#FooterInfo h4 { }
#FooterInfo h5 { }
#FooterInfo h6 { }



 
 #Footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#Footer ul.FooterNav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .98em;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 6em;
	float: left;
}

 #Footer a {
	text-decoration: none;	 
 }
 
  #Footer a:hover {
 }
 
 

#Footer  a.TopLevel{
		font-size: 1.1em;

}

#Footer .FooterSub{ 
 margin-left:0px; 

	
}

#ProjectContent {
   overflow: hidden;
}

.ProjectSummary {
	float:left;
	width:28%;
	
	height:250px;
	
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCC;
	
	padding:15px;
	margin-bottom:15px
}


.Products {
   overflow: hidden;
}




#ProductSummary {
	float:left; 
	margin:20px;
}

.ProjectSummary  a:link, a:visited {
	text-decoration: none;
}

.ProjectSummary  a:hover {
	text-decoration:underline;
}


.ProjectSummary  p {
	text-decoration: none;
	font-size: .9em;
}

.ProjectSummary  h3 {
	text-decoration: none;
	margin-bottom:2px;
	height:60px;
}



.ProjectSummary .SummaryText {
		height:50px;

}

.ProjectSummary  .more {
	text-decoration: none;
	font-size: 1em;
}

#ProductSummary:hover {

}

#ProductSummary .Summary {
 padding-top:30px;
 padding-left:20px;
 
 font-size:1.1em;
}



/* BLOG related */

.blogSummary h3 {
	margin-top:10px;
	
}
.blogSummary h3 a:link{
	color:#333;
	text-decoration:none;
	
}




.blogSummary {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
	
}



.blogSummary .image {
	width:350px;
	float:left;
	
}

.blogSummary .ContentWithImage {
	width:250px;
	display:block;
	float:left;
	
	
}




.blogSummary .readmore  {
	display:block;
	margin-top:3px;
	margin-bottom:3px;
	float:right;
		
	clear:left;
}



.blogSummary a.readmore  {
	background-color:#CCC;
	padding:5px;
	text-decoration:none;
	
	color:#666;
	font-weight:bold;	

	
}

.blogSummary a.readmore:hover  {
	background-color:#CCC;
	color: #32c346;
	
	
}

.blogSummary .meta  {
	display:block;		
	clear:left;
}





.blogSummary .authorDate {
	
	color:#96B2B9;
	font-weight:bold;
}




.blogEntry .authorDate {
	
	color:#96B2B9;
	font-weight:bold;
}


.comments h3{
	padding-top:3px; 
	padding-bottom:3px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
}



 
#CommentHolder li {

	clear:left;
	padding-bottom:3px;

	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333;
	
	list-style-type: none;	
	margin-left:-18px;
	
	
}

#CommentHolder li  .info {
	margin-top:10px;

	width:120px;
	display:block;
	float:left;
}


 .info h3 {
	padding-top:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


#CommentHolder li .comment {
	
	float:left;
	margin-top:10px;
	width:450px;
	padding-left:10px;
	
	
}


#CommentHolder .comment .even {
	background-color:#F0FDF3;
	
}


#CommentsRSSFeed {
	clear:left;
}


/* -- blog comment form **/ 



#PageComments_holder label  {
	font-weight:bolder;
	width:120px;
	display:block;
	font-size:1.2em;

}


#PageComments_holder .middleColumn {
	font-weight:bolder;
	margin-top:10px;
	margin-left:130px;
	width:450px;
	padding-left:10px;
	background-color:#FFF;

}

#PageComments_holder .middleColumn input {
	float:left;
	display:block;
			width:450px;

	margin-top:-15px;
	color:#999;
	font-size:.8em;
	padding:5px;


}
#PageComments_holder input.action {
	margin-left:130px;

}

#PageComments_holder textarea {
		width:450px;
		height:225px;
		color:#999;
			padding:5px;

		font-size:.8em;

}


#FeaturedList li {
	list-style:none;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style:dotted;
	border-left-style: dotted;
	
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
	
	padding:8px;
	margin-bottom:15px;
	
	margin-left:-18px;
	margin-right:-18px;
	
	
}


#FeaturedList li:hover {
	
}



#FeaturedList li h4 a {
	color:#333;
	text-decoration:none;
}

#FeaturedList li h4 a:hover {
	text-decoration:underline; 
		color: #32c346;

	
}




#BlogSidebar h3 {
	
	
}



#FeaturedList h3 {
	
	padding-top:3px; 
	padding-bottom:3px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
}


/* Twitter feed stuff */ 

ul.TwitterStatus li {
	list-style:none;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
	
	padding:8px;
	margin-bottom:15px;
	
	margin-left:-18px;
	margin-right:-18px;
	
	
}

.HtmlContentWidget img {
 	padding-top:15px;
	padding-bottom:15px;
 	
}


/* Form and Newsletter form realated" */

#Form_Form #Newsletters  { display:none;}




input.action {
	padding: 5px;
	font-size: 1.1em;
	background-color: #32c346;
	color:#FFF;
	font-weight:bold; 
	
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;


	
}

#NewsletterForm input.action {

}



#NewsletterForm label {
	font-weight:bolder;
	color:#666;
	font-size:1.4em;

}

div.Actions {
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.image {
 margin:10px; 
}

.left {
 float:left; 	
}


.fullWidth {
	width:100%;
}

.third {
	float:left; 
	width:30%;
	margin:10px;
}

.intend {
	padding-left:50px;
	margin-top:0px;

}





.clear {
 clear:both;
}


.blogEntry img {
	 margin:10px; 

}
	
