/*----------------------------------------------------------------*/
/* Main types - Start
/*----------------------------------------------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h1 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
	padding-bottom: 10px;
	line-height: 32px;
}
h2, h2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	padding-bottom: 8px;
	line-height: 20px;
}
h3, h3 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000;
	padding-bottom: 8px;
	line-height: 17px;
}
p {
	color: #000;
	padding-bottom: 10px;
}
p a {
	color: #336699;
}
p img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 5px;
}
p .img-right {
	float: right;
	margin-left: 10px;
}
p .img-left {
	float: left;
	margin-right: 10px;
}
p .img-none {
	float: none;
	clear:both;
	display:block;
	margin-bottom: 5px;
	margin-left: auto;
    margin-right: auto;
}
p a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
}

ul {
	margin-left: 5px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	vertical-align: top;
}
/*----------------------------------------------------------------*/
/* Main types - Start
/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/* Articles - Start
/*----------------------------------------------------------------*/

/*--- Article list - Start ---*/
#article-list {
	
}
#article-list .item {
	padding-bottom: 5px;
	padding-top: 5px;
}
#article-list .item .articleDateAuthor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	margin-bottom: 5px;
}
#article-list .item .articleDateAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}
#article-list .item .articleDateAuthor a {
	color: #666;
}
/*--- Article list - End ---*/

/*--- Article - Start ---*/

.article .author {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #666;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.article .author a {
	color: #666;
}
.article .intro {
	color: #333;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
.article p a {
	color: #000;
}
.articleFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 21px;
	margin-top: 10px;
	line-height: normal;
}
.articleFooter ul {
	margin: 0px;
	padding: 0px;
}
.articleFooter ul li {
	list-style-type: none;
	float: left;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.articleFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	padding-left: 20px;
}
.articleFooter .email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.articleFooter .print {
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.articleFooter .lista {
	background-image: url(../images/documents_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.articleFooter .comment {
	background-image: url(../images/comment.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.articleFooter .facebook {
	background-image: url(../images/icon_facebook.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.articleComment{
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.articleComment h2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.articleComment .comment{
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 5px;
}
.articleComment .comment h3{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	margin-bottom: -5px;
	margin-top: 0px;
}
.articleComment .comment p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: -5px;
}

.articleComment .comment .footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;
	color: #666;
}

.articleComment form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
.articleComment form input[type=text] {
	width: 250px;
}
.articleComment form textarea {
	width: 524px;
}

/* Recept */
.article .recipe-info-box{
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #999;
	border-radius:4px;
	width: 150px;
	color: #999;
	font-weight: bold;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
.article .recipe-info-box h3{
	font-style: italic;
}

.article .recipe-img{
	border: 1px solid #CCC;
	margin-bottom: 15px;
	display: inline-table;
}
.article .recipe-img img{
	padding: 2px;
}

.article .photo-by{
	color: #666;
	font-style: italic;
	padding: 2px;
	font-size: 10px;
}

/*--- Article - End ---*/

.TextCat {
	color: #996633;
	text-transform: uppercase;
	display:none;
}

/*----------------------------------------------------------------*/
/* Articles - End
/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/* Form - Start
/*----------------------------------------------------------------*/
form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;
}
form input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
form input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}

.btnSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 32px;
	padding: 0px;
}
.btnVote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/*----------------------------------------------------------------*/
/* Form - End
/*----------------------------------------------------------------*/

.LinkArrow {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699 !important;
	background-image: url(../images/arrow_link_blue_r.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}

.LinkArrowPrev {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699 !important;
	background-image: url(../images/arrow_link_blue_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}

.LinkArrowNext {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699 !important;
	background-image: url(../images/arrow_link_blue_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
}

