/****************
structure.css
****************/

#getFirefoxAlert {
	background-color: #86BF69;
	position: absolute;
	width: 732px;
	display: none;
	top: 0px;
	left: 10%;
}

#do_not_try {
	background-color:#fff;
	border: 1px solid black;
	width: 750px;
	left: 10%;
	top: 10px;
	position: absolute;
	padding: 10px;
}

#message_box {
	right: 10px;
	position: absolute;
	top: 10px;
	background-color: #FFF;
	padding: 10px;
	opacity: 0;
}
	

#site_container	{
	position: relative;
	left: 5%;
	top: -470px;
	text-align: left;
	width: 732px;
}

#logo a {
	background: url(../images/design/backgrounds/header2.png) no-repeat !important;
	background: url(../images/design/backgrounds/header2.gif) no-repeat;
	display: block;
	height: 143px;
	width: 732px;
}

#logo a:hover {
	color: none;
	background-color: none;
	text-decoration: none;
}

#logo a span {
	visibility: hidden;
}

#top, #nav_buttons	{
	background: url(../images/design/backgrounds/body.png) repeat-y !important;
	background: url(../images/design/backgrounds/body.gif) repeat-y;
	position: relative;
	color: #000000;
	padding-left: 20px;
	padding-top:  10px;
	padding-right: 35px;
	padding-bottom: 10px;
}

#welcome_msg {
	float: right;
	background-color: #fff;
}

#login_nav {
	float: right;
}

#navigation {
	background: url(../images/design/backgrounds/body.png) repeat-y !important;
	background: url(../images/design/backgrounds/body.gif) repeat-y;
	display:block;
	padding-left:35px;
	padding-top: 10px;
	position:relative;
}

#navigationFooter {
	background: url(../images/design/backgrounds/body_break.png) no-repeat !important;
	background: url(../images/design/backgrounds/body_break.gif) no-repeat;
	position: relative;
	height: 42px;
}

#content {
	color: #000000;
	min-height: 500px;
	background: url(../images/design/backgrounds/body.png) repeat-y !important;
	background: url(../images/design/backgrounds/body.gif) repeat-y;
	margin:0;
	position:relative;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	top: -17px;
}

#blogDiv {
	width: 70%;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: none;
}

#googleAdsHolder {

}

#ads {
	position: relative;
	top: 500px;
}

/*#infoDiv {
	color: #000000;
	background: url(../images/design/body_bg.png) repeat-y;
	margin:0;
	margin-top: -20px;
	position:relative;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}*/

#footer	{
	background: url(../images/design/backgrounds/body.png) repeat-y !important;
	background: url(../images/design/backgrounds/body.gif) repeat-y;
	display:block;
	padding:15px;
	position:relative;
	text-align: center;
	top: -17px;
}

#bottom {
	background: url(../images/design/backgrounds/footer2.png) no-repeat !important;
	background: url(../images/design/backgrounds/footer2.gif) no-repeat;
	position:relative;
	height:42px;
	top: -17px;
}

#formContainer	{
	width: 350px;
	background-color: #cc9;
	border: 1px dotted #333;
	padding: 5px;
	margin: 0px auto;
}

/****************
forms.css
****************/

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}

/****************
drag.css
****************/

#tagCloud {
	position: absolute;
	z-index: 10;
	width: 332px;
	left: 500px;
	top: 190px;
}

#tagCloudTop {
	width: 332px;
	height: 55px;
}

#handle_left {
	background: url(../images/design/backgrounds/tag_cloud_head_left.png) no-repeat !important;
	background: url(../images/design/backgrounds/tag_cloud_head_left.gif) no-repeat;
	float: left;
	height: 55px;
	width: 183px;
}

a#handle_left {
	display: block;
}

#handle_right {
	background: url(../images/design/backgrounds/tag_cloud_head_right.png) no-repeat !important;
	background: url(../images/design/backgrounds/tag_cloud_head_right.gif) no-repeat;
	height: 55px;
	width: 149px;
	float: left;
}

#tagCloudTop a:link, #tagCloudTop a:active, #tagCloudTop a:visited  {
	display: block;
	height: 53px;
}

#tagCloudTop a:hover, #tagCloudTop a:hover {
	color: none;
	background-color: transparent;
	text-decoration: none;
}

#tagBody {
	position: relative;
	padding: 10px 35px 0px 35px;
	/*text-shadow: 2px 2px 1px #222;*/
	font-size: 10px;
	background: url(../images/design/backgrounds/tag_cloud_body.png) repeat-y !important;
	background: url(../images/design/backgrounds/tag_cloud_body.gif) repeat-y;
}

#tagFooter {
	background: url(../images/design/backgrounds/tag_cloud_footer.png) no-repeat !important;
	background: url(../images/design/backgrounds/tag_cloud_footer.gif) no-repeat;
}

.dragItem {
	position: relative;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 5px;
}

.tag_cloud_item {
	padding-right: 5px;
}

/****************
comments.css
****************/
.com_login_container {
	height: 300px;
}

.commentContainer {
	position: absolute;
	width: 400px;
}

.comNum {
	position: relative;
	background-color: #D44026;
	margin-bottom: 5px;
	height: 50px;
	padding: 10px;
	border: 1px solid black;
}	

.comments {
	position: relative;
}

.comment {
	position: relative;
	border: 1px solid black;
	min-height: 80px;
	margin-bottom: 5px;
	padding: 10px;
}

.quotedTextDiv {
	/*border-left: 2px solid black;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/
	border-style: groove;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.quotedText {
	font-style: italic;
}

blockquote {
display: block;
padding: 10px 60px 20px 60px;
width: 300px;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;   
margin-left: 300px;
}

/****************
blog.css
****************/
#newest_articles_div {
	background: url(../images/design/backgrounds/ripped_paper.png) no-repeat !important;
	height: 166px;
	width: 618px;
	/*background: url(../images/shadow.gif) no-repeat bottom right;*/
}

#wrv_badge a {
	position: absolute;
	width: 152px;
	height: 152px;
	top: 10px;
	left: 350px;
	display: block;
	background: url(../images/design/logos/WRV_badge.png) no-repeat !important;
	/*background: url(../images/design/backgrounds/tag_cloud_body.gif) repeat-y;*/
}

#wrv_badge a:hover {
	color: none;
	background-color: none;
	text-decoration: none;
}

#wrv_badge a span {
	visibility: hidden;
}

.inPostImg {
	width: 600px;
}

.nav_button_left,.nav_buttn_right,.nav_button {
	float: left;
	clear: none;
	padding: 10px 20px;
}

.nav_button_left {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.nav_button {
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.nav_buttons_holder {
	margin: 0px 10px 0px 10px;
	height: 40px;
}

.top_login_form {
	 float: right;
	 text-align: left;
}

.permalink {
	float: right;
	font-size: 12px;
}

.txt2img {
	font-size: 20px;
}

#customScroll {
	width: 290px;
	height: 330px;
	overflow: auto;
	position: relative;
}

.note {
	display: none;
	padding: 10px;
	margin: 5px;
	border: 1px solid black;
}

.search_box {
	position: absolute;
	border: 1px solid black;
	width: 100px;
	height: 100px;
	padding:10px;
	display:none;
	background-color:#fff;
}

code {
	background-color: #ccc;
}

.success {
	color:#009933;
}

.failure {
	color:#CC0000;
}

.info_box {
	position: relative;
	margin: 0;
	padding: 0px 20px;
	text-shadow: 2px 2px 1px #222;
	font-size: 10px;
}


#top_nav {
	top: -20px;
}

.img-shadow {
  float: right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
	
.articleDate {
	/*float: right;*/
	font-size: 10px;
}

/*tooltip*/
div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/design/balloon.png) top left no-repeat !important;
	background: url(../images/design/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/design/balloon.png) bottom left no-repeat !important;
	background: url(../images/design/balloon.png) bottom left no-repeat;
	font-size: 10px;
}

.nohover a:link ,.nohover a:visited,.nohover a:hover,.nohover a:active {
	background-color: transparent;
	text-decoration: none;
	outline: none;
}

.appliedStyle {

}

.content {
	position: relative;
	padding: 2px;
	margin: 5px 0px 15px 0px;
}

.resize {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
}

a  {
	text-decoration: none;
	font-weight: bold;
	color: #00747d;
	outline: none;
}

a:visited {
	color: #00747d;
}

a:active {
	color: #00747d;
}

a:hover 	{
	/*color: #FF7019;*/
	color: #FFF;
	background-color: #00747d;
	text-decoration: underline;
}

a.txt2img:hover {
	color: #00747d;
	background-color: #FFF;
}

a.header	{
	text-decoration: none;
	font-weight: bold;
	color: #E0FFFF;
	background-color: #d44026;
	outline: none;
}

a.header:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #E0FFFF;
	background-color:  #d44026;
	outline: none;
}

a.header:active	{
	text-decoration: none;
	font-weight: bold;
	color: #E0FFFF;
	background-color:  #d44026;
	outline: none;
}

a.header:hover	{
	color: #E0FFFF;
	text-decoration: underline;
}

body {
	padding: 0px;
	font-family: sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(../images/design/backgrounds/bg_blue_rose.gif);
	background-repeat: repeat;
	background-position: top;*/
	background: #000;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(1, rgb(77,172,235))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 0%,
		rgb(77,172,235) 100%
	);

	font-size: 14px;
}

#gradient_bg {
	height: 475px;
	width: 100%;
	/*background-image: url(../images/blue_grad_bg_large.png);
	background-repeat: repeat-x;*/
}

img	{
	border: none;
}

.logo {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.imgBorder {
	border: 1px solid #4682B4;
}

.select {
	background-color: #E6F0FA;
	color: #000;
	padding: 0px 2px 0px 2px;
	font-size: 12px;
}

.submit {
	background-color: #E6F0FA;
	border: 1px solid #4682B4;
	font-size: 12px;
	cursor: pointer;
}

.title {
	margin-top: 20px;
}

.preview {
	border: 1px dashed #000000;
	position: relative;
	min-height: 120px;
}

#loading {
	position: absolute;
	visibility: hidden;
	border: none;
	width: 220px;
	height: 19px;
}

.float {
	float: left;
	clear: none;
}

div.spacer 	{
	clear: both;
}

input, textarea{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #888;
	margin: 0 5px 5px 0;
}

.closeButton {
	position:absolute;
	top:10px;
	right:10px;
}

* {margin:0; padding:0;}
html {font-size:62.5%; font-family: verdana, arial;}
input {font-size:1em; font-family: verdana, arial; margin: 5px;}