/* Layout Style Sheet :: ourbutton.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

/* Formatting Styles */

img {
	border: 0px;
}

br.clear {
	clear: both;
	height: 0.01em;
	display: block;
}

div.clear {
	clear: both;
	height: 0.01em;
}

.bold {
	font-weight: bold;	
}

.right {
	text-align: right;
}

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

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.noborder {
	border: none !important;
	background: none !important;
}

/* Usercp Styles */

div#usercp {
	width: 100%;
	height: auto;
	margin: 0px;
	background: #fb9f28 url(../images/layout/bg_usercp.gif) bottom left repeat-x;
	z-index: 1;
	text-align: left;
	font-size: 1.1em;
	color: #222;
}

/* Text Styles */

/* List Styles */

#usercp ul {
	margin: 0px 0px 0px -30px;
}

#usercp li {
	float: left;
	display: inline;
	padding: 5px 20px 5px 0px;
}

#usercp li+li {
	background: url(../images/layout/bullet_usercp.gif) 0% 50% no-repeat;
	padding-left: 20px;
}

/* Link Styles */

#usercp a:link, #usercp a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#usercp a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Pagination Styles */

.pagination {
	border: 1px solid #cccccc;
	text-align: center;
	margin: 4px 0;
	padding: 2px 0;
	background: #fff url(../images/layout/bg_admin_nav.gif) top left repeat-x;
}

.paginationlink {
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

/* Gallery Styles */

ul#gallery img {
	display: none;
}

/* Sidebar Gallery Styles */

#sidebargallery {
	width: 230px;
}

#sidebargallery li { 
	opacity: .5;
	float: left; 
	display: block; 
	width: 40px; 
	height: 55px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 3px solid #fff; 
	outline: 1px solid #ddd;
	margin-left: 10px;
	margin-bottom: 10px; 
}

#sidebargallery li img { 
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#sidebargallery li.active img {
	display: block;
}

#sidebargallery li.active, #sidebargallery li:hover { 
	outline-color: #bbb; 
	opacity: .99 /* safari bug */ 
}

