@charset "utf-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #333;
	margin: 0; /* 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 */
	color: #000000;
	position:relative;
}

a:link,a:visited,a:active {
    text-decoration: underline;
    color: #336699; 
   /* text-shadow: 2px 2px 2px #000;*/
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.WeKnowTech #container {
	width: 70em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
overflow: hidden;
}

.WeKnowTech #innercontainer {
	width: 100%;
	background: #FFFFFF;
	margin: 0;  /*the auto margins (in conjunction with a width) center the page if needed */
	padding-right:30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
        float:left;
}
.WeKnowTech #header { 
	background: #000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.WeKnowTech #subheaderwrap { 
	background: #FFF; 
} 
.WeKnowTech #subheader { 
	background: #FFF; 
	margin: 0 10px 10px 15px;
	padding: 5px 10px 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border-bottom: 1px dotted #000;
} 

.WeKnowTech #navigation { 
	background: #FFF; 
	margin:0 10px 0 15px;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border-top: 3px solid #336699;
white-space: nowrap;

} 

.WeKnowTech #navigation ul{ 
text-align: left;
font: normal .9em Helvetica, Arial, Verdana, sans-serif;
position:inherit;
margin:0 0 0 -40px;
vertical-align:text-bottom;
} 

.WeKnowTech #navigation li{ 
display:inline;
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
float:left;

position:relative;
/*z-index:100;*/

} 

.WeKnowTech #navigation a:link,.WeKnowTech #navigation a:visited,.WeKnowTech #navigation a:active { 
color: #000;
display:block;
margin:0 0 0 0;
padding:5px 5px 5px 5px;
text-decoration:none;
font-weight:bold;
/*letter-spacing: 1px;*/


} 

.WeKnowTech #navigation a:hover {
color: #FFF;
background-color: #336699;
}

.WeKnowTech #navigation a#active {
color: #FFF;
background-color: #336699;
}

.WeKnowTech #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.WeKnowTech #mainContent {
	/*padding: 0 20px 20px 0; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 10px 20px 20px 20px;
	text-align: left;
	width:47em;
	border-top:1px dotted #000;
	/*border-right:1px dotted #000;*/
	left:0;
	position:relative;
	z-index:100;
	
}

.WeKnowTech blockquote{
padding:5px;
font-weight:bold;
font-size:12px;
background:#9CC9F6;
}

.WeKnowTech #sideBox1 {
	/*padding: 0 20px 20px 0; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #336699;
	margin: 10px 0 20px 20px;
	text-align: left;
	width:22em;
	border-top:1px dotted #000;
	border-left:1px dotted #000;
	float:right;
padding-bottom: 32767px;
margin-bottom: -32767px;
overflow:hidden;
	position:relative;
	z-index:110;	
}

/*.sub-side1{
width:7em;
float:left;
padding-left: 10px;
padding-right:5px;
padding-bottom: 32767px;
margin-bottom: -32767px;
border-right:1px dotted #000; 	

}

.sub-side2{
width:7em;
float:left;	
} */


.WeKnowTech #lower-main{
    text-align: left;
	float:left;
	padding: 0 10px 0 10px;
	margin:-105px 0 0 -20px;
	background-color: #CCC;
		width:47em;
	position:relative;
	z-index:120;
	
}




/* slideshow formatting*/
#indexslide {margin: 50px auto;}
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}
#wrapper {width:606px; margin:2px auto; display:none;}
#wrapper * {margin:0; padding:0;}
/*#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000;}*/
#fullsize {position:relative; width:600px; height:360px; padding:1px; border:1px solid #fff; background:#336699;} /*29aae0*/
#information {position:absolute; bottom:0; width:600px; height:0; background:#336699; color:#fff; overflow:hidden; z-index:200; opacity:.9; filter:alpha(opacity=70);}
/*#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70);}*/
#information h3 {padding:4px 8px 3px; font-size:14px;}
#information p {padding:0 8px 8px;}
#image {width:600px;}
#image img {position:absolute; z-index:25; width:auto;height:360px;width:600px;}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150;}
#imgprev {left:0; background:url(/media/slideshow/images/left.gif) left center no-repeat;}
#imgnext {right:0; background:url(/media/slideshow/images/right.gif) right center no-repeat;}
/*#imgprev {left:0; background:url(/media/slideshow/images/lftarrow_blue.gif) left center no-repeat;}
#imgnext {right:0; background:url(/media/slideshow/images/rtarrow_blue.gif) right center no-repeat;}*/
#imglink {position:absolute; height:366px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
#imglink_fix {width:100%; height:100%; background-image:url(/media/slideshow/images/fix.gif);}
.linkhover {background:url(/media/slideshow/images/link.gif) center center no-repeat;}
#thumbnails {margin-top:2px;}
/*#slideleft {float:left; width:20px; height:81px; background:url(/media/slideshow/images/scroll-left.gif) center center no-repeat; background-color:#222;}
#slideleft:hover {background-color:#333;}*/
#slideleft {float:left; width:30px; height:31px; background:url(/media/slideshow/images/left_arrow_blue.gif) center top no-repeat; background-color:#FFF;}
#slideleft:hover {background-color:#FFF;}
/*#slideright {float:right; width:20px; height:81px; background:#222 url(/media/slideshow/images/scroll-right.gif) center center no-repeat;}
#slideright:hover {background-color:#333;}*/
#slideright {float:left; width:30px; height:31px; background:#222 url(/media/slideshow/images/rt_arrow_blue.gif) center top no-repeat; background-color:#FFF;}
#slideright:hover {background-color:#FFF;}
#slidearea {float:left; position:relative; width:300px; margin-left:5px; height:31px; overflow:hidden;} /*width:456px; */
#slider {position:absolute; left:0; height:81px;}
#slider img {cursor:pointer; border:1px solid #666; padding:1px;}

/* handlers for section blocks*/
.sectionblox {
width: 31%;
float:left;
position:inherit;
margin: 10px 0 0 10px ;
padding:5px 5px 0 0;
border-right: 1px solid #FFF;
}

.sectionblox a,.sectionblox a:active,.sectionblox a:visited,.sectionblox li a:active,.sectionblox li a:visited{
display: block;
text-decoration:none;

}

.sectionblox hr{
color:#FFF; background: #FFF;  border: 0; Height:1px;
margin-bottom:3px;
}

.sectionblox a:hover{
text-decoration:underline;
display: block;
}

.sectionblox h4{
border-bottom: 1px dotted #FFF; 
font-size:16px;
margin-bottom:3px;
color:#000;

}




.sectionblox h5{
font-weight:bold;
font-size:14px;
margin:5px 0 0 0;
}

.sectionblox h6{
font-weight:bold;
font-size:14px;
text-align:right;
margin:4px 0 2px 0;
color:#F62217;
border-bottom: 1px dotted #FFF; 
padding-bottom: 5px;
}

.sectionblox p{
margin:0 0 0 0;

font-size:small;
color:#000;
}

.sectionblox ul{
	display:list-item;
	list-style-type: none;
	vertical-align:text-bottom;
	text-align:left;
	margin-top: 2px;
	margin-left:-40px;
}


.sectionblox li{

font-size: 14px;
color:#FFF;
font-weight:bold;
padding:2px 0 2px 0;
border-bottom: 1px dotted #FFF; 
}


.sectionblox li:hover,.sectionblox li a:hover{
color:#FFF;
background:#336699;
text-decoration:none;
}

.sectionblox-rt {
width: 31%;
float:left;
position:inherit;
margin: 10px 0 0 10px ;
padding:5px 5px 0 0;
/*border-right: 1px solid #FFF;*/
}

.sectionblox-rt a,.sectionblox-rt a:active,.sectionblox-rt a:visited,.sectionblox-rt li a:active,.sectionblox-rt li a:visited{
display: block;
text-decoration:none;

}

.sectionblox-rt hr{
color:#FFF; background: #FFF;  border: 0; Height:1px;
margin-bottom:3px;
}

.sectionblox-rt a:hover{
text-decoration:underline;
display: block;
}

.sectionblox-rt h4{
border-bottom: 1px dotted #FFF; 
font-size:16px;
margin-bottom:3px;
color:#000;

}




.sectionblox-rt h5{
font-weight:bold;
font-size:14px;
margin:5px 0 0 0;
}

.sectionblox-rt h6{
font-weight:bold;
font-size:14px;
text-align:right;
margin:4px 0 2px 0;
color:#F62217;
border-bottom: 1px dotted #FFF; 
padding-bottom: 5px;
}

.sectionblox-rt p{
margin:0 0 0 0;

font-size:small;
color:#000;
}

.sectionblox-rt ul{
	display:list-item;
	list-style-type: none;
	vertical-align:text-bottom;
	text-align:left;
	margin-top: 2px;
	margin-left:-40px;
}


.sectionblox-rt li{

font-size: 14px;
color:#FFF;
font-weight:bold;
padding:2px 0 2px 0;
border-bottom: 1px dotted #FFF; 
}


.sectionblox-rt li:hover,.sectionblox-rt li a:hover{
color:#FFF;
background:#336699;
text-decoration:none;
}



.WeKnowTech #footer { 
   left:0;
   color:#FFF;
	padding: 5px 10px 5px 3px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000; 
	margin-top:-20px;
	position:relative;
	z-index:150;
float:left;
width:100%;
} 

.WeKnowTech #footer span {
	/*padding: 10px 0; *//* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.WeKnowTech #footer span a:link, .WeKnowTech #footer span a:visited,.WeKnowTech #footer span a:active {
color:#FFF;
}

.WeKnowTech #article {
	width:96%;
	padding: 0 5px 0 5px;
	background-color: #C7D7F6;
	border: 1px groove #336699;
	}

.WeKnowTech #article-detail blockquote,.article-detail blockquote {
padding:5px;
background:#FFFFFF;
font-weight:bold;
border:1px solid #000;

}
.WeKnowTech #latest-blog-entries {
	width:96%;
	padding: 0 5px 0 0 ;
	}

br.clear {clear:both;}

.discuss {
/*background: #CC9966;	*/
background: #FFF;
margin-bottom: 7px;
width:40em;
border:1px solid #336699;
}

.discussheader {
background: #336699;	
padding: 2px 2px 2px 5px;
/*border: 1px solid #000;*/
color:#FFF;

}

.discussbody {
background: #FFF;	
padding: 5px 5px 5px 5px;
color:#000;

}

.discussfooter {
/*background: #cc3300;	*/
background: #FFF;	
padding: 2px 2px 2px 5px;
border-top: 1px solid #336699;
/*color:#FFF;*/
color:#000;
text-align:left;
font-style:italic;
font-size:.8em;

}

.discussfooter a{
/*font-weight:bold;*/
color:#F62217;
padding: 2px 2px 2px 5px;
font-size:1.2em;
font-style:normal;
}

.discussfooter form{
font-style:normal;
font-size:1.2em;
}

.WeKnowTech form input {
	font-weight:bold;
	color:#000;

	border: 1px solid #336699;;
	/*background:#336699;*/
}

.WeKnowTech form textarea {
	font-weight:bold;
	color:#000;

	border: 1px solid #336699;;
	/*background:#336699;*/
}


.WeKnowTech #id_inquiry_type {
	font-weight:bold;
	color:#FFF;

	border: 1px solid #000;
	background:#336699;
}

.WeKnowTech #contactsubmit,.WeKnowTech #loginsubmit{
	font-weight:bold;
	color:#FFF;

	border: 1px solid #000;
	background:#336699;
}

#scrlsubmit {
	font-weight:bold;
	color:#FFF;
	margin-left: 1em;
	border: 1px solid #000;
	background:#336699;
}

#scrlprvw{
	font-weight:bold;
	color:#FFF;
	margin-left: 5em;
	border: 1px solid #000;
	background:#336699;
}

.WeKnowTech #id_comment {
	border:1px solid #336699;
	background-color:#eee;
	font-weight:normal;
}

.WeKnowTech #sub-side1 {
	width:10em;
	margin-left: 10px;
float:left;
clear:left;

}

.WeKnowTech #sub-side2 {
	width:10em;
float:right;
clear:right;

}

.WeKnowTech #sub-side1 a:link,.WeKnowTech #sub-side1 a:visited,.WeKnowTech #sub-side1 a:active,
.WeKnowTech #sub-side2 a:link,.WeKnowTech #sub-side2 a:visited,.WeKnowTech #sub-side2 a:active {
    text-decoration: underline;
    color: #000; 
    /*text-shadow: 2px 2px 2px #000;*/
}

.WeKnowTech #sub-side1 b, .WeKnowTech #sub-side2 b {

font-size:24px;
}

.WeKnowTech #sub-side1 strong, .WeKnowTech #sub-side2 strong {

font-size:14px;
}

.WeKnowTech #search {
float: RIGHT;
clear:right;
margin-top: -35px;
}

.WeKnowTech #memberlink {
color:#FFF;
float: RIGHT;
clear:right;
margin-top: -85px;
}

.WeKnowTech #id_q {
	font-size:16px;
	font-weight:bold;
	color:#336699;;
	border:2px solid #336699;
	background-color:#eee;
}

.WeKnowTech #s {
	font-weight:bold;
	color:#FFF;
font-size:16px;
padding:2px 2px 2px 2px;
	border: 1px solid #000;
	background:#336699;
}

/*Pagination layout*/
.pagination { padding: .25em .25em .6em 0;  margin-top:10px;}
.pagination a, .pagination a:link,.pagination a:visited,.pagination a:active {text-decoration:none;}
.pagination a:hover{ background-color: #336699;  color:#FFF;}
.page { padding: 2px 3px; border: 1px solid #336699; cursor: pointer; text-decoration: none; }
.paginate-first, .paginate-last { padding: 2px 6px; border: 1px solid #ddd; font-weight: bold; }
.prev, .next { padding: 2px 3px; border: 1px solid #336699; font-weight: bold;}
.page_link { padding: 2px 4px; border: 1px solid #336699; text-decoration: none;  font-weight: bold;}
.current-page{ padding: 3px 4px; border: 1px solid #336699; color:#FFF; font-weight: bold; background-color:#336699; }

/* user panel stylings */

.userpanel{
	margin-top:10px;
	font-family:Helvetica,Arial,Verdana, Geneva,  sans-serif;
}



input#s {
	 color: #FFF;
background: #329932;
border: 1px solid #000;
}

input#q {
color: #000;
background: #FFF;
border: 1px solid #329932;
}



.upcontainer { 
	/*width: 950px;*/
	width: 80em;
	/*width: expression(this.width > 900 ? 900: true);*/
	background: #FFFFFF;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: solid 1px #000; 
}  


.upinnercontainer { 
	/*width: 950px;*/
	width: 100%;
	background: #FFFFFF;
	margin: 0;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;

}  


.upmainContent {
 	margin: 2em 12em 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
	width:65em;
	text-align: left;
	min-height: 520px;
    height: auto !important;
    height: 520px;
	}
	
.upheadertop { 
	/*background: #6633CC; */
	background: #000;
	/*margin: -25px 0 0 0;*/
	color: #FFF;
	padding: 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    font-size: .7em;
    font-weight:bold;
}

.upheadertop a:link,.upheadertop a:visited,.upheadertop a:active { 
	color: #FFFFFF;
}

.upmainContent a:link, .upmainContent a:visited, .upmainContent a:active {
    text-decoration: underline;
    color: #000;  
    /*text-shadow: 2px 2px 2px #000;*/
	font-weight: bold;
	}

.upmainContent th {
	font-size: 14px;
	background:#000;
	color:#FFF;
	border: 2px solid #000;
/*font-weight:bold;
	background-color: #CCCCCC;  */

}

.upmainContent td {
	background-color: #CCCC99; 
	

}

.upmainContent input, .upmainContent textarea, .upmainContent#id_avatar_photo{
	border: 2px solid #999967;
    background: #FFF;	
}

.upmainContent submit{
	border: 1px solid #993300;
    background: #000;	

}

/*.userpanel #mainContent input,textarea {
	 color: #000;
     background: #CCC;
     border: 1px solid #99B2CC;  
}*/



.upquicknav  {
  	background: #CCCC99;
	/*background: #CC9966;*/
    color: #003333;  
    /*text-shadow: 2px 2px 2px #000;*/
	padding: 5px 10px;
	font-size: .9em;
    font-weight:bold;
	border-bottom: 2px solid #000;
	left:10px;

	}

.upquicknav ul {
	list-style:none;
	}
	
.upquicknav li {
	padding-left: 10px;
	display:inline;
	}
.upquicknav a:link,.upquicknav a:visited,.upquicknav a:active {

    color: #000;  

	}

.userpanel input#profilesub, .userpanel input#avatarsub, .userpanel input#chpass_sub, .userpanel input#postsub {
color: #FFF;
font-weight: bold;
background-color: #999967;
border: 2px solid #000;
margin: 10px 0 0 2px;
}

.biotitle{
font-size: 1.5em;
font-weight: normal;
font-family:Helvetica,Arial,Verdana, Geneva,  sans-serif;
}

.bio{
padding:10px 0 0 0;
font-family:Helvetica,Arial,Verdana, Geneva,  sans-serif;
}

.contribarea{
margin: 50px 0 0 -20px;
width: 50em;
}
.contrib-blox {
width: 12.5em;
text-align:left;
float:left;
/*margin: 5px 0 20px 20px ;*/
margin-top:5px;
margin-left:20px;
padding:0 10px 20px 0;
border-right: 1px solid #000;
font-size: 14px;
font-weight: normal;
min-height: 200px;
height: auto !important;
height: 200px;
}

.contrib-blox a, .contrib-blox a:link, .contrib-blox a:active, .contrib-blox a:visited {
color:#000;
font-size: 14px;
font-weight: normal;
}

.contrib-blox ul{
	list-style:none;
}

.contrib-blox li{
	margin-left:-15px;
}

.contrib-blox a:hover,.contrib-blox li:hover {
font-size: 14px;
font-weight: normal;
color:#FF0000;
/*background-color: #999967;*/
}

.contrib-blox h3 {
margin-left: -1em;
text-align:left;
font-size: 1.1em;
font-weight: bold;
}

.contrib-blox h4 {
margin-left: 0;
margin-top: 15px;
text-align:center;
font-size: 1.1em;
font-weight: bold;
}

.contrib-odd {
text-align:center;
}

.addcontent {
position:relative;
width: 15em;
margin:600px 0 0 250px;
padding:10px 0 20px 200px;
}

.addcontent h3 {

font-size: 16px;
font-weight: bold;
}

.addcontent a, .addcontent a:link, .addcontent a:active, .addcontent a:visited {

font-size: 14px;
font-weight: bold;
}

.addcontent a:hover, .addcontent li:hover {
font-size: 14px;
font-weight: bold;
color:#FF0000;
/*background-color: #999967;*/
}

.avatarphoto {
	margin:20px 20px 20px 50px;
}

/* Error Formatting */
.errorlist {
/*background: #cc3300;	*/
background: #FF0000;
color:#FFF;
font-weight:bold;
width:20em;
\width: 25em;
w\idth: 25em;
}

.error {
/*background: #cc3300;	*/
background: #FF0000;
color:#FFF;
font-weight:bold;
}

.errorlist li{
list-style:none;
}
