
/*
Theme Name:DemoWplook
Theme URI:http://wplook.com
Description:It is a simple WordPress theme 
Version:0.1.4
Author:wplook
Author URI:http://wplook.com/
Tags:custom-menu, threaded-comments, two-columns, fixed-width, right-sidebar, theme-options

License:GNU General Public License, v2 (or newer)
License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

/* RESET */
* {
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}

/* BASIC */
abbr[title], acronym[title] {
	border-bottom:thin solid;
	cursor:help;
}

body {
	background:#f7f7f7;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h1 {
	font-size:24px;
	line-height:30px;
}

h2 {
	font-size:20px;
	line-height:26px;
}

h3 {
	font-size:16px;
	line-height:24px;
}

h4 {
	font-size:14px;
	line-height:20px;
}

h5 {
	font-size:14px;
	line-height:20px;
}

h6 {
	font-size:14px;
	line-height:20px;
}

small {
	font-size:10px;
	line-height:16px;
}

dl {
	font-size:12px;
}

dt {
	font-weight:bold;
}

a {
	color:#047;
	text-decoration:none;
	outline:none;
}

a:hover {

}

fieldset, img {
	border:none;
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

.select-themes {
	float: left;
	width: 350px;
	height: 40px;
	background: #fff url(images/arrow.png) no-repeat right center;
	margin: 5px 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.select-themes.hover {
	background: #fff url(images/arrow-hover.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 5px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

ul.theme-menu li {
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 !important;
}

ul.theme-menu a {
	color: #333;
	padding: 8px 15px !important;
	border-right: none !important;
}

ul.theme-menu ul {
	width: 348px;
	max-height: 450px;
	overflow: scroll;
	background: #fff;
	margin-top: -9px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-moz-box-shadow: inset 1px 0 5px 0 #dedede;
}

ul.theme-menu ul a {
	border-top: 1px solid #ccc;
	position: relative;
}

ul.theme-menu ul a:hover {
	background: #fff;
	color: #7ab317;
}

ul.theme-menu ul a:hover span{
	background: #000;
}

ul.theme-menu ul li span {
	background: #7ab317;
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	
	text-transform: uppercase;
	padding: 2px 3px;
	border: 1px solid #f5f5f5;
	position: absolute;
	right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.theme-menu, .theme-menu * {
	margin:	3px 0 0 0;
	padding: 0;
	list-style:	none;
}

.theme-menu {
	line-height:1.0;
}

.theme-menu ul {
	position:	absolute;
	top: -999em;
	width:	14em; 
}

.theme-menu ul li {
	width: 100%;
}

.theme-menu li:hover {
	visibility: inherit; 
}

.theme-menu li {
	float: left;
	position: relative;
	z-index: 99;
}

.theme-menu a {
	display: block;
}

.theme-menu li:hover ul, .theme-menu li.sfHover ul {
	left: 0;
	top: 42px;
	z-index: 99;
}


