  
   /*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */

/* Normalises margin, pading */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin:0; padding:0;}

/* Normalises font-sizes for headers */
h1, h2, h3, h4, h5
{font-size:100%;}

/* Removes list-styles from lists */
ol, ul
{list-style:none;}

/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight:normal;}

/* Removes border and spacing from tables */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left aligns text in caption and th */
caption, th
{text-align: left;}

/*Removes quotation marks from q */
q:before, q:after
{content:'';}

#categories h3 {
  text-indent: -9999px;
  background: transparent url('images/nav/press-sprite.gif') no-repeat 0 0;
  display: block;
	width: 190px;
	height: 34px;}
	
#archives h3 {
  text-indent: -9999px;
  background: transparent url('images/nav/press-sprite.gif') no-repeat 0 0;
  display: block;
	width: 190px;
	height: 34px;}
	
h3.intro {
  font-size: 18px;
  color: #555;
  font-family: arial, sans-serif;
  font-weight: 300;
  margin-bottom: 13px;
  text-align: justify;
  }
  
p.main  {
  color:#555555;
  font-family:arial,sans-serif;
  font-size:14px;
  font-weight:300;
  line-height:1.4em;
  margin-bottom:13px;
  text-align:justify;
}

p.mainPink  {
  color:#F63086;
  font-family:arial,sans-serif;
  font-size:14px;
  font-weight:300;
  line-height:1.4em;
  margin-bottom:13px;
  text-align:justify;
}


.intro a.inlineH3Link   {
  text-decoration: none;
  font-size: 18px;
  color: #f63086;
  font-family: arial, sans-serif;
  font-weight: 300;
  margin-bottom: 13px;
}

.intro a.inlineH3Link:hover {
  text-decoration: underline;
  }
  
h4.mp3Player {
  color:#F63086;
  font-family:arial,sans-serif;
  font-size:12px;
  margin-bottom:4px;
  margin-top:22px;
}


/*list on events page*/
  ul#events {
  margin: 0;
  padding: 0;
  }
  
  ul#events li {
  list-style-type:none;
  margin: 0;
  padding: 0;
  }
  

/*----------------------------*/
/*-------- Navigation --------*/
/*----------------------------*/



/*- Create nav container -*/ 
#nav {
    background: url("images/navBackground.png") no-repeat scroll 0 3px transparent;
    float: left;
    height: 235px;
    margin-top: 28px;
    padding-left: 16px;
    position: relative;
    width: 170px;
    z-index: 300;
	}

	
/*- Float link images to sit tightly -*/	
#nav li {
  float:left;
  margin-bottom:2px;}
  
  
	
/*- Set text links off screem */
#nav a {
	font-size:1px;
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 30px;
	margin:0px;
	padding:0px;
	background: transparent url('images/linksSprite2.png') no-repeat 0 0;
	}
	

#nav a.home {background-position: 0 0;}
#nav a:hover.home {background-position: -160px 0;}

#nav a.about {background-position: 0 -30px;}
#nav a:hover.about {background-position: -160px -30px;}

#nav a.radio {background-position: 0 -60px;}
#nav a:hover.radio {background-position: -160px -60px;}

#nav a.telly {background-position: 0 -90px;}
#nav a:hover.telly {background-position: -160px -90px;}

#nav a.voice {background-position: 0 -120px;}
#nav a:hover.voice {background-position: -160px -120px;}

#nav a.events {background-position: 0 -150px;}
#nav a:hover.events {background-position: -160px -150px;}

#nav a.blog {background-position: 0 -180px;}
#nav a:hover.blog {background-position: -160px -180px;}

#nav a.contact {background-position: 0 -210px;}
#nav a:hover.contact {background-position: -160px -210px;}



body {
	background: transparent url(images/backgroundRepeat.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #574949;
	font-size: 12px;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
}

#header {
  background: transparent url(images/header.png) no-repeat;
	height: 188px;
}

#twitter {
  position: relative;
  margin-left: 12px;
  margin-top: -5px;
 }

#twitter_update_list {
  font-size: 12px;  

}




#container {
  background-color: #fff;
	float: left;
	width: 100%;
}

#content {
  float:left;
  margin-left:28px;
  margin-top:24px;
  min-height:330px;
  position:relative;
  width:456px;
  z-index:550;
}

#sidebar {
  float: left;
  position: relative;
  width:185px;
  margin-left: 75px;
  margin-top: 84px;
  z-index:350;  
}




#footer {
  position: relative;
  top: -280px;
  height: 107px;
  clear: both;
}


#footerBackground {
  position: relative;
  height: 387px;
  background: transparent url(images/footer_background.png) no-repeat;  
}
  

/*--- Page H2 Replacement Images ---*/

h2.home,
h2.about,
h2.radio,
h2.radio,
h2.television,
h2.voice,
h2.events,
h2.blog,
h2.contact,
h2.searchResults {text-indent: -9999px; display: block; height: 40px; }


h2.home {background: transparent url('images/H2home.png') no-repeat 0 0;}
h2.about {background: transparent url('images/H2about.png') no-repeat 0 0;}
h2.radio {background: transparent url('images/H2radio.png') no-repeat 0 0;}
h2.television {background: transparent url('images/H2telly.png') no-repeat 0 0;}
h2.voice {background: transparent url('images/H2voice.png') no-repeat 0 0;}
h2.events {background: transparent url('images/H2events.png') no-repeat 0 0;}
h2.blog {background: transparent url('images/H2blog.png') no-repeat 0 0;}
h2.contact {background: transparent url('images/H2contact.png') no-repeat 0 0;}
h2.searchResults {background: transparent url('images/H2searchResults.png') no-repeat 0 0;}

/*----------------------------------*/



/*--- MP3 Header Image Replacement ---*/

.entry-content h4 {
  text-indent: -9999px;
  height: 23px;
  width: 283px;
  margin-bottom:5px;
  margin-top:32px;
  }
  
.radioShowreel {background: transparent url('images/mp3Header-radio.png') no-repeat 0 0;}
.voiceDemo {background: transparent url('images/mp3Header-voiceDemo.png') no-repeat 0 0;}

/*----------------------------------*/

  
/* General */
* {
	margin: 0;
	padding: 0;
}


h1 {
	text-indent:-9999px;
	font-size:1px;}
	
	

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 760px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
}

#blog-title {
  height: 140px;
	font-size: 250%;
	font-weight: normal;
	margin-left: 235px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}


/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 450px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #f63086;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 10px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	/*margin-top: 20px;*/
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: justify;
}

.entry-content h2 {
	margin-bottom: 10px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
  background: #dadaa6 url(images/sidebarHeadBackground.png) repeat;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
	background-color: #dadaa6;
	padding: 2px;
}

/*--- sidebar search */

input#s {
  padding: 3px;
  color: #777;
  width: 140px;
  border: 1px solid #bbb;
  }
  
input:focus#s {
  border: 1px solid pink;
  }
  
input#searchsubmit {
  position:relative;
  background:transparent url(images/searchSubmit.png) no-repeat scroll 0 0;
  border:none;
  color:#F62E84;
  cursor:pointer;
  font-size:0.1em;
  height:31px;
  left:149px;
  margin-left:5px;
  padding:10px;
  /* text-indent:-9999px;*/
  top:-28px;
  width:32px;
}





#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}


#sidebar ul {
	margin-bottom: 20px;
}



#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}


/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}





	
	
	
