/*
Theme Name: NC Journal of Law & Technology
Theme URI: http://ncjolt.org/
Description: Custom theme for NC Journal of Law & Technology
Author: seth wright, ashley bennett
Author URI: http://sethawright.com/
Version: 1.0

Copyright 2012 NC Journal of Law & Technology. All rights reserved. Not for public use.
*/

.wrapper {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.byline, .meta {
	display:none;
}

a > img, a img {
	border: none !important;
	outline: none !important;
}

/**
 *
 * Reset
 *
 */

* {
	margin:0;
	padding:0;
}

form {
	display: inline;
}

article,aside,details,figcaption,.figure,
footer,header,hgroup,nav,section 
{
	display: block;
}

canvas,video {
	display: inline-block;
}

[hidden] {
	display: none;
}


/**
 *
 * Default
 *
 */
 
a:link,
a:visited {
	text-decoration: none;
	color: #508bb6;
}

a:hover,
a:active {
    color: #82a6c0;
}

h3 a:link,
h3 a:visited {
	color: inherit;
}


/**
 *
 * Body Layout Global
 *
 */
 
header, footer, section {
	width: 100%;
	min-width: 1040px;
}

header .container,
section .container,
footer .container {
	width: 960px;
	padding: 20px;
	margin: 0 auto;
}

header, footer {
	background-color: #0b2435;
	color: #fff;
}

footer#footer {
	background-color: #b0c3d0;
	color: #333;
}


/**
 *
 * Header
 *
 */

header {

}

header .container {
	padding-bottom: 10px;
	position: relative;
	height: 70px;
}

header a:link,
header a:visited {
	color: #fff;
}

header a:active,
header a:hover {
	color: #7ab3e0;
}

.logo {
	position: absolute;
	top: 28px;
}

.top {
	position: absolute;
	right: 0;
	top: 10px;
}

.top p {
	float: left;
	margin-right: 10px;
}

.top p#utils {
	padding-top: 6px;
	font-size: 12px;
}

.top p#search {
	background: #f1f1f1 url('images/magnifyingglass.png') no-repeat 132px 5px;
	padding: 1px 40px 1px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #c1c1c1;
	margin-right: 0;
}

input#search {
	border: none;
	padding: 5px 0px 5px 10px;
	background: #f1f1f1;
	width: 100px;
	margin: 0;
}

nav {
	position: absolute;
	right: 0;
	bottom: 15px;
}

nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
}

nav ul li:last-child a {
	padding-right: 0;
}

nav a {
	font-size: 15px;
	text-decoration: none;
	padding: 5px 20px;
	text-transform: uppercase;
}

nav ul.sub-menu {
	position: absolute;
	z-index: 10000;
	left: 15px;
	top: 25px;
	margin-left: 0;
	display: none;
	background: #fff;
	padding: 3px;
}

nav ul.sub-menu li {
	float: left;
	clear: both;
	text-align: left !important;
	margin: 0;
	height: auto;
	padding: 8px 15px;
	width: 150px;
}

nav ul.sub-menu li:last-child {
	border-bottom: none;
}

nav ul.sub-menu li a {
	color: #7AB3E0;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


/**
 *
 * Promo
 *
 */
 
section#promo {
	width: 100%;
	position: relative;
	height: 350px;
	padding: 40px 0px;
	background: #6a8da5 url('images/glow.png') no-repeat top center;
	box-shadow: inset 0px 0px 8px #0b2435;
	-moz-box-shadow: inset 0px 0px 8px #0b2435;
	-webkit-box-shadow: inset 0px 0px 8px #0b2435;
	overflow: hidden;
}

.featuredbox_wrapper {
	position: relative;
}

.featuredbox{
	width: 980px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-right: 5px;
}

.featuredbox .description{
	top: 0;
	left: 0;
	position: absolute;
	width: 470px;
}

.description h3 {
	margin-bottom: 10px;
	color: #062335;
	text-transform: uppercase;
	font: bold 32px/38px "pt-sans", Helvetica, Arial, sans-serif;
	text-shadow:
		0px 1px 2px rgba(000,000,000,0.8),
		0px 1px 2px rgba(255,255,255,0.3);
}

.description p {
	color: #062335;
	font: 16px/24px "pt-sans", Helvetica, Arial, sans-serif;
}

.description button {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}


.featuredbox .box-slide1,
.featuredbox .box-slide2,
.featuredbox .box-slide3 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 350px;
    width: 980px;
    background: url('http://ncjolt.org/wp-content/uploads/2014/08/law-books.png');
}

#promo .block1 {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	width: 480px !important;
	height: 310px !important;
	left:  495px !important;
	padding: 5px;
	background: #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0px 3px 7px #777;
	-webkit-box-shadow: 0px 3px 7px #777;
	-moz-box-shadow: 0px 3px 7px #777;
	background-size: 480px 310px !important;
	background-repeat: no-repeat;
	background-position: 5px 5px !important;
}

#promo .box-slide1 img, #promo .box-slide2 img {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	left: 495px !important;
	position: absolute;
	width: 480px !important;
	height: 310px !important;
	padding: 5px;
	background: #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0px 3px 7px #777;
	-webkit-box-shadow: 0px 3px 7px #777;
	-moz-box-shadow: 0px 3px 7px #777;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#promo .navigation {
	position: absolute;
	bottom: 40px;
	left: 150px;
	display: block;
	z-index: 103 !important;
}

#promo .navigation ul li {
	list-style-type: none;
	background-color: purple;
	width: 14px;
	height: 15px;
	display: block;
	float: left;
	margin-left: 3px;
	background: url('images/pager_sprite.png') no-repeat 0px 0px;
}

#promo .navigation ul li.active {
	background: transparent url('images/pager_sprite.png') no-repeat -19px 1px;
}


/**
 *
 * Main Content
 *
 */
 
section#main {
	background: #fafafa;
}

header.shadow{
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 5px #0b2435;
	-moz-box-shadow: 0px 0px 5px #0b2435;
	-webkit-box-shadow: 0px 0px 5px #0b2435;
}

section#main.shadow {
	margin-top: 100px;
	z-index: -1;
}

#content {
	width: 620px;
	padding: 0px 20px 0px 0px;
}

.blogroll {
	border-top: 3px solid #74a9d1;
	margin-bottom: 40px;
}

.blogroll_header {
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}

.blogroll_header h2 {
	text-transform: uppercase;
	font: bold 18px/22px "pt-sans", helvetica, sans-serif;
	color: #74a9d1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blogroll h3 {
	font: bold 22px/24px "pt-sans", helvetica, sans-serif;
	color: #333;
	margin-bottom: 7px;
}

.blogroll article:hover h3 {
	color: #74a9d1;
}

.blogroll a {
	display: block;
}

.blogroll article {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.blogroll article:last-child {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blogroll article img {
	float: left;
	height: 120px;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
}

.blogroll article img.tag {
	height: auto;
	width: auto;
	border: none;
	margin-top: 2px;
}

.blogroll p.tags {
	margin-top: 10px;
	min-height: 35px;
}

.blogroll p.tags a {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

article p.byline,
article p.meta {
	font: bold 12px/14px helvetica !important;
	color: #ababab;
}

.blogroll article p.meta {
	font-weight: normal;
	margin-bottom: 5px;
}

.blogroll article p.excerpt {
	font: normal 14px/22px helvetica;
	color: #333;
}

div.text {
	margin-left: 220px;
}


.blogroll p.read_more {
	text-align: right;
}

.blogroll p.read_more a {
	font: bold 13px/16px "pt-sans", helvetica, sans-serif;
	color: #74a9d1;
}

p.loading {
	padding-top: 100px;
	padding-left: 278px;
	padding-bottom: 100px;
}

nav.blogroll_nav {
	position: absolute;
	top: 0;
	right: 0;
}

nav.blogroll_nav div {
	height: 28px;
	width: 28px;
	float: right;
	background-color: purple;
	cursor: pointer;
}

nav.blogroll_nav #next {
	background: url('images/arrows_sprite.png') no-repeat right top;
}

nav.blogroll_nav #previous {
	background: url('images/arrows_sprite.png') no-repeat left top;
}

.blogroll_header .navigation {
	float: right;
}

.wp-paginate span {
	display: block;
	border-radius: 2px;
}

ol.wp-paginate li {
	float: left;
}

.wp-paginate a {
	background: none !important;
	border: none !important;
}


/**
 *
 * Sidebar
 *
 */

div#sidebar {
	width: 318px;
	float: right;
}

#sidebar a.social {
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-right: 1px;
}

#twitter_widget {
	position: relative;
}

.tweet {
	font: normal 16px/20px "pt-sans", helvetica, sans-serif;
	color: #333;
	margin: 10px 0px 0px 20px;
}

.tweet_by {
	font: bold 18px/24px "pt-sans", helvetica, sans-serif;
	text-align: right;
	margin-right: 40px;
	margin-bottom: 0px !important;
}

.tweet_date {
	font: normal 12px/18px helvetica, sans-serif;
	color: #ababab;
	text-align: right;
	margin-right: 40px;
}

#open_quote,
#close_quote {
	position: absolute;
	height: 30px;
	width: 40px;	
}

#open_quote {
	top: 45px;
	left: 10px;
	background: url('images/lquote.png') top left no-repeat;
}

#close_quote {
	background: url('images/rquote.png') top left no-repeat;
	bottom: 25px;
	right: 0px;
}

#latest_news_widget p a {
	display: block;
	color: #749ad1;
	font: bold 16px/22px "pt-sans", Helvetica, sans-serif;
	padding-right: 30px;
	background: url('images/lightblue_arrow.png') no-repeat right 4px;
}

#latest_news_widget p.date {
	font: normal 13px/16px Helvetica, sans-serif;
	color: #ababab;
	background: none;
}

#latest_news_widget article {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#latest_news_widget article:last-child {
	border-bottom: none;
}

#linkedin {
	background: url('images/connect_sprite.png') no-repeat -92px 1px;
}

#facebook {
	background: url('images/connect_sprite.png') no-repeat 0px 1px;
}

#twitter {
	background: url('images/connect_sprite.png') no-repeat -46px 1px;
}

#rss {
	background: url('images/connect_sprite.png') no-repeat -139px 0px;
}

#sidebar h2, #sidebar h3 {
	text-transform: uppercase;
	font: bold 17px/20px "pt-sans", helvetica, sans-serif;
	color: #0b2435;
}

#sidebar p.caption {
	font: normal 13px/16px helvetica, sans-serif;
}

#sidebar div.widget,
#sidebar .links {
	padding: 10px;
	border-top: 3px solid #0b2435;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
	background: #d4d4d4;
}

#sidebar div.widget.white,
#sidebar .links  {
	background: transparent;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#sidebar .links .tagcloud a {
	display: block;
	font: bold 15px/32px "pt-sans", Helvetica, sans-serif !important;
	text-transform: uppercase;
	padding-left: 30px;
	background: url('images/tag.png') no-repeat 0px 5px;
}

#sidebar ul#recentcomments {
	padding: 5px 10px;
}

#sidebar ul#recentcomments a {
	font-weight: normal;
}

#sidebar li.page_item ul.children li {
	margin-bottom: 0;
	border: none;
}

table#wp-calendar {
	width: 300px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#wp-calendar thead tr th,
#wp-calendar td {
	background-color: #f1f1f1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 5px;
}

#wp-calendar thead tr th {
	background-color: #749ad1;
	color: #fff;
	border: 1px solid #d4d4d4;
}

#wp-calendar td.pad,
#wp-calendar td#prev,
#wp-calendar td#next {
	background: none;
}

#wp-calendar td#next {
	text-align: right;
}

#sidebar li.page_item ul.children a {
	font-weight: normal;
	padding-left: 10px;
}

#sidebar .links li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
	font: 15px/32px "pt-sans", Helvetica, sans-serif !important;
	text-transform: uppercase;
}

#sidebar .links ul.blogroll {
	border: none;
	padding: 5px 10px;
	margin-bottom: 0;
}

#sidebar .links ul.blogroll a {
	font-weight: normal;
}

#sidebar .links li a {
	font-weight: bold;
}

#sidebar .links li:last-child {
	border-bottom: none;
}


#sidebar .links h3 {
	padding-bottom: 10px;
}

#sidebar p {
	margin-bottom: 5px;
}

#sidebar input[type=text] {
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 12px;
	margin-bottom: 8px;
	width: 270px;
}

#sidebar input[type=submit] {
	float: right;
}

#about_widget p {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#about_widget p:last-child {
	border-bottom: none;
}

#about_widget p a{
	display: block;
	padding-right: 25px;
	background: url('images/lightblue_arrow.png') no-repeat right top;
}


/**
 *
 * Footer
 *
 */
 
footer#footer .links {
	width: 205px;
	padding: 20px 20px;
	float: left;
}

footer#footer .container .links:first-child {
	padding-left: 0px;
}

footer#footer .links h3 {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
}

footer#footer .links {
	font-size: 13px;
	line-height: 20px;
}

footer#footer .links p {
	margin-bottom: 6px;
}

footer#footer .links ul li {
	margin-bottom: 3px;
	list-style-type: none;
}

footer#footer .links input {
	border: 1px solid #a2b4c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 12px;
	margin-bottom: 8px;
	width: 180px;
}

footer#footer .links button {
	float: right;
	
}



/**
 *
 * Disclaimer
 *
 */
 
footer#disclaimer {
	clear: both;
	height: 90px;
	box-shadow: 0px 0px 30px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

footer#disclaimer .container {
	position: relative;
}
 
footer p#law_logo {
	position: absolute;
	left: 20px;
	top: 10px;
}

footer p#copy_notice {
	position: absolute;
	left: 260px;
	line-height: 22px;
	top: 27px;
	font-size: 12px;
}



/**
 *
 * Typography
 *
 */

body {
	width: 100%;
	font-family: "pt-sans", "proxima-nova", Helvetica, Arial, arial, sans-serif;
	overflow-x: hidden;
}

h1, h2, h3
h4, h5, h6 {
	font-weight: bold;
	padding-bottom: 8px;
}

article.single h1 {
	font: bold 32px/38px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	padding-bottom: 10px;
}

article.single h2 {
	font: bold 28px/34px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	color: #444;
	padding-bottom: 10px;
}

article.single h3 {
	font: bold 24px/30px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	color: #666;
	padding-bottom: 10px;
}

article.single h4 {
	font: bold 20px/26px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	color: #749ad1;
	padding-bottom: 10px;
}

article.single h5 {
	font: bold 16px/20px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	color: #749ad1;
	padding-bottom: 10px;
}

article.single h6 {
	font: bold 24px/30px "pt-sans", "proxima-nova", helvetica, arial, sans-serif;
	color: #749ad1;
	padding-bottom: 10px;
}

article.single p.byline {
	margin-bottom: 0;
	padding: 0;
}

article.single .meta {
	margin-bottom: 10px;
	padding: 0;
} 

article.single {
	font: normal 14px/22px helvetica, artial, sans-serif;
}

article.single p,
article.single ul,
article.single ol {
	padding-bottom: 15px;
}

img.alignright {
	float: right;
	margin: 10px;
}

img.alignleft {
	float: left;
	margin: 10px;
}

article.single blockquote p {
	padding: 20px 50px 20px 60px;
	background: #f1f1f1 url('images/lquote.png') no-repeat 15px 16px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

article.single cite a {
	font: bold 10px/12px helvetica, sans-serif;
	color: #888;
	float: right;
	padding: 0px 10px 10px 10px;
}
 
article.single ul,
article.single ol {
	margin-left: 20px;
}

article.single ul li,
article.single ol li {
	color: #444;
	padding-bottom: 5px;
}


/**
 *
 * Respond
 *
 */

#respond, #wpcf7-f217-p184-o1 {
	padding: 20px;
	background-color: #f1f1f1;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
}

#respond h3#reply-title {
	color: #749ad1;
	margin-bottom: 10px;
}

#respond p.comment-notes,
#respond label,
#respond p.form-allowed-tags {
	font: normal 13px/20px "pt-sans", Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #444;
}

#respond p.form-allowed-tags {
	margin-top: 5px;
	font: 12px/17px "pt-sans", helvetica, sans-serif;
	color: #888;
}

#respond p.form-submit {
	text-align: right;
	padding-right: 10px;
}

#respond span.required {
	color: #888;
}

#respond p.comment-form-author label {
	margin-right: 23px;
}

#respond p.comment-form-email label {
	margin-right: 25px;
}

#respond p.comment-form-url label {
	margin-right: 21px;
}

textarea, input[type=text] {
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 8px;
	padding: 4px;
	width: 482px;
}

#respond textarea,
#respond input[type=text] {
	padding: 8px 12px;
}

#respond textarea {
	width: 545px;
}

#comments h3#comments {
	color: #749ad1;
	margin-bottom: 10px;
}

#comments ul.commentlist li {
	list-style-type: none;
}

#comments .comment-body {
	margin-bottom: 15px;
	padding: 10px;
}

#comments .comment.even {
	background: #f1f1f1;
}

#comments .comment.odd {
	background: #fefefe;
}

#comments small {
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
	color: #888;
}

#comments .comment-meta,
#comments .comment-body p,
#comments .reply {
	margin-left: 42px;
}

#comments .comment {
	font: normal 13px/18px helvetica, sans-serif;
	color: #555;
}

#comments .comment-author {
	font: 18px/24px "pt-sans";
}

#comments .comment-meta a,
#comments .reply a {
	font: bold 12px/18px "pt-sans", Helvetica, sans-serif;
	color: #888;
}

#comments .comment-meta {
	margin-bottom: 10px;
}

#comments .reply {
	margin-top: 10px;
}

#comments a.url {
	font-style: normal;
	font-weight: bold;
}

#comments li {
	border: 1px solid #d4d4d4;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comments li:last-child, #comments li:last-child .comment-body {
	margin-bottom: 0px;
}

#comments .avatar {
	float: left;
	margin: 0px 10px 10px 0px;
}

#comments ul.children {
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
}


/**
 *
 * CSS Buttons
 *
 */

 button a:link, button a:visited {
 	color:#fff;
 	text-decoration: none;
 }

 button a:hover, button a:active {
 	color:#fff;
 	text-decoration: none;
 }

.light_blue, #searchsubmit, input#submit, p.download, .wpcf7 input[type=submit] {
	font-family: 'pt-sans', Helvetica, Arial, arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 25px;
	background: #7ab8e8;
	background: -moz-linear-gradient(
		top,
		#7ab8e8 0%,
		#4d86b1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7ab8e8),
		to(#4d86b1));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px solid #003366;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.6),
		0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
}

p.download {
	margin-top: 10px;
	margin-left: 10px;
	float: right;
	width: 172px;
	padding: 10px 25px;
	height: 19px;
	margin-bottom: 10px;
}

article.single p.download {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px 12px 5px 12px;
}

p.cite {
	font: normal 13px/18px "pt-sans", helvetica, sans-serif;
	color: #666;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
}

p.download a {
	font-family: 'pt-sans', Helvetica, Arial, arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #ffffff;
	padding-left: 20px;
	background: url('images/download_icon.png') 0px 1px no-repeat;
}

.dark_blue {
	font-family: 'pt-sans', Helvetica, Arial, arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 6px 25px;
	background: #153b54;
	background: -moz-linear-gradient(
		top,
		#153b54 0%,
		#0b2435);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#153b54),
		to(#0b2435));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px solid #003366;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.2);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
}


/**
 *
 * Clear
 *
 */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
