

@import URL("reset.css");


body {
	/*background: #eef1e3;*/
	background: #40453b;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #40453b;
	margin-bottom: 25px;
}



/*----------------------------------------------------------------------------   
    header
-----------------------------------------------------------------------------*/
.header-container {
	background: #707868;
	height: 48px;
}

.header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header h1 a {
	position: absolute;
	left: 0; top: 0;
	background: url(../images/logo7.gif) no-repeat;
	width: 145px; height: 48px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.header ul {
	position: absolute;
	right: 10px; top: 13px;
}

.header ul li { float: left; }

.header ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 24px; height: 24px;
	margin-left: 8px;
}

.header ul li#rss a { background: url(../images/rss.png) no-repeat; }
.header ul li#twitter a { background: url(../images/twitter.png) no-repeat; }
.header ul li#facebook a { background: url(../images/facebook.png) no-repeat; }




/*----------------------------------------------------------------------------   
    nav
-----------------------------------------------------------------------------*/
.nav {
	margin-top: 10px;
	background: #40453b;
	height: 38px;
}

.nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 9px 0 0 0;
}

.nav ul li { float: left; }

.nav ul li a {
	color: #c1c4bd;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #545c4c;
}

.nav ul li a:hover { color: #fff; }

.nav ul li.active a, 
body.latest .nav li#latest a, 
body.general .nav li#general a, 
body.inspiration .nav li#inspiration a, 
body.freelance .nav li#freelance a, 
body.photoshop .nav li#photoshop a, 
body.typography .nav li#typography a, 
body.coding .nav li#coding a, 
body.seo .nav li#seo a, 
body.web20 .nav li#web20 a {
	font-weight: bold;
	color: #fff;
}





/*----------------------------------------------------------------------------   
    container
-----------------------------------------------------------------------------*/
.container {
	width: 960px;
	margin: 10px auto 20px auto;
	background: #ffffff;
	padding: 0 0;
	/*border: 1px solid #d5dccd;*/
	background: #fff url(../images/bg-content.gif) right top repeat-y;
}

.ads { padding: 20px; width: 920px; }

.content-container {
	/*background: url(../images/1pixel-grey.gif) 719px 0 repeat-y;*/
	
	padding: 40px 0;
}

body.results .container, 
body.admin .container {
	background: #fff;
}

.content {
	width: 619px;
	float: left;
	padding: 10px 50px 20px 50px;
}

.side {
	width: 200px;
	padding: 20px 20px 20px 20px;
	float: left;
}

.colx1 {
	width: 839px;
}





/*----------------------------------------------------------------------------   
    content
-----------------------------------------------------------------------------*/
.content h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #a0a493;
	margin-bottom: 40px;
	letter-spacing: 0.3em;
	font-weight: normal;
}

.content p {
	margin-bottom: 30px;
	color: #707868;
}

.content small {
	font-size: 11px;
	color: #a0a493;
}

.content a {
	color: #40453b;
	text-decoration: none;
}

.content a:hover {
	color: #64bcea;
	text-decoration: underline;
}

.content strong a { font-size: 14px; }

.content .article h1 { margin-bottom: 10px; }

.content .article a.readmore { text-decoration: underline; }

.content li {
	margin-bottom: 30px;
}

.content hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin-bottom: 25px;
}


/*----------------------------------------------------------------------------   
    pagecount
-----------------------------------------------------------------------------*/
.pagecount {
	padding: 40px 0 15px 0;
	text-align: center;
}

body.list .pagecount {
	padding: 45px 0 15px 0;
	margin-left: 20px;
}

.pagecount a, .pagecount strong, .pagecount em {
	display: block;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #666 !important;
	border: 1px solid #ddd;
	margin: 0 6px 0 0;
	text-decoration: none !important;
	float: left;
	font-weight: normal;
	font-style: normal;
}


.pagecount a:hover {
	color: #222 !important;
	background: #eee;
	border: 1px solid #ddd;
}

.pagecount strong {
	color: #fff !important;
	background: #40453b;
	border: 1px solid #40453b;
	text-decoration: none;
}



/*----------------------------------------------------------------------------   
    side
-----------------------------------------------------------------------------*/
.side .list h2 {
	font-size: 11px;
	text-transform: uppercase;
	/*color: #a0a493;*/
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.side .list li {
	margin-bottom: 2px;
	color: #fff;
}

.side .list a {
	/*color: #707868;*/
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.side .list a:hover { text-decoration: underline; }

.side .source a { /*color: #a0a493;*/ color: #fff; }

.side hr {
	border: 0;
	/*border-bottom: 1px solid #d5dccd;*/
	border-bottom: 1px solid #82caef;
	height: 1px;
	margin: 25px 0;
}



/*----------------------------------------------------------------------------   
    photo gallery
-----------------------------------------------------------------------------*/

.screens .imageitem {
	float: left;
	margin: 0 40px 0 0;
	width: 150px;
	height: 210px;
	line-height: 16px;
}

.screens .imageitem em { 
	font-size: 11px;
	color: #999;
	font-style: normal;
}


.screens .imageitem img {
	margin-bottom: 5px;
	width:150px;
	height: 112px;
}



/*-----------------------------------------------------
	admin
-----------------------------------------------------*/
table.list td {
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}




/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

.footer {
	width: 960px;
	margin: 0 auto;
	color: #c1c4bd;
	font-size: 11px;
}

.footer a {
	color: #c1c4bd;
	text-decoration: underline;
}

.footer a:hover { color: #ddd; }
























