/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*round mods gutter */
.yjroundout,
.yjroundoutblack,
.yjroundoutgreen,
.yjroundoutblue,
.yjroundoutorange,
.yjroundoutbrown,
.yjroundoutsilver, {
	margin:0 0 5px 0px;
	padding:0 5px;
	overflow:hidden;
}

/* end */

.yjroundblack a, .yjroundorange a,  .yjroundblue a,.yjroundgreen a,.yjroundbrown a
 {color:#fff;text-decoration:underline}
 .yjroundsilver a,  .yjround a {text-decoration:underline}

 
 
 .yjroundblack a:hover, .yjroundorange a:hover,  .yjroundblue a:hover,.yjroundgreen a:hover
 {color:#ddd;}
 

.yjroundblack h4, .yjroundorange h4,.yjroundblue h4  {
	color:#fff;
	margin:0;/* margins will blow out backgrounds, leaving whitespace. */
	padding:11px 0 0px 0;
	font-size:150%;
	border-bottom:none;
}

.yjround_in
{
	padding:4px 0 0 0;
	overflow:hidden;
}

.yjround .content,
.yjroundblack .content,
.yjroundorange .content,
.yjroundblue .content,
.yjroundbrown .content,
.yjroundsilver .content {
	position:relative;
	padding:0px 10px 0px 0px;
}

.yjround .content, .yjround .t, .yjround .b, .yjround .b div,
.yjroundblack .content, .yjroundblack .t, .yjroundblack .b, .yjroundblack .b div,
.yjroundorange .content, .yjroundorange .t, .yjroundorange .b, .yjroundorange .b div,
.yjroundblue .content, .yjroundblue .t, .yjroundblue .b, .yjroundblue .b div,
.yjroundsilver .content, .yjroundsilver .t, .yjroundsilver .b, .yjroundsilver .b div {
	background-position:top right;
	background-repeat:no-repeat;
}

.yjround .t,
.yjroundblack .t,
.yjroundorange .t,
.yjroundbrown .t,
.yjroundblue .t,
.yjroundsilver .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:10px; /* top slice width */
	margin-left:-10px;
	height:100%;
	background-position:top left;
}

.yjround .b,
.yjroundblack .b,
.yjroundorange .b,
.yjroundblue .b,
.yjroundsilver .b {
	/* bottom */
 position:relative;
	width:100%;
}


.yjround .b div.bin,
.yjroundblack .b div.bin,
.yjroundorange .b div.bin,
.yjroundblue .b div.bin,
.yjroundsilver .b div.bin {
	position:relative;
	width:10px; /* bottom left corner width */
	margin-left:-10px;
	background-position:bottom left;
}



.yjroundorange{background: #c35635; color:#fff; padding:3px 10px 10px 10px; margin:5px;}
.yjroundgreen{background:#4c6b25;color:#fff; padding:3px 10px 10px 10px;margin:5px;}
.yjroundblue{background:#265262;color:#fff; padding:3px 10px 10px 10px;margin:5px;}
.yjroundbrown{background:#493b26;color:#fff; padding:3px 10px 10px 10px;margin:5px;}
.yjroundblack{background:#000;color:#fff; padding:3px 10px 10px 10px;margin:5px;}
.yjroundsilver{background:#E6E8FA;color:#333; padding:3px 10px 10px 10px;margin:5px;}


.yjroundgreen h4 span,
.yjroundgreen h4,
.yjroundblue h4 span,
.yjroundblue h4,
.yjroundbrown h4 span,
.yjroundbrown h4,
.yjroundgreen .menu a,
.yjroundblue .menu a,
.yjroundbrown .menu a
{
color:#fff;
}

.yjroundblue h4,.yjroundoutbrown h4,.yjroundgreen h4,.yjroundsilver h4{font-size:150%;}