/*
sligofieldclub.ie Style Sheet

Ivan McAvinchey
16/10/2007

*/

/* Fullpage */

/* #fullpage {
} */

/* Generic Elements */

BODY, TABLE, TR, TD {
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 80%;
}

BODY {
	background : White;
	margin:0px 0px 0px 0px;
}

TABLE {
	width : 100%;
	border : 0;
	margin : 0;
	padding : 0;
}

TR {
	border : 0;
	margin : 0;
	padding : 0;
}

TD {
	border : 0;
	margin : 0;
	padding : 0;
	vertical-align : top;
}

/* Anchors */

A {
	color : #104273;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

/* H1, H2, etc. */

H1 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 200%;
	font-weight : bold;
	margin : 0px, 0px, 8px;
	border-bottom: 1px solid #999;
}

H2 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 150%;
	font-weight : bold;
	margin : 20px, 0px, 5px;
}

H3 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 100%;
	font-weight : bold;
	margin : 0px 0px 5px;
}

/*  Generic Classes */

.title {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 200%;
	font-weight : bold;
}

.small {
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : xx-small;
}

.fade {
	color : #C8C8C8;
}

.date {
	float : right;
}

/* Header: Logo */

DIV.logobar {
	height : 60px;
	padding : 1px 1px 1px 1px;
	background-color : #333;
	width : 100%;
	color: #EEE;
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 300%;
	font-weight : bold;
}

DIV.logo {
	height : 35px;
	float : left;
}

/* Navbar */

DIV.navbar{
	height : auto;
	background-color : #9999CC;
	padding : 1px 10px 1px 10px;
	border-top : 1px solid #111;
	border-bottom : 1px solid #111;
	font-size : 11px;
}

/* Page */

DIV.page {
	background-color : #FFF;
	height : auto; /* not sure about this re: compliance - any value makes both .page and .main go down full length,
	think the height simply has to be specified and not auto. 100% goes down the length of the header again,
	which is too much, however if the setting is too small it seems to push the text through
	Doesn't work with Opera, as Opera still works out with regard to the actual element.
	*/
}

/* Main */

DIV.main {
	background-color : #FFF;
	width : auto;
	height : 100%;
	padding : 10px;
	margin-left: 180px;
}

DIV.main IMG {
	border: 1px solid black;
	margin : 10px 10px 10px 10px;
}

/* Menu */

.menu {
	background-color : #CCCCCC;
	float :left;
	color : #000;
	width : 155px;
	padding : 10px 10px 10px 10px;
	margin : 0px;
	font-size : 11px;
}

DIV.menutop {
	height : auto;
	background-color : #FFF;
	padding : 1px 10px 10px 10px;
	border-bottom : 1px solid #000;
	font-size : 11px;
	text-align : left;
}

.menuitemselected {
	width: 100%;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	display : block;
	background-color : #FFF;
	font-weight : bold;
}

A.menuitem {
	width: 100%;
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	display : block;
}

A.menuitem:hover {
	/* this color a bit darker than menu background */
	background-color : #FFF;
	text-decoration : none;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}

A.menuheader {
	width : 100%;
	background-color : #FFF;
	text-decoration : none;
}

A.menuheader:hover {
	background-color : #CCE7FF;
	text-decoration : none;
}

.menu HR {
	color : #F0F8FF;
	border-bottom : 1px solid Black #000;
	margin: 5px 0px 5px 0px;
}

.menu H1.selected {
	background : #FFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 12px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}

.menu H1.link {
	background : #FFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 12px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}

/* Admin section */

INPUT.edit {
	width : 100%;
}

INPUT.edittitle {
	width : 100%;
}

TEXTAREA {
	width : 100%;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
}

TEXTAREA.editcontent {
	height : 240px;
}

TEXTAREA.editsummary {
	height : 100px;
}

.adminbody {
	background-color : #EAEAF4;
}

/* *** User Styles *** */

.greybox {
	width: 100%;	
	background:#EAEAF4;
	float: left;
	margin: 5px 0px 5px 0px;
}

.whitebox {
	width: 100%;	
	background:#FFF;
	float: left;
	margin: 5px 0px 5px 0px;
}

IMG.alignright {
	float: right;
}

IMG.alignleft {
	float: left;
}

/* *********************************************
	Not currently used 
********************************************* */

DIV.searchbox {
	position : relative;
	top : 15px;
	right : 20px;
	float : right;
}

/* Searchbox */

INPUT.searchbox {
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
	border-top: solid #FFF 1px;
	border-bottom: solid #FFF 1px;
	width : 150px;
	height : 20px;
}

INPUT.searchsubmit {
	background-color: Silver;
	position: relative;
	top: 0px;
	font-size: 11px;
	width: 50px;
	height: 20px;
	border: solid Black 1px;
}

DIV.footer {
	height : auto;
	background-color : Silver;
	padding : 1px 7px 1px 7px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	color : #000;
	font-size : 11px;
	text-align : center;
	clear: both;
}
