/* @override 
	http://l/codecanyon/simple_flickr_gallery/style.css
	http://l/codecanyon/simple_flickr_gallery/simple.css
*/

body {
	margin: 0;
	padding: 20px;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: gray;
}

a:hover {
	color: black;
}

.body-container {
	margin-right: auto;
	margin-left: auto;
	width: 833px;
}

.clear {
	clear: both;
}

.head h1 {
	margin: 0;
	padding: 0;
}

.head h1 a {
	display: block;
	text-indent: -9999px;
	background: url(images/simple/head.gif) no-repeat left top;
	width: 839px;
	height: 151px;
}

.toolbar {
	color: #797979;
	height: 30px;
	background-color: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 30px;
	font-size: 0.7em;
	width: 812px;
	margin-left: 9px;
	margin-top: 10px;
}

.toolbar .info {
	float: left;
	padding-left: 23px;
	font-weight: bold;
	background: url(images/ico_photo.gif) no-repeat left center;
	margin-left: 12px;
}

.toolbar .buttons {
	float: right;
	padding-right: 10px;
	width: 400px;
}

.toolbar .buttons a {
	display: block;
	float: left;
}

.toolbar .buttons a.simple {
	width: 90px;
}

.toolbar .buttons a.black {
	width: 85px;
	margin-right: 22px;
	border-right: 1px dotted #c0c0c0;
}

.toolbar .buttons a.simple,
.toolbar .buttons a.black {
	background: url(images/ico_theme.gif) no-repeat left center;
	padding-left: 18px;
}

.toolbar .buttons a.grid {
	background: url(images/simple/ico_grid.gif) no-repeat left center;
	padding-left: 20px;
	width: 65px;
}

.toolbar .buttons a.list {
	background: url(images/simple/ico_list.gif) no-repeat left center;
	padding-left: 20px;
	width: 55px;
}

div#photos {
	margin-top: 30px;
}

div.photo-container {
	text-align: center;
}

#photos.grid div.photo_container {
	float: left;
	width: 275px;
	height: 300px;
	text-align: center;
}

#photos.list div.photo_container {
	float: left;
	margin-left: 30px;
	width: 380px;
	height: 110px;
}

#photos.list .photo {
	float: left;
}

#photos.list .photo img {
	border: 1px solid #ccc;
	padding: 1px;
}

#photos.list .title {
	float: left;
	margin-left: 15px;
	line-height: 18px;
}

#photos.list .title .title_text {
	margin-bottom: 5px;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: black;
}

#photos.list .title .title_text .no_title {
	color: #ccc;
	font-style: italic;
}

#photos div.photo_container a.photo img {
	border: 1px solid silver;
	padding: 1px;
}

#photos div.photo_container a.photo:hover img {
	border: 1px solid black;
}

#photos.grid div.photo_container a.photo div.photo {
	background: url(images/simple/ds.gif) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 15px;
}

#photos div.photo_container a.photo div.title {
	font-size: 0.8em;
}

h2.title {
	margin: 30px;
	text-shadow: #ccc 1px 1px 2px;
}

.photo_frame {
	margin: 20px;
}

.photo_frame img {
	padding: 8px;
	border: 3px solid #666;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
}

div.tags {
	margin: 10px;
}

span.tag {
	font-size: 0.85em;
	background: #ccc url(images/simple/tag.jpg) no-repeat left top;
	padding: 2px 5px 2px 15px;
}

#photo div.info div.bottom {
	padding-top: 15px;
}

#photo div.info div.bottom a {
	background: url(images/simple/flickr.gif) no-repeat left center;
	padding-left: 65px;
}

div.comments {
	width: 600px;
	text-align: left;
	margin: 50px auto;
	background: #efefef;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.comments h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.comment {
	clear: both;
	padding: 10px 0;
}

.hr {
	background: url(images/simple/hr.gif) no-repeat center top;
	height: 20px;
	margin: 20px;
}

div.pagination {
	text-align: center;
	margin-bottom: 30px;
}

div.pagination .disabled {
	color: #efefef;
}

div.pagination .thispage {
	font-weight: bold;
	color: navy;
}

div.themes {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 20px;
}

div.themes, div.themes a {
	color: #999;
}

div.themes a:hover {
	color: #333;
}
