/*
Theme Name: sraidnua
Theme URL: http://www.sraidnua.ie/
Description: Sraid Nua Website Theme
Version: 0.1
Author: Tim Hourigan
Author URL: http://www.sraidnua.ie/
*/

/* Set global padding & margin rules */
*
{
    padding: 0;
    margin: 0;
}

/* Turn off Horizontal Rules*/
hr
{
    display: none;
}

a img
{
    border: none;
}

/* Colour Setup */
#sidebar h2, 
#sidebar a:hover, 
#rightmenu h2, 
#footer a:visited , 
.post, 
.post a:hover, 
h3 a:hover, 
h3 a:visited, 
h3 a, 
.postmetadata a:hover, 
.links a:hover, 
.archives a:hover
{
	color: #202020;
}

#sidebar ul ul, 
#sidebar ul ul ul, 
#sidebar a, 
#sidebar a:visited, 
#rightmenubody, 
#rightmenu ul ul, 
#rightmenu ul ul ul, 
#footer a, 
#footer a:hover , 
.post a, 
.post a:visited, 
.postmetadata a, 
.postmetadata a:visited, 
.alignleft a, 
.alignleft a:visited, 
.alignright a, 
.alignrights a:visited, 
.links a, 
.links a:visited, 
.archives a
{
	color: #44aa00;
}

#navmenu a,
#navmenu a:visited,
#navmenu a:hover,
#navmenu a:active
{
	color: #fff;
}

#sidebar ul ul,
#rightmenubody, 
#rightmenu ul ul, 
.entry, 
.links, 
.archives
{
	background: #fff;
}

html
{
	background: url('images/navmenu.png') repeat-x top;
}

body
{
    margin: 0px auto;
    width: 795px;
    font-family: Sans-Serif, Arial, Verdana;
    font-size: 76%;
}

#header
{
 	height:80px;
	width:790px;
	margin-top: 0px;
    margin-bottom: 0px;
	border:white 0px solid;
}

#middle
{
    margin: 0px auto;
    width: 790px;
    min-height: 300px;    
}

#navmenu
{
    display: block;
    font-size:1.1em;
    height:50px;
	width:790px;
}
#navmenu, #navmenu ul
{
	line-height: 1;
	list-style: none;
}

#navmenu a ,#navmenu a:hover
{
	border:none;
	display: block;
	text-decoration: none;
}
#navmenu li {
	float: left;
	list-style:none;
}

#navmenu a,#navmenu a:visited 
{
	display:block;
	font-weight:bold;
	padding:9px 12px;
}
#navmenu a:hover, #navmenu a:active 
{
	text-decoration:underline;
}	
#navmenu li ul {
	height: auto;
	left: -999em;
	position: absolute;
	width: 790px;
	z-index:999;
}
#navmenu li li {
	width: auto;
}

#navmenu li li a,#navmenu li li a:visited 
{
	font-weight:normal;
	font-size:0.9em;
}

#navmenu li li a:hover,#navmenu li li a:active 
{
	color:white;
}

#navmenu li:hover ul, #navmenu li li:hover ul, #navmenu li li li:hover ul, #navmenu li.sfhover ul, #navmenu li li.sfhover ul, #navmenu li li li.sfhover ul 
{
	left: 30px;
}

#sidebar
{
    width: 20%;
    float: left;
    padding-right:1em;
    margin: 0 auto;
}

#sidebar h2
{
	margin: 0 auto;
	font-size: 1.5em;
	text-align:center;
    border:white 0px solid;
/*	font-weight:bold; Removed by THO 20081113 */
}

/* Remove bullets from primary lists */
#sidebar ul
{
    list-style: none;
    margin-left: 0px;
}

#sidebar ul ul
{
	list-style-type: none;
	padding: 10px;
	margin: 0px 0 0 0;
	font-size: 1em;
	padding-bottom:1em;
}

#sidebar ul ul ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
	font-size: 0.9em;
}

#sidebar a, #sidebar a:visited
{
	text-decoration:none;
}
#sidebar a:hover
{
	text-decoration:underline;
}

#content
{
    width: 53%;
    float: left;
    padding-right:1em;
	margin: 0 auto;
}

#content h2
{
    font-size: 1.3em;
 	font-weight:bold;
    margin-bottom:10px;
}

#widecontent
{
    width: 76%;
    float: left;
    padding-right:1em;
	margin: 0 auto;
}
#widecontent h2
{
    font-size: 1.5em;
 	font-weight:bold;
}
#widecontent table
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#widecontent td
{
    padding: 4px;
}

#rightmenubody
{
	list-style-type: none;
	padding: 10px;
	margin: 0 auto;
	font-size: 1.1em;
	padding-bottom: 0em;
}

#rightmenu
{
    width: 22%;
    float: left;
    margin: 0 auto;
}
#rightmenu h2 {
	margin: 0 auto;
	font-size: 1.5em;
	text-align:center;
    border:white 0px solid;
}
#rightmenu ul
{
    list-style: none;
    margin-left: 0px;
}
#rightmenu ul ul
{
	list-style-type: none;
	padding: 10px;
	margin: 0px 0 0 0;
	font-size: 1.1em;
	padding-bottom:1em;
}
#rightmenu ul ul ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
	font-size: 0.9em;
}

#footer
{
    clear:both;
    margin: 0 auto;
    text-align: center;
    width: 790px;
    height: 3em;
    padding-top: 1em;
    padding-bottom:1em;
    background-color: white;
}

#footer a , #footer a:visited , #footer a:hover 
{
	text-decoration:none;
}

#searchform
{
    text-align: center;
}
#searchform input
{
    border: 1px outset black;
    background-color: white;
}
#searchform #s
{
    width: 50%;
    border: 1px outset black;
    background-color: white;
}

.post
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.1em;
}
.post p
{
    line-height: 1.4em;
    margin-bottom: 1em;
}
.post h2
{
    margin: 0 auto;
    font-size: 2.5em;
 	font-weight:bold;
}
.post h3
{
    font-size: 1.3em;
}
.post li
{
    margin-left: 20px;
}
.post ul
{
    list-style-type: disc;
    margin-bottom: 10px;
}
.post a, .post a:visited, .post a:hover
{
	text-decoration:none;
}
.postlist p
{
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

h3 a:hover, h3 a:visited, h3 a
{
    text-decoration: none;
}

.entry
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom:5px;
}

.entry img, .entry a img
{
    border-style: solid;
	border-width: 0px;
}

.entry table img
{
    border-style: solid;
	border-width: 0px;
}

.entry form
{
    line-height: 1.4em;
    margin-bottom: 1em;
}

.postmetadata
{
    padding: 2px;
    font-size: 0.8em;
}
.postmetadata a, .postmetadata a:visited
{
	text-decoration:none;
}
.postmetadata a:hover
{
	text-decoration:underline;
}

.center
{
    text-align: center;
}

.navigation
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alignleft
{
    float: left;
    text-align: left;
    width: 50%;
}
.alignleft a, .alignleft a:hover
{
	text-decoration:underline;
}
.alignleft a:visited
{
	text-decoration:none;
}

.alignright
{
    float: right;
    text-align: right;
    width: 50%;
}
.alignright a, .alignright a:hover
{
	text-decoration:underline;
}
.alignright a:visited
{
	text-decoration:none;
}

.links
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom:5px;
}

.links ul
{
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 10px;
}

.links a, .links a:visited
{
	text-decoration:none;
}

.links a:hover
{
	text-decoration:underline;
}

.archives
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom:5px;
}

.archives ul
{
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 10px;
}

.archives a, .archives a:visited
{

	text-decoration:none;
}

.archives a:hover
{
	text-decoration:underline;
}

/* THO 20090830 - Remove stats smiley */
img#wpstats{display:none}

