/*
Theme Name: CMS
Theme URI: http://www.lib.usf.edu
Description: A blank canvas derivation by Digital Surgeons for developers based on the 960 CSS framework.
Version: 2.5
Author: Paul Trusik
Author URI: http://www.paultrusik.com/
Tags: fluid-width, responsive
	USFLibrary v2.5
	http://www.lib.usf.edu
*/
/* Begin Structure */
object, embed { max-width: 100%; height: 100%; }

#ribbon {
padding:20px; 
border: 1px solid #e5e5e5; 
border-radius:15px;
font-size: 1.2em;
color:#333;
font-weight:normal;
text-align:center;
background: rgb(247, 247, 247);
}

#ribbon a {color:#057b56; font-weight:normal;}
#ribbon a:hover {text-decoration:underline;}

#ribbon-e {
padding:20px; 
border: 1px solid #c8393c; 
border-radius:15px;
font-size: 1.6em;
color:#7a2123;
font-weight:normal;
text-align:center;
background: #dd898a;
}

#ribbon-e a {color:#000; font-weight:normal;}
#ribbon-e a:hover {text-decoration:underline;}






/* ----------------- GET INVOLVED --------------------- */

#getinvolved {
	text-align:center;
	border-top: 0px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	margin-top:20px;
	margin-bottom: 20px;
	padding:15px 0 10px 0;
	text-indent: 0;

}

#getinvolved > h3 {
	color:#057b56 !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-style:italic;
	font-size:2em;
	margin-bottom:50px;
	margin-top:-40px;	
}

#getinvolved > h3 > span {
	background:#fff;
	padding: 0 20px 0 20px;
}

#getinvolved > div > div {
	padding: 20px 0 10px 0;
	  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#getinvolved > div > div:hover {
	background:#eee;

}

#getinvolved a {
	font-weight: normal;
	color:#057b56;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:1em;
	line-height:2em; 
	font-weight:400;
}



/* ----------------- GET INVOLVED 2 --------------------- */

#getinvolved2 {
	text-align:center;
padding:0;
}

#getinvolved2 > div > div {
	padding: 0;
	padding: 20px 0 10px 0;
}

#getinvolved2 > div > div:hover {
	background:#eee;
}

#getinvolved2 a {
	font-weight: normal;
	color:#057b56;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:.8em;
	line-height:2em; 
	font-weight:400;
}

/* CALLS TO ACTION
--------------------------------------------------------------------------------*/

.feature-action {
	height:80px;

	max-width: 100%;
	background:rgb(247, 247, 247);
	padding:20px 35px 15px 35px;
	border-bottom: 1px solid #dcddde;
	border-top: 1px solid #fff;
}

.feature-action:hover {
	background:#eeeeee;
		  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.feature-action > span {
	font-size:1.1em;
	color:#057b56;
	letter-spacing:2px;
	text-transform:uppercase; 
	}
	
.feature-action > span a {font-weight:normal;}
	
.feature-action > i {
	color:#999;
	float:right; 
	font-size:3em; 
	margin-top:10px;
}

.feature-action > i:hover {
	color:#057b56;
}


/* CALLS TO ACTION MENUS
--------------------------------------------------------------------------------*/	
	
	
	
/* hides menus initially */
.featnav ul ul {
	display: none;
}

/* displays menus on hover */
.featnav ul li:hover > ul {
		display: block;

	}	
	
.featnav ul {
	position:relative;
	z-index:100;
	
}

.featnav ul:after {
		content: ""; clear: both; display: block;
	}

/* top-level tab style */
.featnav ul li {
	height:93px;
	max-width: 320px;
	background:rgb(247, 247, 247);
	padding:25px 35px 15px 35px;
	border-bottom: 1px solid #dcddde;
	border-top: 1px solid #fff;	
}

.featnav ul li > a {
	font-size:1.1em;
	color:#057b56;
	letter-spacing:2px;
	text-transform:uppercase; 
	font-weight:normal;
}

.featnav ul li ul {
		margin-left: -335px;
		top: -70px;
		clear:both;
		width:300px;
		z-index:999;
		position:relative;
		border:0;
}
	
/* bottom-level tab style */
.featnav ul li ul li {
	font-size:.8em;
	height:30px;
	padding:5px 0 0 25px;
}
	
.featnav ul li:hover {
		background: #eeeeee;
	}	
	
.featnav ul li ul li div {
	padding:15px;
}

.featnav ul li > i {
	color:#999;
	float:right;
	font-size:3em; 
	margin-top:10px;
}

.getinvolved {
	text-align:center;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size:2em;
}

.getinvolved > h3 {
	color:#057b56;
	font-family: Georgia, 'Times New Roman', serif;
	font-style:italic;
	font-size:1em;
	margin-bottom:15px;
	margin-top:-20px;
}

.getinvolved > h3 > span {
	background:#fff;
	padding: 0 20px 0 20px;
}

.getinvolved > table {
	border:none;
}

.getinvolved > table > tbody > tr > td {
	text-align:center;
	font-weight:400;
	font-weight:normal;
	border:none;
	background:#fff;
	padding:15px;
	line-height:2em;
	color:#057b56;
	letter-spacing:1px;
	text-transform:uppercase; 
	font-weight:normal;
}

.getinvolved > table > tbody > tr > td > i: hover {
	background:red;
	color:red;
}

/* =Headings

--------------------------------------------------------------------------------*/

h1 {font-size: 24px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #565347;}
h2 {font-size: 22px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #555;}
h3 {font-size: 20px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #a89989;}
h4 {font-size: 18px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #555;}
h5 {font-size: 16px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #555;}
h6 {font-size: 14px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #555;}
h6 {text-transform:uppercase;}

.CMShead {
margin: 1em 0 1em 0;
background-color: #f7f7f7;
border-bottom: 1px solid #dcddde;
font: 1.1em Arial, sans-serif;
letter-spacing: 2px;
line-height: 1.393em;
text-transform: uppercase;
color:#057b56;
font-weight:600;	
height:40px;
padding: 10px 0 0 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight:normal;}

.left, .image {float: left;}
.right {float: right;}
.ltxt {text-align: left;}
.rtxt {text-align: right;}
.ctxt {text-align: center;}
.nowrap {white-space: nowrap;}
.image {margin: 3px 10px 3px 3px; border: 5px solid white; box-shadow: 0 0 1px #555555;}

a.image {
	float: left;
	margin:3px 10px 3px 0px; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}

a.imageright {
	float: right;
	margin:3px 0px 3px 10px; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}

a.image:hover {
	border:1px solid #666;
}

a.image img {
	float:left; 
}

p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

p.meta a {
	font-weight: normal;
	color: #666;
}

abbr, acronym, .help {border-bottom: 1px dotted #333; cursor: help;}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	background: none;
	border: 0;
	border-bottom:1px dotted #999;
	height: 0;
}

.entry h2 {
	font-size:1.6em;
	font-weight:normal;
	text-transform:none;
	background:transparent;
	border:none;
}

.entry h2 a:hover, .entry h3 a:hover {
	background:none;
}

.entry h3 {
	font-size:1.6em;
}

.entry h3 {
	font-size:1.1em;
	text-transform:uppercase;
}

.entry hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
	padding-top:1em;
}

.entry div.none hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding-top:1em;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.entry ul, .entry ol {
	margin-bottom: 10px;
}

.entry ul li {
	margin-left: 0px;
	list-style-type: none;
	padding: 0px 0px 4px 20px;
	background: transparent url(/wp-content/themes/USFLibrary2014/images/li_main-alt.gif) no-repeat 8px 6px;
}

.entry ul.none li {
	padding: 0px;
	background: none;
}

/* list-items

----------------------------------------------- */

#homelist-items {}
#homelist-items h4 {color: #00573c; line-height: 2em;}
#homelist-items h5 {color: #00573c; font-weight: bold;}
#homelist-items h5 a {color: #00573c; font-weight: bold;}
#homelist-items h5 a:hover {text-decoration: none;}

#homelist-items li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	background: transparent url(/wp-content/themes/USFLibrary2014/images/li_main-alt.gif) no-repeat 0px 6px;
}

#homelist-items li.locked {
	margin-left: -1px;
	list-style-type: none;
	padding: 0px 0px 0px 11px;
	background: transparent url(/wp-content/themes/USFLibrar2014y/images/icon_lock-color.png) no-repeat 0px 2px;
}

#homelist-items li img {
	vertical-align: text-bottom;	
}

#homelist-items a {
	color:#575757;
	font-weight: normal;
}

#homelist-items a:hover {
	color:#00573c;
	text-decoration: underline;
}


/* project initiatives

----------------------------------------------- */]

#projects {border-top: 3px solid #5c7a0e; padding:16px;}
#projects p {font-size: 0.9em; line-height: 1.3em;}
#projects h4 {color: #006747; line-height: 2em; padding-bottom: 5px;}


#projects a {
	color:#057b56;
	font-weight: normal;
}

#projects a:hover {
	color:#fffmen;
	text-decoration: underline;
}

#projects table { border:none; }
#projects table > tbody > tr > td { font-weight:normal; border:none; font-size:1em; background:#fff; text-align:center; }
#projects table > tbody > tr > td > i { color:#006747; }


/* SYSTEM FOOTER

----------------------------------------------- */]

#sysfooter {padding:16px; line-height:18px; border:5px;}
#sysfooter a {color:#057b56; font-weight: normal;}
#sysfooter a:hover {color:#9CCB3B; text-decoration: none;}


/* Accordian

----------------------------------------------- */

.toggler {
	color: #222;
	margin: 0;
	padding: 4px;
	background: #f5f3ee;
	border-top: 1px solid #d7d7d7;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
}

.toggler a {color: #333;}
.toggler i {color: #888;}
.toggler p {line-height: 10px;}
.element p {
	margin: 0;
	padding: 4px;
}

.element li {
	padding-left: 16px;
	margin-left: 0px;
	list-style-type: none;
	background: transparent url(/wp-content/themes/USFLibrary2014/images/li_sidenav.gif) no-repeat 6px 2px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

.toggler ul.section {padding-bottom: 0px; margin-bottom: 0px;}

/* site (top) information

----------------------------------------------- */

#site_info_top {
	margin: 0 auto;
	padding: 4px 2px;
	font-size: 12px;
	height:38px;
	background:transparent url() no-repeat top center;
	padding-top:10px;
}

#site_info_top p {
	color:#fff;
	margin:0;
	font-weight: bold;
}

#site_info_top a {
	color:#fff;
}

#site_info_top a:hover {
	color:#fff;
	text-decoration: underline;
}

#site_info_top img {vertical-align: text-bottom;}
#site_info_top p {font-size: 0.9em;}
#site_info_top.trans {background: none; background: transparent;}


/* site (foot) information

----------------------------------------------- */

#site_info {
	margin: 0 auto;
	padding: 4px 2px;
	font-size: 12px;
	height:38px;
	display:none;
}

#site_info p {
	color:#fff;
	margin:0;
	font-weight: bold;
}

#site_info a {
	color:#fff;
}

#site_info a:hover {
	color:#fff;
	text-decoration: underline;
}

#site_info img {vertical-align: text-bottom;}
#site_info p {font-size: 0.9em;}
#site_info.trans {background: none; background: transparent;}

/* black box

----------------------------------------------- */

.black_box {
	text-align: center;
	background-color:#f8f7db;
	color: #5d5d5d;
	text-shadow: 1px 1px 1px #ddd;
	padding:6px 6px 6px 6px;
	font-size: 12px; line-height: 1.375;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #ddd;
	-moz-box-shadow:inset 0 0 3px #ddd;
	box-shadow:inset 0 0 3px #ddd;
}

.black_box a {color:rgb(5, 123, 86);}

/* color: #a18e4b; */

.rounded {-moz-border-radius:5px; -webkit-border-radius:5px;}

/* CLEAR and hide spans ------ */

.imgbtn, .txtbtn {position:relative; border:1px solid #ccc; padding:10px 5px; margin-bottom:0px; background:#fff;}
.imgbtn img {border: 0px;}
.imgbtn img.left {position:absolute; z-index:100; bottom: 1px; left:0px; margin:0; border: 0px;}
.imgbtn div.right {width:65%;}
.imgbtn h3 {margin:0; font-size:1.2em; line-height: 1.625em;}

/* page heading

----------------------------------------------- */

#page-heading {
	font-weight:normal;
	padding:.1em .5em 0 0px;
	margin: 12px 0 6px 0;
	/* border-bottom:1px solid #ccc;*/
	font-size: 24px;
	font-family: Arial, sans-serif;
	color: rgb(0, 104, 73);
}

/* page heading

----------------------------------------------- */

#nav-heading {
	font-weight:normal;
	padding:.5em .5em .5em .5em;
	margin: 5px 0 10px 0;
	border-bottom:1px solid #dcddde;
	font-size: 14px;
        background:#f7f7f7;
	font-family: Arial, sans-serif;
	color: #006849;
        text-transform:uppercase;
}

#nav-heading i {
float:right;
color:#adacac; }

/* menus

----------------------------------------------- */

ul.menu {
	list-style:none;
	borde:0;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	margin:0;
	padding: 0px;
}

ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #e4e4e4;
	margin: 0px;
}

ul.menu li a:hover {
	background:#f8f7db; 
}

ul.menu li a:active {
	background:#ccc;
}

/* submenus

----------------------------------------------- */

ul.menu ul {
	list-style:none;
	margin:0;
}

ul.menu ul li a {
	padding-left:10px;
}

/* WP styles

----------------------------------------------- */

.three {
margin: 0px\9; padding: 0px\9; /* IE8 and below */  
*margin: 0px; padding: 0px; /* IE7 and below */ 
}

#sidebar ul ul {
	list-style:none;
	margin:0;
}

#sidebar ul ul li a {
	padding-left:10px;
}

#footer {
		margin: 0px 0 0 0;
		padding: 0px 0;
}	

.post {
		margin: 0 0 40px;
}

.postmetadata {
		margin: 30px 0;
}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
}



.attachment {
		margin: 5px 0px;
}

.postmetadata {
		clear: both;
}

/* Tabs */

.tabsWP {
  display: block;
}

.tabsWP .tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tabsWP .tab-nav > li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 1.81818% 0 0;
  cursor: default;
  top: 1px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

.tabsWP .tab-nav > li > a {
  display: block;
  width: auto;
  padding: 0 16px;
  margin: 0;
  color: #555555;
  font-family: "Open Sans";
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 1px;
  text-shadow: 0 1px 1px white;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px;
}

.tabsWP .tab-nav > li > a:hover {
  text-decoration: none;
  background: whitesmoke;
}

.tabsWP .tab-nav > li > a:active {
  background: #ededed;
}

.tabsWP .tab-nav > li.active > a {
  height: 43px;
  line-height: 41px;
  background: white;
}

.tabsWP .tab-nav > li:last-child {
  margin-right: 0;
}

.tabsWP .tab-content {
  display: none;
  padding: 20px 10px;
}

.tabsWP .tab-content.active {
  display: block;
}

.tabsWP.pill .tab-nav {
  width: 100%;
  /* remove if you dont want the tabs to span the full container width */
  display: table;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.tabsWP.pill .tab-nav > li {
  display: table-cell;
  margin: 0;
  margin-left: -4px;
  text-align: center;
  top: 0;
}

.tabsWP.pill .tab-nav > li:first-child {
  margin-left: 0;
}

.tabsWP.pill .tab-nav > li > a {
  border: none;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 42px;
  line-height: 40px;
}

.tabsWP.pill .tab-nav > li:last-child > a {
  border-right: none;
}

.tabsWP.vertical .tab-nav {
  border: none;
}

.tabsWP.vertical .tab-nav > li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}

.tabsWP.vertical .tab-nav > li.active {
  position: relative;
  z-index: 99;
}

.tabsWP.vertical .tab-nav > li.active > a {
  border-right: 1px solid white;
}

.tabsWP.vertical .tab-nav > li > a {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabsWP.vertical .tab-content {
  padding: 10px 0 30px 20px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
}

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

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
}

.alignright {
		float: right;
}

.alignleft {
		float: left
}

/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
}

html>body .entry li {
		margin: 7px 0 8px 10px;
}

 */

.entry ul li:before, #sidebar ul ul li:before {
		/* content: "\00BB \0020"; */
}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
}

.entry ol li {
		margin: 0;
		padding: 0;
}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
}

#sidebar #searchsubmit {
		padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:left;
}

select {
		width: 130px;
}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
}

#commentform {
		margin: 5px 10px 0 0;
}

#commentform textarea {
		width: 100%;
		padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
}

.commentlist {
		padding: 0;
		text-align: justify;
}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
}

.commentlist p {
		margin: 10px 5px 10px 0;
}

.children {
		padding: 0;
}

#commentform p {
		margin: 5px 0;
}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
}

.commentmetadata {
		margin: 0;
		display: block;
}

/* End Comments */

/* Begin Calendar */

#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
}

#wp-calendar a {
		display: block;
}

#wp-calendar caption {
		text-align: center;
		width: 100%;
}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
		cursor: help;
}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
}

blockquote cite {
		margin: 5px 0 0;
		display: block;
}

.center {
		text-align: center;
}

.hidden {
		display: none;
}

hr {
		display: none;
}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
}

/* End Various Tags & Classes*/

/* WP captions

-------------------------------------------------------------- */

.wp-caption {
	background: #f1f1f1;
	line-height: 14px;
	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 0px;
}

.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 11px;
	font-style: italic;
	margin: 5px;
	padding-top: 5px;
}

.wp-smiley {
	margin: 0;
}

.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
}

.wp-caption img {
		margin: 0;
		padding: 0;
}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
}

/* End captions */

#hide {display: inline;}
#mobile {display: none;}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#hide {display: none;}
#mobile {display: inline;}
.btn a, .btn input, .btn button, .skiplink a, .skiplink input, .skiplink button {padding: 0 4px; color: white; height: 100%; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.ls-wp-container, #layerslider_1 {height: 100% !important; width: 500px !important;}
}