@import "reset.css";
@import "960.css";

/* GENERIC ----------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#333 url(../../cc_imgs/bg_bottom.png);
	color:#444;
}
.bg {
	background:#FFF;
	min-width:960px;
}
h1, h2 {
	font-weight:normal;
}

/* HEAD/LOGO ----------------------------------------------------*/
#top {
	background:url(../../cc_imgs/bg.jpg) repeat-x;
	height:85px;
}
#logo {
	display:block;
	text-indent:-9999px;
	width:220px;
	height:54px;
	background:url(../../cc_imgs/logo.jpg) no-repeat;
}


/* NAVIGATION ----------------------------------------------------*/
#nav {
	clear:both;
	width: 960px;
	height: 30px;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	height: 30px;
	text-indent: -9999px;
	background: url(../../cc_imgs/nav.png) no-repeat;
	cursor: pointer;
	width:192px;
}
#nav li.home a {
	background-position: 0 0;
}
#nav li.home a:hover, #nav li.home a:focus, #nav li.home.current a  {
	background-position: 0 -30px;
}
#nav li.home a:active {
	background-position: 0 -60px;
}
#nav li.about-us a {
	background-position: -192px 0;
}
#nav li.about-us a:hover, #nav li.about-us a:focus, #nav li.about-us.current a  {
	background-position: -192px -30px;
}
#nav li.about-us a:active  {
	background-position: -192px -60px;
}
#nav li.advertisers a {
	background-position: -384px 0;
}
#nav li.advertisers a:hover, #nav li.advertisers a:focus, #nav li.advertisers.current a  {
	background-position: -384px -30px;
}
#nav li.advertisers a:active  {
	background-position: -384px -60px;
}
#nav li.publishers a {
	background-position: -576px 0;
}
#nav li.publishers a:hover, #nav li.publishers a:focus, #nav li.publishers.current a  {
	background-position: -576px -30px;
}
#nav li.publishers a:active  {
	background-position: -576px -60px;
}
#nav li.contact-us a {
	background-position: -768px 0;
}
#nav li.contact-us a:hover, #nav li.contact-us a:focus, #nav li.contact-us.current a  {
	background-position: -768px -30px;
}
#nav li.contact-us a:active  {
	background-position: -768px -60px;
}

/* CONTENT ----------------------------------------------------*/
.main h1 {
	padding:0 0 10px;
	font-size:36px;
	color:#336666;
}
.main p {
	padding:5px 0;
	color:#444;
	font-size:14px;
	line-height:18px;
}

#middle {
	clear:both;
	padding:20px 0;
	margin:0 auto;
}
.half {
	width:50%;
	float:left;
}

.container_12 .login {
	width:510px;
	float:right;
	margin:11px 1px 0 10px;
}
.login form {
	float:right;
}
.login li {
	float:left;
	width:70px;
	padding:0 0 0 10px;
}
.login li.end {
	padding:8px 0 0;
	font-size:12px;
	width:200px;
	color:#999;
	text-align:right;
}
.login input {
	width:60px;
	padding:6px 5px;
	border:0;	
	font-size:14px;
	height:18px;
}
.login input.username {
	background:url(../../cc_imgs/login_but.png) no-repeat 0 -90px;
}
.login input.password {
	background:url(../../cc_imgs/login_but.png) no-repeat 0 -120px;
}
.login input.username:hover, .login input.username:focus, .login input.username:active, .login input.password:hover, .login input.password:focus, .login input.password:active {
	background-position:0 -60px;
}
.login input.submit {
	display:block;
	width:70px;
	padding:0;
	background:url(../../cc_imgs/login_but.png) no-repeat 0 0;
	height:30px;
	cursor:pointer;
	text-indent:-9999px;
	text-transform:capitalize;
}
.login input.submit:hover {
	background-position:0 -30px;
}
.login p {
	padding:15px 0 0;
	text-align:right;
	font-size:12px;
	clear:both;
}

.button.advertise a, .button.publisher a, .button.signup a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	background: url(../../cc_imgs/buttons.png) no-repeat;
	cursor: pointer;
	width:280px;
	margin:10px 0 0;
}
.button.advertise a {
	background-position: 0 0;
}
.button.advertise a:hover, .button.advertise a:focus  {
	background-position: 0 -60px;
}

.button.publisher a {
	background-position: 0 -120px;
}
.button.publisher a:hover, .button.publisher a:focus  {
	background-position: 0 -180px;
}

.button.signup a {
	background-position: 0 -240px;
}
.button.signup a:hover, .button.signup a:focus  {
	background-position: 0 -300px;
}

/* SIDE BAR ----------------------------------------------------*/
.side {
	float:left;
	width:240px;
	margin:0 10px 0 0;
}
.side h1 {
	padding:0;
	font-size:34px;
	color:#666;
}
.side h2 {
	padding:30px 0 0;
	font-size:66px;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.side h2.black {
	font-size:62px;
	line-height:30px;
	color:#000;
	padding:40px 0 0;
	text-align:right;
	font-weight:normal;
}

.side ul {
	list-style:circle;
	padding:0 0 20px;
	margin:0 0 0 15px;
}
.side li {
	font-size:13px;
	line-height:18px;
	color:#999;
}

/* HOMEPAGE ----------------------------------------------------*/
.content {
	border-top:3px solid #efefef;
	border-bottom:3px solid #efefef;
	margin:20px 0;
	padding:20px 0 10px;
}
#welcome h2 {
	font-size:26px;
}
#welcome p, #welcome ul {
	font-size:14px;
	line-height:21px;
	padding:10px 0;
}
#welcome h3 {
	padding:10px 0 0;
	font-size:21px;
}
#welcome ul {
	list-style:disc;
	padding:10px 0;
}
#welcome li {
	margin:0 0 5px 20px;
}
.grid_4 .callout {
	width:280px;
	padding:20px;
	margin:0 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#ccc;
}
.callout h3 {
	padding:0 0 5px;
}
.callout p, .callout ul {
	font-size:13px;
	line-height:18px;
}
.callout ul {
	padding:5px 0;
	list-style:disc;
}
.callout li {
	margin:0 0 5px 20px;
}

/* FORM ----------------------------------------------------*/



/* FOOTER ----------------------------------------------------*/
#footer {
	padding:20px 0 40px;
	background:url(../../cc_imgs/bg_bottom_top.png) no-repeat center 0;
}
#footer h3 {
	color:#fff;
	font-size:21px;
}
#footer p {
	font-size:13px;
	line-height:18px;
	color:#ccc;
	padding:5px 0;
}
.copy {
	margin:20px 0;
	color:#999;
	font-size:12px;
	text-align:center;
}
.copy li {
	display:inline;
	padding:0 10px 0 0;
}
a {
	color:#006699;
}
a:hover {
	color:#0099ff;
}
#footer a {
	color:#0099ff;
}
#footer a:hover {
	color:#006699;
}