/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */


/** General Style Info **/
body {
	font-family:'Trebuchet MS',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	padding: 0;
}

a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #367889;
	text-decoration:none;
}

a img {
	border:none;
}

.infobox {
	background: #fff;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px 2px 10px;
	margin: 0px;
}

.infobox h2 { 
	font-size: 16px;
	color: #53A0DF;
	padding: 0;
	margin: 0;
}

.article {
	padding: 10px;
	text-align:center;
}

.article .description{
	text-align:justify;
}

.gallery {
	padding: 5px;
	float:left;
	width: 800px;;
}

.gallery .main_image {
	float:left;
	margin: 4px;
	margin-right: 8px;
	width: 360px;
	text-align:center;
}

.gallery .center_image {
	margin: 4px;
	width: 100%;
	text-align:center;
}

.gallery .main_image img, .gallery .center_image img{
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.gallery .rest_images {
	float:left;
	margin: 4px;
	text-align:center;
	width: 420px;
}

.gallery .rest_images img {
	float:left;
	margin: 4px;
	padding: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.voting {

}

.rate {
	float:left;
	text-align:left;
}

.rate_message {
	font-style:italic; 
}

.vote {
	float:left;
	text-align:left;
	margin-left: 20px;
}