/*  
Theme Name: Orange Binary
Theme URI: http://www.dedicatedwpthemes.com
Description: A binary theme
Version: 1.0
Author: Dedicated Wordpress Themes
Author URI: http://www.dedicatedwpthemes.com

*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #7e7e7e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}
/************************/
/*     Layout Design    */
/************************/

#page {
	width: 990px;
	margin: 0 auto;
}

#header {
    position: relative;
    height: 291px;
    background: url(images/logo.png) no-repeat;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
}

#content {
	float: left;
	width: 561px;
}

#sidebar {
	float: right;
    width: 429px;
}

#footer {
	clear: both;
    background: url(images/footer.png);
    height: 40px;
}

/************************/
/*     Header Design    */
/************************/
#header h1 {
    padding-top: 100px;
    padding-left: 270px;
}

#header a {
	color: #FFF;
}

.description {
    font-size: 12px;
	color: #FFF;
    padding-left: 270px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 12px;
    background: ;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    background:;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: ;
    background: ;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/

#sidebar ul {
	font-size: 11px;
    color: #FFF;
}

#left {
    float: left;
    width: 236px;
}

#right {
    float: left;
    width: 193px;
}

#sidebar ul h2 {
    font-size: 16px;
    padding: 25px 30px 5px;
    color: #FFF;
    font-weight: bold;
}

#sidebar #left ul h2 {
    background: url(images/left-top.png) no-repeat top;
}

#sidebar #right ul h2 {
    background: url(images/right-top.png) no-repeat top;
}

#sidebar ul li {
    margin-bottom: 10px;
    position: relative;
}

#sidebar #right ul li {
    margin-bottom: 5px;
    position: relative;
    background: #FFF url(images/right.png);
}

#sidebar #left ul li {
    margin-bottom: 5px;
    position: relative;
    background: #FFF url(images/left.png) no-repeat;
}

#sidebar #right ul div {
    padding: 0 30px 18px;
    background: url(images/right-bottom.png) no-repeat bottom;
}

#sidebar #left ul div {
    padding: 0 30px 18px;
    background: url(images/left-bottom.png) no-repeat bottom;
}

#sidebar ul ul {
}

#sidebar ul ul li {
    margin-bottom: 0px;
    line-height: 14px;
    background: none;
}

#sidebar #left ul ul li, #sidebar #right ul ul li {
    background: none;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #FFF;
    padding: 3px 0;
}

#sidebar #left a:hover {
    background: url(images/left-bullet.png) no-repeat top left;
    padding-left: 20px;
    color: #F5A745;
    font-weight: bold;
}

#sidebar #right a:hover {
    background: url(images/right-bullet.png) no-repeat left;
    padding-left: 25px;
    font-weight: bold;
}

#sidebar #left .widget_tag_cloud a:hover, #sidebar #right .widget_tag_cloud a:hover, #sidebar #left .widget_recent_comments a:hover, #sidebar #right .widget_recent_comments a:hover {
    background: none;
    padding: 0;
    font-weight: normal;
}

#sidebar a:visited {

}

/************************/
/*    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-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
	font-size: 12px;
	line-height: 14px;
    background: url(images/post.png) repeat-y;
    padding: 5px 20px;
}

.post-top {
    background: url(images/post-top.png);
    height: 14px;
	font-size: 1px;
	line-height: 1px;
}

.post-bottom {
    background: url(images/post-bottom.png);
    height: 14px;
	font-size: 1px;
	line-height: 1px;
    margin-bottom: 10px;
}

.post-title {
	line-height: normal;
    background: url(images/heading.png) no-repeat;
    padding: 22px 20px 20px 100px;
}

h2 a:hover, h2 a:visited, h2 a {
    color: #000;
}

.post-title .posted {
	font-size: 10px;
	line-height: normal;
    color: #7e7e7e;
}

.post-title .posted span {
    text-decoration: underline;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
    height: 15px;
    padding: 0 30px;
}

.postmetadata div {
    float: left;
    color: #7e7e7e;
    padding: 3px;
    margin: 0 4px;
}

.postmetadata .posted-cat {
    background-color: #F5A745;
}


.postmetadata a {
    color: #7e7e7e;
    text-decoration: underline;
}

.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: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/
.commentes {
    width: 500px;
    margin: auto;
}

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #eeebe7;
    padding: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #d5caa7;
    border-left: 3px solid #d5caa7;
    background-color: #f3e6be;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
    color: #f3e6be;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #c3dbdf;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    width: 116px;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.author {
    color: #83bece;
}

.author a {
    color: #83bece;
    font-weight: normal;
}

/************************/
/*     Search Design    */
/************************/
#searchform {
    font-size: 1px;
}

#searchform #s {
    width: 50%;
    margin: 0;
}

#searchform #searchsubmit {
    margin: 0;
}

/************************/
/*   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 {

}

#sidebar #left ul #calendar_wrap, #sidebar #right ul #calendar_wrap {
    background: none;
    padding: 0;
}


/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
    padding: 15px 20px 0;
    color: #FFF;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
