@charset "UTF-8";
/* --- CSS Screen Document --- */
/* --- Author: Dominic @ one11.biz --- */
/* --- Site: InstaComment.com --- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.body-bg {
	background: transparent url(../images/body-bg.jpg) repeat-x 0px 111px;
	}
	
/* --- MISC --- */
	
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
a:link,
a:active,
a:visited {
	color: #C06;
	text-decoration: underline;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}
hr {
	display: none;
	}
.showhr {
	display: block;
	}
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
	
	
#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}
	
/* --- HEADER & LOGO --- */
	
#header {
	margin: 0;
	padding: 15px 0 0 0;
	}
#logo {
	width: 293px;
	float: left;
	}
#logo a {
	width: 293px;
	height: 91px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/instalogo_new.gif) no-repeat left top;
	}

/* --- TOP NAV --- */

#topnav {
	list-style: none;
	float: left;
	margin: 55px 0 0 50px;
	padding: 0;
	}
#topnav li {
	float: left;
	}
#topnav li a,
#topnav li a:link,
#topnav li a:visited {
	text-decoration: none;
	float: left;
	display: block;
	color: #C06;
	font-size: 110%;
	background: transparent url(../images/topnav-right.gif) no-repeat right top;
	}
#topnav li a:link span,
#topnav li a:visited span {
	float: left;
	padding: 11px 15px 9px;
	height: 23px;
	display: block;
	background: transparent url(../images/topnav-left.gif) no-repeat left top;
	}
#topnav li a:hover {
	color: #FFF;
	}
#topnav li a:hover {
	background-position: right bottom;
	}
#topnav li a:hover span {
	background-position: left bottom;
	}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
 #topnav li a {float:none;}
  /* End IE5-Mac hack */
	
/* --- PUBLISHER HEADER --- */
	
#pub_header {
	margin: 0;
	padding: 15px 0 0 0;
	position: relative;
	}
#pub_logout {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 70%;
	}

/* --- PUBLISHER TOP NAV --- */

#pub_topnav {
	list-style: none;
	float: left;
	margin: 55px 0 0 50px;
	padding: 0;
	}
#pub_topnav li {
	float: left;
	}	
#pub_topnav li a:link,
#pub_topnav li a:visited {
	text-decoration: none;
	float: left;
	display: block;
	color: #C06;
	font-size: 90%;
	background: transparent url(../images/topnav-right.gif) no-repeat right top;
	}
#pub_topnav li a:link span,
#pub_topnav li a:visited span {
	float: left;
	padding: 11px 15px 9px;
	height: 23px;
	display: block;
	background: transparent url(../images/topnav-left.gif) no-repeat left top;
	}
#pub_topnav li a:hover {
	color: #FFF;
	}
#pub_topnav li a:hover {
	background-position: right bottom;
	}
#pub_topnav li a:hover span {
	background-position: left bottom;
	}
	
/* --- MAIN CONTENT --- */

#maincontent {
	margin: 75px 0 0;
	padding: 0 0 0 20px;
	font-size: 90%;
	}
.header {
	font-size: 150%;
	color: #666;
	}

/* --- FEATURES --- */

#features {
	font-size: 110%;
	margin: 0;
	padding: 0;
	float: right;
	width: 223px;
	background: #666 url(../images/features-bg.jpg) repeat-y right top;
	}
#features h2 {
	font-size: 24px;
	color: #FFF;
	background: url(../images/features-header.jpg) no-repeat right top;
	padding: 12px 0 2px 35px;
	}
#features ul {
	border-top: 1px solid #FFF;
	list-style: none;
	margin: 0 30px;
	padding: 10px 0 10px 10px;
	color: #FFF;
	}
#features ul li {
	padding: 1px 0 1px 15px;
	background: url(../images/features-bullets.gif) no-repeat left center;
	}
#featuresmore {
	text-align: right;
	padding: 0px 30px 60px 0px;
	background: transparent url(../images/features-footer.jpg) no-repeat right bottom;
	margin: 0px;
	}
#featuresmore a {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
	}
#featuresmore a:hover {
	text-decoration: none;
	}
	
/* --- FEATURES PAGE --- */

.featuressites {
	width: 30%;
	float: left;
	}
.featuressites p {
	text-align: center;
	}
#featurestable {
	margin: 0 auto;
	}

/* --- PUBLISHER PAGES ---*/

#publishernav {
	text-align: center;
	padding: 0 0 10px 0;
	}
.htmlcodeblock {
	background-color:#E1E1FF;
	padding: 5px;
	}
.copypastecode {
	background-color:#FFFFCC;
	padding:5px;
	margin: 5px 10px 10px 0;
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	}
.redtext {
	color: #F00;
	font-weight: bold;
	}
.error {
	color: #5B57A6;
	font-weight: bold;
	}
	
/* --- FOOTER --- */

#footer {
	border-top: 1px solid #CCC;
	padding: 15px 0;
	margin: 0;
	font-size: 80%;
	color: #999;
	text-align: center;
	}
#copyright {
	margin: 0;
	padding: 0;
	}
#copyright a {
	color: #999;
	text-decoration: none
	}
#copyright a:hover {
	color: #000;
	}
/*#bottomnav {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style: none;
	}
#bottomnav li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #999;
	}
#bottomnav li a {
	color: #999;
	text-decoration: none;
	}
#bottomnav li a:hover {
	color: #000;
	}*/
