/* @override 
	http://localhost:3001/stylesheets/thirdcog_app.css
*/

body {
  background: #afb0ab url(/images/background.jpg) repeat ;
  font: .8em Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* @group layout */

#content {
  
  width: 685px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-bottom: 0;}

/* @group Logo & hovertabs */

#sectionNavigation {
  margin-top: 30px;
  height: 238px;
  background: url(/images/section-selection-box.png) no-repeat;
}

.navset {
  float: left;
}

/* @group Navsets */

#logo {
  width: 333px;
  height: 236px;
  margin-left: 10px;
}

/* @group Choose section */

#sectionSelection {
  height: 234px;
  width: 162px;
  margin-right: 0px;
  padding-right: 0px;
  margin-top: 1px;
  background-color: #ded9d2;
}
#sectionSelection ul#buttons  {
  margin: 0px;
  padding: 0px;
}
#sectionSelection #buttons li {
  list-style-type: none;
  borfder-bottom: 2px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0px;
  padding-left: 12px;
  margin-right: 0px;
  
  font: 1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sectionSelectionInfo {
  overflow: hidden;
}

.ssbutton {
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: black;
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: black;
}


/* @end */

/* @group Hover info */
.ssa-head {
  display: none;
}
.ssa-body {

}
/* @end */

#sectionSelectionInfo {
  width:  155px;
  height: 218px;
  padding: 10px;
  left: -2px;
}

#sectionSelectionInfo h2 {
  padding: 1px 0px 0px;
  margin: 0;
}

#sectionSelectionInfo ul {
  padding-left: 1em;
  list-style-position: inside;
}

/* @end */

/* @end */

/* @group Toolbar */

#toolbar {  
}

#toolbar ul {
  margin: 0;
  padding: 0;
  padding-left: 2px;
}
#toolbar li {
  display: inline;
  padding: 4px 1em 1px 1em ;
  background: url(/images/button.png) no-repeat -12px 0px;
  
}
#toolbar li.selected {
  background: url(/images/button-selected.png) no-repeat -12px 0px;
}

#toolbar ul li:first-child {
  background-position: 0px 0px;
  font-weight: bold;
}

#toolbar > ul > li.last {
  background-position: -285px 0px;
  padding-left: 10px;
  padding-right: 0;
}
/*
#toolbar_head {
  background-color: #bfbdc4;
  border: 2px solid #000;
  padding-top: 6px;
  padding-left: 12px;
  padding-bottom: 3px;
  padding-right: 8px;
  font-weight: bold;
}

#toolbar_buttons {
  background-color: #bfbdc4;
  border: 2px solid #000;
  padding-top: 6px;
  padding-bottom: 3px;
}
#toolbar_tail {
  background-color: #bfbdc4;
  border: 2px solid #000;
  padding-top: 6px;
  padding-bottom: 3px;
  width: auto;
}


#toolbar_buttons ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#toolbar_buttons ul li {
  margin-left: -2px;
  margin-bottom: 0;
  padding: 3px 15px 2px;
  list-style: none;
  display: inline;
  background-color: #bfbdc4;
}

#toolbar .selected {
  list-style: none;
  display: inline;
  background-color: #d9d8dc;
}
*/

/* @end */

/* @group Section */

#section {
  margin-top: 20px;
  width: 685px;
}

#subsection {
  margin-left: 2px;
  background: url(/images/section-bg.jpg) repeat-y;
  border: 1px solid #86613d;
}

#subsection div.contents,
#subsection > div.contents-full {
  padding: 1em;
}

#subsection div.contents {
  float: left;
  padding-bottom: 24px;
  width: 455px;
}

/* @end */

/* @group Sidebar */

#subsection div.sidebar {
  width: 175px;
  float: right;
  font-size: 0.9em;
  color: #696969;
  padding: 1em;
  padding-right: 4px;
  padding-left: 4px;
}

div.sidebar > h2:first-child {
  margin-top: 0;
}

.sidebar a {
  text-decoration: underline;
}

.sidebarwidth {
  width: 165px;
}



/* @end */

/* @group Footer */

#footer {

  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 3px;
  padding-bottom: 0;
  height: 22px;

  color: #3a3a3a;
  background: url(/images/copyright-box.png) no-repeat;
}

/* @end */

/* @end */

/* @group apps */

.AppBlurb, .contents > h2 {
  clear: both;
}

.AppButton {
  width: 128px;
  text-align: center;
  height: 136px;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.AppButtonIcon {
  float: left;
  padding-right: 8px;
}
.AppText {
  margin-left: 138px;
  top: -10px;
  position: relative;
  padding-top: 1px;
}

.AppDemoPic {
  text-align: center;
  border: 1px solid #000;
}

.AppDemoPicSmall {
  border: 1px solid #000;
  width: 96px;
  height: 96px;
  float: left;
  margin: 1em;
}

/* @end */

/* @group portfolio */

img.folio {
  float: left;
  margin-right: 1em;
  clear:left;
  margin-left: 4px;
}

dl.folio {
  margin-bottom: 2em;
}


.folio dt
{
  width: 7.5em;
  float: left;
  margin: 0;
  font-weight: bold;
  padding: .2em;
  border-top: 1px solid #cecdd1;
}

.folio dd
{
  margin-left: 7.9em;
  padding: .2em;
  border-top: 1px solid #cecdd1;

}

div.folio {
  margin-left: 140px;
}

h3.folio {
	border-bottom: 1px solid #b7b6ba;
/*    	background: #bfbdc4;
	border-bottom: 1px solid #a9a7ae;
	border-right: 1px solid #a9a7ae;
	border-top: 1px solid #c7c5cd;
	border-left: 1px solid #c7c5cd;
  padding-left: 1em;
  margin-top: 0;*/
}

.folio_date {
  margin-top: 0;
  margin-left: 1em;
  font-style: italic;
  color: #5a5a5a;
  float: right;
  font-weight: normal;
}

.categ-head {
	margin: 0;
}
div.categ-conts {
  padding-bottom: 1em;
}

dd > *:first-child {
  margin-top: 0;
}

/* @group Skills */

ul.skills {
  list-style-position: outside;
  list-style-type: circle;
  padding-left: 2em;
}
ul.skills > li.skilldesc {
  background-color: #d2cecb;
  font-style: italic;
  cursor: auto;
  color: #835f44;
  border-left: 1px solid #d5bdae;

}
ul.skills p {
  margin: 0;
  padding: 0.5em;
}

.portfolio-skill-column {
  margin-right: 2em;
  float:left;
  width: 200px;
}

.portfolio-skill-column ul.skills > li {
	padding: 0px;
	padding-left: 7px;
}

/* @end */

/* @group resume */

.cv dt {
  float:  left;
  margin: 0;
  width: 3em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #737373;
}
.cv dd {
  
  margin-left: 5em;
}

/* @end */


/* @end */

/* @group shared */

/* @group contact */

dl.contact {
  margin-bottom: 2em;
}

.contact dt
{
  width: 3.4em;
  float: left;
  margin: 0;
  font-weight: bold;
  padding: .2em;
  padding-bottom: .4em;
  text-align: right;
}

.contact dd
{
  margin-left: 3.9em;
  padding: .2em;
  padding-bottom: .4em;

}


/* @end */

.languageSelection {
  position: absolute;
  top: 1em;
  left: 1em;
}
.langNote
{
  font-size: 0.8em;
  font-style: italic;
  margin-left: 1em;
}
.button, .sidebar > h2, ul.skills > li {
  	background-color: #c59f87;
  	
	border-top: 1px solid #d5bdae;
	border-left: 1px solid #d5bdae;	
	border-bottom: 1px solid #ac876f;
	border-right: 1px solid #ac876f;
	
	margin: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 3px;
    color: #85503d;
}
.sidebar > h2
{
  border-top: 1px solid #d5bdae;
  border-left: 1px solid #d5bdae;	
  border-bottom: 1px solid #ac876f;
  border-right: 1px solid #ac876f;
  background-color: #c59f87;
  color: #9b5d47;
}
.hasAccordion, .categ-head, .skillhead
{
  cursor: pointer;
}

.categ-conts {
  background-color: #dbd4ca;
  padding-left: 1em;
  padding-right: 1em;
}

/* @group all */

img {
  border-style: none;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: square;
}

/* @group A's */

a {
  text-decoration: none;
}

a:link {
  color: #a25963;
}
a:visited {
  color: #a6737a;
}

/* @end */

h1 {
  margin-top: 0;
}
h2 {
}

.float {
  float: left;
}
.clear {
  clear: both;
}
/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */


/* @end */

/* @group paginator */

div.counter {
  
}
div.counter p {
  margin: 0;
}
div.counter p.displaying {
  font-style: italic;
}

/* @end */



/* @end */

/* @group news */

p.tag_cloud a {
  text-decoration: none;
}

span.news-time {
  float:right; 
  font-weight:normal;
  font-size: 0.8em;
  font-style: italic;
}

.news-item > .head {
  margin-bottom: 0;
}


/* @end */
