/*  
Theme Name: Platform Child
Description: Child Theme for Platform
Author: Takashi
Author URI: http://www.diazjewelry.com
Template: platform
Version: 1.0.8
*/


@import url("../platform/style.css");

		/* @ Sidebar Widgets */

			.widget{
				margin-bottom: 1em;
				overflow: hidden;
			
			}
			
			.widget-title{
				text-align:left;
				padding:6px 8px 3px 0px;
				margin-bottom: .6em;
				color: #999;
				font-size: 0.8em;
				border-bottom: 1px solid #ddd;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
			.widget-title a, h3.widget-title a{
				color: #777;
				background: url(../images/morearrow.png) no-repeat 100% 50%;
				padding-right: 10px;
			}
				.widget-title a:hover, h3.widget-title a:hover{
					color: #000;
				}
			
			
			.widget ul { margin:0 0 10px .4em; }
			.widget ul.sub-menu { margin:0px;}
			.widget ul li{
				list-style:none;
				display: block;
				padding: .3em 2px;
			}
			.widget ul li a:hover{	
				text-decoration: underline;
			}
			.widget ul li ul li{
				margin-left: .3em;
			}
