/*
Theme Name: IPSG
Theme URI: http://www.script.ie/
Description: The IPSG Wordpress theme
Version: 0.1
Author: M & M
Author URI: http://www.script.ie/
Tags: fixed width, two columns, widgets

 
*/

/*

 Some Colours (menu order)

 #c40109
 #8a0108
 #da8d01
 #966101
 #78595e
 #848389
 #cbccd0
 #8481ba

*/

/* reset everything */
/*html,p,body,h1,h2,h3,h4 {*/

body,p,h1,h2,h3,h4,div,span,ul,dl {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    font-size: 0.75em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #dddddd;
    margin: 0;
    padding: 0;
    border: 0;
}

p {
	margin: 1.2em auto;
  line-height: 1.5em;
  text-align: left;
}


/* Main structure */
body {
    background: #000000;
    color: #d0d0d0;
}
/*
h1 {
    font-size: 1.5em;
    padding: 0 0 4px 0;
}  */
h1 {
    font-size: 1.3em;
    padding: 0;
    color: #c40109;
    text-decoration: bold;
    text-transform: uppercase;
}
h3 {
    color: #c40109;
    text-decoration: bold;
    padding: 0 0 5px 0;    
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
    text-decoration: bold;    
    padding: 0 0 3px 0;
}
a {
    color: #c40109;
    text-decoration: none;
}
a:hover {
    border-bottom: #d0d0d0 solid 1px;
}
a:active {
    color: #f0f0f0;
    border-bottom: #d0d0d0 solid 1px;
}
a:visited {
}
div.pagecontainer {
    width: 800px;
    background:  url('images/background.gif') repeat-y;
}
div.inner {
    padding: 8px;
    border: none;
}
div.sidebar {
    width: 200px;
    padding: 0;
    float: left;
}
div.middleborder {
    padding: 0;
    margin: 0;
    border: 0;
    background:#000000;
}
div.narrowcolumn {
}

div.panel,div.footer,div.widecolumn {
    border: 1px solid black;
}
div.narrowcolumn {
    margin-left: 201px;
    padding: 5px 10px 10px 10px 
}
div.footer {
    clear: both;
    background:  #1a1a1a;
    border-top: 1px #c40109 solid;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.alignleft {
    float: left;
    text-align: left;
}
div.alignright {
    float: right;
    text-align: right;
}
.clear {
    clear: both;
}
#page {
    width: 800px;
    margin: 0px auto;
    padding: 0;
    border: 0;
}

div.breadcrumb {
    float: left;
    font-size: 0.85em;
    font-style: italic;
}
div.headbar {
    float: right;
    text-align: right;
    font-size: 0.85em;
    font-style: italic;
    z-index: 21;
}
div.headbar div.login {
    position: absolute;
    top: 1.2em;
    right: 0;
    width: 200px;
    background: #2c2c2c;
    border: 4px solid #000;
    padding: 5px;
    z-index: 10;
}
div.headbar form {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
}
div.headbar div.login input[type="password"],
div.headbar div.login input[type="text"] {
    width: 100px;
    background: #000000;
    border: 1px solid #c40109;
    margin: 0;
    padding: 1;
    font-size: 0.9em;
    color: #dadada;
}
div.headbar div.login input[type="submit"] {
    background: #c40109;
    border: 1px solid #c40109;
    color: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.headbar div.login label {
    width: 100px;
}
div.headbar ul.loginlinks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
div.headbar ul.loginlinks li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
}
br.break {
    clear: both;
    height: 0px;
    line-height: 0px;
    width: 0px;
}
.entry hr {
  border: 0;
  color: #8d8d8d;
  background-color: #8d8d8d;
  height: 1px;
  width: 100%;
	margin-bottom: 10px;
}
.entry ul   {
    margin:5px 0 5px 20px;
    padding:0 20px;
    line-height: 1.5em;
    list-style-image: url('images/square.png');
}

.entry dl   {
    padding:0 20px;
    line-height: 1.5em;
}
.entry dt   {
    font-weight: bold;
    color: #c40109;
    margin:5px 0 5px 20px;
}
.entry dd   {
    margin:5px 0 5px 20px;
    padding:0 20px;
    list-style-image: url('images/square.png');
}
.entry ol  {
    list-style-type:decimal;
    line-height: 1.5em;
    margin: 5px 0 5px 20px;
    padding: 0 20px;
}
/*
.entry alignleft {
    float: left;
    text-align: left;
}
.entry alignright {
    float: right;
    text-align: right;
}
*/
.entry embed, .entry img, .entry object {
	/*display: block;
	margin: 1.2em auto;
	max-width: 550px;*/
	border: 0;
}
/*
.entry img, .entry object {
	padding: 3px;
}
    */
.entry embed.alignleft, .entry img.alignleft, .entry object.alignleft {
	margin: 5px 5px 5px 0;
	float: left;
}
.entry embed.alignright, .entry img.alignright, .entry object.alignright{
	margin: 5px 0 5px 5px;
	float: right;
}

/* posts */
.post { padding-bottom: 20px;}

.post-head {
    padding-bottom: 10px;
    border-bottom: 1px dotted #808080;
}
.postcomments {
	width: 31px;
	height: 31px;
	background: url('images/bubble.png') top left no-repeat;
	float: right;
	padding-top: 6px;
	margin: auto;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
}

.postcomments span {
	font-size: 0.7em;
	color: #cc0000;
	
}

.postcomments a{
	font-weight: bold;
	color: #cc0000;
	font-size: 1.17em;
}

.postmetadata  {
  padding: 10px 0 10px 0;
}

.post h2 { 
  color: #da8d01; 
  font: normal 34px/34px "Helvetica"; 
  letter-spacing: -1px; 
  text-transform: uppercase;
}
.post h2 a, .post h2 a:visited {
  color:#da8d01; 
}
.post h2 a:hover {
   color:#808080; 
   text-decoration: none;
   border: none; 
}
.post blockquote  {
  margin: 22px 40px;
  color: #808080;
  padding: 0 50px;
  background: transparent url("images/openquotes.png") no-repeat 0 0;
}

/* -sidebar calendar- */

.sidebar .widget_calendar h2 {
	display: none;
}
.sidebar .widget_calendar caption {
	background: #808080;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px;
	text-align: left;
}
.sidebar .widget_calendar table {
	border: 1px solid #808080;
	width: 200px;
}
.sidebar .widget_calendar table a {
	border: none;
	color: #c40109;;
	display: block;
  font-weight: bold;
	padding: 2px;
}
.sidebar .widget_calendar table a:hover {
	background: #c40109;
	color: #ffffff;
}
.sidebar .widget_calendar table td {
	color: #dfdfdf;
	text-align: center;
}
.sidebar .widget_calendar table th {
	color: #808080;
	text-align: center;
}

/* sidebar twitter */

div.widget.widget_twitter {
  padding: 5px 3px 5px 3px;
  color: #d0d0d0;
  font-size: x-small; 
  display: block;
}
div.widget.widget_twitter h2 {
  color: #d0d0d0;
 }
 
div.widget.widget_twitter ul {
  color: #d0d0d0;
   margin:3px 0 5px 15px; 
  list-style-type: square;
}
div.widget.widget_twitter ul li {
    margin-top: 5px;
}
div.widget.widget_twitter ul li a.twitter-link, 
div.widget.widget_twitter ul li span.twitter-timestamp {
    white-space:nowrap;
}

/* blog archive */

div.widget.widget_archive {
  padding: 5px 3px 5px 3px;
   display: block;
}
div.widget.widget_archive ul {  
  list-style-type: square; 
  margin:3px 0 5px 15px;
}

/* blog meta */

div.widget.widget_meta {
  padding: 5px 3px 5px 3px;
   display: block;
}
div.widget.widget_meta ul {
  list-style-type: square;
  margin:3px 0 5px 15px; 
}


/* quotes */

.widgetquote {
  background-color: #8481ba;
  font-size: x-small;
  color: #dfdfdf;
  padding: 10px;
  line-height: 1.1em;
  margin-top: 0;
}

/* recent posts */

div.widget.widget_recent_entries {
  display: block;
  background-color:  #da8d01;
  font-size: x-small;
  margin:0 0 5px 0;
  padding:3px;
  width: 194px;
}

div.widget.widget_recent_entries ul {
  display: block;
  margin:3px 0 5px 15px;
  color: #ddddd;  
  list-style-type: square;
}

div.widget.widget_recent_entries a {
  color: #dddddd;
}

div.widget.widget_recent_entries h2 {
  color: #dddddd;
  padding: 3px
  margin:3px 0 0px 3px;
  font-size: x-small; 
}



/*  navigation */
#navigation
{
    margin: 0 0 0 0;
    padding: 0;
    border: none;
}
#navigation div.page_item {
    margin: 0 2px 0 0;
    padding: 0;
    height: 77px;
    width: 88px;
    border-bottom: 3px solid;
    float: left;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
#navigation div.page_item div.menunavinner {
    position: absolute;
    bottom: 4px;
    padding: 0;
    width: 80px;
    left: 4px;
    text-align: center;
}
#navigation img.logo {
    float: left;
    margin: 0 2px 0 0;
    border: none;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#navigation ul li {
    margin: 0;
    display: inline;
    position: relative;
}
#navigation ul li.page_item {
    border-bottom: 3px solid;
}

#navigation a {
    position: relative
    font-size: 1.1em;
    color: #ffffff;
    border: none;
    text-decoration: none;
}
#navigation div.page-item-2 {
    border-color: #c40109;
}
#navigation div.page-item-3 {
    border-color: #8a0108;
}

#navigation div.page-item-4 {
    border-color: #966101;
}
#navigation div.page-item-5 {
    border-color: #da8d01;
}
#navigation div.page-item-6 {
    border-color: #78595e;
}
#navigation div.page-item-7 {
    border-color: #848389;
}
#navigation div.page-item-8 {
    /*border-color: #cbccd0;*/
    border-color: #8481ba;
}
#navigation div.page-item-9 {
    border-color: #224180;
    margin: 0;
}

#navigation div.page-item-2.current_page_item,
#navigation div.page-item-2.current_page_parent,
#navigation div.page-item-2.current_page_ancestor,
#navigation ul li a:hover div.page-item-2
{
    background: #c40109;
}
#navigation div.page-item-3.current_page_item,
#navigation div.page-item-3.current_page_parent,
#navigation div.page-item-3.current_page_ancestor,
#navigation a:hover div.page-item-3
{
    background: #8a0108;
}
#navigation div.page-item-5.current_page_item,
#navigation div.page-item-5.current_page_parent,
#navigation div.page-item-5.current_page_ancestor,
#navigation a:hover div.page-item-5
{
    background: #da8d01;
}
#navigation div.page-item-4.current_page_item,
#navigation div.page-item-4.current_page_parent,
#navigation div.page-item-4.current_page_ancestor,
#navigation a:hover div.page-item-4
{
    background: #966101;
}
#navigation div.page-item-6.current_page_item,
#navigation div.page-item-6.current_page_parent,
#navigation div.page-item-6.current_page_ancestor,
#navigation a:hover div.page-item-6
{
    background: #78595e;
}
#navigation div.page-item-7.current_page_item,
#navigation div.page-item-7.current_page_parent,
#navigation div.page-item-7.current_page_ancestor,
#navigation a:hover div.page-item-7
{
    background: #848389;
}
#navigation div.page-item-8.current_page_item,
#navigation div.page-item-8.current_page_parent,
#navigation div.page-item-8.current_page_ancestor,
#navigation a:hover div.page-item-8
{
    /*background: #cbccd0;*/
    background: #8481ba;
}
#navigation div.page-item-9.current_page_item,
#navigation div.page-item-9.current_page_parent,
#navigation div.page-item-9.current_page_ancestor,
#navigation a:hover div.page-item-9
{
    background: #224180;
}


#nav2 {
    margin: 3px 0 0 84px;
    height: 20px;
}
#nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#nav2 ul li {
    display: inline;
    position: relative;
}
#nav2 ul li a {
    padding: 0 8px 2px 8px;
    color: #dadada;
}
#nav2 ul li.current_page_item a {
    /*background: #620004;*/
}
#nav2 ul li a:hover {
    /*border-bottom: 2px solid #c40109;*/
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}
#nav2 ul.parent-page-2 li.current_page_item a,
#nav2 ul.parent-page-2 li a:hover {
    background: #c40109;
}
#nav2 ul.parent-page-3 li.current_page_item a,
#nav2 ul.parent-page-3 li a:hover {
    background: #8a0108;
}
#nav2 ul.parent-page-4 li.current_page_item a,
#nav2 ul.parent-page-4 li a:hover {
    background: #966101;
}
#nav2 ul.parent-page-5 li.current_page_item a,
#nav2 ul.parent-page-5 li a:hover {
    background: #da8d01;
}
#nav2 ul.parent-page-6 li.current_page_item a,
#nav2 ul.parent-page-6 li a:hover {
    background: #78595e;
}
#nav2 ul.parent-page-7 li.current_page_item a,
#nav2 ul.parent-page-7 li a:hover {
    background: #848389;
}
#nav2 ul.parent-page-8 li.current_page_item a,
#nav2 ul.parent-page-8 li a:hover {
    background: #8481ba;
}
#nav2 ul.parent-page-9 li.current_page_item a,
#nav2 ul.parent-page-9 li a:hover {
    background: #224180;
}
#searchbar {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c40109;
    text-align: right;
}
#searchbar form {
    margin: 0;
    padding: 0;
}
#searchbar input[type="text"] {
    background: #000000;
    border: 1px solid #c40109;
    margin: 0;
    padding: 1;
    border-top: none;
    font-style: italic;
    font-size: 0.9em;
    color: #dadada;
}
#searchbar input[type="submit"] {
    background: #c40109;
    border: 1px solid #c40109;
    color: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* contact form */

form.wpcf7-form {
    margin: 20px 0px 0px 60px;
    padding: 0px;
}  
    
form.wpcf7-form p {
  color: #c40109;
	font-weight: bold;
}   

/* image captions */


.wp-caption {
	border: 1px solid #707070;
	background-color: #ffffff;
	text-align: center;   
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
    margin: 5px 5px 0 5px;;
}

.wp-caption p.wp-caption-text {  
  font-size: .72em;
	padding: 4px; 
	text-align: center;
	color: #000000;
}


/* -comments- */

#comments, #respond {

}
#commentpages {
	margin-bottom: 20px;
}
ul#commentlist {
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}
ul#commentlist li.comment {
	border-top: 1px dotted #dfdfdf;
	padding: 20px 0 20px 0;
}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
}
ul#commentlist ul.children li {
	border-top: 1px dotted #dfdfdf;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
ul#commentlist li blockquote {
	background: #efefef;
	border: 1px solid #dfdfdf;
	margin: 1.2em auto;
	padding: 0.1em 1em;
}
/*ul#commentlist a {
	color: #ff7700;
}*/
h2.comments {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	text-transform: uppercase;
}
h2.respond {

	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	text-transform: uppercase;
}
h2.commentpages {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	text-transform: uppercase;
}
small a.comment-edit-link {
	text-transform: uppercase;
}
#commentlist div .avatar {
	background: #efefef;
	border: 1px solid #dfdfdf;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}
.vcard .fn, .vcard .says {
	font-weight: bold;
}
.comment-meta {
	font-size: .8em;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.comment-meta a {

}
.comment-meta a.comment-edit-link {

}
.reply {
	margin-top: 20px;
	text-align: left;
}
li.depth-1 #respond {
	margin: 0 0 -20px 0;
}
li.depth-2 #respond {
	margin: 0 0 -20px -20px;
}
li.depth-3 #respond {
	margin: 0 0 -20px -40px;
}
li.depth-4 #respond {
	margin: 0 0 -20px -60px;
}
li.depth-5 #respond {
	margin: 0 0 -20px -80px;
}
#commentform {
	padding-bottom: 20px;
	width: 400px;
}
#commentform a {

}
#commentform input, #commentform textarea {
	background: #efefef;
	border: 1px solid #dfdfdf;
	padding: 3px;
}
#commentform #commentbox {
	height: 100px;
	width: 400px;
}
#commentform #submit {
	margin-top: 20px;
}
#commentform small {
	text-transform: normal;
}
.commentlinks a {
	padding: 5px 10px 5px 10px;
}
.commentlinks a:hover {

}
.commentlinks .current {

	padding: 5px 10px 5px 10px;
}

/* navlink */

.navlink {
	display: block;
  padding: 5px 5px 30px 5px;
  font-weight: bold;
}

/* zebbie tables */


td.zcategory {
 background: #808080;
 color: #000000;
 padding: 2px;
 font-weight: bold;
}

td.znominee {
 padding: 2px;  
}
.nodecorate a:hover, .nodecorate a:active 
, a.nodecorate, a.nodecorate:hover, a.nodecorate:active {
    border:none;
    text-decoration: none;
}
.wp-polls-ul {
    margin-left: 5px !important;
    padding: 0px !important;
}
.wp-polls-ul li input {
    margin-left: 0 !important;
}
