/*
Theme Name: Louis Antiques 16
Theme URI: http://www.louisantiques.com.au/
Description: This template is built on the seja design custom framework. By default it is a single column site with the ability to multiple columns. Blog pages are built around a custom page, allowing blog widgets to be separate from the main site.
Author: Stuart Shearing
Author URI: http://seja-design.com.au/
Version: 2.7
License: GNU General Public License
License URI: license.txt
Tags: single-column, two-columns, cms, content-management-system, seo-friendly, adjustable fixed width, responsive design, custom-header, threaded-comments, sticky-post, translation-ready, microformats, font-awesome, custom-menu
*/

/* DO NOT EDIT THIS FILE - Theme style changes should be done in the /css/theme-colours.css file */

/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
img,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =structure
-------------------------------------------------------------- */
body {	
	width:100%;
}
#header-shell,
#top-content-block,
#content-shell,
#footer-shell,
#footer {
	clear:both;
	float:left;
	width:100%;
}

/* =Header
-------------------------------------------------------------- */

#header-img img {
	float:left;
	padding:0;
	margin:0;
}


/* =Menu
-------------------------------------------------------------- */


#navigation {
	display: block;
	float: left;
}
#navigation .menu-header,
div.menu {
	/* margin-left: 12px; */
	width: 960px; /* width + margin-left = 960 */
}
@media (max-width: 960px)  {
	#navigation .menu-header,
	div.menu {
		width:100%;
	}
}
	
#navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
.menu-header a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}
.menu-header ul ul {
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.menu-header ul ul li {
	min-width: 180px;
}
.menu-header ul ul ul {
	left: 100%;
	top: 0;
}
.menu-header ul ul a {
	background: #e2e2e2;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
.menu-header li:hover > a {
	
}
.menu-header ul ul :hover > a {
	
}
.menu-header ul li:hover > ul {
	display: block;
}

/* responsive */

nav select {
	font-size:1.3em;
	color:#fff;
	display: inline-block;
    border: 1px solid #000;
    outline:none; /* remove focus ring from Webkit */
	background:#333;
	width:95%; 
}
nav select option {
	border-bottom:1px dashed #777;
	padding:4px 0 8px;
}

/* =Content Structure
-------------------------------------------------------------- */

/* top content */
#top-content-block {}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;
	padding:20px 0 0 0;
	overflow:hidden;		
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* An explanation of the floating columns can be found in the /css/debug.css file */

	/* 25% width LEFT*/
.two-left-25 .colleft {
	right:75%;			
}
.two-left-25 .col1 {
	width:75%;			
	left:100%;			
}
.two-left-25 .col2 {
	width:25%;			
	left:0;	
}
	/* 33% width LEFT */
.two-left-33 .colleft {
	right:67%;		
}
.two-left-33 .col1 {
	width:67%;			
	left:100%;			
}
.two-left-33 .col2 {
	width:33%;			
	left:0;			
}

	/* 25% width RIGHT */
.two-right-25 .colleft {
	right:25%;			

}
.two-right-25 .col1 {
	width:75%;			
	left:25%;	
}
.two-right-25 .col2 {
	width:25%;		
	left:25%;		
}
	/* 33% width RIGHT */
.two-right-33 .colleft {
	right:33%;			
}
.two-right-33 .col1 {
	width:67%;			
	left:33%;			
}
.two-right-33 .col2 {
	width:33%;			
	left:33%;			
}

.col2 .widget-area {
	padding:20px 5% 0;
}

/* single */
.single-column {
	padding:40px 5% 20px;
}

/* post excerpts */
.excerpt-column-left {
	float:left;
	width:200px;
}
.two-left-25 .excerpt-column-right,
.two-right-25 .excerpt-column-right {
	float:left;
	width:470px;
}
.two-left-33 .excerpt-column-right,
.two-right-33 .excerpt-column-right {
	float:left;
	width:400px;
}

.single-column .excerpt-column-right {
	float:left;
	width:600px;
}

/* responsive */
@media (max-width: 560px)  {
	.two-left-25 .colleft,
	.two-left-25 .col1,
	.two-left-25 .col2,
	.two-left-33 .colleft,
	.two-left-33 .col1,
	.two-left-33 .col2,
	.two-right-25 .colleft,
	.two-right-25 .col1,
	.two-right-25 .col2,
	.two-right-33 .colleft,
	.two-right-33 .col1,
	.two-right-33 .col2 {
		width:100%;
		left:0;
	}
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.5em;
	margin:0 0 20px 0;
}
p {
	line-height:1.6em;
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* tables */
table {
}
tr {
}
th {
	font-size:1.2em;
	padding:4px 16px;
}
td {
	padding:4px 16px;
}

/* =Content
-------------------------------------------------------------- */

.hentry {
	margin:0 0 20px;
}
.category-block {
	padding:10px 20px;
}

.single .hentry {}
.sticky {}
.entry-title { 
	font-weight:300;
	font-size:1.8em;
	padding:4px 15px 0;
	margin:0;
}
.entry-title a {
	text-decoration:none;
}
.category-title {
	font-size:0.9em;
	font-weight:bold;
}
.entry-meta { 
	padding:0 15px;
	font-size:0.9em;
}
.excerpt-entry-meta {
	padding:10px 0 0;
	margin-bottom:11px;
	font-size:1.5em;
	font-weight:300;
}
.entry-date-excerpt a {
	text-decoration:none;
}
.meta-prep-author {}
.entry-date {}
.meta-sep {}
.author vcard {}
a.url {}

.entry-content {
	padding:15px 20px 25px;
}
.entry-content li {
	line-height:1.6em;
}

.entry-utility {
	border-bottom:1px dotted #ccc;
	font-size:0.8em;
	margin:0;
	padding:2px 15px;
	clear:both;
}
.cat-links {
	margin:0;
}
.entry-utility-prep {}
.comments-link {}
.edit-link {}
a.post-edit-link {}

/* accordion */

.accordion {
   margin-bottom:18px;
}
.accordion dt {
	border-top:1px dotted #999;
	padding:5px 10px;
}
.accordion dt span {
	display:block;
	width:100%;
}
.accordion dt span:hover {
	color:#BD013B;
}
	
.accordion dt .selected {
	padding:12px 0 8px 20px;
	background:url(images/accordian-open.png) no-repeat left center;
}
.accordion dt span {
	padding:12px 0 8px 20px;
	background:url(images/accordian-closed.png) no-repeat left center;
}
.accordion dd {
      padding: 10px;
}
.accordion dd.final {
}

/* form elements 
-------------------------------------------------------------- */

input,
textarea {
	padding: 8px 2%;
	max-width:95%;
	font-size:1rem;
}
select {
	padding:8px 1.5% 8px 2%;
	font-size:1rem;
	max-width:95%;
}
input[type='radio'] {
	outline: none;
	border:none;
}
.button {
	padding: 10px 20px;
}
/* custom page elements */
/* Pagenation 
-------------------------------------------------------------- */

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:30px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
}
.pagination .current{
	padding:6px 9px 5px 9px;
}

/* Custom styles (TinyMCE dropdown) + hand-coded div blocks
-------------------------------------------------------------- */

.block25,
.block33,
.block50, 
.block66,
.block75 {
	padding:10px 2% 0;
	margin:0 1% 25px;
	float:left;
	line-height:1.4rem;
}
.block25 { 
	width:19%;
}
.block33 {
	width:27%;
}
.block50 {
	width:44%;
}
.block66 {
	width:60%
}
.block75{
	width:69%
}
.block100 {
	clear:both;
	padding:10px 2% 0;
	margin:0 0 25px;
	width:96%;
}
@media (max-width: 700px) and (min-width:501px)  {
	.block25 { 
		width:44%;
	}
}
@media (max-width: 500px) {
	.block25,
	.block33,
	.block50,
	.block66,
	.block75
	 { 
		width:96%;
		float:none;
	}
}
.standard-block {
	margin-right:2%;
}
.alt-block {
	margin-right:0;
}
.youtube-block {
    float: left;
    margin: 0 5px 20px;
    padding: 0;
}
#content .youtube-block h3 {
    margin-bottom: 2px;
    padding-bottom: 0;
    text-align: center;
}
.highlight,
.large {
	font-size:1.2em;
}
.small {
	font-size:0.8em;
}
h2.subtitle {
	position:relative;
	top:-20px;
}
img.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
	-moz-box-shadow:    0 0 10px rgba(0,0,0,0.75);
	box-shadow:         0 0 10px rgba(0,0,0,0.75);
}
.separator {}

.link-div {
	cursor:pointer;
	padding:20px;
}
#back-to-top {
	display:block;
	width:30px;
	height:25px;
	padding:10px;
	position:fixed;
	bottom:0;
	right:0;
	font-size:1.2rem;
	background:#b4cf1b;
	-webkit-border-radius: 5px 0 0 0;
	   -moz-border-radius: 5px 0 0 0;
	        border-radius: 5px 0 0 0;
	font-weight:300;
}
#back-to-top a {
	color:#fff;
	text-decoration:none;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
img.alignleft,
img.alignright,
img.aligncenter {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	font-size:0.8em;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 15px 0 18px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin:5px 1.5% 0;
	padding: 0;
}
.commentlist {
}
.commentlist li{
	padding:10px 0 0;
}
.commentlist li li {
	list-style:none;
}
.comment-block {
	border:1px solid #f1f1f1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0 0 12px;
	padding:0 2% 5px;
	-webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:   1px 1px 8px rgba(0,0,0,0.3);
	box-shadow:        1px 1px 8px rgba(0,0,0,0.3);

}
.commentlist .avatar {
	padding:10px 10px 0;
}
.comment-author {
	border-bottom:1px dotted #ddd;
}
.comment-meta {
	font-size:0.8em;
}
.nopassword,
.nocomments {
}
/* Comments form */
#respond textarea {
	width:90%;
}
#comments p.logged-in-as {
	font-style:italic;
	font-size:0.9em;
	border-bottom:1px dotted #f1f1f1;
}
#comments p.comment-form-comment label {
	display:block;
}
#respond .form-allowed-tags {
	border:1px solid #f1f1f1;
	font-size:0.9em;
	margin:5px;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
	font-size:0.8em;
	padding:5px 8px;
}
.widget_search input#searchsubmit {
	font-size:0.8em;
	padding:4px 8px;
	position:relative;
	left:-5px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.9em;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 1.1em;;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 0.9em;
}
#wp-calendar thead th {
	padding:2px 0;
}
#wp-calendar td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
.content .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
.content .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/* Expandable menu */

.widget_nav_menu .menu ul,
.widget_product_categories .product-categories ul {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
.widget_nav_menu .menu li,
.widget_product_categories .product-categories li{
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
/* Collapsed state for list element */
.widget_nav_menu .menu .collapsed,
.widget_product_categories .product-categories .collapsed {
    background-image: url(images/collapsed.png);
}
/* Expanded state for list element */
.widget_nav_menu .menu .expanded,
.widget_product_categories .product-categories .expanded {
    background-image: url(images/expanded.png);
}
/* Footer widget areas */
/* default */
.layout-type-default #footer-widget-area {
	margin:0 auto;
	width:800px;
}
.layout-type-default #footer-widget-area .widget-area {
	float:left;
	width:250px;
	margin-right:25px;
	overflow: hidden;
}
.layout-type-default #footer-widget-area #third {
	margin-right:0;
}
@media (max-width: 820px) {
	.layout-type-default #footer-widget-area {
		width:100%;
	}
	.layout-type-default #footer-widget-area .widget-area,
	.layout-type-default #footer-widget-area #third  {
		width:90%;
		margin: 0 5%;
	}
}
/* four-column */
.layout-type-four-column #footer-widget-area {
	margin:0 auto;
	max-width:1200px;
}
.layout-type-four-column #footer-widget-area .widget-area {
	float:left;
	width:22%;
	margin-right:4%;
	overflow: hidden;
}
.layout-type-four-column #footer-widget-area #fourth {
	margin-right:0;
}
@media (max-width: 850px) and (min-width: 601px) {
	.layout-type-four-column #footer-widget-area {
		width:100%;
	}
	.layout-type-four-column #footer-widget-area .widget-area,
	.layout-type-four-column #footer-widget-area #fourth  {
		width:45%;
		margin: 0 2.5%;
	}
}
@media (max-width: 600px)  {
	.layout-type-four-column #footer-widget-area {
		width:100%;
	}
	.layout-type-four-column #footer-widget-area .widget-area,
	.layout-type-four-column #footer-widget-area #fourth  {
		width:90%;
		margin: 0 5%;
	}
}	
/* tee */
.layout-type-tee #footer-widget-area {
	margin:0 auto;
	width:800px;
}
.layout-type-tee #footer-widget-area .widget-area {
	float:left;
	width:250px;
	margin-right:25px;
	overflow: hidden;
}
.layout-type-tee #footer-widget-area #first {
	width:100%;
	margin-right:0;
}
.layout-type-tee #footer-widget-area #fourth {
	margin-right:0;
}
@media (max-width: 820px) {
	.layout-type-tee #footer-widget-area {
		width:100%;
	}
	.layout-type-tee #footer-widget-area .widget-area,
	.layout-type-tee #footer-widget-area #first,
	.layout-type-tee #footer-widget-area #fourth  {
		width:90%;
		margin: 0 5%;
	}
}
/* pane */
.layout-type-pane #footer-widget-area {
	margin:0 auto;
	width:800px;
}
.layout-type-pane #footer-widget-area .widget-area {
	float:left;
	overflow: hidden;
}
.layout-type-pane #footer-widget-area #first,
.layout-type-pane #footer-widget-area #second {
	width:100%;
	margin:0;
}
.layout-type-pane #footer-widget-area #third {
	width:47%;
	margin-right: 3%;
}
.layout-type-pane #footer-widget-area #fourth {
	width:47%;
	margin-left: 3%;
}
@media (max-width: 820px) {
	.layout-type-pane #footer-widget-area {
		width:100%;
	}
	.layout-type-pane #footer-widget-area #first,
	.layout-type-pane #footer-widget-area #second ,
	.layout-type-pane #footer-widget-area #third,
	.layout-type-pane #footer-widget-area #fourth {
		width:90%;
		margin: 0 5%;
	}
}
/* horizontal3 and horizontal4 */
.layout-type-horizontal3 #footer-widget-area,
.layout-type-horizontal4 #footer-widget-area {
	margin:0 auto;
	width:800px;
}
.layout-type-horizontal3 #footer-widget-area .widget-area,
.layout-type-horizontal4 #footer-widget-area .widget-area  {
	float:left;
	overflow: hidden;
	width:100%;
}
@media (max-width: 820px) {
	.layout-type-horizontal3 #footer-widget-area,
	.layout-type-horizontal4 #footer-widget-area {
		width:100%;
	}
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding:20px 0 30px;
}
.site-info {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
	clear:both;
}
@media (max-width: 560px)  {
	.site-info {
		float:none;
		width:96%;
		margin-left:3%;
	}
}
.site-info a {
	text-decoration: none;
}
.copyright {
	float: right;
	width: 300px;
	font-size:12px;
	font-style: italic;
	position: relative;
}
@media (max-width: 560px)  {
	.copyright {
		float: none;
		width: 96%;
		font-size:9px;
		padding:10px 0;
		margin-left:3%;
	}
}
.copyright a {
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}