/*
Theme Name: Twenty Ten for Sophia Rugby
Theme URI: http://wordpress.org/
Description: Variation to the 2010 default theme for WordPressa adapted to Sophia Rugby site.
Author: Sean Serandour
Version: 03
Template: twentyten
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/* variation to the standard twentyten theme
-------------------------------------------------------------- */

/* Text elements */

/*	ORIGINAL CODE 
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}	*/
/*	NEW CODE - START - 17JUL10  */
ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}
ul ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
/*	NEW CODE - END- 17JUL10  */

/* =Menu
-------------------------------------------------------------- */

#access {
/*	ORIGINAL CODE
	background: #000; 		 */
/*	NEW CODE - START - 17JUL10  */
	background: #6495ED;
/*	NEW CODE - END - 17JUL10  */
}

#access .menu-header,
div.menu {
/*	ORIGINAL CODE - FONT SIZE OF TEXT IN MENU BAR
	font-size: 13px; 		 */
/*	NEW CODE - START - 17JUL10  */
	font-size: 15px;
/*	NEW CODE - END - 17JUL10  */
}

/* ITEM IN MENU BAR WHEN NOT SELECTED AND NOT HOOVERED ABOVE BY THE POINTER */
#access a {
/*	ORIGINAL CODE
	color:#aaa; 		 */
/*	NEW CODE - START - 17JUL10  */
	color:#FFFFFF;
/*	NEW CODE - END - 17JUL10  */
}
/* ITEM IN DROP-DOWN MENU BAR WHEN NOT SELECTED AND NOT HOOVERED ABOVE BY THE POINTER */
#access ul ul a {
/*	ORIGINAL CODE 
	background:#333;
	width: 160px;	*/
/*	NEW CODE - START - 17JUL10  */
	background:#6495ED;
	width: 180px;
/*	NEW CODE - END- 17JUL10  */
}

/* ITEM IN MENU BAR WHEN THE POINTER HOOVERS ABOVE IT */
#access li:hover > a,
#access ul ul :hover > a {
/*	ORIGINAL CODE 
	color:#fff;
	background:#333;	*/
/*	NEW CODE - START - 17JUL10  */
	color:#6495ED;
	font-weight: normal ;
	background:#FFFFFF;
/*	NEW CODE - END- 17JUL10  */
}

/*  SELECTED ITEM IN THE MENU BAR  */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
/*	ORIGINAL CODE		 
	color:#fff; 		*/
/*	NEW CODE - START - 17JUL10  */
	color:#6495ED;
	font-weight: bold ;
	background:#FFFFFF;
/*	NEW CODE - END- 17JUL10  */}


/* =Content
-------------------------------------------------------------- */

/* MODIFICATION 16JUL10 */
/* Original Header format */
/*

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
*/

/* Updated Header format */

#content h1 {
	color: #800000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#content h2 {
	color: #6495ED;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
/* END MODIFICATION 16JUL10 */


/* MODIFICATION 15JUL10 */
/* Original Table format */
/* 

#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
*/
/* New Table format */
/* start - table */
#content table {
	border-collapse: collapse;
	margin: 15px;	
}
#content th strong {
	color: #FFF;
}
#content th {
	background: #6495ED;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #6495ED;
	border-bottom: solid 2px #FFF;
}
#content tr {
	height: 30px;
}
#content td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
#content td.first,th.first {
	border-left: 0px;
}
#content tr.row-a {
	background: #F8F8F8;
}
#content tr.row-b {
	background: #EFEFEF;		
}
/* end - table */
/* END OF MODIFICATION 15JUL10 */

