/*
 * screen.css
 * Sacconi String Quartet 
 * sacconi.com
 *
 * Created By: Jez McKean
 * Created On: 2007-06-30
 * Last Mod On: 2010-03-07
 *
 * NB: To be used in conjuction with YUI's reset-fonts-grids (v2.4.1).
 *
 * @version: $Id$
 */
 

/* //// //// //// //// //// GENERAL RULES //// //// //// //// //// */

/* Everything */

html {
	background: #cacacc url("bg_gradient.jpg") left top repeat-x;
	color: #000000;
}

body {
	font-family: Calibri, sans-serif;
}

#doc4 {
	background: url("bg_logo_large.png") center bottom no-repeat;
}


/* Headers */

h1,
h2,
h3,
h4 {
	clear: both;
	font-weight: bolder;
	margin-bottom: 0.25em;
}

h1 {
	font-size: 400%;
}
h2 {
	font-size: 300%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}


/* Generic Tags */

p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: justify;
}

em,
.em {
	font-style: italic;
}

strong,
.strong {
	font-weight: bolder;
}
	
blockquote {
	border: 0 solid #000000;
	border-width: 1px 0;
	clear: both;
	font-family: serif;
	font-style: italic;
	margin: 1em 1em 0;
	padding: 1em;
}
blockquote p {
	margin: 0;
}

cite {
	background-color: #333333;
	color: #ffffff;
	float: right;
	padding: 0.25em 0.5em;
	margin: -1em 1em 1em;
}
cite a {
	color: white !important;
}

form {
	clear: both;
	margin-bottom: 1em;
}

input,
textarea {
	font-family: sans-serif;
	padding: 0.25em 0.125em;
	margin: 0.25em 0;
}

table {
	border-collapse: separate;
	border-spacing: 0 1px;
	border: 0 solid #000000;
	border-width: 1px 0;
	clear: both;
}

th {
	background: #000000 url("both_both.gif") repeat-x -3px -3px;
	color: #ffffff;
	font-weight: bolder;
}

th,
td {
	border: 0 solid white;
	border-width: 1px 0;
	padding: 0.2em;
}

hr {
	height: 1px;
	color: #555555;
	background-color: #555555;
	border: none;
}


/* Generic Styles */

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left !important;;
}
.float-right {
	float: right !important;
}

.width100 {
	width: 100%;
}
.width95 {
	width: 95%;
}
.width50 {
	width: 50%;
}
.width33 {
	width: 33%;
}
.width25 {
	width: 25%;
}

.opacity50 {
	opacity: .5;
}
	
.row-odd {
	background-color: #ddd;
}
.row-even {
	background-color: #eee;
}
.row-highlight {
	background-color: #ffd;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

table.padding-0 {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
table.padding-0 td {
	padding: 0 0.2em;
	border-bottom: 1px solid #888;
}
table.padding-0 form,
table.padding-0 input {
	padding: 0;
	margin: 0;
}

ul.padding-0 li {
	margin: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}

table.padding-all {
	padding: 0 !important;
}
.padding-all,
table.padding-all th,
table.padding-all td {
	padding: 0.5em !important;
}

.whiteonblack {
	background: #181818 url("black-box-bg.gif") left top repeat-x;
	color: white !important;
	margin: 0 0 0.5em;
	padding: 0.5em 1em;
	-moz-border-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.whiteonblack a,
.whiteonblack a:hover {
	color: white !important;
}

.whiteonblack a:hover {
	background-color: transparent;
}

p.meta {
	margin-top: -0.5em;
	color: #555;
}

/* Admin Styles */

.result {
	background: #ffff88 url("../images/famfamfam/comment.png") no-repeat 5px 5px;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.0625em;
	margin: 0.5em;
	padding: 0.5em;
	padding-left: 26px;
	text-align: center;
}

.result.success {
	background: #88ff88 url("../images/famfamfam/accept.png") no-repeat 5px 5px;
	color: #008800;
}
.result.failure {
	background: #ff8888 url("../images/famfamfam/exclamation.png") no-repeat 5px 5px;
	color: #880000;
}


/* Supp Styles */

.calendar,
.timeEntry {
	width: 6em;
}


/* Anchors: LoVe HAte */

a,
a:link {
	color: #555500;
}
a:visited {
	color: #333300;
}
a:hover {
	background-color: #ffeeaa;
}
a:active {
	color: #8800ff;
}

.plainlinks a,
a.plainlinks {
	background-color: inherit;
	color: inherit;
	text-decoration: none;
}


/* //// //// //// //// //// LAYOUT RULES //// //// //// //// //// */

/* #hd */

#hd {
	background: #ffffff url("../images/Sacconi-Quartet-Photo-2010.png") no-repeat right 5px;
	height: 191px;
	margin-bottom: 0px;
}

#hd h1 {
	padding-top: 25px;
}


/* #bd */

#bd {
}


/* #site-nav */

#site-nav,
#admin-nav {
  width: 100%;
  border-bottom: 1px solid #888;
}

/* .nav */

.nav {
  float: left;
  margin: 0.5em 0 1.5em;
}
.nav ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  text-align: center;
}
.nav li {
  float: left;
  background: #888 url("both_both.gif") no-repeat left top;
  margin-right: 1px;
  padding: 0 0 0 3px;
  white-space: nowrap;
}
.nav a {
  float: left;
  display: block;
  background: url("both_both.gif") no-repeat right top;
  padding: 5px 7px 4px 4px;
  text-decoration: none;
  color: #ffffff;
  height: 1em;
}
.nav a img {
	margin-top: -1px;
}
.nav a:visited {
	color: #ffffff;
}
.nav > ul a {width: auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a {float: none;}
/* End IE5-Mac hack */
.nav a:hover {
  color: #333;
}
li.current {
  background-position :0 -150px;
  border-width: 0;
  background-color: #fcc400;
}
li.current a {
  background-position: 100% -150px;
  color: #333 !important;
}
.nav li:hover, 
.nav li:hover a {
  background-position: 0% -150px;
  color: #333;
}
.nav li:hover a {
  background-position: 100% -150px;
}

.subnav li,
.subnav li:hover {
	background-position: bottom;
}

.subnav li a,
.subnav li:hover a {
	background-position: bottom;
}



/* #main */

#main {
	font-size: 110%;
}


/* #banner */

#banner {
	text-align: center;
}


/* #content */

#content {
	min-height: 500px;
}

#content ul {
	margin: 1em;
}

#content ul li {
	list-style-position: inside;
	list-style-type: disc !important;
}

#content .nobullets {
	margin: 0;
}

#content ul.nobullets li {
	list-style-type: none !important;
	margin-bottom: 1em;
}


#content ul#gallery {
	margin: 0;
	text-align: center;
}

#content ul#gallery li {
	display: inline;
	float: left;
	padding: 5px;
	margin: 3px;
	background: white;
	border: 1px solid #888888;
}


/* #sidebar */

#sidebar {
	overflow: hidden;
}

#sidebar ul,
#sidebar ol {
	margin: 0 0 1em 1em;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ol {
	list-style-type: lower-roman;
}

.sidebar-list li {
	font-style: italic;
	margin-bottom: 0.25em;
}
.sidebar-list li span {
	font-style: normal;
}


/* #ft */

#ft {
	border-top: 1px solid #888888;
	color: #888888;
	font-size: smaller;
	height: 25px;
	margin: 10px 0;
}
#ft p {
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#ft a {
	color: #888888;
}

#ft a: hover {
	background-color: inherit;
}