/*   
Theme Name: "Unwittingly"
Theme URI: http://www.unwittinglyrad.com
Description: Custom wordpress theme.
Author: Rad Berent
Author URI: http://www.unwittinglyrad.com
Version: 2.0
*/

@font-face {
 font-family: Corbel;
 src: url("Corbel.eot")
}
@font-face {
 font-family: Corbel;
 src: url("Corbel.ttf")
}
body {
    margin: 0;
}

/* ====================================================================================== */
/* POST STYLING */

.post {
	margin-bottom: 25px;
}
.post p {
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 23px;
    color: #888888;
    letter-spacing: -0.25px;
}
.post a {
    color: #999;
    background: #f5f5f5;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.post a:hover {
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    color: #fff;
    background: #0084c8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.post .highlight {
    color: #999;
    background: #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
}
.postupdate {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color:#0084c8 !important;
    border-bottom:1px solid #a2cfe7;
    padding-bottom: 1px;  
}
.postupdate .highlight {
   color:#0084c8; 
   border: 0;
}
.post img {
    border: 3px solid #e7e7e7;
}
.post .quote {
    color: #7b7b7b;
}
.postdetails {
    color: #b1b1b1 !important;

}
.postdetails a {
border-bottom: 1px solid #dedede;
text-decoration: none;
    color: #9a9a9a;
    background: none;
    padding: 0 !important;
}
.postdetails a:hover {
    border-bottom:1px solid #61a7da;
	text-decoration: none;
	color:#0084c8;    
    background: none;
}
.post hr {
	width: 90%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	background: #fff;
	border-left: 0;
	border-right: 0;
    margin-top: 40px;
    margin-bottom: 10px;
}


/* ====================================================================================== */
/* INTRO PARAGRAPH STYLING */

.introparagraph {
    font-size: 24px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 30px;
    display: block;
    padding: 15px 0 0 0;
    color:#313335;
    letter-spacing: -0.5px;
    margin: 25px 0 35px 0;
}
.introparagraph a {
    text-decoration: none;
    color: #313335;
    background: none;
    border-bottom: 0;
}
.introparagraph a:hover {
	text-decoration: none;
    color: #9fcbf4;
    background: none;
    border-bottom: 0; 
}
.introparagraph .highlight {
    color:#313335;
    font-weight: bold !important; 
    border: 0;
    background: none !important; 
}

/* ====================================================================================== */
/* BLOCKQUOTE STYLING */

blockquote {
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 1px;
	padding-bottom: 1px;
        /*background:#eef7ff;*/
        /*border: 1px solid #c3e8ff;*/
}
blockquote p {
        color: #0084c8 !important;        
}
blockquote .sourced {
        font-size: 11px !important;        
}
blockquote a {
	text-decoration: none;
	border-bottom: 1px solid #0187cc;
	color: #0187cc;
	font-weight: bold;
        background: #d0e9f8;
        padding: 1px 3px 1px 3px; 
}
blockquote a:hover {
	text-decoration: none;
	border-bottom: 1px solid #0187cc;
	color: #0187cc;
	font-weight: bold;
        background: #c1e0f3;
        padding: 1px 3px 1px 3px; 
}
blockquote .highlight {
    color: #fff !important;
    background: #0084c8 !important;
    padding: 1px 5px 1px 5px !important;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 0 !important;
}
/* ====================================================================================== */

hr {
	width: 90%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	background: #fff;
	border-left: 0;
	border-right: 0;
    margin-top: 40px;
    margin-bottom: 5px;
}



#leftovers a {
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #c5c5c5;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#leftovers a:hover {
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    color: #fff;
    background: #0084c8; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}



#container {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container2 {
	width: 1000px;	
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	clear: both;
    margin:0;
    padding: 0;
    border-top: 2px solid #eee;
}
#footer p {
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #b1b1b1;
    letter-spacing: -0.25px;
    line-height: 30px;
    vertical-align: middle; 
}
td {
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 25px;
    color: #b1b1b1;
    letter-spacing: -0.25px; 
}
#entries {
	float: left;
	margin-left: 0px;
	margin-bottom: 0;
}
li {
	list-style-type: none;
}
h1 {
	font-size: 40px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 70px;    
	letter-spacing: -1.25px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
	text-transform: none;
	color:#313335;	
}
h4 {
       font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	 font-size: 19px;
	font-weight: bold;
	 letter-spacing: -0.25px;
	 color: #313335;
}
.h1single {
	font-size: 40px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 70px;
	letter-spacing: -1.25px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
	text-transform: none;
	color:#313335;
}
h1 a {
    color:#313335;
	border-bottom: 0;
	margin-left: 0;
	padding-left: 0;	
	letter-spacing: -1.25px;
        text-decoration: none;
        padding: 1px 2px 1px 2px;
}
h1 a:hover {
        color: #fff;
	background:#0084c8;
	border-bottom: 0;
	margin-left: 0;
        padding: 1px 2px 1px 2px;
	letter-spacing: -1.25px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 60px;
	color:#0084c8;
	letter-spacing: -4px;
	margin: 0;
	padding: 0;
}
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color:#0084c8;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}

.codehighlight {
	background:#edf8fe;
	color:#5ab2e0;
	padding:2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.displaycode {
	font-family: Consolas, Lucida Console, Monaco;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.5px;
	color:#999;
        border-left: 2px dashed #dadada;
        padding-left: 6px;
}

.recent_title {
	color:#999;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

abbr { 
border:0;
}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 0px;
}

.commentlist {
	margin-top: 0;
	margin-left: 0;
}

.commentlist li {
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    margin-left: 200px;
}
.commentlist .alt {
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    margin-left: 200px;    
}
.alt p, .item p {
    color: #666 !important;
}
.author {
    border-bottom:1px solid #4ab7f0 !important;
}
.author p {
    color: #0084c8 !important;
}
.commentlist p {
	margin: 0px 5px 0px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 0px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentlist a {
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
}
#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}
.commentbox {
	width: 750px;
	height: 100px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding:5px;
	color: #666666;
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.commentlist p {
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 28px;
    color: #666;
    letter-spacing: -0.25px;
}
/* End Comments */

#homelink {
    color: #999;
    background: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
}
#homelink:hover {
    color: #fff;
    background: #c5c5c5;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-family: "Corbel", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.commentbubble {
    color: #fff;
    background: #c5c5c5;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}