/*
Theme Name: IORG - Information Overload Research Group
Theme URI: http://iorgforum.org/
Description: This theme was custom designed for IORG by Wood Street, Inc.
Version: 1.0
Author: Wood Street, Inc.
Author URI: http://www.woodst.com/
Tags: tan, brown, blue headings, orange headings, fixed width, two columns, custom widgets
*/
@charset "utf-8";
@import url("css/default.css");
@import url("css/layout.css");
@import url("css/navigation.css");
@import url("css/format.css");
@import url("css/blog.css");
@import url("css/form.css");

/* BEGIN CUSTOM STYLE */
.memlogin {
	float: right;
	font-size: 14px;
	padding-bottom: 5px;
	color: #424139;
}

.memlogin a:link, .memlogin a:visited, .memlogin a:active {
	color: #3063B7;
	text-decoration: underline;
}

.memlogin a:hover, .memlogin a:focus {
	color: #5E2C00;
	text-decoration: none;
}

.form-1 {
    margin-top: 10px;
}

#lev-1 #tagline {
    margin: 37px 0 47px;
}

.action-button {
font-size: large; 
color: #fff; 
background: #456ecf;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#456ecf), color-stop(100%,#11369b));
background: linear-gradient(to bottom, #456ecf 0%,#11369b 100%); 
border-radius: 6px; 
text-shadow: -1px 0 2px #000; 
padding: 8px; 
text-decoration: none;
}
.action-button:hover {
background: #5282f2; /* Old browsers */
background: -moz-linear-gradient(top,  #5282f2 0%, #1649cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5282f2), color-stop(100%,#1649cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5282f2 0%,#1649cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5282f2 0%,#1649cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5282f2 0%,#1649cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5282f2 0%,#1649cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5282f2', endColorstr='#1649cc',GradientType=0 ); /* IE6-9 */
}