/*
THEME NAME: Pule Sandbox
THEME URI: theme based on http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.rubiqube.com/corporate-sandbox/">Corporate Sandbox</a>. 
It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.chrishodgsonweb.co.uk">Chris Hodgson</a>
AUTHOR URI: http://www.chrishodgsonweb.co.uk
*/

/* wider layout 
  #wrapper, #access {	width: 960px !important; }	
*/
/* wider sidebar
#sidebar { margin: 20px 0 30px -200px; width: 180px; }
*/	


@import 'plugins.css';
@import 'default.css';

/* hide page title */
.page-title { display:none; }

/* img with special border */
img.border { border: 2px solid #EFEFEF; padding: 5px;}

/* fix link on post comments link  - NOT WORKING */
.entry-comments a { text-decoration: none !important; }

/* make link appear as text for current menu */
.current_page_item a { text-decoration: none; color: #111; } 
.current_page_item a:hover { cursor: default } /* use the arrow cursor */

/* make blog title appear as text for homepage */
.home #blog-title a { text-decoration: none; color: #111; } 
.home #blog-title a:hover { cursor: default } /* use the arrow cursor */

/* make submit buttons appear with a pointer cursor (IE6 - fail) */
input[type=submit] { cursor: pointer }

/* content styles adjustments */
#content h2 { font-size: 1.45em; font-weight:normal; border-bottom: 2px solid #EFEFEF; padding-bottom: 5px; margin: 30px 0 5px;  }
#content ul { margin-top: 10px }
#content p, #content ul { line-height: 1.5; font-size: 1.1em }

/* footer left/right cols */
#footer-left { float:left; width: 450px }	
#footer-right { float:right; width: 220px }	

/* header left/right cols */
#header-left { float:left; width: 300px }	

#header-right { float:right; width: 320px; margin: 20px 20px 0 0; padding: 15px 20px 15px 30px; font-size: 1.05em; background: #EFEFEF; line-height: 1.25 }

/* content split columns */ 
.half-column { float:left; width: 200px; }
.larger-column { float:left; width: 340px; }
.smaller-column { float:right; width: 120px; }

