/**  
 *
 *  Theme Name: Britmums
 *  Theme URI: http://www.britmums.com/
 *  Version: 1.0
 *  Description: The theme that powers Britmums, a child theme of Canvas
 *  Author: Pragmatic Web
 *  Author URI: http://www.pragmatic-web.co.uk
 *  Template: canvas
 *
 **/

@import url(../canvas/style.css);

.badges {
  background: none repeat scroll 0 0 #FAFAFA;
  border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 5px;
  width: 250px;
}

.category #content .two-col {
	width: 48%;
	float: left;
}

.category #content .two-col.even {
	float: right;
}

.category #content .two-col.odd {
	clear: both;
}

.category #content .post {
	clear: both;
}


/* Round Ups */


.page-template-template-widgets-php {}

.page-template-template-widgets-php img {
	height: auto !important;
}

.page-template-template-widgets-php .widget_text {
	clear: both;
}

.page-template-template-widgets-php #widgets-container {
	margin: 0 -11px; /* should behave with -10px but doesn't */
}
.page-template-template-widgets-php #widgets-container > div {
	float: left;
	width: 190px;
	margin: 0 10px;
}

/* From Theme Options */

#top-nav {
    float: right;
}

#navigation ul.rss li a:after { 
	color:#FFFFFF; text-shadow: none;
}

.post-more {
    padding: 10px 0px;
}

ul.nav li ul li a {
}

.page-template-template-widgets-php div.sharedaddy {
	display:none;
}

body {
	background: url("images/top-bg.png") repeat-x scroll left top transparent !important;
}

/* Slider - Overriding layout.css which loads after this stylesheet (hence body + !important) */

body #loopedSlider .content {
	top: 150px !important;
}


.post-utility .tags {
	display: none;
	visibility: hidden;
}
