/*

	CSS Stylesheet for Custom Stacey CMS Theme
	for Alvin Lim Photography
	http://www.alvinlimphoto.com
	
	by Stanley Lai
	http://www.stanleylai.sg

*/



/*  General Styles  */
body {
	font-family: ff-enzo-web, 'Helvetica Neue', Arial, Helvetica, sans serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5em;
	color: #CCC;
}
em {
	font-family: ff-enzo-web, 'Helvetica Neue', Arial, Helvetica, sans serif;
	font-weight: 700;
}
h1,h2,h3,h4,h5,h6 {
	font-family: ff-enzo-web, 'Helvetica Neue', Arial, Helvetica, sans serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 2em;
}
a, a:visited {
	color: #CCC;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #CCC;
}
a:hover, a:active {
	color: white;
	border-color: white;
}
div {
	float: left;
	display: inline;
}
ul {
	list-style: none;
}



/*  Sidebar  */
.sidebar {
	position: absolute;
	right: 20px;
}
.sidebar ul li {
	width: 120px;
	background-color: black;
}
.sidebar .logo {
	width: 105px;
	padding: 20px;
	margin-right: 10px;
}
.sidebar .toggle {
	float: none;
	display: block;
	font-weight: 700; 
	padding: 7px 5px 7px 20px;
	margin: 5px 0px 5px 0px;
}
.sidebar .toggle a, .sidebar .toggle a:visited {
	color: #CCC;
	border-color: #CCC;
}
.sidebar .toggle a:hover, .sidebar .toggle a:active {
	color: white;
	border-color: white;
}
.sidebar .slidecounter {
	display: block;
	width: 145px;
	text-align: center;
	font-weight: 700;
	padding: 7px 0px 7px 0px;
	margin: 5px 0px 5px 0px;
}
#navigation {
	padding: 0.7em 5px 0.7em 20px;
	font-size: 1.1em;
}
#navigation ul {
	margin-top: 0.7em;
}
#navigation li {
	margin-bottom: 0.3em;
	overflow: hidden;
}
#navigation li:first-child {
	margin-bottom: 0em;
}
#navigation em {
	font-weight: 700;
	font-style: normal;
}
#navigation a, #navigation a:visited, #navigation a:hover, #navigation a:active {
	border-bottom-width: 0px;
}
.copyright {
	background-color: black;
	width: 120px;
	position: absolute;
	right: 30px;
	bottom: 40px;
	padding: 7px 5px 7px 20px;
}
.subject {
	font-size: 1.5em;
	background-color: black;
	width: 105px;
	position: absolute;
	right: 30px;
	bottom: 80px;
	padding: 10px 20px 10px 20px;
}



/*  Page  */
.page-text {
	display: block;
	position: absolute;
	right: 190px;
	top: 110px;
	width: 350px;
	background-color: black;
	padding: 20px;
	
	font-size: 12px;
}
.page-text p {
	margin-top: 2em;
}



/*  Index  */
.index {
	width: 250px;
}
.index p {
	margin-top: 0em;
}



/* Supersized Gallery Custom  */
#progress-back { bottom: 0px; }
#progress-bar { height: 3px; margin-top: 5px;}
#pauseplay { cursor: pointer; }

#prevslide, #nextslide {
	border-bottom-width: 0px;
	cursor: pointer;
	font-size: 18px;
	padding: 0px 5px 0px 5px;
}