@CHARSET "UTF-8";

#pctContainer{
	margin-top: 10px;
}

#pctPicture{
	width: 620px;
	float: left;
	color: #103058;
}

#pctSidebar{
	float: right;
	width: 200px;
	padding: 0px;
}

/** PICTURE NEXT/PREVIOUS **/

#prevButton {
	float:left;
	padding-top: 100px;
	width: 60px;
}

#prevButton > a > div{
	width: 45px;
	height: 45px;
	background: url('../images/graphic/arrows/arrowBackward25.png') no-repeat;
	background-position: center;
	padding: 12px;
	
}	

#nextButton {
	float:left;
	padding-top: 100px;
	width: 47px;
}

#nextButton > a > div{
	width: 45px;
	height: 45px;
	background: url('../images/graphic/arrows/arrowForward25.png') no-repeat;
	background-position: center;
	padding: 12px 3px;
}

#picture {
	float: left;
	position: relative;
}

#picDesc {
	background: url('../images/graphic/borderBg502.png') repeat-y;
	width: 502px;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid #b8c5d5;
	padding-bottom: 0px;
}

#picDescContent {
	float: left;
	margin-top: 5px;
	padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 7px;
    width: 328px;
}

#picDescStats{
	width: 140px;
	height: 30px;
	margin: 5px 0px;
	padding: 5px;
	padding-top: 0px;
	float: left;
	border-left: 1px dashed #aaaaaa;
}

#picDescBottom {
	background: url('../images/graphic/borderBottom502.png') repeat-y;
	height: 8px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#picAds{
	background: url('../images/graphic/borderBg502.png') repeat-y;
	width: 502px;
	margin: auto;
	overflow: hidden;
	margin-top: 15px;
}

#picAdsTitle {
	padding: 5px 17px;
}

#picAdsTop{
	background: url('../images/graphic/borderTop502.png') repeat-y;
	height: 8px;
}	

#picAdsBottom{
	background: url('../images/graphic/borderBottom502.png') repeat-y;
	height: 8px;
}

#pictureInfo{
	float: left;
	width: 200px;
	margin: 10px;
}

#pictureInfoHeader{
	height: 10px;
	background: url('../images/graphic/authorTop.png') no-repeat;	
}
#pictureInfoBg{
	background: url('../images/graphic/catBg.png') repeat-y;
	overflow: auto;
	padding: 10px;
	padding-left: 25px;
}

#pictureInfoBg{
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	/*font-size: smaller; */
}

#pictureInfoBg p{
	margin: 0px;
	margin-top: 10px;
}

#pictureInfoBg span{
	font-style: italic;
	font-size: large;
}

#pictureInfoBg span#pictureAdded{
	padding-left: 10px;
}

#pictureInfoFooter{
	height: 10px;
	background: url('../images/graphic/catBottom.png') no-repeat;	
}

.picHrLine{
	/* border-bottom: 1px solid #c9e0ed; */
	clear:both;
}

/**
	PICTURE VOTING
*/

#voteContainer {
	width: 502px;
	margin: auto;
	padding: 10px;
	overflow: auto;
}

#voteResults {
	width: 280px;
	float: left;
}

#voteThumbUp{
	width: 34px;
	height: 38px;
	float:left;
	background: url('../images/graphic/vote/thumbUp.png') no-repeat;
}

#voteInfo{
	width: 236px;
	height: 38px;
	float:left;
	background: url('../images/graphic/vote/votePanelBg.png') repeat-x;
}

#voteInfo #likeIt {
	float: left;
	font-size: x-large;
	padding: 6px;
}

#voteInfo #likeDesc {
	padding-top: 10px;
}


#voteInfo #likeIt{
	color: #6e9b6a;
}

#voteInfo #dislikeIt{
	color: #a75a5a;
	float: right;
}

#voteThumbDown{
	width: 4px;
	height: 38px;
	float:left;
	background: url('../images/graphic/vote/thumbDown.png') no-repeat;
	background-position: -29px 0px;
}

#voteTitle{
	font-size: x-large;
	margin: 20px;
	padding-right: 50px;  
}

#votePanel a {
	text-decoration: none;
}

#pctFacebook{
	margin-top: 8px;
	text-align: center;
}

#commentsContainer{
	width: 502px;
	margin: auto;
}

/** Picture edit **/

/* a.catItem {
    background: none repeat scroll 0 0 #F8F8F0;
    border: 1px solid #EAEAEA;
    border-radius: 5px 5px 5px 5px;
    color: #ADADAD;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 4px;
}*/


#categories {
	padding-bottom: 20px;
}

.catAssignmentItem{
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #dadada;
}

.viewSmall{
	width: 60px;
	height: 40px;
	float: left;
}

div.ui-dialog {
	background: #fff;
	border: 1px solid #C9E0ED;
	width: 400px;
}

div.ui-widget-overlay {
	background: #666;/*#fafafa;*/
	opacity: 0.6;
}

div.picSmall {
	width: 50px;
	height: 40px;
	float: left;
	padding: 0px;
	margin: 5px;
	background: #C9E0ED;
	cursor: pointer;
}

div.picSmall img {
	width: 50px;
	height: 40px;
}

.loupe { 
	background-color: #555; 
	background: rgba(0, 0, 0, 0.25); 
	border: 5px solid rgba(0, 0, 0, 0); 
	/*cursor: url(blank.png), url(blank.cur), none; */
}
.loupe img {
	width: 1000px;
}

