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

/* Taylor URSu CSS CODE */

body {
    margin:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:860px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	padding: 0;
	background: #eaeaea none repeat-x 0 150px;
}

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

/* @group Special Code */

/* @group Forms */

input {
	border: 1px solid #008dd6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f7f7f7;
	width: 260px;
	height: 20px;
}

table.table {
	width: 600px;
	padding: 0;
	margin: 0;
	border: 0;
}

td.tableleft {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.tableright {
	text-align: left;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* @end */
.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
}

#full_cont	{
	text-align: left;
	color: #1a1a1a;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 950px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	background-position: center top;
}
/* @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 */

#pagebox {
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/* @group Top Parts */

#top {
	margin-bottom: 10px;
	background: #1a1a1a 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: left;
	margin-top: -30px;
}

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

#navcontainer ul li { 
	display: inline;
}

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

/* @group Nav Hovers */

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

/* @end */

/* @group Nav Links */

/* @end */

/* @end */

/* @end */

/* @group Middle Parts */

#middle_special {
	width: 850px;
	padding-bottom: 10px;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#middle {
	padding-bottom: 10px;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* @group Main Content Parts */

#main_special	{
	text-align: left;
	color: #1a1a1a;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 600px;
	margin-left: 10px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	background-position: center top;
}

#main_cont	{
	text-align: left;
	color: #212121;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 600px;
	margin-left: 10px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	background-position: center top;
}

.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 {
	min-width:600px;
	display: block;
	clear: both;
	padding-top: 50px;
	height: 100px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: #8ed100 url(/images/footerpic.png) center top;
}

#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: #007b00;
	text-decoration: none;
	}

#bottom_cont a:visited{
	color: #4b6d21;
	text-decoration: none;
	}

#bottom_cont a:hover{
	color: #066b00;
	text-decoration: none;
}

#bottom_cont a:active{
	color: #00a100;
	text-decoration: none;
}

/* @group Foot Nav Parts */

#footnav {
	color: #301b11;
	text-align: right;
	font: 10pt Verdana;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#fnav1:link, #fnav2:link, #fnav3:link, #fnav4:link, #fnav5:link, #fnav6:link {
	color: #301b11;
	text-decoration: none;
}

#fnav1:visited, #fnav2:visited, #fnav3:visited, #fnav4:visited, #fnav5:visited, #fnav6:visited {
	color: #301b11;
	text-decoration: none;
}
#fnav1:hover {
	color: #006d8b;
	text-decoration: none;
}



/* @end */

/* @end */