/*=================================*/
/* 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
	color:black;
	background:white;
}
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 ===*/
/*===================*/
div#container {
	width: 900px;
	margin: auto;
}

body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
	min-height: 100%;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}
#top {
    width:900px;
    height:166px;
    border:0;
    display:block;
}
div.logo {
    background:url(images/logo.png) no-repeat;
    width:900px;
    height:166px;
    border:0;
    display:block;
}
div.link {
	padding: 100px 0 0 0;
	width: 527px;
    height: 66px;
	float: right;
}
div.update {
	padding: 25px 10px 0px 0px;
	width: 600px;
    height: 100%;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-shadow: 0px 2px 2px #fff;
	
}
div.latestbg {
	font-size:24px;
	text-shadow: 0px 2px 2px #fff;
	
}
div.credittext {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: italic;
	text-shadow: 0px 2px 2px #fff;
	
}
div.tweets {
	padding: 45px 0px 0px 0px;
	width: 290px;
    height: 100%;
	float: right;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
div.blogs {
	padding: 25px 0px 0px 0px;
	width: 290px;
    height: 100%;
	float: right;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 0px 2px 2px #fff;
	
}
div#footer {
	display: block;
	width: 900px;
    height: 300px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;	
	float: left;
	
}
div.footertext {
	margin: auto;
	display: block;
	width: 510px;
    height: 100px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;	
	float: auto;
}
div.bottomad {
	display: block;
	width: 900px;
	height: 90px;
}
	
div.background {
	display: block;
	width: 900px;
    height: 100%;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-shadow: 0px 2px 2px #fff;
	
}
.theme-default #slider {
    margin:0 auto 0 auto;
    width:900px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}
'
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
