/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name		: 	Duarte Carreira
	Author Site		: 	http://blog.viasig.com
	Style Name		: 	ViaSIG
	Style URI		:	http://blog.viasig.com/wp-content/themes/k2/styles/viasig/viasig.css
	Version			:	0.9
	Comments		:	ligeiras alterações ao design original do k2, e porções de http://www.johntp.com/2006/06/02/technoblue-released/
*/
body {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	}


#page {
	/* The entire design is contained within the 'page' id */
	}

.columns-one #page {
	width: 780px;
	}

.columns-two #page {
	width: 920px;
	}

.columns-three #page {
	width: 1080px;
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	width:640px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size:10pt;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary h4 {
	padding-top: 1em;
	}
.exclamation {
	background-color: #fff6bf;
	background-image: url(exclamation.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 15px 50%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffd324;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd324;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	}
code {
	font-family: 'Courier New',Courier,Fixed;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 80%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	display: block;
	overflow-x: auto;
	overflow-y: auto;
	text-align: left;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6b0bf;
	border-bottom-color: #a6b0bf;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6395b0;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #6395b0;
	}
small {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #777;
	}
<!--table{
	font-size: 85%;
	line-height: 1.1em;
	text-align: center;
	}
thead td {
	background-color: rgb(255,245,225);
	border-bottom: 1px solid back;
	}-->
<!--tabela obtida em: http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ -->
.viasig table{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:85%;width:100%;text-align:left;border-collapse:collapse;margin:20px;border-spacing:0;}
.viasig th{font-size:95%;font-weight:normal;background:#b9c9fe;border-top:4px solid #aabcfe;border-bottom:1px solid #fff;color:#039;padding:8px;}
.viasig td{background:#e8edff;border-bottom:1px solid #fff;color:#669;border-top:1px solid transparent;padding:8px;}
.viasig tr:hover td{background:#d0dafd;color:#339;}
