
#gallery { overflow: hidden; padding: 20px 0; }
#gallery .picture { width: 640px; padding: 20px 0; float: left; background: #F5F5F5; margin-right: 20px; position: relative; }
#gallery .side { overflow: hidden; margin-bottom: 30px; }
#gallery .side h1 { font-size: 26px; color: #333; margin-bottom: 20px; line-height: 1.1; }
#gallery .description { margin-bottom: 20px; color: #333; }
#gallery .back2article { color: #555; }
#gallery .back2article a { color: #333; font-weight: bold; text-decoration: none; }
#gallery .full a { color: #777; text-decoration: none; }

#thumbs { padding: 10px 0; clear: both; }
#thumbs a { display: inline-block; margin: 2px; opacity: 1; width: 100px; height: 100px; overflow: hidden; }
#thumbs a.current img { border-bottom: 5px solid #F8694D; position: relative; top: -5px; }
#thumbs img { display: block; }
#thumbs a:hover { opacity: 0.8; }

#picture { text-align: center; min-height: 460px; }
#picture > img { margin-bottom: 15px; }
#picture p { text-align: left; padding: 0 20px 10px; margin: 0; }

#gallery .buttons { margin: 10px; text-align: center; }
#gallery .buttons > * { display: inline-block; color: #333; width: 32px; height: 32px; line-height: 28px; font-size: 24px; cursor: pointer; background: #FFF; vertical-align: middle; color: #777; }
#gallery .buttons > *:hover { color: #111; }
#gallery .buttons .thumbs { padding: 8px 7px 8px 8px; width: 18px; height: 16px; }
#gallery .buttons .thumbs i { float: left; width: 4px; height: 4px; background: #999; margin: 1px; }
#gallery .buttons .thumbs:hover i { background: #111; }
#gallery .buttons #position { text-align: center; color: #777; font-size: 13px; width: 64px; line-height: 32px; cursor: default; }


#gallery .picture > .forward,
#gallery .picture > .backward { opacity: 0; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; width: 64px; height: 64px; z-index: 10; background: #fff; background: rgba(255,255,255,0.5); line-height: 58px; text-align: center; font-size: 40px; cursor: pointer; transition: all 0.2s; }
#gallery .picture > .forward { left: auto; right: 20px; }
#gallery .picture > a:hover { color: #555; background: #FFF; }
#gallery .picture:hover > .forward,
#gallery .picture:hover > .backward { opacity: 1; }

#gallery .addthis_toolbox { margin-bottom: 20px; }

#loading { display: none; position: fixed; top: 0; left: 0; right: 0; background: #333; color: #FFF; font: bold 13px 'Open Sans', Roboto, Tahoma; padding: 6px 10px; text-align: center; box-shadow: 1px 1px 3px #333; z-index: 10000; }

#uploadPictureWrap { padding: 10px; background: #FFEFCE; border: 1px solid #FF9000; overflow: hidden; clear: both; }
#uploadPictureInfo { width: 30%; float: left; margin-right: 1%; }
#uploadPicture { float: left; width: 68%; } 
#uploadPicture #save { background: #027F00; color: #FFF; border: 0; height: 30px; padding: 0 15px; font: italic 16px/30px Georgia; cursor: pointer; }
#uploadPicture #save-label { display: none; }
#uploadPicture dt { font-size: 0.8em; }
#uploadPicture dd { margin: 1px 0 4px 0; }
#uploadPicture input[type=text], #uploadPicture textarea { font: normal 10px Verdana;; }
#uploadPictureWrap h3 { font-size: 1.4em; margin-bottom: 10px; }
#uploadPictureWrap p { margin: 5px 0; }
#uploadPictureMsg p { margin: 3px 0; background: #027F00; padding: 4px 10px; color: #FFF; }
#uploadPictureWrap { background: #ffefce; background: -moz-linear-gradient(top, #ffefce 0%, #ffffff 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefce), color-stop(99%,#ffffff)); background: -webkit-linear-gradient(top, #ffefce 0%,#ffffff 99%); background: -o-linear-gradient(top, #ffefce 0%,#ffffff 99%); background: -ms-linear-gradient(top, #ffefce 0%,#ffffff 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefce', endColorstr='#ffffff',GradientType=0 ); background: linear-gradient(top, #ffefce 0%,#ffffff 99%); } 

.picture-vote { color: #333; padding: 10px !important; }
.picture-vote strong { height: 25px; line-height: 25px; text-align: center; display: block; }
.picture-vote .picVote { float: left; cursor: pointer; width: 70px; text-align: center; color: #67BD2E; line-height: 25px; font-weight: bold; }
.picture-vote .picVote.minus { float: right; color: #CF0004; }
.picture-vote p { font-size: 0.85em; text-align: center !important; padding-bottom: 1px !important; }
.picture-vote > div { background: #CF0004; border: 1px solid #CCC; height: 8px; position: relative; }
.picture-vote > div > div { height: 100%; background: #67BD2E; position: absolute; right: 0; }

.gallery-list { margin: 0 0 20px; padding: 0; list-style-type: none; }
.gallery-list a { text-decoration: none; }
.gallery-list li { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid #eee; overflow: hidden; }
.gallery-list li img { border-radius: 3px; margin-right: 20px; float: left; }
.gallery-list.right-image li img { margin: 0 0 0 20px; float: right; }
.gallery-list li strong { font-size: 18px; font-weight: 300; display: block; margin-bottom: 10px; }
.gallery-list li span { font-size: 13px; display: block; color: #444; }


@media screen and (max-width: 980px) { 
	#gallery .picture { float: none; width: auto; margin: 0 0 30px; }
}

@media screen and (max-width: 400px) { 
	.gallery-list li span { display: none; }
}

