/*

Theme Name: NeedPC

Theme URI: http://www.needpcrepair.co.uk/

Description: A theme for needpcrepair.co.uk

Version: 1.0

Author: Design Vibe

Author URI: http://www.design-vibe.co.uk/

*/

@charset "UTF-8";

@import url("globals/styles/default.css");



/* Wordpress stuff */

.centered { display: block; margin-left: auto; margin-right: auto; }

.alignright { float: right; margin-left: 15px; }

.alignleft { float: left; margin-right: 15px; }



.post { border-bottom:1px dashed #bebebe; padding:10px 0; }

.post h2 { color: red; }

#content .post:last-child { border-bottom:none; }


#sidebar li { list-style:none; padding:5px 0px; margin:0; }



.entry { font-size:0.938em; }

.postmetadata { font-size:0.938em!important; }

.entry ul, .entry ol { padding-left:25px; }



.imgright { float:right; }

.imgleft, .imgf_left { float:left; }



.widget-area ul {

    list-style: none outside none;

    margin-left: 0;

}

.widget-area ul ul {

    list-style: square outside none;

    margin-left: 1.3em;

}

.widget_search #s {

    width: 60%;

}

.widget_search label {

    display: none;

}

.widget-container {

    margin: 0 0 18px;

}

.widget-title {

    color: #222222;

    font-weight: bold;

}

.widget-area a:link, .widget-area a:visited {

    text-decoration: none;

}

.widget-area a:active, .widget-area a:hover {

    text-decoration: underline;

}

.widget-area .entry-meta {

    font-size: 11px;

}

#wp_tag_cloud div {

    line-height: 1.6em;

}

#wp-calendar {

    width: 100%;

}

#wp-calendar caption {

    color: #222222;

    font-size: 12px;

    font-weight: bold;

    padding-bottom: 4px;

    text-align: left;

}

#wp-calendar thead {

    font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

    color: #AAAAAA;

}

#wp-calendar tbody td {

    background: none repeat scroll 0 0 #F5F5F5;

    border: 1px solid #FFFFFF;

    padding: 3px 0 2px;

    text-align: center;

}

#wp-calendar tbody .pad {

    background: none repeat scroll 0 0 transparent;

}

#wp-calendar tfoot #next {

    text-align: right;

}

.widget_rss a.rsswidget {

    color: #000000;

}

.widget_rss a.rsswidget:hover {

    color: #FF4B33;

}

.widget_rss .widget-title img {

    height: 11px;

    width: 11px;

}

#main .widget-area ul {

    margin-left: 0;

    padding: 0 20px 0 0;

}

#main .widget-area ul ul {

    border: medium none;

    margin-left: 1.3em;

    padding: 0;

	list-style: none outside none;

}
/* Let's remove that WordPress Stats Smiley Face ! */
img#wpstats {
     display: none;
}