/*
Theme Name: FuckingLife
Elabored from GrungeMag at ElegantThemes
Version: 1.0
Description: 2 Columns
*/


/* AddThis Vertical Hover Menu */

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    color: #000080;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #eee;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #000080;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}
 



/*
scrollbar in inline comments
*/
.scroll {
	border:1px solid #efefef;
	padding:20px;
	display:block;
	height:50px;
	list-style-type:none;
	overflow:scroll;
	width:90%;
}


.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}


.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
}
.small {
font-size: 11px;
padding: .2em 1em .275em;
}


/* black */
.black {
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top, #444, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top, #000, #444);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
background: #616161;
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
background: -moz-linear-gradient(top, #757575, #4b4b4b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
color: #afafaf;
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
background: -moz-linear-gradient(top, #575757, #888);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
color: #faddde;
border: solid 1px #980c10;
background: #d81b21;
background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
background: -moz-linear-gradient(top, #ed1c24, #aa1317);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
background: #b61318;
background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
background: -moz-linear-gradient(top, #c9151b, #a11115);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
color: #de898c;
background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
background: -moz-linear-gradient(top, #aa1317, #ed1c24);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top, #0095cc, #00678e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
color: #fae7e9;
border: solid 1px #b73948;
background: #da5867;
background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
background: -moz-linear-gradient(top, #f16c7c, #bf404f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
background: #ba4b58;
background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
background: -moz-linear-gradient(top, #cf5d6a, #a53845);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top, #bf404f, #f16c7c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
background: #538018;
background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
background: -moz-linear-gradient(top, #6b9d28, #436b0c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
color: #a9c08c;
background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
color: #feeef5;
border: solid 1px #d2729e;
background: #f895c2;
background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
background: -moz-linear-gradient(top, #feb1d3, #f171ab);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
background: #d57ea5;
background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
color: #f3c3d9;
background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
background: -moz-linear-gradient(top, #f171ab, #feb1d3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}


body {
margin: 0px;
padding: 0;
color: #484848;
background-color:#EFEFEF;
font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
font-size: 13px;
line-height: 18px;
}

#wrapper2 {
width: 980px;
margin: auto;
padding: 0px 0px 0px 0px;
background-color: #EFEFEF;
}

.share-div {
width: 590px;
height: 30px;
display: none;
}

.single-entry {
float: left;
width: 100%;
margin-bottom: 10px;
padding: 0px;
}
.post-wrapper {
background-color: #FFF;
padding: 15px;
width: 581px;
border: 2px solid #EFEFEF;
}

a:link {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none;
color: #000000;
}

a:hover, a:active {
color: #3B3B3B;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0px 0 10px;
}

h1 {
font-size: 32px;
margin-bottom: 0px;
margin-top: 10px;
}

h2 {
font-size: 28px;
}

h3 {
font-size: 24px;
}

.post-title {
line-height: 30px;
}

.home-post-wrap {
width: 278px;
height: 345px;
margin-right: 10px;
float: left;
background-color: #FFF;
margin-bottom: 10px;
padding: 10px 10px;
overflow: hidden;
border: 2px solid #EFEFEF;
}

.home-post-wrap-box {
width: 278px;
min-height: 230px;
margin-right: 10px;
float: left;
background-color: #FFF;
margin-bottom: 10px;
padding: 10px 10px;
overflow: hidden;
border: 2px solid #EFEFEF;
}

.home-post-wrap-home {
width: 278px;
margin-right: 10px;
float: left;
background-color: #FFF;
margin-bottom: 10px;
padding: 10px 10px;
border: 2px solid #EFEFEF;
}

.home-post-wrap2 {
width: 591px;
padding: 10px;
margin-right: 13px;
float: left;
background-color: #FFF;
border: 2px solid #EFEFEF;
margin-bottom: 10px;
}

.index-post-wrap {
width: 593px;
margin-right: 13px;
margin-bottom: 10px;
float: left;
background-color: #FFF;
border: 1px solid #EBEBEB;
padding: 10px;
}

.readmore {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: left;
float: right;
padding-left: 20px;
}

.readmore a:link, .readmore a:hover {
color: #000000;
}
.thumbnail-home {
border: 0px;
margin: 0px 0px 0px 0px;
}

h4, h5, h6 {
font-size: 20px;
}

.titles {
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
font-size: 17px;
font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
margin-bottom: 10px;
margin-top: 5px;
display: block;
background-color: #FF0000;
padding: 5px 10px 5px 10px;
color: #FFF;
float: left;
}

.titles2 a:link, .titles a:visited, .titles a:active {
text-decoration: none;
font-size: 17px;
font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
margin-bottom: 10px;
margin-top: 5px;
display: block;
background-color: #FF0000;
padding: 5px 10px 5px 10px;
color: #FFF;
float: left;
}

.titles-featured a, .titles-featured a:hover, .titles-featured {
font-size: 30px;
display: block;
margin-bottom: 10px;
margin-top: 5px;
}

pre, blockquote {
overflow: auto;
padding: 0 10px;
margin: 20px 30px;
line-height: 1.8em;
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover {
background-color: #f0f0f0;
border: 1px solid #d0d0d0;
}


ul {

}

#header {
width: 100%;
height: 205px;
background-color: #FFFFFF;
background-image: url(images/header-bg.gif);
margin: 0px;
border-bottom: 0px solid #ff0000;
}

#categories {
width: 948px;
height: 45px;
background-image: url(images/categories-bg.gif);
margin: auto;
border-left: 1px solid #ff0000;
border-right: 1px solid #ff0000;
}

#categories ul {
list-style-type: none;
list-style-image: none;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 0px;
}

#categories ul li {
float: left;
display: block;
height: 45px;
padding: 0px;
}

#categories ul li a:link,#categories ul li a:visited, #categories ul li a:active {
float: left;
color: #FFF;
display: block;
height: 35px;
font-size: 13px;
padding: 10px 20px 0px 20px;
margin: 0px;
}


#categories ul li a:hover {
background-position: top;
margin: 0px;
background-image: url(images/categories-hover.gif);
}

#pages {
width: 948px;
height: 45px;
margin:  auto;
background-color: #FEFE00;
background-image: url(images/pages-bg.gif);
background-repeat: repeat-x;
background-position: top;
border-left: 1px solid #FEFE00;
border-right: 1px solid #FEFE00;
}

#container {
float: right;
width: 980px;
padding-top: 15px;
color: #484848;
background-image: url(images/content-bg.gif);
}

#left-div {
width: 635px;
float: left;
}

#left-inside {
float: left;
padding: 0px 0px 0px 15px;
}

.adwrap {
margin-left: 26px;
}

.adwrap a, .adwrap a:hover, .adwrap a:visited {
margin-right: 5px;
margin-bottom: 5px;
display: block;
width: 125px;
height: 125px;
float: left;
}

#sidebar-wrapper {
width: 315px;
float: right;
margin-bottom: 20px;
}

#sidebar {
float: right;
padding-left: 0px;
padding-right: 0px;
width: 315px;
}

#footer {
clear: both;
width: 930px;
height: 32px;
padding-left: 20px;
text-align: left;
color: #FFF;
background-color: #ff0000;
padding-top: 14px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
}

#footer a {
color: #FFFFFF;
font-size: 13px;
}

#footer a:visited {
color: #FFFFFF;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#pages ul {
list-style-type: none;
list-style-image: none;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 0px;
}

#pages ul li {
float: left;
display: block;
height: 44px;
padding: 0px;
}

#pages ul li a:link,#pages ul li a:visited, #pages ul li a:active {
float: left;
color: #000;
display: block;
height: 34px;
font-size: 13px;
padding: 10px 20px 0px 20px;
margin: 0px;
}


#pages ul li a:hover {
background-position: top;
background-repeat: no-repeat;
margin: 0px;
color: #FFF;
background-image: url(images/pages-hover.gif);
background-repeat: no-repeat;
background-position: top;
}



.sidebar-box {
padding: 10px;
margin-bottom: 10px;
float: left;
background-color: #FFF;
width: 278px;
border: 2px solid #EFEFEF;
}


.articleinfo {
border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454;
}

.home-post-wrap ul li a:link, .home-post-wrap ul li a:visited, .home-post-wrap ul li a:active {
display: block;
color: #484848;
width: 245px;
padding: 3px 3px 3px 3px;
background-image: none !important;
border-bottom: 1px dotted #D7D7D7;
}

.home-post-wrap-home ul li a:link, .home-post-wrap-home ul li a:visited, .home-post-wrap-home ul li a:active {
display: block;
color: #484848;
width: 245px;
padding: 3px 3px 3px 3px;
background-image: none !important;
border-bottom: 1px dotted #D7D7D7;
}

.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
display: block;
color: #484848;
width: 255px;
padding: 3px 3px 3px 3px;
background-image: none !important;
border-bottom: 1px dotted #D7D7D7;
}

.home-post-wrap ul li {
color: #484848 !important;
margin-left: 0px;
width: 100%;
}

.home-post-wrap-home ul li {
color: #484848 !important;
margin-left: 0px;
width: 100%;
}

.sidebar-box ul li {
color: #484848 !important;
margin-left: 0px;
width: 100%;
float: left;
}

.home-post-wrap ul {
float: left;
margin: 0px 0px 20px 0px;
padding-left: 10px;
list-style-type: none;
}

.home-post-wrap-home ul {
float: left;
margin: 0px 0px 20px 0px;
padding-left: 10px;
list-style-type: none;
}

.sidebar-box ul {
float: left;
margin: 0px 0px 0px 0px;
padding-left: 10px;
list-style-type: none;
}

.sidebar-box ul li ul {
float: left;
margin: 0px 0px 0px 0px;
padding-left: 0px;
list-style-type: none;
float: left;
}

.sidebar-box ul li ul li {
margin: 0px 0px 0px 0px;
padding-left: 0px;
}

.home-post-wrap ul li a:hover {
display: block;
color: #393939;
padding: 3px 3px 3px 3px;
background-color: #F5F5F5;
}

.home-post-wrap-home ul li a:hover {
display: block;
color: #393939;
padding: 3px 3px 3px 3px;
background-color: #F5F5F5;
}

.sidebar-box ul li a:hover {
display: block;
color: #393939;
padding: 3px 3px 3px 3px;
background-color: #F5F5F5;
}

.sidebar-box h3 {
font-size: 10px;
color: #383838;
text-transform: lowercase;
font-weight: bold;
font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
float: left;
width: 100%;
}

.headings {
font-size: 10px;
color: #383838;
text-transform: lowercase;
font-weight: bold;
font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
float: left;
width: 100%;
margin-bottom: 10px;
margin-top: 0px;
}

#commentwrap {
display: block;
width: 570px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 5px;
}

.commentlist li{
display: block;
float: left;
clear: both;
margin-left: 0px;
margin-bottom: 10px;
}

.commentlist ol {
margin-left: 0px;
padding-left: 0px;

}
.commentlist {
margin-left: 0px;
padding-left: 0px;
}

.comment-inside {
background-image: url(images/comment-bgDefault.gif);
padding-left: 40px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px 0px 0px 0px;
width: 408px;
float: left;
color: #616161;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
margin-left: 20px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 370px;
}

#commentform #email {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #email:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform input {
margin-bottom: 3px;
}

.search_bg {
height:35px;
width:260px;
float: left;
margin-top: 10px;
margin-left: 10px;
}

#search {
color:#FFFFFF;
padding:0;
}

#search input {
background: #FFF;
font-size:13px;
color:#B8B8B8;
font-family:Tahoma, arial, verdana, courier;
width:150px;
height:13px;
vertical-align:middle;
padding:10px;
border: 1px solid #E7E7DC;
}

.icons {
margin-top: 0px;
margin-bottom: -5px;
margin-right: 10px;
}

#search .input {
width:66px;
height:31px;
background:none;
border:none;
vertical-align:middle;
margin:0;
padding:0;
margin-left: 10px;
}

.thumbnail-div {
width: 281px;
height: 130px;
margin-bottom: 5px;
float: left;
margin-right: 10px;
}

.thumbnail-div-home {
width: 281px;
height: 130px;
margin-bottom: 5px;
float: left;
padding: 2px;
border: 1px solid #D1D1D1;
margin-right: 10px;
}

.thumbnail-div-2 {
width: 80px;
height: 80px;
padding: 2px;
border: 1px solid #E1E1E1;
margin-bottom: 5px;
float: left;
margin-right: 10px;
}

.thumbnail-div-3 {
width: 60px;
height: 60px;
padding: 2px;
border: 1px solid #E1E1E1;
margin-bottom: 5px;
float: left;
margin-right: 10px;
}


.post-info {
color: #000;
font-size: 12px;
}

.post-inside-2 {
float: left;
width: 450px;
}

.logo {
float: left;
border: 0px;
margin-top: 15px;
margin-bottom: 0px;
}

a:focus {
outline: none;
}

.random {
float: left;
margin-bottom: 20px;
font-size: 10px;
}

.cat-thumb {
padding: 2px;
border: 1px solid #D1D1D1;
float: left;
display: inline;
margin-right: 10px;
margin-bottom: 1px;
}

.random-image {
float: left;
width: 80px;
padding: 2px;
height: 80px;
border: 1px solid #E1E1E1;
display: inline;
margin-right: 10px;
}

.random a:link, .random a:visited {
float: left;
display: block;
font-size: 13px;
font-weight: bold;
}

.titles-boxes {
float: left;
display: block;
font-size: 13px;
font-weight: bold;
}

ul, ol { line-height: 2.0em; }

.titles-featured a, .titles-featured a:hover, .titles-featured {
font-size: 28px;
line-height: 30px;
}

.thumbnail-div-featured {
border: 5px solid #E7F3FF;
width: 580px;
height: 160px;
}

#featured {
background-color: #FFF;
background-image: url(images/post-bg.gif);
background-repeat: repeat-x;
padding: 10px;
width: 593px;
border: 1px solid #EBEBEB;
margin-bottom: 10px;
}

.featured-content {
float: right;
width: 353px;
margin-right: 5px;
}

.current-category {
background-color: #FFF;
border: 1px solid #FFFFFF;
color: #000;
padding: 5px;
display: block;
margin-bottom: 10px;
width: 601px;
}

.nanotabs {
width:562px;
}

.tabs {}

.tabs li {
float:left;
list-style:none;
text-align: center;
}

.tabs li a {
display:block;
text-align: center;
padding:5px 0px;
background:#F5F5F5;
color:#333;
font-size: 13px;
text-decoration:none;
width: 104px;
height: 18px;
float: left;
margin-bottom: -1px;
z-index: 100;
margin-right: 2px;
}

.tabs li a:hover {
color:#000;
background:#DDD;
}

.tabs li a.selected {
color: #FFF;
background-color: #ff0000;
}

.nanotabs div {
display:none;
width: 542px;
padding-left: 10px;
padding-right: 10px;
float: left;}

#ichi {
padding-top: 10px;
padding-bottom: 10px;
background:#F5F5F5;
}

.san {
padding-top: 10px;
padding-bottom: 10px;
background:#F5F5F5;
}

.ni {
padding-top: 10px;
padding-bottom: 10px;
background:#F5F5F5;
}
.san a , .san a:visited{
display: block;
padding: 5px;
border: 1px dashed #FFF;
background-color: #ff0000;
color: #FFF;
float: left;
margin-bottom: 5px;
margin-right: 5px;
}

.san a:hover {
background-color: #DDDDDD;
color: #000;
}

.idTabs {
padding: 0px;
float: left;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
}


.idTabs ul {
margin-left: 0px;
padding-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
}

.idTabs li {
display: inline;
margin: 0px;
padding: 0px;
float: left;
color: #A2A2A2;
text-align: center;
font-size: 12px;
margin-left: 0px;
padding-left: 0px;
}

.idTabs li a {
color: #393939;
background-color: #FFF;
border: 1px solid #FFFFFF;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 25px;
margin-right: 4px;
display: block;
float: left;
font-size: 11px;
}

.idTabs li a:visited {
}

.idTabs li a:hover {
background-color: #FEFE00;
color: #000;
}

.idTabs li a.selected {
background-color: #ff0000;
border: 1px solid #ff0000;
color: #FFF;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 25px;
display: block;
float: left;
margin-right: 4px;
}

#recententries {
float: left;
display: block;
background-color: #FFF;
margin-bottom: 10px;
}

#recentcomments2 {
float: left;
display: none;
background-color: #FFF;
margin-bottom: 10px;
}

#mostcomments {
float: left;
display: none;
background-color: #FFF;
margin-bottom: 10px;
}

#recententries a:visited,#recententries a:hover,#recentcomments2 a:visited,#recentcomments2 a:hover,#mostcomments a:visited,#mostcomments a:hover{
color: #393939;
}


.nav, .nav * {margin:0;padding:0;list-style:none;}

.nav ul {position:absolute;top:-999em;}

.nav li {float:left;position:relative;z-index:99;font-size:12px;}

#nav2 li {float:left;position:relative;z-index:1000;font-size:12px;}

.nav a {display:block;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:45px;}

#nav2 li:hover ul,ul#nav2 li.sfHover ul {left:0px;top:43px !important;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:15em;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
display: block;
padding: 0px;
}

.nav li li a:link, .nav li li a:visited {
width: 180px;
display: block;
background-color: #C40000;
padding: 10px 30px 0px 30px;
margin: 0px 0px 0px 0px;
}

#nav2 li li a:link, #nav2 li li a:visited {
background-color: #313131 !important;
}

.nav li li a:hover {
background-image: none !important;
background-color: #940000;
color: #FFF !important;
}

#nav2 li li a:hover {
background-color: #000 !important;
}

/* outmost wrapper element */
#scrollable {
background-repeat: no-repeat;
background-position: top;
padding:0px 0px 0px 0px;
width:935px;
float: left;
height: 160px;
}

/* container for the scrollable items */
.items {
float:left;
width:700px;
height: 165px;
display: block;
margin-top: 17px;
}



.slide-items {
height: 155px;
width: 155px;
margin-left: 5px;
margin-right: 5px;
float: left;
background-color: #FFF;
padding: 5px;
}

.slide-items-a a {
color: #4E4E4E;
font-size: 16px;
margin: 8px 0px 0px 25px;
display: block;
}

/* single item */


/* next / prev buttons */
a.prev, a.next {
display:block;
width:30px;
height:198px;
float:left;
background-repeat:no-repeat;    
margin:0px 0 0 0;
}

a.prev {
background:url(images/slide-button-left.gif);
}


a.next {
background:url(images/slide-button-right.gif);    
margin-left: 2px;
}


/* navigator */
div.navi {
position:relative;
top:-30px;
left:310px;
margin-left:-50px;
width:50px;
height:0px;
}


/* items inside navigator */
div.navi span {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(img/dots.png) 0 0 no-repeat;     
cursor:pointer;
}

div.navi span:hover {
background-position:0 -8px;      
}

div.navi span.active {
background-position:0 -16px;     
}     

.scrollable input {
border: 1px solid #DBDBDB;
height: 25px;
}

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }
    
    #wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
#calendar_wrap {
float: left;
margin-left: 20px;
}

/* Comment Stuff */
.awpcomments ol.comments, .post_comments ol.comments {
    padding-left:0;
    margin-left:0;
    list-style-type:none !important;
}

.awpcomments ol.comments * > ol.reply, .post_comments ol.comments * > ol.reply {
    list-style-type:none !important;
    padding-left:1.3em;
    margin-left:0;
    /*border-left: 1px dashed #477CAA;*/
}

.awpcomments * ol.reply{
    list-style-type:none !important;
}

.authorcomment {
    border:1px solid #c0c0c0;
    background-color:#fafbfc;
    color:#3C3C3C;
    line-height:1.5em;
    margin:3px;
    padding:4px;
}

.commentbar {
    display:block;
    margin:0 !important;
    padding:5px 5px 10px 5px !important;

    font-weight:400;
    text-align:left;
    color: #FFFFFF;
    background:#477CAA;
}

.commentbar cite{
    font-style:normal;
}

.commentbar a {
    font-weight:700 !important;
    text-decoration:underline !important;
    color: #FFFFFF !important;
}

.commentbar a:hover {
    text-decoration:none !important;
    color: #FFFFFF !important;
}

.comment_form input[type=text], .comment_form textarea, .input {
    font-size: 1.1em;
    padding: 3px;
    color: #606060;
     background: #f3f3f3;
    border: 2px solid #a5bbcf !important;
}

.comment_form input[type=text]:focus, .comment_form  textarea:focus, .input:focus {
    background: #fff;
    color: #333;
    border: 2px solid #90a9c0 !important;
}

.preview_comment{
    border: 2px solid #90a9c0 !important;
    padding-top: 10px;
    background: #ffffff  url('YOURSITE/modules/inlinecommentform/close_normal.gif') top left no-repeat;
}
.comment_form input[type=text] {
    width: 45%;
    margin: 5px 5px 1px 0;
}

.comment_form textarea {
    height: 250px;
    width: 95% !important;
    margin-right:4% !important;
    font-size: 1.2em;
}

.comment_form input[type=submit],.comment_form input[type=button] {
    background: #7EAED7;
    border: 1px solid #90a9c0;
    color: #FFFFFF;
}
.ed_button, .submit{
    background: #7EAED7;
    border: 1px solid #90a9c0;
 color: #FFFFFF;
}


