@charset "UTF-8";
/* CSS Document */

#contentBackground { 
	background-image: url(../images/bg.jpg); 
	background-repeat:no-repeat;
	 }

body {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
	color:rgb(255, 255, 255);
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}
	
p:small {
	font-size:8px;
}
	
a:link,a:active,a:visited {
	color:#06F;
	text-decoration:none;
	}

a:hover {
	color:#09F;
	}
	
h4 {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#nav {
	display:block;
	background-image:url(../images/nav.jpg);
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
	width: 750px;
	height:75px;
	}
	
#footer {
	display:block;
	margin-top:10px;
	margin-left: 120px;
	clear:both;
	width: 710px;
	text-align:center;
	}
	
.news {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.clear {
		padding:2px;
		display:block;
		clear:both;
		}
	
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding:0;
	border:0;
	outline:0;
	font-size:15px;
	vertical-align:baseline;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:10px auto 0px auto;
    width:570px; /* Make sure your images are the same size */
    height:270px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:10px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*Tumbler*/
.tumblr_posts {
	background-color:#fff;
	width:600px;
	margin:auto;
	padding:10px;
	color:#000;
}

.tumbler_post {
	margin-top:20px;
}

.tumblr_title {
	font-size:24px;
	color:#06C;
	
}

.tumblr_body {
	line-height:1.75em;
	border-bottom:#999 solid 2px;
	margin-bottom:15px;
}

.tumblr_caption {
	line-height:1.5em;
}

.tumbler_body img {
}

.read_more_container a {
	font-style:italic;
}

.tumblr_quote {
	margin: 25px auto 5px auto;
	color:#999;
}

.tumblr_quote p {
	font-size:22px;
	color:#999;
}

.tumblr_source {
	font-size:14px;
	color:#999;
	margin-bottom:15px;
}

