/* @override 
	http://tagmeursu.ca/css/main_styles.css
	http://danshier.ca/css/main_styles.css
*/

/* Taylor URSu CSS CODE */



html, body, #wrap, #art_wrap {height: 100%;
	background: #fffeff none repeat-x 0 100px;
	margin: 0;
	padding: 0;
}

body > #wrap,#art_wrap {height: auto; min-height: 100%;}


img {
	border-style: none;
	border-width: 0;
}

/* @group art */

#art_wrap {
	background-color: #000;
}

#art_cont	{
	overflow:auto;
	
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #fbffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #2a2a2b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

#art_top {
	margin-bottom: 10px;
	background: #080808 url(/images/logo2.png) center top;
}

#art_header	{
	height: 150px;
	width: 950px;
	display: inline-block;
	background-position: center top;
}

#art_footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: #1d1e1e url(../images/footerpic.png) no-repeat center top;
	padding-top: 50px;
}


#art_bottom_cont {
	color: #737373;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#art_bottom_cont a:link{
	color: #9ea0a0;
	text-decoration: none;
	}

#art_bottom_cont a:visited{
	color: #9ea0a0;
	text-decoration: none;
	}

#art_bottom_cont a:hover{
	color: #9ea0a0;
	text-decoration: none;
}

#art_bottom_cont a:active{
	color: #9ea0a0;
	text-decoration: none;
}



/* @end */

/* @group Special Code */
.offlinepage {
	background-color: #1a1a1a;

	padding: 10px;
	text-align: center;
	height: 130px;
	margin-bottom: 10px;
}

.offline {
	width: 950px;
	background-color: #fff8cc;
	border: 1px solid #ebae7f;
	padding: 0 10px 10px;
	text-align: center;
	font-family: "century gothic";
	margin: 5px auto;
}

.message {
	background-color: #fff8cc;
	border: 1px solid #ebae7f;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
}

.pop {
	background-color: #fff;
	border: 10px solid rgba(40,206,255,0.5);
	padding: 0 10px 15px;
	text-align: center;
	font-size: 10pt;
	width: 500px;
	margin: auto;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;5
}
/* @end */
/* @group Pre Body */

/* @group URSU Nav */

#navbanner {
	height: 25px;
	background-color: #696;
	border-bottom: 3px solid #cc6;
	padding-left: 10px;
	display: block;
}

.navbannerbox {
	color: #fff;
	display: inline-block;
	margin-top: 2px;
}

.navbannerbox a:link {
	color: #fff;
}

.navbannerbox a:visited {
	color: #fff;
}

.navbannerbox a:hover {
	color: #fff;
}

.navbannerbox a:active {
	color: #fff;
}

/* @end */

/* @group Construction */

#construction {
	background: #fdff00 url(../images/construct.gif) repeat-x center center;
	text-align: center;
	border-bottom: 1px solid #fdff00;
}

#construct {
	background-color: #efc143;
	color: #000;
	font: bold 12px Verdana;
	padding-right: 5px;
	padding-left: 5px;
}

/* @end */



/* @end */

/* @group Top Parts */

#top {
	margin-bottom: 10px;
	background: #fffeff url(/images/logo.png) center top;
}

#headerbox {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Header */

#header	{
	height: 150px;
	width: 950px;
	background-position: center top;
	display: inline-block;
}

#top_img	{
	width: 1280px;
	height: 150px;
	border-style: none;
	border-width: 0;
	text-align: center;
	visibility: hidden;
}

#top_title	{
	color: #000;
	font: 19pt "Lucida Grande";
	text-indent: 10px;
	visibility: hidden;
}

#top_sub	{
	color: #666;
	text-align: right;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	visibility: hidden;
	}

/* @group Top Sub Links */

.top_sub:link{
	color: #666;
	text-decoration: none;
	}

.top_sub:visited{
	color: #c080ff;
	text-decoration: none;
	}

.top_sub:hover{
	color: #ffcb59;
	text-decoration: none;
	}

.top_sub:active{
	color: #ff5b60;
	text-decoration: none;
	}

/* @end */



/* @end */

/* @group Nav */

#navcontainer {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#navcontainer ul {
	font: 12pt/28px "Lucida Grande", sans-serif;
	margin: 0;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a {
	color: #929292;
	text-decoration: none;
	background-color: 1a1a1a;
	padding: 3px 7px 5px;
}

/* @group Nav Hovers */

#n1 a:hover {
	color: #000;
	padding: 3px 7px 5px;
}

/* @end */

/* @end */

/* @end */

/* @group Middle Parts */

#middle {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 100px;
}

/* @group Main Content Parts */

#main_cont	{
	overflow:auto;
	
	width: 600px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	color: #424242;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #f4f4f4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.main_sub {
	color: #5e5e5e;
	margin-right: 15%;
	margin-left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
}

img#Rotating1 {
	width: 600px;
	height: 300px;
}

/* @group Headers */

#blogsubscribe {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

h2 {
	text-align: left;
	font-size: 14pt;
	background-color: #f1f1f1;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-left: 5px;
	margin-top: 0;
	padding-top: 5px;
	margin-left: -10px;
	margin-right: -10px;
	margin: 0;
	border: 1px solid #301b11;
	color: #1a1a1a;
}

h4 {
	text-align: left;
	font-size: 12pt;
	background-color: #f1f1f1;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-left: 5px;
	margin-top: 0;
	padding-top: 5px;
	margin-left: -10px;
	margin-right: -10px;
	margin: 0;
	border: 1px solid #301b11;
	color: #1a1a1a;
}

/* @end */

li {
	list-style-type: none;
	margin-top: 5px;
	color: #1a1a1a;
}

/* @group Links */

a:link { 
	color: #b6ff57;
	text-decoration: none;
}

a:visited { 
	color: #b6ff57;
	text-decoration: none;
}

a:hover { 
	color: #29ff00;
	text-decoration: none;
}
	
a:active { 
	color: #0f0;
	text-decoration: none;
}

/* @end */

/* @group Menu */

#menu 	{

	height: 20px;
	color: #000;
	text-align: center;
	font: 10pt/13pt "Lucida Grande", sans-serif;
	background-color: #fff;
	margin-top: -14px;
}

#menu a:link{
	color: #000;
	text-align: center;
	font-variant: normal;
}

/* @end */

/* @end */

/* @group Side Content Parts */

#side_special {
	width: 200px;
	float: right;
	margin-right: 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	height: 600px;
	padding: 5px;
}

#side_cont {
	width: 290px;
	float: right;
	margin-right: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

.side_title {
	font: bold 10pt/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-position: 0 top;
	background-repeat: repeat-x;
	text-indent: 10px;
	border-top: 1px solid #b98064;
	padding-top: 4px;
	border-color: #ccc;
}

.side_title2 {
	font: bold 10pt/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-position: 0 top;
	background-repeat: repeat-x;
	text-indent: 10px;
	padding-top: 4px;
}

.side_sub {
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-bottom: 5px;
	direction: ltr;
	padding: 10px 10px 10px 15px;
}

.side_sub_text {
	text-align: left;
	font-size: 9pt;
	color: #808080;
	margin-left: 20px;
}

.side_sub img {
	margin-bottom: -3px;
}

.side_sub a:link{
	color: #008500;
	text-decoration: none;
}

.side_sub a:visited{
	color: #008500;
	text-decoration: none;
}

.side_sub a:hover{
	color: #16a700;
	text-decoration: none;
}

.side_sub a:active{
	color: #16a700;
	text-decoration: none;
}



/* @end */

/* @group Feed */

#feed {
	width: 600px;
}
.feedmonth {
	text-align: left;
	font-size: 11pt;
	color: #a1a1a1;
}

td.feedpost {
	border-bottom: 1px solid #999;
	padding-left: 6px;
	padding-top: 5px;
	text-align: justify;
}

div.snap_preview {
}

div.snap_preview p{
	padding: 0;
	margin: 0;
}

div.snap_preview img {
	visibility: hidden;
	height: 0;
	width: 0;
}



/* @end */



/* @end */

/* @group Footer Parts */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: #eaeaea url(../images/footerpic.png) no-repeat center top;
	padding-top: 50px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#bottom_cont {
	color: #301b11;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#bottom_cont a:link{
	color: #7ba543;
	text-decoration: none;
	}

#bottom_cont a:visited{
	color: #7ba543;
	text-decoration: none;
	}

#bottom_cont a:hover{
	color: #7ba543;
	text-decoration: none;
}

#bottom_cont a:active{
	color: #7ba543;
	text-decoration: none;
}

/* @end */