/*
THEME NAME: dataabuse
DESCRIPTION: The theme for dataabuse.com
AUTHOR: Matt Vague & Erico Nascimento
*/

/* cleaning the default padding and margins*/
html, body, div, h1, h2, h3, h4, h5, h6, p, form, blockquote, ul, ol, li, img, address {
	margin:0px;
	padding:0px;
	border-width: 0px;
}

body{
	background:url('../images/dotted_background_tile.jpg') repeat #fff;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	color: #000;
	font-size:75%;
	text-align: center;
}

/* Starts styles for the header */ 

#header {
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #999;
}

#header img	{
	float: left;
}


#header .quotes	{
	float: left;
	width: 560px;
	padding-top: 20px;
	margin-left: 45px;
}

#header .quotes blockquote	{
	font-size: 1.1em;
	letter-spacing: 0.03em;
	color: #000099;
	font-style: italic;
	margin-bottom: 5px;
	display: inline;
}

#header .quotes p	{
	font-size: 0.9em;
	color: #000;
	margin-bottom: 15px;
	display: inline;
}


/* ends styles for the header */

/* starts styles for the content */

#container{
	text-align:left;
	width: 920px;
	margin: 0 auto 30px auto;
	padding: 30px;
	padding-top:10px;
	border: 1px solid #999;
	border-bottom: solid 10px #ff6600;
	background: #fff;
}

#content{
	text-align:left;
	position:relative;
	margin: 0 auto 5px auto;
	border-bottom: 1px solid #999;
}

h2 {
	font-size: 1.2em;
}

/* divide the layout in two collumns */

.left-col {
	float:left;
	width:528px;
}

.right-col {
	float:left;
	width:330px;
	margin-left: 20px;
	padding-left: 40px;
	border-left: 1px solid #999;
}

/* ends styles for the content */

/* starts typograpy */

ul {
	list-style-type: disc;
	margin-left: 15px;
}

p.caption:first-child {
	font-size: 1.0em;
	color: #000;
	margin-bottom: 10px;
}

/* ends typography */

/* starts navigation */



ul#main-nav {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul#main-nav li {
	margin-bottom: 7px;
}

ul#main-nav a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

ul#main-nav a:link {

}

ul#main-nav a:visited {

}

ul#main-nav a:hover {
	color: #3b76b2;
}

ul#main-nav a:active {

}


/* ends typography */

/* starts action buttons */

div.action-button {
	background-color: #356aa0;
	display: block;
	width: 240px;
	text-align: center;
	border: solid 1px #444;
	color:#fff;
}

div.action-button h2 {
	font-size: 1.4em;
}

div.action-button a {
	display: block;
	padding: 9px;
	color: #fff;
	text-decoration: none;
}

div.action-button a:link {

}

div.action-button a:visited {

}

div.action-button a:hover {
	
}

div.action-button:hover {
	background-color: #306192;
}

div.action-button a:active {

}


/* ends action buttons */


/* starts footer styles */

#footer #sponser-logos {
	text-align: left;
	margin-top: 3px;
}

#footer #sponser-logos img {
	margin-right: 10px;
}

/* ends footer styles */

/* utility styles */
hr.clearer {
	clear:both;
	visibility: hidden;
}
