/*======================================
Theme Name: zeeReputation
Theme URI: http://themezee.com/zeereputation
Description: A two column theme for personal use with great features:  Custom Logo, Several Color Schemes, Custom Color via Colorpicker, Content Slider, 125x125 Banner Widget, Dropdown Navigation, Social Media Buttons and more
Version: 1.0.6
Author: ThemeZee
Author URI: http://themezee.com
Tags:  two-columns, light, custom-background, sticky-post, custom-menu, threaded-comments, translation-ready, theme-options, fixed-width, custom-colors, custom-header, editor-style, left-sidebar, white, red
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: verdana, sans-serif, arial;
	font-size: 0.8em;
	border: 0;
	color: #111;
	background: #ddd;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #dd2222;
	text-decoration: underline;
}
a:hover, a:active {
	color: #444;
	text-decoration: none;
}
/*============================ WRAPPER ============================*/
#wrapper {
	width: 900px;
	margin: 30px auto 5px auto;
	background: #262626 url(images/bg_left.png) repeat-y;
}
#header {
	background: #aa0000 url(images/head.png) repeat-x;
}
#topline, #footline {
	height: 15px;
	background: #222 url(images/line.png) repeat-x
}
/*============================ STRUCTURE ============================*/
#wrap {
	width: 590px;
	float: right;
}
#content {
	padding: 20px 0;
}
/*============================ SIDEBAR ============================*/
#sidebar {
	float: left;
	width: 300px;
	margin: 10px 0;
}
#sidebar ul li h2 {
	background-color: #333;
	height: 28px;
	line-height: 30px;
	margin: 10px 0 3px 0;
	font-size: 1.2em;
	font-family: 'Droid Serif', Times New Roman, Arial;
	font-weight: bold;
	padding: 0;
	padding-left: 10px;
}
#sidebar ul li {
	padding: 0 0 5px 10px;
}
#sidebar ul li ul, #sidebar ul li div{
	border: 2px solid #333;
	padding: 5px;
}
#sidebar ul li div ul, #sidebar ul li div div {
	border: none;
	padding: 0;
}
#sidebar a, #sidebar ul {
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
}
#sidebar ul li ul {
	list-style: square inside !important;
	color: #777 !important;
}
#sidebar ul li ul a:hover, #sidebar ul li div a:hover {
	color: #aaa;
}
#sidebar ul ul li {
	margin: 0;
	line-height:20px;
	padding: 0 0 0 8px;
	border: 0;
}
#sidebar ul ul li:hover {
	background: #333;
}
#sidebar ul ul ul{
	border: none;
	margin-left: 15px;
}
#sidebar .children {
	margin-left: 10px;
	background: none !important;
}
/* Theme SocialMedia Widget */
#socialmedia_buttons {
	border: none !important;
}
#socialmedia_buttons img{
	margin: 4px 2px 4px 0;
	width: 24px;
	height: 24px;
}

/* Theme Ads Widget */
#ads img{
	margin: 5px;
}

/* Theme Search Widget */
.screen-reader-text {
	display: none;
}
#s {
	background: #181818;
	border: none;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
#searchsubmit {
	margin-left: 5px;
	background: none;
	border: none;
	padding: 5px 10px;
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #333;
}
/*============================ HEADER ============================*/
#head {
	clear: both;
}
#head img {
	margin: 30px 10px 15px 30px;
}
#head h1 {
	padding: 30px;
	font-size: 3.0em;
	color: #fff;
}
/*============================ NAVIGATION ============================*/
#navi {
	float: left;
	padding: 5px 0;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
#navi ul li a{
	height: 35px;
	line-height: 35px;
	padding: 0 15px 15px;
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #eee;
}
#navi ul li a:hover{
	background: url(images/navi_arrow.png) no-repeat 50% 22px;
}
#navi ul li.current_page_item a, #navi ul li.current-cat a, #navi ul li.current-menu-item a{
	background: url(images/navi_arrow.png) no-repeat 50% 22px;
}
/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 20;
	padding-top: 5px;
	border-bottom: 2px solid #ccc;
	width: 170px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
	background: #fff;
	border-left: 4px solid #ccc;
	border-right: 1px solid #ccc;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: 0;
	margin-left: -4px;
	padding: 0;
	border-top: 1px solid #ccc;
}
/* Sub level menu links style */
#navi ul li ul li a{
	padding: 5px 10px;
	margin: 0;
	font-weight: normal !important;
	color: #333 !important;
}
#navi ul li ul li:hover{ /*sub menus hover style*/
	background: #eee;
}
#navi ul li ul li.current_page_item a, #navi ul li ul li.current-cat a, #navi ul li ul li.current-menu-item a{
	text-decoration: underline;
	background: none !important;
}

/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #ddd;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
/*============================ POST ============================*/
.post, .type-page {
	margin: 10px 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
}
.sticky, .bypostauthor { }
.post h2, .type-page h2, .attachment h2 {
	margin: 5px 0;
	font-size: 1.9em;
	font-weight: normal;
	font-family: 'Droid Serif', Times New Roman, Arial;
	color: #ee0000;
}
.post h2 a:link, .post h2 a:visited {
	color: #ee0000;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	text-decoration: underline;
}
.entry {
	line-height: 1.5em;
	margin: 15px 0;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #333;
}
.entry h2, .comment h2 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #333;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #333;
}
.entry h4, .comment h4 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #333;
}
.entry h5, .comment h5 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #333;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #333;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}
.arh {
	margin: 10px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: normal;
}
.postmeta {
	font-size: 0.9em;
	margin-bottom:4px;
}
.postmeta a:link, .postmeta a:visited {
	color:#444;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active {
	color:#555;
	text-decoration: none;
}
.post_links {
	margin: 5px 35px;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	border: 5px solid #ddd;
	padding: 1px;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 15px;
	padding: 10px;
	background: #333;
}
#slideshow {  
    width: 540px;  
    padding: 0;  
    margin:  0;
}
#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 a{  
    color: #fff;
}
#slideshow .post h2 a:hover{
	text-decoration: underline;
}
#slideshow .entry, #slideshow .postmeta{  
    color: #ddd;
}
#slideshow .postmeta a {
	color:#fff;
}
#slide_panel {
	margin: 20px 0 0 15px;
	height: 20px;
	width: 555px;
	background-color: #fff;
	padding: 10px 0 10px 5px;
}
#slide_head {
	float: left;
	font-size: 1.5em;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	color: #333;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#comments, #respond {
	margin: 5px 10px;
	padding: 5px 10px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ee0000;
	margin: 5px 10px;
}
/* Reset #comments h3 */ 
.comment h3 {
	margin: 10px 0 !important;
	color: #444 !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: justify;
}
.commentlist .comment{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-top: 1px solid #ddd;
}
.comment-author img {
	float: left;
	margin: 5px 10px 5px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-left: 5px;
	border-left: 5px solid #ddd;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
	color: #000 !important;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 20px 0;
}
#commentform #submit {
	cursor: pointer;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	border: none;
}
#commentform #submit:hover {
	background: #444;
}
#commentform label {
	font-size: 1.1em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 10px 5px 15px 25px;
}
.wp-pagenavi .pages {
    float: right;
	margin-right: 20px;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 4px 5px;
    color: #333;
    text-align: center;
	font-size: 1.2em;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    background-color: #aa0000;
    color: #fff;
    text-align: center;
}
/*============================ FOOT ============================*/
#footer{
	clear: both;
	border-top: 10px solid #262626;
	background: #aa0000 url(images/head.png) repeat-x;
	color: #eee;
	padding: 15px;
	margin: 0;
	width: 280px;
}
#footer a {
	color: #eee;
	text-decoration: underline;
}
#footer a:hover {
	color: #aaa;
	text-decoration: none;
}
.credit_link {
	width: 900px;
	margin: 5px auto;
	padding: 10px;
	font-size: 0.8em;
}
.credit_link p {
	float: right;
}