﻿/*  
Theme Name: knowclub Business 2.0
Theme URI: http://www.knowclub.com/
Description:  A appealing business theme suited towards many niches. Great for SEO, Marketing, Finance and so many others...
Author: Free Wordpress Themes
Author URI: http://www.knowclub.com/
Tags: 2 columns, purple, business
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
@import url('http://127.0.0.1/Arash-w/');
/* Import YUI Reset CSS */

a {
    color: #9d6696;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

body {
    font-family: tahoma, Arial, sans-serif;
    background: url(images/background.png) repeat-x top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/
#title {
	width: 930px;
	margin: 0 auto;
    height: 52px;
}

#page {
	width: 935px;
	margin: 0 auto;
}

#header {
    position: relative;
    background: url(images/header.png) no-repeat;
    height: 88px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    padding: 0 15px;
    background: url(images/wrapper.png);
}

#content {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
    width: 263px;
}

#footer {
	clear: both;
    background: url(images/footer.png) no-repeat bottom;
    font-family:"Times New Roman", Times, serif;
    text-align:center;
    font-size:xx-small;
}

/************************/
/*     Header Design    */
/************************/
#title h1 {
    font-family: "Myriad Pro", B Jadid, sans-serif;
    padding: 15px 0 0 10px;
}

#title h1 a {
    color: #FFF;
}

#headerimg {
    height: 100px;
}

.mini-header {
    position: relative;
    height: 290px;
    width: 630px;
    background: url(images/header.jpg);
}

.info {
    height: 100px;
    width: 400px;
    overflow: hidden;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    right: 195px;
    top: 95px;
}

.description {
    font-size: 20px;
    color: #FFF;
    text-align: right;
	width: 600px;
    font-family: "Myriad Pro", tahoma, sans-serif;
    position: absolute;
    top: 230px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 17px 0 0 20px;
    font-size: 12px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: right;
    padding: 8px 0;
    margin: 0 10px;
}

ul#navi-bar li:hover {
    background: url(images/right-link.png) no-repeat right;
}

/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 8px 10px 8px 16px;
    color: #FFF;
    margin-right: 6px;
}

#navi-bar li:hover a {
    background: url(images/left-link.png) no-repeat left;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar-top {
    font-size: 1px;
    line-height: 1px;
    background: url(images/sidebar-top.png);
    height: 10px;
}

#sidebar-bottom {
    font-size: 1px;
    line-height: 1px;
    background: url(images/sidebar-bottom.png);
    height: 10px;
}

#sidebar ul {
	font-size: 12px;
    padding: 1px 10px;
    background: #FFF url(images/sidebar.png) repeat-y;
    font-family: "Myriad Pro", tahoma, sans-serif;
}

#sidebar ul h2 {
    font-size: 16px;
	margin: 0 0 4px 0;
    color: #3a3a3a;
    border-bottom: 1px solid #d1d1d2;
    font-family:"B Jadid"
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    background: none;
    padding: 0;
    border: 1px solid #d1d1d2;
    padding: 3px;
    background-color: #fafafa;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    padding-right: 20px;
    padding-bottom: 3px;
    background: url(images/bullet.png) no-repeat 5px right;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #c978b7;
    text-decoration: none;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-right: 20px;
    list-style-type: square;
}

#content ol {
    padding-right: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
}

.post h2 {
	line-height: normal;
    font-family: "Myriad Pro",B Jadid , sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
    margin-bottom: 5px;
}

.post h2 a:hover, h2 a:visited, h2 a {
    color: #322e3c;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
    padding: 3px 20px;
    background: url(images/date.png) no-repeat right;
    float: right;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    line-height: 20px;
	font-size: 10px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
    border: 1px solid #dac6d8;
    background-color: #ebe0ea;
    padding: 5px;
    color: #5b366a;
}

.postmetadata a {
    color: #5b366a;
}

.commentes {
    background: url(images/comments.png) no-repeat right;
    padding: 3px 25px;
    float: right;
}

.cats {
    background: url(images/cats.png) no-repeat right;
    padding: 3px 25px;
}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: right;
}

.alignright, .nav-next {
    float: left;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/
#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #999999;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #eeebe7;
    padding: 20px;
    color: #999999;
}

ol.commentlist li p {
    color: #000;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #707487;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
    color: #507a97;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
    color: #c8c9ca;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #cbcbcb;
    border-left: 2px solid #cbcbcb;
    background-color: #e7e7e7;
	color: #000;
    padding: 3px;
    font-family: tahoma, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
    color: #898989;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #c8c9ca;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
}

.gravatar {
    float: right;
    width: 75px;
    margin: 0 5px 0 0;
}

/************************/
/*     Search Design    */
/************************/
#search-boox {
    float: left;
    padding: 10px;
}

#searchform {

}

#searchform #s {
    border: 1px solid #c6dfa1;
    background-color: #FFF;
    padding: 3px;
}

#searchform #searchsubmit {
    border: 1px solid #542f67;
    background-color: #a878a6;
    padding: 3px;
    color: #FFF;
    font-size: 12px;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
    padding: 5px 10px 10px;
    color: #9d6696;
    text-align: center;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
