/*** --------------- PAGINATION ---------------***/

/*** PAGINATION ***/
div.wp-pagenavi {
	border-top: 2px solid #CCCCCC;
	text-align: center;
	padding-top: 1em;
}
div.wp-pagenavi span.pages {
	font-weight: normal;
}
div.wp-pagenavi span.current,
div.wp-pagenavi a {
	padding: 0 0.3em 0 0.3em;
}
div.wp-pagenavi span.current {
	font-weight: bold;
}

/*** Currently Browsing ***/
div#currentlybrowsing {
	text-align: center;
	width: 100%;
	padding: 0.2em;
}



/*** --------------- MAIN ENTRY TABLE ---------------***/

table#text table#wp {
	border-top: 2px solid #EEEEEE;
	margin-bottom: 2em;
}
#wp td.title {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 1em 0 0.5em 0;
}
#wp td.title i {	/*--- "a case study" blurb" ---*/
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	position: relative;
	bottom: 0.5em;
	left: 0.5em;
}
#wp td.entry {
	height: 100%;
}
#wp td.entry p img { /*-- PORTFOLIO IMAGE STYLE --*/
	clear: right;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#cs #wp td.entry p img {
	float: right;
	display: inline;
	padding: 0 0 1em 1em;
}
#wp td.entry p img#nb {
	display: inline;
	float: none;
	padding: 0;
}
#wp td.meta {
	padding-top: 0.5em;
	color: #666666;
	font-style: italic;
}
#wp td.meta a {
	color: #999999;
}
#wp td.meta a:hover {
	color: #BBBBBB;
	text-decoration: none;
}
#wp td.edit {
	text-align: right;
}


/*** --------------- MAIN ENTRY TABLE for Case Study page ---------------***/

div#cs #wp td.entry p img { /*-- CASE STUDY IMAGE STYLE --*/
	clear: right;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}




/***--------------- SIDEBAR ---------------***/

table#side p.backtoindex a {
	display: block;
	padding: 5px;
	background-color: #999999;
	color: #333333;
}
table#side p.backtoindex a:hover {
	background-color: #A6A6A6;
}

table#side div ul.st-tag-cloud {
	padding: 0;
	margin: 0;
}
table#side div ul.st-tag-cloud li {
	list-style: none;
	background-image:  none;
	margin: 0 0 1px 0;
	padding: 0px;
}
table#side div#types ul.st-tag-cloud li a,
table#side ul#csindexlistside li a {
	padding: 3px;
	display: block;
	color: #EEEEEE;
	background-color: #6E6E6E;
	text-decoration: none;
}
table#side div#types ul.st-tag-cloud li a:hover,
table#side ul#csindexlistside li a:hover {
	text-decoration: none;
	background-color: #808080;
}
table#side div#industries ul.st-tag-cloud li a {
	display: block;
	padding: 2px;
	color: #EEEEEE;
	text-decoration: none;
}
table#side div#industries ul.st-tag-cloud li a:hover {
	color: #FFFFFF;
	background-color: #555555;
	text-decoration: none;
}



/*** Main Page Tag Cloud for PROJECT TYPE***/
div#pfindexnavi{
	padding: 1em 0 1em 0;
}
div#pfindexnavi .h {
	font-size: 11px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #CCCCCC;
}
div#pfindexnavi a {
	display: block;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0 0 1px 0;
	color: #333333;
	background-color: #EEEEEE;
	background-image: none;
	font-weight: bold;
	border-left: 1em solid #EEEEEE;
}
div#pfindexnavi a:hover {
	background-color: #E8E8E8;
	text-decoration: none;
	border-left: 1em solid #CCCCCC;
}



/*** Main Page Tag Cloud for CASE STUDIES***/
ul#csindexlist {
	padding: 1em 0 1em 0;
	margin: 0;
}
ul#csindexlist li {
	list-style: none;
	background-image: none;
	padding: 0;
	margin: 0 0 1px 0;
}
ul#csindexlist a {
	display: block;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0 0 1px 0;
	color: #333333;
	background-color: #EEEEEE;
	background-image: none;
	font-weight: bold;
	border-left: 1em solid #EEEEEE;
}
ul#csindexlist a:hover {
	background-color: #E8E8E8;
	text-decoration: none;
	border-left: 1em solid #CCCCCC;
}



















/*** Custom Tag Query String Searchform ***/
div#searchform {
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	border: none; 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
}
div#searchform:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


form#form1 select,
form#form1 input#go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
}
form#form1 input#go {
	color: #FFFFFF;
	background-color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}
form#form1 input#go:active {
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #333333;
}

form#form1 select {
	border: 1px solid #CCCCCC;
}
