/* CSS Document */

html, body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;}

/*remove NavBar */
#navbar-iframe {   display: none !important;}

body {
  background: #fff;
  margin: 0;
  padding: 0px;
  font: x-small Verdana, Arial;
  text-align: center;
  color: #474a51;
  font-size/* */:/**/small;
  font-size: /**/small;
}
a:link {
  color:#317b9e; /*#58a*/
  text-decoration:none;
  }
a:visited {
  color:#317b9e;/*#969*/
  text-decoration:none;
  }
a:hover {
  color:#104c68;/*#c60*/
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

#outer-wrapper { 
  font: normal 100% Verdana, Arial, Sans-serif;
}

/* Header
----------------------------------------------- */
#header-wrapper {
  margin:0;
  padding: 0;
  background-color:#fff;
  text-align: left;
  display:none;
}

#header {
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
/*  color: $headerTextColor;*/
  padding: 0;
/*  font: $headerFont;*/
}

h1.title {
  padding-top: 38px;
  margin: 0 14px .1em;
  line-height: 1.2em;
  font-size: 100%;
}

h1.title a, h1.title a:visited {
  color: #333;
  text-decoration: none;
}

#header .description {
  display: block;
  margin: 0 14px;
  padding: 0 0 ;/*40px*/
  line-height: 1.4em;
  font-size: 50%;
}


/* Content
----------------------------------------------- */

.clear { 
  clear: both;
}


#content-wrapper {
  width: 750px;
  margin: 0 auto;
  /*padding: 0 0 15px;*/
  padding: 0 0 0 16px;
  text-align: left;
  background-color: #fff;
/*  border: 1px solid $borderColor;
  border-top: 0;
  border-left:1px solid #333;
  border-right:1px solid #333;*/

  
}
#main-wrapper {
  margin-left: 4px;
  margin-right:10px;
  width: 500px;
  float: left;
  background-color: #fff;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
  margin-right: 10px;
  width: 220px;
 /* float: $endSide;*/
  float:right;
  background-color: #fff;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/* Headings
----------------------------------------------- */
h2, h3 {
  margin: 0;
}

h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
  
 /* Posts
----------------------------------------------- */
.date-header {
  margin: 1.5em 0 0;
  font-weight: normal;
  color: #999;
  font-size: 80%;
  margin:1.5em 0 .5em;
}
.post {
  margin: 0 0 1.5em;
  border-bottom:1px dotted #ccc; /*4/29/2010 - added*/
  padding-bottom: 1.5em;
}
.post-title {
/*  margin: 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.1em;*/
  
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;/*normal*/
  line-height:1.4em;
  color:#f39;
}
.post-title a, .post-title a:visited, .post-title strong {
/*missing display:block; - 4/29/2010*/
  text-decoration: none;
  color: #c60;
  font-weight: normal;
}

/*added - 4/29/2010*/
.post-title strong, .post-title a:hover {
  color:#333;
 }
  
  
.post div {
  margin: 0 0 .75em;
  line-height: 1.6em; /*changed from 1.3em - 4/29/2010 */
}
.post-footer {
  margin: -.25em 0 0;
  color: #ccc;
  font-size: 87%;
}

.post-footer .span {
  margin-right: .3em;
}
.post img, table.tr-caption-container {
  padding: 4px;
  border: 1px solid #ddd;
}
.tr-caption-container img {
  border: none;
  padding: 0;
}
.post blockquote {
  margin: 1em 20px;
}
.post blockquote p {
  margin: .75em 0;
}

/*------------------------*/
/*feedsburner blog section*/
div.feedburnerFeedBlock ul { 
	margin:0; 
	padding-left:0; 
	list-style-type: none 
}

div.feedburnerFeedBlock ul li{ 
	margin-bottom: .5em;
}

div.feedburnerFeedBlock #creditfooter { 
   display: none; 
}

div.feedburnerFeedBlock p.date { 
   margin:0;
   font-size:.85em;
   color:#999;
}

/*hide blog feed text*/
.blog-feeds {
	display:none;
}

.feed-links {
	display:none;
}
.post-timestamp  {
	display:none;
}


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  /*font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;*/
  font:bold 1.25em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#f39; /*#999;*/
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  
  }
#comments-block dd {
  margin:.25em 0 0;
  
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;  
  text-transform:uppercase;
  letter-spacing:.1em;
  
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

/*comments added*/
.comment-timestamp {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:.85em !important;
	color:#999;
 }
 
.comment-author {
  /*color:#00CC33;*/
  border-top:1px solid #ccc;
  padding-top:2em;
  color:#f39;
  }
  
.comment-body {
  border: 1px solid #ccc;
  padding:.5em;
  background:#f3f7f9;
  }
/*comments added - end*/  
  
/* Footer
----------------------------------------------- */


/*#footer {
  width:750px; 
  clear:both;
  margin:0 auto;
  background:#e2e2e2;
  border:1px solid #999;
  }*/
  
#footer {
  border-top:1px solid #999;
  clear:both;
  background:#e2e2e2;
  }
#footer #footer-inside    {
	width:750px;
	margin:0 auto;

} 
  
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

/*img no border*/
.imgnoborder {
	border:none !important;
}

.pink-border {
	border:1px solid #f09;
	padding: 3px;
}

.grey-border {
	border:1px solid #ccc;
	padding: 3px;
}

/*navigation*/
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
/*background-color: #036; blue*/
background-color: #1c2122;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
/*background-color: #036; blue*/
background-color: #1c2122;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
/*background-color: #369; light blue*/
background-color: #f60;
/*color: #fff;*/
color: #000;
}

#navcontainer ul li a.current
{
background-color:#1c2122;
/*color: #fff;*/
color:#FFFFCC;
}


/*navigation end*/

/*qa*/
.interview-q {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-weight:bold;/*normal*/
  color:#f39;
  background:#fff;
  }
.interview-caption {
  color:#f39;
  }

/*hot*/
.hot {
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:.1em;
}

.hot-box {
	border:1px solid #000;
	/*background-color:#f4f4f4;*/
}

.hot-box-inside {
	padding:3px;
}

.hotlink {
	padding-bottom:4px;
	margin-bottom:4px;
/*	background-color:#f4f4f4;*/
}

.hot-box-inside a {
	color:#036 !important;
	text-decoration:underline !important;
}

.hot-box-inside a:hover {
	color:#666 !important;
}

#main-attraction {
	padding:1em;
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:1em !important;
	text-align:left;
}

#main-attraction a{
	color:#f39;
	font-size:.8em;
	text-align:right !important;
	text-decoration:underline;
	font-weight:normal;
}

#main-contest {
	padding:.6em;
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	/*font-weight:bold;*/
	line-height:1em !important;
	text-align:left;
	vertical-align:top;
}

a.main-contest-link{
	color:#ff0;
	font-size:.8em;
/*	text-align:right !important;*/
	margin-left:15em;
	text-decoration:underline;
	font-weight:normal;
}



#navlist {
	margin:0;
	padding:0;
}

h1.site {
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	display:inline;
}

a.tweet-this {
	font-size:1.1em;
	line-height:2.2em;
	font-weight:bold;
	margin:0;
	padding:5px;
	color:#6cf;
	border: 1px solid #6cf !important;
	background:#fff url('http://www.graffhead.com/images/twitter-16x16.png') no-repeat 1px;
	padding:0 10px 5px 20px;
	background-position: 2px 2px;
	text-decoration:none;
} 

a.tweet-this:hover {
	color:#6cf;
	text-decoration:none;
	background:#666;
}

img.gias {
	border:none !important;
}

/*bottom 25 recent*/
#footer div.feedburnerFeedBlock ul
{
	padding: .5em;
	margin-left: 0;
	background-color:#fff;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #333;
	text-align:left;

}

#footer div.feedburnerFeedBlock ul li{ 
	display: inline;
/*	margin-left:1em;*/
	
}

#footer div.feedburnerFeedBlock ul li a{ 
	margin: .5em .5em;

	color: #333 !important;
	/*background-color:#ccc;*/
	text-decoration:underline;
	display: block;
	padding: 6px 30px 6px 25px;
	border:1px solid #333;
/*	background-color:#ECEFF3;*/
	font-weight:bold;
	background:#f0f0f0 url('http://www.GraffHead.com/images/icon_brush.gif') no-repeat 2px;

}

#footer div.feedburnerFeedBlock ul li a:hover{ 
	color: #ccc !important;
	background-color:#333;

}


#footer h1{ 
/*	background-color:#333;*/
	color:#333;
	font-size:1.8em;
	padding:.1em;
	margin-bottom:0;
	text-align:left;	
}

/*25 recent end*/

/*EVENTS*/
#events table{
	font-size:.9em !important;
}

#events table a.event-name{
	font-weight:bold;
}

#events table {
	border-width: 0 0 1px 1px;
	border-color:#ccc;
	border-style: solid;
}
#events table td{
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#events img.eventpic {
	float:left;
	margin:2px 10px 5px 0;
	border: 3px solid #fff;
}

#events .toggleborder:hover img.eventpic{
border: 3px solid #f39;
}

#events .toggleborder:hover.eventpic{
color: red; /* Dummy definition to overcome IE bug */
}

#events .see-pictures-margin {
	margin:.45em 0 .25em 0;
}
#events a.see-pictures {
	color:#999;
	padding:.2em .35em;
	background-color:#ffc;
	border:1px solid #ccc;
	font-weight:bold;
}
	
#events a.see-pictures:hover {
	color:#fff;
	background-color:#f39;
	border:1px solid #666;
	text-decoration:none;
}

#events .sub-titles {
	margin:0;
  padding:0;
  font-size:140%;
  font-weight:bold;/*normal*/
  line-height:1.4em;
  color:#f39;
  background:#fff;
}

#events-detail {
	border: 1px solid #ccc;
	padding: 0 5px;

}
.events-detail-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;/*normal*/
  line-height:1.4em;
  color:#f39;
  background:#f7faec;
 }

#events-past-pictures {
	border: 1px solid #330;
	margin: 0 5px 5px 5px;
	/*padding: 0 0 0 5px;*/
	padding: 5px 0;
	background:#fff;

}

#events-past-pictures img{
	margin: 5px 25px 5px 15px;
	border:1px solid #000;

}

.events-pictures-title {
	border: solid #330;
	border-width:1px 1px 0 1px;
	padding:5px;
	background:#669933;
	color:#fff;
	margin: 5px 0 0 25px;
	width:150px;
	font-weight:bold;
	text-align:center;

}

.events-detail-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;/*normal*/
  line-height:1.4em;
  color:#f39;
  background:#f7faec;
 }
  
/*2 column used on the events page*/
#content2column { 
	width:435px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	/*background-color:#fff;*/
	padding: 5px 10px 5px 5px;
	
}

#sidebar2column {
	width:300px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	background-color:#fff;
	/*padding: 5px;*/
	float:right;
}

/*paging*/
#topPaging {
	text-align:right;
	padding:0.25em;
}
#topPaging a{
	color:#33f;
	text-decoration:none;
}
#topPaging a:hover{
	text-decoration:underline;
}
	/*bottom*/
#bottomPaging, #bottomPagingPast {
	text-align:center;
	margin-top:.5em;
	padding:0.75em;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
}
#bottomPaging a, #bottomPagingPast a{
	color:#33f;
	text-decoration:none;
	margin: 0 .5em;
}
#bottomPaging a.number, #bottomPaging a.current, #bottomPagingPast a.number, #bottomPagingPast a.current{
	color:#666;
	text-decoration:none;
	background-color:#f4f4f4;
	padding:.25em .25em;
	border: 1px solid #666;
}


#bottomPaging a:hover, #bottomPagingPast a:hover{
	text-decoration:underline;
}

#bottomPaging a.number:hover, #bottomPaging a.current, #bottomPagingPast a.number:hover, #bottomPagingPast a.curent{
	background-color:#666;
	color:#fff;
	text-decoration:none;
}

.linkback {
	margin:.25em 0;
	background:#ffc;
	padding:.5em;
	border:1px solid #999;
}

/*video*/
img.videopic {
	border:4px solid #000;
}

/*paging-------------------------*/
.showpageArea {
	padding: 0 2px;
	margin-top:50px;
	margin-bottom:5px;
}
.showpageArea a {
	color: #036;
	font-weight:normal;
	background:#fff;
	padding: 3px 6px !important;
	font-size:11px;
	margin:0px 2px;
	text-decoration:none;
	-moz-border-radius:5px;
}

.showpageNum a {
	font-weight:normal;
	font-size:11px;
	padding: 3px 6px !important;
	margin:0px 2px;
	text-decoration: none;
	-moz-border-radius:5px;
}
/*current page*/
.showpagePoint {
	font-size:11px;
	-moz-border-radius:5px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color:#CC3300;
	border:1px solid #666;
	background-color:#f4f4f4;
}
.showpage {
	font-size:11px;
	-moz-border-radius:5px;
}
.showpage a:hover {
	font-size:11px;
}
.showpageNum a:link,.showpage a:link {
	font-size:11px;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}
.showpageNum a:hover {
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF !important;
	background: #003366!important;
}

/*page end---------------------------*/

/*archive - horizontal*/
/*#ArchiveList ul
{
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

#ArchiveList ul li { display: inline; }

#ArchiveList ul li 
{
	padding: 0 0.6em 0 0;
	float: left;
}*/
/*archive - scroll*/
#ArchiveList ul
{
	width:210px;
	height:400px;
	/*overflow:scroll;*/
	overflow: auto;
	border: 1px solid #666;
}

#ArchiveList ul li 
{
	/*padding: 0 0.6em 0 0;
	float: left;*/
}

/*discuss comments*/
#idc-container-parent #idc-container .idc-c.idc-admin {
color: #9c3;
}

/*recent comments */
.rcw {
	font-size:.85em;
	padding:.5em;
	border: 1px solid #eee;
}

.rcw a:link{
	/*font-weight:bold;*/
	color:#036;
}

h2.title {
	margin:1em 0 0 0;
	padding: .6em;
	color:#f39;
	background:#eee;
	font-size:.9em;
	font:Georgia, "Times New Roman", Times, serif;
}

/*new Navigation*/
#masthead {
	/*background: #000 url('http://lonnroth.info/img/logo.gif') 20px 50% no-repeat;
	position: relative;*/
	background: #000;
	margin:0;
	padding:0;
}
#masthead #masthead-topnavigation {
	width:750px;
	margin:0 auto;
}

#nav {
	list-style: none;
	width: 750px;
	background: #000;
	overflow: hidden;
	/*margin-left: 310px;*/
	/*padding-left: 10px;*/
	margin:0;
}
#nav li {
	width: 120px;
	float: left;
}
#nav li a.active {
	outline: none;
}
#nav li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.70em;
	font-weight: normal;
	color: #806650;
	padding: 15px 0 15px 10px;
}
#nav li a strong {
	display: block;
	color: #f5e4cc;
	font-size: 1.31em;
}
#nav li a:hover {
/*	background: url('http://lonnroth.info/folio/img/nav.gif') 0 0 repeat-x;*/
	background: url('http://www.GraffHead.com/images/navBg.gif') 0 0;
	color: #f5e4cc;
}

#nav li a.this {
	background: url('http://www.GraffHead.com/images/navBg.gif') 0 0 !important;
	color: #f5e4cc;
}

/*twitter*/
.twitter-wrap{
	margin:0;
	border:1px solid #ccc;
	width:190px;
	padding: .5em;
	background:#ddeef6;
}

/*jump link*/
/*.jump-link {
  float: right;
  border: none;
  background: url(http://graffHead.com/images/pinkArrow.gif) no-repeat right 4px; 
  color:#FF3399 !important;
  margin: 0;
  padding: 0 10px 0 0;
}*/

.jump-link {
			text-align: right; 
			font-size: 1.1em; 
			/*clear: both;*/ 
			font-weight:bold;
			padding-right:30px;
		}

.jump-link a { 
			/*float: right; */
			display: block !important; 
			background: url(http://graffHead.com/images/pinkArrow.gif) no-repeat right 4px; 
			padding-right: 23px; 
			color:#FF3399 !important;
		}
		
/*.jump-link a{
  float: right;
  border: none;
  background: url(http://graffHead.com/images/pinkArrow.gif) no-repeat right 4px; 
  color:#FF3399 !important;
  margin: 0;
  padding: 0 10px 0 0;
}*/


