body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../images/top-border.png) repeat-x left top;
}

a {
	color: #980000;
}

.container {
}

/* @group nav */

#nav {
	margin-top: 0;
	position: relative;
	margin-bottom: 0;
	height: 0;
}

#nav p {
	margin: 0;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
}

.userinfo {
	position: absolute;
	right: 0;
	font-size: .9em;
	margin: 0;
	top: 15px;
}

.userinfo a {
	margin-left: 10px;
}



/* @end */

/* @group header */

#header {
	height: 110px;
	background: url(../images/border.png) repeat-x right bottom;
	margin: 0 0 20px;

}

.home #header {
	z-index: 500;
	height: 175px;
	width: 950px;
}

.mobiledesign #header, .leaflets #header, .signal #header, .estimatr #header, .mobilegame #header, .ideas #header {
	height: 120px;
}

#header h1 {
	margin: 0;
	line-height: 300px;
	font-size: 1em;
	overflow: hidden;
	left: 0;
	position: absolute;
	background: url(../images/flag.png) no-repeat right top;
	width: 150px;
	height: 60px;
	top: 25px;
}

#header h1 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
	background: url(../images/logo-sm.png) no-repeat;
	width: 66px;
	height: 44px;
	position: absolute;
	top: 12px;
	right: 25px;
}

#header ul {
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header li {
	float: left;
	width: 65px;
	height: 70px;
	margin-right: 12px;
	text-align: center;
	background: url(../images/crate.png) no-repeat center 5px;
	line-height: 1em;
}

#header li a {
	color: #999;
	text-decoration: none;
	font-size: 9px;
	line-height: 1em;
	display: block;
	height: 70px;
	width: 65px;
	font-weight: bold;
	position: relative;
	white-space: nowrap;
}

#header li a span {
	padding-top: 50px;
	line-height: 13em;
}

#header li a:hover {
	color: #333;
}

.home .products {
	position: relative;
	left: 185px;
	top: 40px;
	width: 500px;
	display: block;
}

.products {
	display: none;
}

#header h2 {
	color: #ccc;
	font: italic 1.4em/1em Georgia, "Times New Roman", Times, serif;
	width: 452px;
	text-align: center;
	background: url(../images/bracket.png) no-repeat center bottom;
	padding-bottom: 18px;
	margin: 0 0 5px;
}

#header li#nav-mobiledesign {
	background: url(../images/mobiledesign.png) no-repeat center 5px;
}

#header li#nav-leaflets {
	background: url(../images/leaflets.png) no-repeat center 5px;	
}

.mobiledesign #header li#nav-mobiledesign {
	background: #efefef url(../images/mobiledesign.png) no-repeat center 5px;	
}

.mobiledesign #header li#nav-mobiledesign a, .leaflets #header li#nav-leaflets a
 {
	color: black;
}

.leaflets #header li#nav-leaflets {
	background: #efefef url(../images/leaflets.png) no-repeat center 5px;	
}

.description {
	margin-left: 25px;
	text-transform: lowercase;
}

.tag-header {
	position: absolute;
	top: 37px;
	left: 154px;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group content */

#content {
	min-height: 500px;
}

#content h1 {
	margin: 0;
	font-weight: bold;
	background: url(../images/slash.png) no-repeat left center;
	text-transform: lowercase;
	padding: 0 0 7px 25px;
}

.page h2 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.5em;
	background: url(../images/border.png) repeat-x left bottom;
}

.page h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.page h1 a, .page h2 a, .page h3 a, .page h4 a, .page h5 a  {
	color: black;
	text-decoration: none;
}

.page h2 a {
}

.page p {
	margin-top: 0;
	margin-bottom: 10px;
	font: 1.1em/1.5em Helvetica, Arial, Geneva, sans-serif;
}

.page p a {
	color: #980000;
	text-decoration: none;
	border-bottom: 1px dotted #980000;
	font-weight: bold;
}

.page pre {
	margin-top: 0;
	margin-bottom: 10px;
}

.page ul {
	
}

.page li {
	margin-bottom: 5px;
	list-style-type: square;
}

code {
	font-family: Courier, mono;
	background-color: #fbffdc;
	padding: 5px 10px;
}

.page table {
	font-size: .9em;
}



/* @end */

/* @group post */

h4.day-title {
	font-weight: bold;
	color: #999;
	top: 15px;
	margin: 0;
	text-align: left;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	font-size: .9em;
}

.post, .page {
	margin-bottom: 15px;
	position: relative;
	padding: 10px 0;
	margin-left: 125px;
}

.page {
	margin-right: 20px;
}

.post {
	background: url(../images/grey-bkgd.png) repeat;
}

.public {
	background-image: none;
}

.pinned {
	background: url(../images/yellow-bkgd.png) repeat;
}

.post.first {
}

.post-wrap {
	clear: both;
	position: relative;
	width: 98%;
}

.post h2 {
	font-weight: bold;
	margin: 0 5px 3px 0;
	line-height: 1.2em;
	font-size: 1.8em;
	display: inline;
}

.post h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1em;
}

.pinned h3 {
	margin-top: 5px;
}

.post .post-author {
	display: inline;
	color: #666;
	font-size: 1em;
	margin-bottom: 3px;
}

.post .post-author a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

.post .post-author a:hover {
	color: #980000;
}

.post h2 a {
	color: #333;
	text-decoration: none;
}

.post h2 a:hover {
	color: #980000;
}

.post-content {
	margin: 0 15px 2px;
}

h2.title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 98%;
	overflow: hidden;
}

.post-content p {
	margin: 0 0 7px;
	font-size: 1em;
	text-align: justify;
}

.post .post-body p a {
	font-weight: bold;
	color: #980000;
	text-decoration: none;
	border-bottom: 1px dotted #980000;
}

.pinned .post-body p {
	margin-left: 0;
	font-size: 1em;
}

a.read_more {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.page p:first-child {
	font-weight: bold;
	font-size: 1.5em;
}

.meta {
	margin: 15px 15px 0;
	font-size: .9em;
	color: #666;
}

.meta a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}

.item-tags {
	background: url(../images/icons/silk/tag_blue.png) no-repeat left 60%;
	padding: 3px 0 3px 18px;
	margin: 0 5px;
}

.item-tags a {
	font-weight: bold;
}

.item-comments {
	background: url(../images/icons/silk/comments.png) no-repeat left 60%;
	margin-right: 7px;
	padding-left: 20px;
}

.item-bury {
	background: url(../images/icons/silk/cross.png) no-repeat left 60%;
	padding-left: 18px;
	margin-right: 7px;
}

.buried {
	background: url(../images/icons/silk/cross_disabled.png) no-repeat left 60%;
	padding-left: 18px;
	margin-right: 7px;
}

.item-date {
	color: #666;
}

.item-controls {
	margin-left: 10px;
}

.edit a {
	background: url(../images/icons/silk/page_edit-off.png) no-repeat left 60%;
	padding: 3px 0 3px 18px;
	margin: 0 5px 0 0;
}

.edit a:hover {
	background: url(../images/icons/silk/page_edit.png) no-repeat left 60%;
	padding: 3px 0 3px 18px;
	margin: 0 5px 0 0;
}

.delete a {
	background: url(../images/icons/silk/delete-off.png) no-repeat left 60%;
	padding: 3px 0 3px 18px;
	margin: 0;
}

.delete a:hover {
	background: url(../images/icons/silk/delete.png) no-repeat left 60%;
	padding: 3px 0 3px 18px;
	margin: 0;
}

.post-content .more {
	display: inline;
}



/* @end */

/* @group footer */

#footer {
	margin-top: 35px;
	background: url(../images/border.png) repeat-x left top;
}

#footer .first {
	margin-left: 135px;
}

#footer .links {
	margin-bottom: 15px;
}

#footer dl {
	float: left;
	padding: 0;
	margin: 25px 0;
	width: 15%;
}

#footer dt {
	
}

#footer dd {
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#footer dd a {
	text-decoration: none;
	font-weight: bold;
}

#footer p {
	text-align: center;
	font-size: .8em;
	clear: both;
	color: #666;
	margin: 0 125px 2px;
}

#footer p a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#footer img {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.pageinfo {
	margin-top: 25px;
	color: #858585;
	border: 3px solid #efefef;
	margin-bottom: 15px;
}

#footer .pageinfo p {
	margin: 5px 15px;
	color: #666;
	text-align: right;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}



/* @end */

/* @group comments */

#comments-wrap {
	margin: 50px 20px 0 125px;
	position: relative;
}

#comments-wrap h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	background: url(../images/border.png) repeat-x left top;
	padding: 25px 0 0;
}

#comments-wrap h4 {
	margin: 25px 0 0;
	font-weight: bold;
	padding: 0;
	font-size: 1.2em;
}

#comments-wrap ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments-wrap li {
	margin-bottom: 15px;
	position: relative;
}

#comments-wrap blockquote {
	font-weight: normal;
	font-style: normal;
	margin-left: 0;
	color: #333;
	border-style: none;
	margin-bottom: 0;
	line-height: 1.4em;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#comments-wrap blockquote p {
	margin-top: 0;
	margin-bottom: 7px;
}

#comments-wrap blockquote li {
	margin-bottom: 0;
}

#comments-wrap p.meta {
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 25px;
	padding: 0;
	font-size: 1em;
	color: #333;
}

#comments-wrap p.meta a {
	color: #333;
}

button.post-submit {
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1em;
}

#add-comment p {
	margin: 0;
}



/* @end */

/* @group sidebar */

#sidebar {
	margin: 0 -5px -4px -1px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#sidebar h4 {
	font-weight: bold;
	color: #333;
	margin: 0 10px 3px;
	font-size: .9em;
	text-transform: uppercase;
	padding: 0;
}

#sidebar ol {
	margin: 3px 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .item {
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 20px;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 2px;
	font-size: .9em;
}

.page-list li li {
	font-size: .9em;
}

#sidebar .page-list li li a {
	font-weight: normal;
	font-style: normal;
}

#sidebar li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#sidebar .score {
	font-weight: bold;
	border: 2px solid #dedede;
	width: 40px;
	display: block;
	text-align: center;
	background-color: #efefef;
	font-size: 1em;
	text-shadow: white 1px 1px 1px;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar .score-title {
	margin-left: 50px;
	
}

#sidebar .score-title a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	width: 150px;
	display: inline-block;
}

#sidebar p {
	margin: 0 10px 10px;
	font-size: .9em;
}

#sidebar p a {
	text-decoration: none;
}

#sidebar hr {
	margin: 10px 0;
	background: url(../images/sidebar-border.png) no-repeat;
	height: 5px;
}

#sidebar ul {
	margin: 3px 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .sub {
	font-size: .7em;
	font-weight: bold;
	background-color: #ccc;
	padding: 1px 5px;
	color: white;
	position: relative;
	top: -1px;
	left: 3px;
}

#sidebar #search {
	padding: 1px;
	width: 170px;
	height: 20px;
	border-style: none;
	background-image: none;
	margin: 7px 10px 0 30px;
	font-weight: bold;
}

.search-bkgd {
	background: url(../images/search.png) no-repeat;
	width: 210px;
	height: 34px;
	margin-left: 10px;
}


/* @end */

/* @group menu */

.nav { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  text-decoration: none;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 9px;
}

.nav li a:hover {	


}

.nav li.submenu a:hover {	
	background: #b8d9fd url(../images/downarrow-on.png) no-repeat 92% 60%;


}

.nav li.submenu li a:hover {	
	background: #dfecfd none;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #b8d9fd;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #b8d9fd;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #b8d9fd;
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 125px;
  position: absolute;
  top: -999em;
  left: -1px;
	background-color: #b8d9fd;
	padding-top: 7px !important;
	padding-bottom: 5px !important;
	list-style-type: none;
	-webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
	left: 0;
}
.nav ul li {
  border: 0;
  float: none;
	font-size: 11px !important;
	margin-bottom: 2px;
	padding: 0;
}
.nav ul a {
  white-space: nowrap;
	display: block;
	padding: 2px 9px;
	color: #005a9f;
}
.nav ul a:hover {
  background: #b8d9fd;
}

/* @group onstates */

.home #nav-all a {
	background-color: #b8d9fd;
}



/* @end */



/* @end */

/* @group intro */

.intro {
	margin-bottom: 15px;
	margin-right: 15px;
}

.intro p {
	margin: 0 15px 10px;
	font-size: .9em;
	color: #333;
}



/* @end */

/* @group messages */

#messages {
	margin: 0 10px 15px 125px;
	padding: 5px 10px;
	font-weight: bold;
	background: url(../images/black-bkgd.png) repeat;
	border-style: none;
	width: 550px;
	color: white;
}

#messages .sub {
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
	margin-top: 2px;
}



/* @end */

/* @group post new */

.post-new {

}

.post-new p span {
	margin-right: 12px;
}

.post-new h4 {

}

.post-new ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.post-new li {
}

.post-new li a {

}

#post-text a {

}

#post-link a {
}

#post-quote a {
}

#post-photo a {
}

#post-video a {
}



/* @end */

/* @group inline */

.more_options input {
	width: 175px !important;
	margin-left: 92px !important;
}

.more_options select
 {
	margin-left: 92px;
	position: relative;
	top: 5px;
}

.inline_edit .buttons {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

form.inline_edit {
	
}

.inline_edit fieldset {
	margin: 0;
	padding: 5px 10px;
	position: relative;
}

.inline_edit p {
	margin: 0;
	position: relative;
}

.inline_edit p label {
	position: absolute;
	top: 10px;
	left: 0;
	width: 75px;
}

.inline_edit p input {
	margin-left: 75px;
	width: 300px;
}

.inline_edit p textarea {
	margin-left: 75px;
	width: 300px;
}

.tags_select a {
	background-color: #4a87d4;
	color: white;
	text-decoration: none;
	font-size: .9em;
	padding: 2px 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.tags_select
 {
	display: block;
	overflow: auto;
	height: 75px;
	text-align: center;
}

.more_options_link {
	position: absolute;
	top: 5px;
	right: 10px;
}

.more_options {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 280px;
	border: 2px solid #efefef;
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
}

.more_options small {
	margin-left: 92px;
}

.more_options .sub {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

.more_options p {
	
}

.more_options label {
	font-size: .9em !important;
	width: 90px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* @end */

/* @group pagination */

ul.pagination {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: left;
	position: relative;
	left: 40%;
}

.pagination li {
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	background-color: #efefef;
	float: left;
	margin-right: 3px;
	text-align: center;
	line-height: 1.8em;
}

.pagination li.page-no {
	
}

.pagination li a {
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.active-1 #page-1, .active-2 #page-2, .active-3 #page-3, .active-4 #page-4, .active-5 #page-5, .active-6 #page-6, .active-7 #page-7, .active-8 #page-8, .active-9 #page-9, .active-10 #page-10 {
	background-color: #a62c2e;
	border-color: #980000;
}

.active-1 #page-1 a, .active-2 #page-2 a, .active-3 #page-3 a, .active-4 #page-4 a, .active-5 #page-5 a, .active-6 #page-6 a, .active-7 #page-7 a, .active-8 #page-8 a, .active-9 #page-9 a, .active-10 #page-10 a {
	color: white;
}

.active-1 .prev, .active-9 .next, .active-10 .next  {
	display: none;
}


/* @end */

#debug {
	display: none;
}

#pinned {
	position: relative;
	top: 7px;
}