/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

/****************************/
/* LOCAL CSS  ACT Landcare            */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

.photo-title {
font-size: 1.4em;
font-style: italic;
padding-top: 12px;
padding-left:4px;
line-height:20px;
text-align:center;

}

.photo-title a:link {
font-weight:normal;
}

.photo-vote {
font-size: 0.8em;
text-align:right;
}
.comp-photo {
text-align:center; 
padding-bottom:12px;
}

.gallery {
background-color: white;
}
.view-id-photo_competition tr td {
padding: 10px;
vertical-align:top;
}
.view-id-photo_competition tr td {
border:none;
}

.comp-photo img {
border:8px solid #dcdcdc;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 12px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.field-type-taxonomy-term-reference {
font-weight:normal;
float:right;
}




