* {
  margin:0;
  padding:0;
}


body{	
  font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#91a1bb;
	background:url(images/background.png);

}

.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 32px; 
				width: 253px; 
				opacity: .8; 
				
				-webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
				
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 180px;
 					left: 0;
 					padding:12px;
 				}
 				.caption .boxcaption {
 					top: 180px;
 					left: 0;
 					padding:12px;
 				}



#global {
  width:960px;
  margin:0 auto;
  position:relative;
  top:70px;
  z-index:2;
}

#back {
  width:960px;
  margin:0 auto;
  background:#000 url(images/texture.png);
  opacity:0.7;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:2;
  -webkit-box-shadow:#000 0 2px 10px;
  -moz-box-shadow:#000 0 2px 10px;
  box-shadow:#000 0 2px 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}


h2.headline {
  padding:0 39px 24px;
  font-size:26px;
  color:#40424d;
}


#pageLink {
  position:absolute;
  left:800px;
  top: 12px;
  padding:0 39px 24px;
  font-size:15px;
  color:#40424d;
}


#main {
  position:relative;
  z-index:3;
}

#header {
  padding-top:25px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom:12px;
  position:relative;
}

#header h1 a {
  display:block;
  width:181px;
  height:72px;
  margin:10px 10px 0;
  background:url(images/mg.png) no-repeat;
}

#header h1 a span {display:none;}

.sectionTitle {
  font-size:26px;
  margin-bottom:7px;
  margin-top:6px;
  color:#40424d;
  text-transform:uppercase;
}

.projects {
  width:895px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
	.projects li {
		display: block;
		float: left;
		overflow: hidden; 
		height:176px;
		margin:0px 20px 20px 0px;
		position:relative;
	}

#social {
  width:521px;
  height:158px;
  margin:0 auto;
  margin-bottom:23px;
  padding:0;
  background:url(images/socialBox.png);
  background-repeat:no-repeat;
  
}

#socialInner {
  margin:0px;
  padding:12px 30px 12px 30px;
}

.socialList {
  width:485px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
	.socialList li {
		display: block;
		float: left;
		margin:4px 20px 14px 0px;
		position:relative;
	}



#wrapper {
	_height: 82px;
}

#outer{
	padding:0 39px 16px;

	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

#tumbler_outer{
	padding:0 39px 16px;
  width:650px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:143px;/*needed to make room for header*/
} 



#ajaxmenu{
	position:absolute;
	top:93px;
	left:0px;
	width:776px;
	height:43px;
	z-index:65;
}

#footer {
  width:840px;
  height:88px;
  padding:60px;
  margin:0 auto;
  text-align:center;
  font-size:12px;
  font-weight:400;
  text-transform:uppercase;
  color:#07090e;
  text-shadow:#4E5771 0 1px 0;
  position:relative;
  z-index:1;
  top:30px;
}




div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:206px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:563px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:38px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}


.clearDiv {
  height:12px;
	clear:both; 
}

.clearSmallDiv {
  height:3px;
	clear:both; 
}

#footerBelow {
  float:left;
  width:468px;
}
#footerBelow p {
  text-align:center;
}

.profilePic {
  float:left;
  width:222px;
}

.homePost {
  float:left;
  width:650px;

}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #9d9d9d;
}

#content p a:hover {
	color: #ffffff;
}


#footer p {
	padding: 8px;
}





.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}



.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a, #social a
{
    color: #9d9d9d;
}

#content a:hover, #sidebar a:hover, #social a:hover
{
    
    color: #fff;
}



img {
border:0;
}

img a, a:hover {
border:0;
}





/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}



/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}







/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 30px 0 481px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: url(images/sidebar_bg.gif) no-repeat 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
