/* @override http://gt35.namgar.com/wp-content/themes/typebased/custom.css */
/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header h1 {
	padding: 5px 0 0 25px;
}

#menu ul li a {
	text-decoration: none;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_parent {
	line-height: 35px;
}

#menu ul li.current_page_parent a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_parent a:hover {
	color: #1A272E;
}

#menu ul li.current_page_parent a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}
.page {
	background: none;
}
#footer {
	padding-top: 0px;
}

.leftnav {
	margin-right: -14px;
	margin-left: -6px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.leftnav ul {
	margin: 0;
	padding: 0;
}
.leftnav li a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
	display: block;
	color: #4A8393;
	font-weight: bold;
	text-decoration: none;
}
.leftnav li a:hover {
	text-decoration: none;
	background: #f1f1f1;
}
.leftnav li.current_page_item a {
	background: #fff ;
	color: #404040;
	border-bottom: 1px solid #fff;
}
.post-content img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.post-content h3 {
	font-size: 18px;
	padding: 5px 0;
}
.post-content h4 {
	font-size: 15px;
	padding: 5px 0;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	_position: static !important;
}
#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: auto;
	float: none;
	margin-right: 10px;
	display: block;
	line-height: 16px;
}
#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: none;
	margin-top: 3px;
	border-top: #BDCCD1 1px solid;
}
a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #CE1433;
	text-decoration: none;
}
