/*
 * Copyright (C) 2009 Cognifide
 * 
 * This file is part of Taskboard.
 * 
 * Taskboard is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Taskboard is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with Taskboard. If not, see <http://www.gnu.org/licenses/>.
 */

/* 
 * http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212 
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	line-height: 1.2em;
	margin: 1em auto;
	width: 600px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Futura, "Century Gothic", "URW Gothic L", Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	background: url(taskboard-logo-400.png) no-repeat 50% 50%;
	height: 65px;
	text-indent: -9999px;
	width: 600px;
}

h2 {
	font-size: 1.6em;
	text-align: center;
}

h3 {
	font-size: 1.3em;
}


a {
	border-bottom: 1px solid #004488;
	color: #004488;
	text-decoration: none;
}

a:visited {
	border-color: #336688;
	color: #336688;
}

a:hover {
	background-color: #77DDEE;
	background-color: #DDEEEE;
}

#tagline {
	font-family: Futura, "Century Gothic", "URW Gothic L", Helvetica, sans-serif;
	width: 400px;
	padding: 0 100px;
	text-align: right;
	margin-bottom: 1em;
}

#sneakpeak {
	border: 3px solid #CCC;
	background: url(sneakpeak.png) no-repeat scroll 0 0;
}

#sneakpeak p {
	margin-left: 360px;
	font-size: 1.2em;
	padding: 1em;
	background: #FFFFFF;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity = 90);
}

.tip {
	position: relative;
	background: #EEEEEE url(ballon-tip.gif) no-repeat scroll 0 100%;
	color: #333333;
	font-size: 0.9em;
	width: 400px;
	margin: 10px 100px;
	padding: 10px 10px 35px;
}

#board {
	margin: 1em 0;
	overflow: hidden;
	clear: both;
}

.column {
	width: 300px;
	float: left;
}


.column .cards {
	padding: 0.5em;
	border-left: 1px dashed #CCCCCC;
}

.last.column .cards {
	border-right: 1px dashed #CCCCCC;
}

.column .cards .card {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	background-color: #F8E065;
	border: 1px solid transparent;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-webkit-box-shadow: 5px 5px 5px #CCC;
	-moz-box-shadow: 5px 5px 5px #CCC;

	word-wrap: break-word; /* wrap long urls in browsers that support it */
	overflow: hidden; /* and hide where it's not supported */
}

	.column .cards .resource.card {
		background-color: #12C2D9;
	}

	.column .cards .resource.card a:hover {
		background-color: #77DDEE;
	}

	.column .cards .demo.card {
		background-color: #35B44B;
	}
	
	.column .cards .demo.card a:hover {
		background-color: #66DD77;
	}

	.column .cards .new.card  {
		background-image: url(new_icon.gif);
		background-position: 240px -14px;
		background-repeat: no-repeat;
	}
	
	.column .cards .placeholder.card {
		border: 1px dashed #CCC;
		background-color: white;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

		.column .cards .card h3 {
			margin-bottom: 0.3em;
		}

		.column .cards .card ul {
			list-style: disc;
			margin-left: 1.2em;
		}

		.column .cards .card ul li {
			margin-top: 0.1em;
		}

#footer {
	border-top: 1px solid #DDD;
	padding-top: 0.5em;
	margin-top: 1em;
	font-size: 0.8em;
	color: #AAA;
	overflow: hidden;
	clear: both;
}

	#footer p {
		width: 450px;
		float: left;
	}

	#footer #coglogo {
		display: block;
		width: 121px;
		height: 50px;
		text-indent: -9999px;
		background: url(logo.png) no-repeat scroll 0 0;
		float: right;
		border: 0;
	}

	#footer #coglogo:hover {
		background-position: -121px 0;
	}

