/* @override 
	http://bryanberger.com/css/web.css
	http://localhost/~berger_new/css/web.css
*/

@import url("reset.css");

/*
 _____   _____   __    __      ___   __   _        _____   _____   _____    _____   _____   _____   
|  _  \ |  _  \  \ \  / /     /   | |  \ | |      |  _  \ | ____| |  _  \  /  ___| | ____| |  _  \  
| |_| | | |_| |   \ \/ /     / /| | |   \| |      | |_| | | |__   | |_| |  | |     | |__   | |_| |  
|  _  { |  _  /    \  /     / / | | | |\   |      |  _  { |  __|  |  _  /  | |  _  |  __|  |  _  /  
| |_| | | | \ \    / /     / /  | | | | \  |      | |_| | | |___  | | \ \  | |_| | | |___  | | \ \  
|_____/ |_|  \_\  /_/     /_/   |_| |_|  \_|      |_____/ |_____| |_|  \_\ \_____/ |_____| |_|  \_\

** web.css
**
** Created by  on 2009-05-17.
** Copyright (c) 2009 zvision.net. All rights reserved.
*
* GUIDE:
* 0f79ca = Blue
*/


/* Document
-----------------------------------------------------------------------------*/
body { 
	height: 100%;
	font: 62.5%/1 tahoma, helvetica, arial, sans-serif;
	background: url('../imgs/bg_html.png') repeat-x;
}

html {
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	min-height: 74px;
	overflow: hidden;
	background: #1d1d1d;
	
	border-bottom: 1em solid #999;
}

#header h1 {
	float: left;
	margin: 0 0 0 -9em;
}



/* Elements
-----------------------------------------------------------------------------*/
h2 {
	margin: 0 0 .5em 0;
	font-size: 4.5em;
	color: #91989e;
}

h2 span {
	margin: 0 0 0 .25em;
	font-size: .35em;
	color: #0f79ca;
}

h3 {
	margin: 0 0 0 0;
	font-size: 3em;
	font-weight: normal;
	color: #1280d4;
}

h3 a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

h3 span {
	font-size: .5em;
}

/* Nav
-----------------------------------------------------------------------------*/
#nav {
	float: left;
	margin: 2.4em 0 0 0;
	list-style: none;
	overflow: hidden;
/*	background: url('../imgs/bg_nav_li.png') repeat-x;*/
}

#nav li {	
	float: left;
	padding: 0;
	border-right: 1px solid #373737;
}

#nav li a {
	font-size: 1.2em;
	display: block;
	padding: .75em 1em;
	text-decoration: none;
	color:  #DEDEDE;
}

#nav li a:hover, #nav li a#active, #sub_nav li a#active {
	color: #fff;
	background: #0f79ca;
}

#nav li:last-child {
	border: none;
}

/* SUB NAV */

#sub_nav {
/*	margin: 0 3em 0 0;*/
	margin: 0 15em 0 0;
	padding: 2.4em .5em .3em;
	float: right;
	overflow: hidden;
}

#sub_nav li {
	float: left;
	margin: 0 .2em;
}

#sub_nav li a {
	font-size: 1.2em;
	display: block;
	padding: .75em 1.3em;
	color: #45a2e9;
	background: #111;
	border-left: 1px solid #2d2d2d;
	border-top: 2px solid #222;
}

#sub_nav li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	width: 96%;
	padding: 2% 0 10.5em 0;/* Height of Footer + 10px */
	margin: 0 auto;
/*	margin: 0 0 6.5em 5.3em;*/
	overflow: hidden;
}


/* Posts
-----------------------------------------------------------------------------*/
#posts {
	overflow: hidden;
	position: relative;
}
.post {
	width: 265px;
	margin: 0 .5em .5em 0;
/*	height: 310px;*/
	float: left;
	
	border: 1px solid #ccc;
	list-style: none;
	min-height: 310px;
}

.post a img:hover {
	border-color: #0f79ca;
}

.post p a {
/*	display: block;*/
}
.post img {
	width: 257px;
	height: 182px;
	border: 4px solid #9A9CAA;
}

/* title */
.post h3 {
	margin: .5em 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #1280d4;
}
/* date */
.post h4 {
	margin: 0 0 .5em 0;
	font: italic 1.2em georgia, times, serif;
	color: #8A8A8A;
} 

.post .details {
	padding: 0 1em;
}

.post p, .post-detail p {
	line-height: 1.2;
	font-size: 1.2em;
	color: #4b4b4b;
}

/* Post Detail
-----------------------------------------------------------------------------*/
.post-detail {
	overflow: hidden;
}

.post-detail h4 {
	margin: .2em 0 1em 0;
	font: italic 1.5em georgia, times, serif;
	color: #8A8A8A;
}

.post-detail h5 {
	font-size: 1.4em;
	background: #c2c2c2;
	padding: .5em;
	color: #666;
}

.post-detail .plate {
	float: left;
	padding: 0 2em 0 0;
	border-right: 1px solid #979797;
}

.post-detail p.blurb {
	line-height: 1.5;
	margin: 1em 0;
	padding: 1em 0 2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post-detail .details {
	margin: 8em 0 0 2em;
	float: left;
/*	max-width: 535px;*/
	max-width: 468px;
	width: 468px;
}

.post-detail p.large-img img {
	border: 2em solid #f1f1f1;
}

.post-detail ul.keywords {
	margin: 1em 0 0 0;
	overflow:  hidden;
}

.post-detail ul.keywords li {
	font-size: 1.2em;
	float: left;
	display: inline;
	margin: 0 .25em 0 0;
	background: #333;
	padding: .5em;
	color: #ccc;
}


/* Twitter
-----------------------------------------------------------------------------*/
#twitter {
	clear: both;
	overflow: hidden;
	background: url('../imgs/bg_twitter_cap.png') right center no-repeat;
}

#twitter p {
	padding: 1.2em 0 0 0;
	float: left;
}

#twitter h3 {
	float: left;
	height: 3em;
	padding: 1.8em 0 0 1em;
	font-size: 1.2em;
	font-weight: normal;
	width: 74.1em;
	background: url('../imgs/bg_twitter.png') 0 repeat-x;
	color: #9d9d9d;
}

#twitter img {
	padding: .15em 0 0;
}


/* Badges
-----------------------------------------------------------------------------*/
#badges {
	float: left;
	list-style: none;
	overflow: hidden;
}

#badges li {
	margin: 0 .25em 0 0;
	float: left;
}

#badges li a {
	display: block;
	width: 33px;
	height: 35px;
}

li#zflick a {
	background: url('../imgs/badges.jpg') -98px 0 no-repeat;
}

li#zflick a:hover {
	background-position: -98px -35px;
}

li#linkedin a {
	background: url('../imgs/badges.jpg') no-repeat -32px 0;
}

li#linkedin a:hover {
	background-position: -32px -35px;
}

li#facebook a {
	background: url('../imgs/badges.jpg') no-repeat 0 0;
}

li#facebook a:hover {
	background-position: 0 -35px;
}

li#twitterbadge a {
	background: url('../imgs/badges.jpg') no-repeat -65px 1px;
}

li#twitterbadge a:hover {
	background-position: -65px -35px;
}

li#newwebpick a {
	width: 44px !important;
	background: url('../imgs/badges.jpg') no-repeat -134px 1px;
}

li#newwebpick a:hover {
	background-position: -134px -32px;
}



/* About
-----------------------------------------------------------------------------*/
#about-block {
	overflow: hidden;
}

#about-block h3, #contact-block h3 {
	margin: 0 0 1em 0;
	font: 1.6em verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #707070;
}


#about-block h4 {
	font: 1.4em arial, helvetica, sans-serif;
	color: #fff;
	margin: 0 0 1em 0;
	padding: .5em;
	background: #0f79ca;
}

.sep_content {
	float: left;

	margin: 0 3em 1em 0;
	padding: .5em;
	background: #f0f0f0;
	border: 1px solid #cacaca;
}

#about-block ul li {
	padding: .2em;
	font: 1.2em verdana, arial, helvetica, sans-serif;
	line-height: 2;
	margin: 0 0 .2em 0;
	background: #e4e4e4;
	color: #555;
}

#about-block h5 {
	font: 1.4em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
	float: left;
	clear: both;
}

#about-block h5 a {
	display: block;
	margin: 0;
	font-size: 1.2em;
	color: #0f79ca;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact-block h2 {

	margin-bottom: .1em !important;
}

#contact-block p {
	font-size: 1.4em;
	color: #4b4b4b;
}

	
#contact p a {
	text-decoration: none;
	color: #0f79ca;
}

#contact p a:hover {
	text-decoration: underline;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	width: 96%;
	height: 5.5em;			/* Height of the footer */
		
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 2em 2% 0em;
	clear: both;
	text-align: right;
	font: 1.1em   tahoma, arial, sans-serif;
	border-top: 1px solid #b3b3b3;
	color: #989898;
	background: #ededed;
}

#footer p {
	padding: .75em 0 0 0;
	float: right;
}

/* DLs
-----------------------------------------------------------------------------*/
dl {
	margin: 1em 0 0 0;
	clear: both;
	overflow: hidden;
	font-size: 1.2em;
	color: #707070;
	
}

dt {
	float: left;
	width: 123px;
	margin: 10px 0 0;
}

dd {
	float: left;
}

dd input, dd input, select, p input {
	padding: .6em .8em;
	font-size: 1.1em;
	background: #dbdbdb;
	border: 1px solid #bcbcbc;
	color: #515151;
}

p.submit {
	margin: 1em 0 0 123px;
}

p.submit input {
	background: #1280d4;
	color: #fff;
}

textarea {
	padding: 6px 8px;
	width: 400px;
	overflow: auto;
	font: 1.6em/1.4 arial, helvetica, sans-serif;
	border: 1px solid #bcbcbc;
	background: #dbdbdb;
	color: #515151;
}

/* STATUS BOX & ERRORS
-----------------------------------------------------------------------------*/
.status {
	margin: 1em 0 3em 0;
	font-size: 1.4em;
	color: #818365;
}

li.error, li.success {
	padding: .5em;
	margin: 0 0 .2em 0;
	background: #fffcc9;
	
	list-style-position: inside;
	list-style-type: decimal;
	list-style-image: url(../imgs/icn_error.png);

}

li.success {
	list-style-image: url(../imgs/icn_success.png);
	background: #b4f6ac;
	color: #445844;
}

/* ADS
-----------------------------------------------------------------------------*/
#adz {
	margin: 0 0 1em 0;
}


/* Misc
-----------------------------------------------------------------------------*/
ul#sub_nav li a.strike {
	text-decoration: line-through;
	color: #bababa;
}

a {
	color: #1280d4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#fbpage {
	font-size: 1.2em;
	padding: 10px;
	background: #BEBEBE;
	border: 1px solid #9C9C9C;
}

#fbpage strong {
	color: #333;
	text-transform: uppercase;
}

#fbpage a {
	font-size: 1.25em;
	color: #0C6CB6;
}
