/* CSS Document */

/* Tags */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:50px;
	padding-bottom:0;
	padding-top:10px;
    background-image:url('/images/cubes.png');
}
p{
	margin-top:8px;
	margin-bottom:8px;
}
input, a{
	outline: none;
}
img{
	border:0;
}
.code{
	width:100%;
	overflow: auto
}
a{outline:none;}
/* Headings */
h1{font-size:24px;}
h3{font-size:16px;margin-bottom:0;padding-bottom:0;border-bottom:dotted 1px #000;}
h4{font-size:16px;margin-bottom:0;padding-top:5px;padding-bottom:0;border-top:dotted 1px #000;}

/* Classes */
.redtxt{
	color:#FF0000;
}
.column60{
	width:64%;
	float:left;
}
.column30{
	width:35%;
	float:left;
}
.column100{
	width:100%;
	float:left;
}
.spacer{
	width:1%;
	float:left;
}

/* Colorized Sections */
.content_red{
	border:solid 1px #C95E5D;
	background-color:#FFE1E2;
	padding:10px;
	margin-bottom:10px;
}
.content_red_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/red_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_tan{
	border:solid 1px #caa762;
	background-color:#eee2ca;
	padding:10px;
	margin-bottom:10px;
}
.content_tan_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/tan_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_green{
	border:solid 1px #91CE6C;
	background-color:#D8EECA;
	padding:10px;
	margin-bottom:10px;
}
.content_green_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/green_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_blue{
	border:solid 1px #6395CB;
	background-color:#D1DFEF;
	padding:10px;
	margin-bottom:10px;
}
.content_blue_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/blue_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_blue_head a,
.content_blue_head a:link,
.content_blue_head a:visited{
    color:white;
}
.content_yellow{
	border:solid 1px #DEDC44;
	background-color:#F3F2B9;
	padding:10px;
	margin-bottom:10px;
}
.content_yellow_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/yellow_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_purple{
	border:solid 1px #bc52bb;
	background-color:#e1b9f3;
	padding:10px;
	margin-bottom:10px;
}
.content_purple_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/purple_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_teal{
	border:solid 1px #52bcb6;
	background-color:#b9f3f0;
	padding:10px;
	margin-bottom:10px;
}
.content_teal_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/teal_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.content_pink{
	border:solid 1px #ca62a7;
	background-color:#f3b9de;
	padding:10px;
	margin-bottom:10px;
}
.content_pink_head{
	font-weight:bold;
	font-size:14px;
	padding-bottom:11px;
	text-align:center;
	background-image:url(images/pink_head_02.gif);
    color:white;
    text-shadow: 0px -1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}


.content_gray{
	border:solid 1px #999FA6;
	background-color:#DCDEE0;
	padding:10px;
	margin-bottom:10px;
    
    background-image:url('http://amethystcreative.com/images/linen.png');
    color:white;
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
    -webkit-box-shadow: inset 0px 0px 15px 0px #000000;
    -moz-box-shadow: inset 0px 0px 15px 0px #000000;
    box-shadow: inset 0px 0px 15px 0px #000000;
}
.content_gray a,
.content_gray a:link,
.content_gray a:visited,
.content_gray a.nav,
.content_gray a.nav:link,
.content_gray a.nav:visited{
    color:#4ab6ed;
    text-decoration:none;
    font-weight:bold;
}
.content_gray a:hover,
.content_gray a.nav:hover{
    text-decoration:underline;
}

.content_gray_head{
	background-color:#999FA6;
	font-weight:bold;
	font-size:18px;
	padding:5px;
	padding-left:10px;
	margin-bottom:10px;
    
    color:white;
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
    -webkit-box-shadow: inset 0px 0px 5px 0px #000000;
    -moz-box-shadow: inset 0px 0px 5px 0px #000000;
    box-shadow: inset 0px 0px 5px 0px #000000;
    
background: rgb(113,114,122);
background: -moz-linear-gradient(top, rgba(113,114,122,1) 0%, rgba(153,159,166,1) 55%, rgba(199,208,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,114,122,1)), color-stop(55%,rgba(153,159,166,1)), color-stop(100%,rgba(199,208,214,1)));
background: -webkit-linear-gradient(top, rgba(113,114,122,1) 0%,rgba(153,159,166,1) 55%,rgba(199,208,214,1) 100%);
background: -o-linear-gradient(top, rgba(113,114,122,1) 0%,rgba(153,159,166,1) 55%,rgba(199,208,214,1) 100%);
background: -ms-linear-gradient(top, rgba(113,114,122,1) 0%,rgba(153,159,166,1) 55%,rgba(199,208,214,1) 100%);
background: linear-gradient(top, rgba(113,114,122,1) 0%,rgba(153,159,166,1) 55%,rgba(199,208,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71727a', endColorstr='#c7d0d6',GradientType=0 );

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

border-top: 1px solid white;
    
}
.content_gray_foot{
	background-color:#999FA6;
	font-size:12px;
	padding:5px;
	padding-left:10px;
	float:left;
	width:99%;
	margin-bottom:10px;
}
.content_gray_head_h1{
	background-color:#999FA6;
	font-weight:bold;
	font-size:24px;
	padding:5px;
	padding-left:10px;
	margin-bottom:10px;
}

/* popular */
.popular_container{
	float:left;
	clear:both;
	width:97%;
}
.popular_name{
	float:left;
	width:60%;
	margin-bottom:5px;
}

.popular_views{
	float:left;
	width:20%;
	margin-left:20px;
	margin-bottom:10px;
}


/* Comments */
.comment_container{
	float:left;
	clear:both;
	width:98%;
	border-bottom:dotted 1px #000;
	border-top:dotted 1px #000;
	padding:10px;
	padding-right:0;
	margin-bottom:10px;
}
.comment_name{
	float:left;
	width:20%;
}

.comment_txt{
	float:left;
	width:75%;
	padding-left:5px;
	border-left: dotted 1px #000000;
}

/* Links */
a:link,a:active{
    font-size:11px;
	color:#000000;
	text-decoration:underline;
}
a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

a.nav:link,a.nav:active,a.nav:visited{
	color:#000000;
	text-decoration:none;
}
a.nav:hover{
	color:#000000;
	text-decoration:none;
}

a.yellowLink:link,a.yellowLink:active,a.yellowLink:visited{
	font-weight:bold;
	color:#7A8400;
	text-decoration:underline;
}
a.yellowLink:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.blueLink:link,a.blueLink:active,a.blueLink:visited{
	font-weight:bold;
	color:#0B0091;
	text-decoration:underline;
}
a.blueLink:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.blueLinkReadMore:link,a.blueLinkReadMore:active,a.blueLinkReadMore:visited{
	font-weight:normal;
	color:#0B0091;
	text-decoration:underline;
}
a.blueLinkReadMore:hover{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.redLink:link,a.redLink:active,a.redLink:visited{
	font-weight:bold;
	color:#F00;
	text-decoration:underline;
}
a.redLink:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.purpleLink:link,a.purpleLink:active,a.purpleLink:visited{
	font-weight:bold;
	color:#9900CC;
	text-decoration:underline;
}
a.purpleLink:hover{
	color:#000000;
	text-decoration:none;
}
a.tealLink:link,a.tealLink:active,a.tealLink:visited{
	font-weight:bold;
	color:#00b6ac;
	text-decoration:underline;
}
a.tealLink:hover{
	color:#000000;
	text-decoration:none;
}
a.tanLink:link,a.tanLink:active,a.tanLink:visited{
	font-weight:bold;
	color:#b68900;
	text-decoration:underlisne;
}
a.tanLink:hover{
	color:#000000;
	text-decoration:none;
}
a.pinkLink:link,a.pinkLink:active,a.pinkLink:visited{
	font-weight:bold;
	color:#b6008d;
	text-decoration:underline;
}
a.pinkLink:hover{
	color:#000000;
	text-decoration:none;
}

a.foot:link,a.foot:active,a.foot:visited{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
a.foot:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* ===== YOGGRT ===== */
body .yoggrt{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0 15px 0 10px;margin:0;text-align:right;}
body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding:6px 0 0 0;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:12px 15px 0;text-align:right;}

	.yad{
		padding:10px;
	}
