/* Section Styles: Photos */

body {
	background: #262524 url(../i/photos-header-bg.png) repeat-x;
	color: #fff;
}
a {
	color: #ff0072;
	text-decoration: none;
	font-weight: bold;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: color;
    -moz-transition-duration: 0.5s;
    -o-transition-property: color;
    -o-transition-duration: 0.5s;
    transition-property: color;
    transition-duration: 0.5s;
}
a:hover {
	text-decoration: underline;
	color: #fff;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: color;
    -moz-transition-duration: 0.2s;
    -o-transition-property: color;
    -o-transition-duration: 0.2s;
    transition-property: color;
    transition-duration: 0.2s;
}
h2 {
	color: #fff;
	background: url(../i/photos-arrow.png) right no-repeat;
}
h2 span {
	color: #ff0072;
}

#column1 .module i {
	border: solid 5px #fff;
}

/* @group Header : Photos */

#logo a {
	width: 342px;
	height: 116px;
	background: url(../i/photos-logo.png) no-repeat;
}
#tagline {
	color: #646464;	
}

/* @group Topnav : Photos */

#topnav li a {
	color: #e7e3d9;
	border-color: #fff;
    -webkit-transition-property: color, border, background-image;
    -webkit-transition-duration: 1s;
    -moz-transition-property: color, border, background-image;
    -moz-transition-duration: 1s;
    -o-transition-property: color, border, background-image;
    -o-transition-duration: 1s;
    transition-property: color, border, background-image;
    transition-duration: 1s;
	}
#topnav li a.active,
#topnav li a:hover {
	border-color: #ff0072;
	color: #ff0072;
    -webkit-transition-property: color, border, background-image;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: color, border, background-image;
    -moz-transition-duration: 0.3s;
    -o-transition-property: color, border, background-image;
    -o-transition-duration: 0.3s;
    transition-property: color, border, background-image;
    transition-duration: 0.3s;    
	}
#topnav li a:hover { background-image: url(../i/photos-topnav-arrow.png); }
#topnav li a.active { background-image: url(../i/photos-topnav-dot.png); }

/* @end */

/* @end */

/* @group Thumb Stlying : Photos */

#thumbs a span {
	background-image: url(../i/photos-frame.png);
}

/* @end */

#column2 ul a:hover, 
.comment h3 span,
#comment-form label {
	color: #ff0072;
	}
#column2 ul em,
.comment h3 em {
	color: #565352;
}
.comment h3 a,
#column2 ul a:hover em,
#column2 ul a {
	color: #fff;
}
#column2 ul.left li,
#column2 ul.right li,
#column2 ul.table li,
.comment,
.caption {
	border-color: #565352;
}
.photo-details { color: #767372; }
.photo-details a { color: #ddd; }
.comment p {
	color: #a3a2a1;
}
#comment-form .form-field {
	background: #363433;
	color: #fff;
}
#photoset #thumbs li {
margin-right:6px;
float:left;
}
#photoset {
	margin-bottom:20px;
}
.masthead {

position:relative;
overflow:hidden;
}
.photo .masthead img {
border: solid 5px #fff;
}
* html div.masthead {
  float: left;
}
div.controls a {
  text-indent: -5000px;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../i/bg-next.gif);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.8s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.8s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.8s;
  transition-property: opacity;
  transition-duration: 0.8s;
  
}

* html div.controls a {
  height: 10000px;
  background-position: center 150px;
}

div.controls a.previous {
  left: 0;
  background-image: url(../i/bg-prev.gif);  
}
div.controls a.alone {
  width: 90%;
  margin: 0 5%;
}
		
div.controls a:hover {
  opacity: 0.80;
  filter: alpha(opacity=50);
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  transition-property: opacity;
  transition-duration: 0.4s;
}
#footer {
    border-top: solid 1px #222
}

#column1 .photo-details i {
border: 0;
padding: 3px 0 0 0;
}



/* Section Styles: Portfolio */

body.challenge {
	background: #000 url(http://photos.plasticmind.com/images/photo-body-bg.png) repeat-x;
	color: #f9f9f9;
}

/* @group Header : Photos */

.challenge #header {
height: 37px;
}
.challenge #header h1 {
	margin-top: 5px;
	clear: none;
	}
.challenge #logo {
	width: 220px;
	padding: 7px 0 0 0;
	float: left;
	}
.challenge #logo i  {
	display: block;
	width: 0;
	}
.challenge #logo a {
	width: 201px;
	height: 28px;
	background: url(http://photos.plasticmind.com/images/photo-logo-small.png) no-repeat;

}

.challenge .description {
    text-shadow: 0 -1px 0 #000;
font-size: 30px;
color: #000;
font-weight: bold;
margin-bottom: 10px;
}
.challenge .description a {
color: #333;
font-weight: bold;
margin-bottom: 10px;
position: relative;
}
.challenge .description a:hover {
top: -1px;
text-decoration: none;
}
.challenge img {
border: none !important;
}
.challenge .description em {
font-size: 22px;
font-weight: normal;
font-style: normal;
color: #1a1a1a;
}
.challenge #column1 {
width: 640px;
}
.challenge #column2 {
width: 275px;
}
.challenge #caption h2 {
font-weight: 300;
font-size: 22px;
line-height: 1;
background-image: none;
}
.challenge #caption .date {
color:#a49f9c;
font-size: 11px;
font-style: italic;

}
.challenge #caption .caption {
font-weight: 300;
border: none;
padding: 0;
font-size: 12px;
line-height: 18px;
}
.challenge .reactions {
    margin-top: 60px; 
    padding-top: 12px; 
    border-top: solid 1px #222
}
.challenge .masthead img {
    border: solid 1px #000 !important;
}
.challenge .recent-thumbs ul {
margin-top: 10px;
margin-left: -1px;
}
.challenge .recent-thumbs li a {
float: left;
margin-right: 14px;
}
.challenge .recent-thumbs li a {
position: relative;
opacity: .2;
-webkit-transition-property: opacity, top;
-webkit-transition-duration: 0.5s, 0.6s;
-moz-transition-property: opacity, top;
-moz-transition-duration: 0.5s, 0.6s;
-o-transition-property: opacity, top;
-o-transition-duration: 0.5s, 0.6s;
transition-property: opacity, top;
transition-duration: 0.5s, 0.6s;
}
.challenge .recent-thumbs li a.thumb-6 { margin-right: 0 !important; }
.challenge .recent-thumbs li a.thumb-13 { margin-right: 0 !important; }
.challenge .recent-thumbs li a.thumb-20 { margin-right: 0 !important; }
.challenge .recent-thumbs li a.thumb-27 { margin-right: 0 !important; }
.challenge .recent-thumbs li a:hover {
opacity: 1 !important;
text-decoration: none;
top: -6px;
-moz-transition-property: opacity, top;
-moz-transition-duration: 0.2s, 0.3s;
-webkit-transition-property: opacity, top;
-webkit-transition-duration: 0.2s, 0.3s;
-o-transition-property: opacity, top;
-o-transition-duration: 0.2s, 0.3s;
transition-property: opacity, top;
transition-duration: 0.2s, 0.3s;
}

.challenge .recent-thumbs p {
font-size: 17px;
padding-top: 8px;
clear: both;
}
.challenge .recent-thumbs p a {
font-weight: 100 !important;
}
/* iPhone Specific Styling */
@media screen and (max-device-width: 480px){
    body{
      -webkit-text-size-adjust:none;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      padding:7px 10px 10px 10px;
    }
    div{
      clear:both!important;
      display:block!important;
      width:100%!important;
      float:none!important;
      margin:0!important;
      padding:0!important;
    }
    img{
      max-width:100%;
      height:auto;
    }
    #topnav, #tagline {
        display: none !important;
    }
    .challenge .description {
        display: none;
    }
    .challenge .description em {
    display: none;
    }
    .challenge .recent-thumbs ul {
        margin-top: 5px;
    }
    .challenge .recent-thumbs li a {
    margin-right: 4px;
    opacity: .5;
    }
    .challenge .recent-thumbs li a img {
        width: 35px;
    }
    .challenge .masthead img {
        margin-top: 5px;
    }
    .challenge .reactions {
        margin-top: 20px; 
        padding-top: 12px; 
    }
    .challenge #caption h2 {
    margin: 5px 0 0 0;
    }
    #footer p {
        padding-top: 12px;
        font-size: 11px;
        opacity: .5;
    }
}
