/*
THEME NAME: Daily Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Sandbox customised for Daily.co.uk
VERSION: 1.5.2.daily.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> &amp; <a href="http://www.leaky.org/">Simon Amor</a>
AUTHOR URI:
*/

/* Two-column with sidebar on right from the /sandbox-layouts/ folder  */

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
	float: left;
	margin: 0 -232px 0 0;
	width: 100%;
}
div#content {
	margin: 0 232px 0 0;
}
div#primary {
	margin-bottom: 2em;
}
div#secondary	{
	margin-bottom: 2em;
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}

div#wrapper { margin:0px auto; width:770px; }

.wordpress{margin:0px;font-size:12px;}

.widget_recent_entries ul li {font-size:12px; }

div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.8em;height:1.5em;padding-top:0.2em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.8em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

div#container{margin-top:0.3em;}
div#nav-above,div#nav-below{width:100%;}
div#nav-above{margin-bottom:0.3em;}
div#nav-below{margin-top:0.3em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.1em;}
div.sidebar input#s{width:7em;}
div.sidebar input#domainsearch{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}


/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}

/* Customised stuff */

div#respond { padding:20px; }

div.entry-meta {
	font-size:11px;
	color: #496367;
	padding-bottom: 30px;
}
div.entry-meta span.author {
	height:18px;
	padding: 4px 0px 4px 20px;
}
div.entry-meta span.cat-links {
	height:18px;
	padding: 4px 0px 4px 20px;
	background-image: url('/images/icon-posted.gif');
	background-repeat: no-repeat;
}
div.entry-meta span.edit-link {
	height:18px;
	padding: 4px 0px 4px 0px;
}
div.entry-meta span.comments-link {
	height:18px;
	padding: 4px 0px 4px 20px;
	background-image: url('/images/icon-comment.gif');
	background-repeat: no-repeat;
}

div.post {
	width:530px;
	clear:both;
}

.entry-header {
	width: 520px;
	min-height:45px;
	padding:0px; margin:0px;
}
.entry-title{ width:460px;font-size:1.3em;padding:5px 0px 0px 0px;margin:0px 0px 0px 48px; }

.calendar {
	display:block;
	width: 42px;
	height: 53px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-image: url('/images/icon-calendar.gif');
	background-repeat: no-repeat;
	float: left;
}

.calendar-year {
	width: 42px;
	text-align: center;
	font-size: 9px;
	margin-top: 1px;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
}

.calendar-month {
	width: 42px;
	text-align: center;
	font-size: 9px;
	margin-top: 1px;
	color: #333333;
	float: left;
}

.calendar-day {
	width: 42px;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	float: left;
}

div.sidebar {
	float: right;
	overflow: hidden;
	width: 224px;
	padding: 0px;
	margin: 0px;
}

div.sidebar div.sidebar_inner {
	padding-left:12px;
	padding-top:17px;
	padding-bottom:1px;
	background-image:url('/images/menu-top.gif');
	background-position:top center;
	background-repeat:no-repeat;
}

div.sidebar div.sidebar_footer {
	width:224px;
	height:17px;
	background-image:url('/images/menu-bottom.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

div.subscribe_services {
	width: 200px;
}

div.subscribe_service {
	display:inline;
	margin-top:3px;
}

div.sidebar a img {
	border: 0px;
}



/* Daily CSS - taken from main daily.css on www.daily.co.uk */

body { font-family: verdana, arial, helvetica, sans-serif; }

a {
    color: #5391A6;
    text-decoration: none;
}

a:hover {
    color: #333333;
}

p {
    font-size: 12px;
    margin: 10px 10px;
    line-height: 140%;
}

p.intro,
p.strong {
    margin: 10px 0;
    font-size: 15px;
    line-height: 21px;
}

p.strong {
    font-weight: bold;
}

.hidetext {
    display: none;
}

#header {
    position: relative;
    margin: 0;
    padding: 0;
}

#body {
   margin: 5px 0;
   padding: 0;
}

#footer {
    clear: both;
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 4px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #403835;
    background: url('/images/panels/footer.gif') no-repeat bottom left;
}

#footer a {
    text-decoration: none;
    font-size: 10px;
    padding: 0px 2px;
    color: #403835;
}

#footer a:hover {
    color: #57797C;
}

div.footnote {
    font-size: 10px;
    margin: 0 auto 20px;
}

/*------------------------------------------------------------------------*/
/* header section                                                         */
/*------------------------------------------------------------------------*/

#header {
    position: relative;
    margin: 0;
    padding: 0;
    height: 145px;
    background: url('/images/header/tabs/strip.gif') repeat-x bottom left;
}

#header a.logo {
    position: absolute;
    display: block;
    top: 34px;
    left: -2px;
    width: 140px;
    height: 69px;
    background: url('/images/logo/daily_140x69.gif') no-repeat left top;
}

#header a.great_hosting_flash {
    position: absolute;
    display: block;
    top: 32px;
    left: 145px;
    width: 220px;     /* TODO: change this when Dan provides the split flash logo */
    height: 80px;
}

/*------------------------------------------------------------------------*/
/* clock                                                                  */
/*------------------------------------------------------------------------*/

#header #clock {
    position: absolute;
    bottom: 5px;
    right: 0px;
    height: 110px;
    width: 108px;
    background: url('/images/header/clock/blank.gif') no-repeat top right;
}

#clock #time {
    position: absolute;
    top: 0px;
    left: 9px;
    width: 90px;
    height: 90px;
}

#clock #day {
    position: absolute;
    bottom: 18px;
    left: 9px;
    width: 90px;
    text-align: center;
    color: #AFBC4A;
    font: 10px arial, helvetica, verdana, sans-serif;
}

#clock #date {
    position: absolute;
    bottom: 6px;
    left: 9px;
    width: 90px;
    text-align: center;
    color: #AFBC4A;
    font: 10px arial, helvetica, verdana, sans-serif;
}

#clock #date .ordinal {
}
/*------------------------------------------------------------------------*/
/* login buttons                                                          */
/*------------------------------------------------------------------------*/

#logins {
    position: relative;
    top: 5px;
    left: 548px;
    width: 160px;
}

#logins a.button {
    display: block;
    width: 102px;
    height: 15px;
    padding-top:6px;
    background: url('/images/buttons/login_blank.gif') no-repeat left top;
}

#logins a.button:hover {
    background: url('/images/buttons/login_roll.gif') no-repeat left top;
}

#logins a.customerlogin {
    background: url('/images/buttons/but_customerlogin.gif') no-repeat left top;
}

#logins a.customerlogin:hover {
    background: url('/images/buttons/but_customerlogin01.gif') no-repeat left top;
}
#logins a.weblogin {
    background: url('/images/buttons/but_weblogin.gif') no-repeat left top;
}

#logins a.weblogin:hover {
    background: url('/images/buttons/but_weblogin01.gif') no-repeat left top;
}
#logins a.signup {
    background: url('/images/buttons/but_signup.gif') no-repeat left top;
}

#logins a.signup:hover {
    background: url('/images/buttons/but_signup01.gif') no-repeat left top;
}


#logins a.signup {
    height: 34px;
}

/*------------------------------------------------------------------------*/
/* tabs                                                                   */
/*------------------------------------------------------------------------*/

#tabs {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 662px;
    height: 24px;
    padding: 0;
    margin: 0;
}

#tabs  li {
    display: inline;
    float: left;
    height: 22px;
    width: 100px;
    margin-left: 2px;
    padding: 0;
    list-style: none;
    background: url('/images/header/tabs/large_cold.gif') no-repeat top left;
    text-align: center;
}

#tabs li:hover {
    color: white;
    background-image: url('/images/header/tabs/large_roll.gif');
}

#tabs li.home {
    width: 48px;
        display:block;
    margin-left: 0;
    background-image: url('/images/header/tabs/small_cold.gif');
}

#tabs li.home:hover {
    background-image: url('/images/header/tabs/small_roll.gif');
}

#tabs li a {
    margin: 0;
    display:block;
    padding: 0;
    width:98px;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-decoration: none;
    color: white;
   display:inline;
}

#tabs li a:hover,
#tabs li:hover a {
    color: white;
}

#tabs a:visited {
    color: white;
}

/*------------------------------------------------------------------------*/
/* breadcrumb trail                                                       */
/*------------------------------------------------------------------------*/

#top_banner{
    display: block;
    padding-top: 2px;
    width: auto;
    height: 24px;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #BFB7B5;
    border-bottom: 1px dotted #9F9390;
}

#hosted_uk {
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    background: url('/images/header/trail/hosted_uk.gif') no-repeat right;
}

#trail {
    display: block;
    float: left;
    width: 500px;
    height: 24px;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
/*    background: url('/images/header/trail/hosted_uk.gif') no-repeat bottom right;*/
    color: #BFB7B5;
/*    border-bottom: 1px dotted #9F9390; */
}


#trail a {
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 3px 0px 12px;
    color: #5391A6;
    background: url('/images/header/trail/arrow_right.gif') no-repeat bottom left;
}

#trail a:hover {
    color: #ff9226;
    background: url('/images/header/trail/arrow_right_roll.gif') no-repeat bottom left;
}

#trail a.first {
    padding-left: 0;
    background-image: none;
}




