/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 10px 0;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: underline;
	color: #00c;
	/*border-bottom: 1px #000 solid;*/
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000;
}

h3 a {
	font: 1.5em Helvetica, Arial, sans-serif;
}

#site-name a {
	border: none;
}

#sidebar-3 a, #sidebar-2 a, #sidebar-1 a {
	color: #00f;
	border: none;
}

#sidebar-1 .section_list, #sidebar-2 .section_list, #sidebar-3 .article_menu {
  margin: 10px;
}

#sidebar-1 .section_list li, #sidebar-2 .section_list li, #sidebar-3 .article_menu li {
  display: inline;
  white-space:nowrap;
}

#sidebar-1, #sidebar-3 {
clear: both;
margin-top: 20px;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 20px;
	width: 720px;
	background: #fff url(/images/background_large.jpg) left top;
}

#projects #container, #case_studies #container, #about #container {
	background: #fff url(/images/background_large_2.jpg) left top;
}


#head {
	text-align: right;
	float: right;
	width:250px;
	height: 191px;
	border: 2px solid #fff;
	margin: 0;
	background: #fff;
}

#head a {
	border: none;
}

#site-name {
	margin: 15px 0;
	font: 3em Helvetica, Arial, sans-serif;
	display: none;
}

#site-slogan {
	font: italic 1em Helvetica, Arial, sans-serif;
	display: none;
}

#sidebar-1, #sidebar-2, #sidebar-3 {
background: #fff url(/images/background_large_trans.jpg) -20px top;
border: 2px solid #fff;
}
#projects #sidebar-1, #projects #sidebar-2, #projects #sidebar-3, #case_studies #sidebar-1, #case_studies #sidebar-2, #case_studies #sidebar-3, #about #sidebar-1, #about #sidebar-2, #about sidebar-3 {
	background: #fff url(/images/background_large_2_trans.jpg) -20px top;
}

#sidebar-2 {
display: none;
	margin-left: 5px;
}

.section_list, .article_menu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li, .article_menu li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
}

#content_column_wrapper {
width: 440px;
background: #fff url(/images/background_large_trans.jpg) -20px -20px repeat-y;
border: 2px solid #fff;
margin: 0 0 20px 0;
padding: 10px 0;
height: 570px;
}

#projects #content_column_wrapper, #case_studies #content_column_wrapper, #about #content_column_wrapper {
background: #fff url(/images/background_large_2_trans.jpg) -20px -20px repeat-y;
}

#wide_content #content_column_wrapper {
width: auto;
background: #fff url(/images/background_large_trans.jpg) -20px -20px repeat-y;
border: none;
margin: 0;
padding: 10px 0;
height: auto;
}

#projects #wide_content #content_column_wrapper, #case_studies #wide_content #content_column_wrapper, #about #wide_content #content_column_wrapper {
background: #fff url(/images/background_large_2_trans.jpg) -20px -20px repeat-y;
}

#content_column {
width: 440px;
height: 570px;
overflow: auto;
}

#wide_content #content_column {
width: auto;
height: auto;
}

#wide_content #head {
  margin: 0px 10px;
}

#main-image {
border: 2px solid #fff;
width: 250px;
height: 375px;
float: right;
clear: right;
margin: 20px 0 0 0;
}


#foot {
	margin: 10px;
	clear: both;
	text-align: center;
}

.sgd-logo {
position: relative;
left: 475px;
top:-190px;
margin: 0;
}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 730px;
w\idth: 720px;
}

/* overrides
----------------------------------------------- */

#sidebar-3 p, #sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.section_list a.active, .article_menu a.active {
	font-weight: bold;
}


.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0 0 0;
	padding: 10px 0;
	clear: both;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* hide title when viewing front page */
body#front h3.entry-title {
	display: none;
}

#content_column li {
  list-style: square;
  margin-left:2em;
}


/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}



/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* fix IE 6 */
img, div { behavior: url(/css/iepngfix.htc) }


/* Article images
----------------------------------------------- */

.main-article-image {
  border: 1px solid #000;
}

.imagebrowser {
	float:left;
	width:402px;
	margin: 1em 0 0 5px;
	padding: 0;
	clear:both;
	list-style:none;
}
#wide_content .imagebrowser {
	width: auto;
}

#content_column .imagebrowser li {
	width:130px;
	height:130px;
	float:left;
	margin: 4px 4px 0 0;
	padding: 0;
	text-align:center;
	list-style: none;
}
#content_column .imagebrowser ul {
	list-style: none;
}
.imagebrowser img {
	margin:0 auto;
	border: 1px solid #000;
}
.imagebrowser span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.imagebrowser_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.imagebrowser_prev {
	float:left;
}
.imagebrowser_next {
	float:right;
}