/*  
Theme Name: ciaran's epic bodge job
Theme URL: http://www.ciaranoconnor.com
Description: Wordpress theme of radness
Author: Ciaran O Connor, based on the Pixel theme by 85ideas.com
Version: 8.1
*/


*/Utilities*/

offwhite - #fff8d2;
turquoise - #20797c;





/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 3px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family:  helvetica, verdana, arial, sans-serif;
  }
	

h1	{ 
	font-size: 48px; 
	color: #fff8d2; 
	line-height: 85%;
	}

h2    { 
	font-size: 36px; 
	color: #fff8d2; 
	line-height: 85%;
        margin: 0 0 10px 0;
        letter-spacing: -2px;
	}

h3	{ 
	font-size: 30px; 
	color: #fff8d2; 
	line-height: 90%;
        letter-spacing: -1px;
	}

h4      { 
	font-size: 18px; 
	color: #fff8d2; 
	line-height: 100%;
        letter-spacing: -1px;
	font-weight: bold;
        }


h5      { 
	font-size: 14px; 
	color: #fff8d2; 
	line-height: 450%;
        letter-spacing: -1px;
	font-weight: bold;
        }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p     {margin: 0px 0px 15px 0px;
	font-family:  helvetica, verdana, arial, sans-serif;
        font-size: 14pt;
        color: #000;
        line-height: 133%;
        }

a     {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        }

a:hover {
  color: #edb20a;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff8d2;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #20797c url(images/background-texture-test-1.jpg) top left repeat; 
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  text-align: left;
  }

#header {
width: 1000px; 
padding: 10px 0px 0 0;
  margin: 0 10px 0 22px;  
  height: 75px;
  }                                               

#header #topright {
  text-align: right;
  float: right;
  width: 750px;
  margin: 10px 50px 0 0;
 }

#header #topright ul {
  list-style: none;
  float:right;
  padding: 12px 0 0 0px;                                                                      
  margin: 0 8px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }                                                                                                                       

#header #topright li {
  display: inline;
  }

#header #topright li a {
  color: #fff8d2;
  font-size: 12pt;
  margin:  0px;
  padding: 5px;
  font-family:  helvetica, verdana, arial, sans-serif; 
  text-transform: uppercase;
  font-weight: bold;
  background: url(images/topnavbgrnd.jpg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }    

#header #topright li a:hover {
  color: #edb20a;
  text-decoration: none;
  }

#header #logo    {
  float: left;
  margin: 0px 0px 0px 0px;                                      
  padding: 0px;
  background: url(http://www.ciaranoconnor.com/wp-content/uploads/2010/02/topnavbgrnd.jpg);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }                                                                     

#header h1 {
  padding: 0;
  margin: 0;.topPost span.topComments, .topPost span.topMore, .topPost span.topTags
  font-size: 40px;
  letter-spacing: -2px;
  font-family:  helvetica, verdana, arial, sans-serif; 
  padding: 3px 10px 8px 10px; 
}

#header h1 a {
  color: #fff8d2;   
  font-size: 40px;
  letter-spacing: -2px;
  text-decoration: none;
  font-family:  helvetica, verdana, arial, sans-serif; 
  }

#header h1 a:hover {
  color: #edb20a;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 12pt;
  }


/* Menu */

                                                                                                                  

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #fff8d2; 
  letter-spacing: -1px;
  }

#nav li a:hover {
   color: #000;
   text-decoration: none;
   display: block;
   }

#nav li a:visited { 
text-decoration: line-through;
color: #fff8d2;
}

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff8d2;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 0px 20px 5px 15px;
  }
	
#nav li li a:visited { 
text-decoration: line-through;
color: #fff8d2;
}


#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

#catnav {
  margin: 10px 0 0 0px;
  padding: 0;
  clear: both;
  height: 40px;
  width: 160px;                               
  }

/* Top Content */


#main {
  margin: 5px 0px 0 15px;
  clear: both;
  width: 1000px;
  padding-bottom: 5px;
  }


#contentwrapper {
  float:left;
  width: 700px;
  margin: 0 0px 25px 0;
  padding: 0;
  }

#contentwrapper2 {
  float:left;
  width: 800px;  
  margin: 0 0 15px 0;
  padding: 0;
  }


#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin:  15px 0 10px 0;
  font-size: 36pt;
  letter-spacing: -1px;
  color: #006600;
  font-weight: normal;
  padding: 5px;
  }


  .topPost {
  margin: 5px;
  padding: 0 5px 0 0;
  font-size: 24pt;
  }

.topPost h2.topTitle a {
  font-size: 48pt;
  font-weight: bold;
  color: #fff8d2;
  letter-spacing: -4px;
  line-height: 85%;
  padding: 0;
 }

.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #fff8d2;
  }

  .topPost p.topMeta {
  padding: 0;
  margin: 5px 0 0 5px;
  font-size: 9pt;
  color: #fff8d2;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff8d2;
  }
.topPost p.topMeta a:hover {
  color: #000;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0 0 5px;
  }


.topPost div.topContent a {
  text-decoration: underline;
  color: #000;
  }

.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #fff8d2; 
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 8pt;
  font-style: bold;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  }

.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff8d2;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #000;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: none;
  }
.topPost span.topComments a {
  color: #fff8d2;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff8d2;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff8d2;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff8d2;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #000;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff8d2;
  }





/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #000;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  border: none;
  }
.commentlist a:hover {
  color: #000;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#000; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}




*/ Sociable plugin code  */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color:  #fff8d2;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}




/* Welcome section */

#main #welcome {
  margin: 0 10px 20px 0px;
  padding: 5px 5px 5px 5px;
  background:  none;  
  
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  }   


#main #welcome h2 {
  font-size: 16pt;
  font-weight: strong;
  color: #fff8d2;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 10pt;
  color: #fff8d2;  
  margin: 10px 0 0 0px;
  padding:  0;
  }
#main #welcome a {
  text-decoration: underline;
  color:  #fff8d2;
  }
#main #welcome a:hover {
  color: #edb20a;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #20797c;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars - margins & padding must be the same as with the Welcome part to keep it all neat & aligned */
#sidebars {
  margin: 15px 0px 0 0;
  padding: 0 00px 0 0px;
  float: right;
  width: 245px;
  color: #000;  
  background: url(images/sidebar-content-image.jpg);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  }


#sidebars .sidebarbox {
  
  margin: 0 5px 0px 0px ;
  padding: 10px 0px 0px 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;}

#sidebar_full {
  padding:  0 0px 0 0;
  margin: 0 0px 0 5px;   
  }

#sidebar_left {
  float: left;
  width: 150px;
margin: 0 0 0 30px;  
  }

#sidebar_right {
  float: right;
  width: 150px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  font-size: 16pt;
  color: #fff8d2;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 12pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 2px 2px 2px 5px;
  padding: 2px 2px 2px 20px;
  color: #fff8d2;
  background: url(images/bullet.png) left 4px no-repeat;
  line-height: 16px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #fff8d2; ;
  }
#sidebars a:hover {
  color: #edb20a;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}






/* footer*/


#footer {
  width: 985px;
  background: url(images/footer-image-bar.jpg) repeat;
  padding: 10px 5px 10px 5px;
  margin: 0 20px 0 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#footer p {
  font-size: 10pt;
  color: #fff8d2;
  margin: 10px 15px 10px 15px;
  list-style: none;
  }
#footer a {
  color: #fff8d2;
  text-decoration: none;
  }
#footer a:hover {
  color: #edb20a;
  }
#footerleft ul {
  font-size: 10pt;
  color: #fff8d2;
  list-style: none;
  margin: 0 0 0 -25px;
  }
#footerleft li {
  font-size: 10pt;
  color: #fff8d2;
  list-style: none;
  margin: 0 0 0 0px;
  }
#footerleft {
  float: left;
  width: 250px;
  }
#footerright {
  float: right;
  width: 125px;
  text-align: right;
  margin: 0 0 0 10px;  
}


/* Image floats*/

.floatLeftClear { 
    float: Left; 
    clear: Left; 
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 0 none;}

.floatRightClear { 
    float: Right; 
    clear: Right; 
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border: 0 none;
}

.imglink{
border: 0 none;
}

.floatleft
{
float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
border: 0 none;
}

.floatright
{
float: right;
margin: 0px 10px 0px 10px;
padding: 0px;
border: 0 none;
}


/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }


.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }


