@charset "UTF-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-----------------------------------------------------------------------*/
/* design / xhtml / css  / javaScript - copyright pixelwork */
/*-----------------------------------------------------------------------*/
/*------------------- www.pixelwork.com ----------------------- */
/*-----------------------------------------------------------------------*/


/*------------------------------------*/
/* paklands greengrid styles */
/*------------------------------------*/

#containter {
	color: #CCCCCC;
	width:955px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #e8e8e3;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b5b5b;
	background-image: url(img/bodyBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}



#containter #banner {
	height: 162px;
	/* should this be here ?? */
	/*background-image: url(img/defaultImg.jpg); */
	z-index: -2;
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 955px;
}


/*---------------------------*/
/* COL 1 (navigation) */
/*---------------------------*/

#Col1 {
	float: left;
	height: auto;
	width: 200px;
}

#mainMenu  {
	width: 144px;
	margin-left: 22px;
margin-top:63px;
}
#mainMenu li {
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373736;
	height: 28px;
	padding-left: 5px;
	padding-top: 10px;
	display:block;
}
#mainMenu a {
	color: #373736;
	text-decoration: none;
	display:block;
}

#mainMenu a:hover {
	color: #b4212a;
	font-weight: 500;
	padding-left: 10px;
}

#mainMenu .current a {
	color: #b4212a;
	font-weight: 500;
	padding-left: 10px;
}

/*------------------*/
/*  COL 2 (search)  */
/*------------------*/

#searchBox {
	background-image:url(img/search_bg.png);
	background-repeat:no-repeat;
	height:42px;
	padding-left:17px;
	padding-top:11px;
	width:220px;
}
#searchBox #keywords {
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #7d992c;
}
#searchBox #submitBtn {
	background-color:#7D992C;
	border-style:none;
	border-width:0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
	margin-left:7px;
	width:50px;
}

#searchBox #submitBtn:hover {
cursor: pointer;
	cursor: hand;

}


/* ---------------------*/
/* ---- loginBox ----*/
/* ---------------------*/

#loginBox{
width: 217px;
height: 107px;
background-image:url(/img/loginBG.png);
margin-bottom:10px;
padding:10px;
color:#335d5c;
}

#loginBox a {
color:#335d5c;
}


#loginBox a:hover {
color:#dcfdfe;
}

#loginBox .username{
margin-top:10px;
display:block;
font-size:0.8em;
}

#loginBox .username img{
margin-right:7px;

}

.loginInfo{
margin-left:10px;
float:left;
}

.avatar {
float:left;
border:1px solid #029296;
}
#loginBox label{
float:left;
width:80px;
margin-top:8px;
}

#loginBox input{

width:125px;

color:#317079;
margin-top:8px;
}

#loginBox .submitButton{
border: none;
color:#fff;
background-color:#317079;
display:block;
width:210px;
margin-top:10px;

cursor: pointer;
	cursor: hand;

}

#loginBox .submitButton:hover{
color:#fff;
background-color:#268b9a;
}



#loginBox .forgot{
width:100%;
text-align:center;
font-size:0.8em;

}

/*------------------*/
/* COL 2 (projects) */
/*------------------*/
#Col2  {
	float: left;
	height: auto;
	width: 237px;
min-height:430px;
}

#Col2 ul {
	width: 207px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 5px;
overflow:auto;
}
#Col2 #projects {
	background-image: url(img/activeProject_top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#Col2 li {
	border-bottom:1px dotted #5E5E5D;
font-size:0.85em;
padding-bottom:5px;
padding-left:5px;
padding-top:5px;
}
#Col2 h2 {
	background-image:url(img/project_top.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:1.2em;
font-weight:200;
height:35px;
padding-left:18px;
padding-top:18px;
	
}


#projects .current a , #futureProjects .current a {
	color: #b4212a;
}

#projects a, #futureProjects a {
	color: #373736;
	display:block;
}

#projects a:hover, #futureProjects a:hover {
	color: #b4212a;
}

#projects h3 , #futureProjects h3{
	color: #65603f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
}


/* latest bottom link */
#Col2 .viewAll {
	background-image: url(img/latestProject_footer.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 223px;
	display: block;
	padding-top: 20px;
	padding-left: 15px;
}
#Col2 .viewAll a {
	color: #FFFFFF;
}

#Col2 .viewAll a:hover {
		color: #b4212a;
		display:block;
}

#Col2 #latestProject {
	background-color: #373736;
	color: #FFFFFF;
}

#Col2 #latestProject img{
    /*    height:0%;
        width:100%; */

width:207px;
height:88px;
}

.topBorder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #be3e46;
	padding-top: 10px;
}
#Col2 #latestProject a {
	color: #bd3d45;
}
#Col2 #latestProject h3 {
	color: #b4d153;
	padding-bottom:7px;
padding-top:14px;
}

#Col2 #latestProject h3 a {
	color: #b4d153;
}

#Col2 #latestProject li {
	font-size: 0.69em;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: lighter;
	line-height:1.3em;
}


/*-----------------*/
/* COL 3 (content) */
/*-----------------*/


/* used if no javaScript */
#Col3  {
background-color:#FFFFFF;
color:#838383;
float:right;
font-size:0.75em;
line-height:1.2em;
margin-top:0;
padding:32px;
width:439px;
min-height:208px;
}

/* jquery version */
#Col3_round{
	background-color:#FFFFFF;
	color:#838383;
	float:right;
	font-size:0.75em;
	margin-top:8px;
	padding:32px;
	width:508px;
	line-height:1.2em;
min-height:208px;
}

#Col3 h1 ,#Col3_round h1{
	border-bottom:1px solid #B4D153;
	font-size:2.8em;
	font-weight:lighter;
	margin-bottom:25px;
	/*margin-top:16px;*/
	padding-bottom:23px;
line-height:1;
}


#Col3 h2 , #Col3_round h2{
	font-size: 1.3em;
	color: #066a6d;
	padding-bottom:10px;
	margin-top: 10px;
	font-weight: lighter;
line-height:1.2em;
}
#Col3 p ,#Col3_round p{
	margin-bottom: 20px;
}

#Col3 a  ,#Col3_round a{
	color: #066a6d;
}
#Col3 ul ,#Col3_round ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 30px;
	margin-top: 30px;
	
	padding:10px;
	
	background-color: #f9f9f5;
	border: 1px solid #e1e1d9;
overflow:auto;
}



#Col3 li , #Col3_round li{
	margin-bottom: 10px;
}
#Col3 blockquote , #Col3_round blockquote{
	padding: 10px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: lighter;
	background-color: #f9f9f5;
	color: #bbbbb3;
	border: 1px solid #e1e1d9;
}

/* project thumbs */

#Col3 #projectThumbs ,#Col3_round #projectThumbs ,#Col3 #futureProjectThumbs, #Col3_round #futureProjectThumbs,  #Col3 #fileList, #Col3_round #fileList{
list-style-type: none;
}



/* no js style */
#Col3 #projectThumbs ul,#Col3 #projectThumbs ul ,#Col3 #futureProjectThumbs ul{
overflow:auto;
}

#Col3 .thumbTitle ,#Col3_round .thumbTitle , #Col3 .thumbTitle a ,#Col3_round .thumbTitle a{
display:block;
color:#B4212A;
font-weight: bold;
height:20px;
font-size: 0.82em;
overflow:hidden;	
line-height: 1.5em;
}


/* rounded js style */
#Col3_round #projectThumbs li,  #Col3_round #futureProjectThumbs li  {
margin-top:20px;
margin-bottom:20px;
	padding: 10px;
	font-size: 1.1em;
	font-weight: lighter;
	background-color: #fff;
	color: #bbbbb3;
	border: 1px solid #e1e1d9;
float:left;

width:170px;


height:90px;
margin-right:18px;
margin-left:18px;

}

/*no js style */
#Col3 #projectThumbs li, #Col3 #futureProjectThumbs li  {
        margin-top:20px;
        margin-bottom:20px;
	padding: 10px;
	font-size: 1.1em;
	font-weight: lighter;
	background-color: #fff;
	color: #bbbbb3;
	border: 1px solid #e1e1d9;
        float:left;
        width:150px;
        height:85px;
        margin-right:10px;
        margin-left:10px;

}

#Col3_round #projectThumbs li:hover,  #Col3_round #futureProjectThumbs li:hover ,#Col3 #projectThumbs li:hover, #Col3 #futureProjectThumbs li:hover{
	
}

#Col3 #projectThumbs img, #Col3 #futureProjectThumbs img ,#Col3_round #projectThumbs img, #Col3_round #futureProjectThumbs img  {
width:150px;
height:64px;
}


/*Menu*/

#Col3 #fileMenu, #Col3_round #fileMenu{
list-style: none;
text-align:center;
padding-bottom:0px;
}

#Col3 #fileMenu li a:hover, #Col3_round #fileMenu li a:hover{
color:#B4D153;
}


/* File Lists */
#Col3 #fileList, #Col3_round #fileList{

}

#Col3 #fileList .avatar, #Col3_round #fileList .avatar{
margin-right:5px;
margin-bottom:5px;

}


#Col3 #fileList h2, #Col3_round #fileList h2{
margin-bottom:-7px;

}



#Col3 #fileList li, #Col3_round #fileList li{
border-bottom: 1px solid #B4D153;
padding-bottom: 10px;
background-image: url(img/fileList_li_BG.gif);
background-repeat: repeat-x;
	background-position: bottom;
}

#Col3 #fileList .delete, #Col3_round #fileList .delete{
color:red;
font-weight:bold;
margin-left:20px;

}

#entryform #uploadFileButt {
       
 float: right;
border: none;
color:#fff;
display:block;
width:84px;
height:26px;
margin-top:10px;

}





/*-------------------------*/
/* #Col3 form styles */
/*-------------------------*/

#Col3 input , #Col3 textarea, #Col3_round input , #Col3_round textarea {
border: solid 1px #cfcfcf;
color:#066A6D;
/*float:right;*/
padding:5px;
width:280px;
}

#Col3 label, #Col3_round label  {
float:left;
width:150px;
}

#Col3 #sendEmailButt , #Col3_round #sendEmailButt {
float: right;
border: none;
color:#fff;

display:block;
width:84px;
height:26px;
margin-top:10px;

cursor: pointer;
	cursor: hand;
}

/*-----------------*/
/*      Footer     */
/*-----------------*/

#containter #footer {
	clear: both;
	width: 955px;
	background-image: url(img/footer_bg.png);
	height: 235px;
	color: #5d5a40;
	text-align: right;
	font-size: 0.85em;
	font-weight: lighter;
}
#footer .footerLinks {
	display:block;
	margin-bottom:34px;
	padding-right:12px;
	padding-top:82px;
}

#footer a {
	color: #5d5a40;
}

#footer .copyright {
	font-size: 0.75em;
	padding-right:12px;
}

/*---------------------------------------*/
/*      Members Profile page     */
/*--------------------------------------*/


#ColProfile {
background-color:#FFFFFF;
color:#838383;
float:right;
font-size:0.75em;
line-height:1.2em;
margin-top:0;
padding:32px;
width:691px;
min-height:208px;
}

#ColProfile_round{
	background-color:#FFFFFF;
	color:#838383;
	float:right;
	font-size:0.75em;
	margin-top:8px;
	padding:32px;
	width:751px;
	line-height:1.2em;
min-height:208px;
}

.question{
background:#fff url(/img/QuestionIcon.gif) no-repeat scroll 3px 2px;
padding-left:23px;
}
