/*
----------------------------------------------------------------
	5PIECES.COM ~ R U N  O F  T H E  M I L L ~  - I have my faults, but changing my tune is not one of them. 
---------------------------------------------------------------- 

B L U E   E D I T I O N

----------------------------------------------------------------
R E D : #c9171e

D A R K  G R E E N : #aadff1

L I G H T  G R E E N : #a8d1bf

B L U E : #1aa3be

----------------------------------------------------------------
*/

html { background: #051334 url(/images/blue/footer-bg.jpg) no-repeat scroll bottom; color : #eaeaea;}
body {
/*background:url(/images/bak_big.jpg) #FFFFFF 50% 0;*/

	font: 11px/2em Helvetica, Arial, sans-serif;
	color : #eaeaea;

}

#wrapper{
	background : transparent url(/images/blue/bak_big.gif) repeat-y top center;
	min-height:780px; 
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 780px;
}
/**/

ul, ol {
	padding-left: 0;
	margin-left: 0px;
	}

ul li {
	list-style: none;
	}

* html ul li {
/*	height:1%;*/
	}

h2,h3,h4,h5,h6,p,blockquote {
	margin: 0 0 10px;
}

p {
	font-size: 1.2em;
	word-spacing:0.15em;
	color : #eaeaea;
}

a, a:visited, a:active {
	color: #FFCC00;

}
a:hover {
	color: #ed1c24;

}

img {
	border: 0;
}

hr {
	display: none;
}

strong{
	font-weight:700;
 }

em{
	font-style:italic;
}



/*
----------------------------------------------------------------
	R S S
---------------------------------------------------------------- */

#nav-rss a  {
	position:absolute;
	width:25px;
	display:block;	
	height:25px;
	text-indent:-9999px;
	right:-25px;
}


/*
----------------------------------------------------------------
	C O D E  S Y N T A X
---------------------------------------------------------------- */

.codeblock{
	border: 1px solid #1aa3be;
	font:normal normal 1.1em/1.4em 'Courier New', Courier, monospace;
	background:#e2e3c1;
	margin: 1em 0 1em 0;
	padding: 10px;
	color: #666;
	overflow:auto;
}



/*
----------------------------------------------------------------
	L A Y O U T
---------------------------------------------------------------- */  

#container {
	margin-left:auto;
	margin-right:auto;
	width:980px;
   
    background : transparent url(/images/blue/jeez.jpg) no-repeat top left;
} 

#logo{
	position:absolute;
	left:10px;
	top:0px;
	width:161px;
}

#fresh, #news,#new-style-piece, #article{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px
}
#articles{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:0;
}

#fresh{
	margin-top:12px;
/*	border-right:2px solid #000000;*/
	width:388px;
	padding: 15px;
}

#news {
	width: 209px;
	padding: 25px 15px 15px 15px;
}

#archive #fresh {
	margin-top:78px;
}

#archive #news {
	margin-top:87px;
}

#archive #articles {
	margin-top:82px;
}

#single #fresh {
	margin-top:78px;
}

#single #news {
	margin-top:87px;
}

#single #articles {
	margin-top:78px;
}

#articles {
	width: 240px;
	padding: 30px 0 15px 0px;
/*	border-left:2px solid #020a1c;*/
	margin-top:12px;
}

#news ul, #articles ul{
	text-transform:uppercase;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	padding: 0 20px 10px 0;
	margin:0;
	text-align:left;
}

#articles ul li{
	display:block;
	padding-left:15px;
}
#articles ul.generic li, #news ul li{
	display:block;
	padding-left:0px;
}

#articles ul li a, #news ul li a{
	background:  url(/images/blue/bullet.gif) no-repeat 0 50%;
	text-align:left;
	text-decoration:none;
    display:block;
	padding-left:15px;
}

#articles ul li a:hover, #news ul li a:hover{
	background:  url(/images/blue/bullet_over.gif) no-repeat 0 50%;
	text-align:left;
	text-decoration:none;
	background:none;
        display:block;
        
	padding-left:15px;
}

#articles ol, #articles ul.generic{
	text-transform:none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 2.4em;
	padding: 0 0 0 0;
	margin:0 0 15px 5px; 
	text-align:left;
	list-style: decimal inside;
}

#articles ul.generic, #articles ul.nav_categories{
	line-height: 2em;
}
#articles ul.nav_categories, #news ul.nav_categories{
		margin:0 0 15px 5px;
        padding: 0 0 0 0;
}
#articles ol li{
	display:block;
/*	padding-left:15px;*/
/*	background:  none;*/
}


#articles ol li a, #articles ul.generic li a{
	text-align:left;
	text-decoration:none;
    background:  url(/images/blue/bullet.gif) no-repeat 0 50%;
    border-bottom: 1px solid #121d36;
    padding: 5px 0 5px 15px;
    color:#aadff1;
}
#articles ul.nav_categories li a, #news ul.nav_categories li a{
	text-align:left;
	text-decoration:none;
    background:  url(/images/blue/bullet.gif) no-repeat 0 50%;
    border-bottom: 1px solid #121d36;
    padding: 5px 0 5px 15px;
}
#articles ol li a:hover, #articles ul.generic li a:hover{
	text-align:left;
	text-decoration:none;
	background:  url(/images/blue/bullet_over.gif) no-repeat 0 50%;
    color:#c9171e;
}
#articles ul.nav_categories li a:hover, #news ul.nav_categories li a:hover{
	text-align:left;
	text-decoration:none;
	background:  url(/images/blue/bullet_over.gif) no-repeat 0 50%;
}
#news ul li span{
	
	color:#1aa3be;
    display:inline;
  
}

#article {
	width: 649px;
	padding: 15px;
}

#search-results span{
	border-bottom:1px dotted #eaeaea;
	padding:0;
	margin:0 0 10px 0;
	display:block;
	width:100%;
	height:5px;
}

#search-results h4 a:link, #search-results h4 a:visited{
	text-decoration:underline;
	color:#aadff1;
}

#search-results h4 a:hover,#search-results a:hover.lower{
	text-decoration:none;
	color:#c9171e;
}

#search-results h4{
	font-size:1.4em;
	padding:0;
	margin:0;
}

#search-results p.excerpt{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	padding:0;
	margin:0;
}

#search-results  a.lower, #search-results a:visited .lower{
	color:#1aa3be;
	text-decoration:none;
}

.video{background:url(/images/video-mask.png) no-repeat;width:660px;height:312px;padding:4px;}
/*
----------------------------------------------------------------
	C L E A R I N G  D I V S
---------------------------------------------------------------- */  

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.hundred{
	margin-top:100px;
}

.hundredfour{
	margin-top:140px;
}

.thirtyfive{
	margin-top:35px;
}

.twenty{
	margin-top:20px;
}

.ten{
	margin-top:-12px;
}



/*
----------------------------------------------------------------
	B U T T O N S
---------------------------------------------------------------- */  

#download-link{
	background:  url(/images/download-bg.gif) ;
	margin:0x 0 0 0;
	height:68px;
    width:209px;
}

#download-link a{
	text-decoration:none;
	display:block;
	height:25px;
	text-align:center;
	padding:13px 10px 10px 10px;
	color:#c9171e;
}

#download-link a:hover{
	background:  url(/images/download-over.gif);
}

#donate-link{
	background:  url(/images/donate.gif) ;
	margin:0 0 30px 0;
	height:40px;
    width:209px;
}

#donate-link a{
	text-decoration:none;
	display:block;
	padding:13px 4px 4px 20px;
	text-align:center;
	color:#c9171e;
}

#donate-link a:hover{
	background:  url(/images/donate-over.gif);
}



/*
----------------------------------------------------------------
	F O R M S
---------------------------------------------------------------- */  


#search-box input.search-field {
	background: url(/images/search-field.gif) no-repeat;
	position: absolute;
	top: 15px;
	right:27px;
	width: 191px;
	height: 25px;
	border: none;
	padding: 6px 7px 0 7px;
	margin: 0;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #de4c2a;
}

#search-box input.search-submit {
	position: absolute;
	top: 15px;
	right:10px;
	padding: 0;
	margin: 0;
}

#newsletter{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

#newsletter p{
	padding:0;
	margin:0;
	font-size:10px;
	color:#599892;
}
jijtf-jijtf
#newsletter #wkyyd-wkyyd,#newsletter #jijtf-jijtf, #comment-form #wkyyd-wkyyd, #news-submit .required {
	width: 230px;
	margin: 0;
	padding: 7px 5px 0;
	height: 20px;
	border-style: none;
	background: #cee8fb;
	color: #3e7570;
	font-size: 1em;
	border:1px solid #0194fd
}

select {
	width: 230px;
	margin: 0;
	padding: 7px 0 0 5px;
	height: 35px;
	border-style: none;
	background: #cee8fb;
	color: #3e7570;
	font-size: 1.2em;
	border:1px solid #0194fd
}

select option{
	width: 200px;
	margin: 0;
	padding: 7px 0 0 5px;
	border-style: none;
	background: #cee8fb;
	color: #000000;
	font-size: 1.2em;

}



#news-submit #tkyyd-tkyyd {
	width: 368px;
	margin: 0;
	padding: 7px 5px 0;
	border-style: none;
	background: #cee8fb;
	color: #3e7570;
	font-size: 1em;
	height:80px;
	border:1px solid #0194fd
}

#newsletter .sub-button {
	width: 134px;
	margin: 0;
	vertical-align:bottom;
	height: 31px;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

label {
	display:block;
	padding: 5px 0
}

label br {
	clear:left
}



/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */  

#wrap-header{
	margin-left:auto;
	margin-right:auto;
	width:960px
}

#header{
	width:940px;
	margin : 0 auto;
	position:relative;
	color:#FFFFFF;
	height:60px;
	margin-left:10px;
	margin-right:10px
}

#nav ul{
	position:absolute;
	list-style: none;
	right:0;
	top:70px;
	margin-left: 0;
	padding: 0 0 0 1em;
}

#nav ul li {
	margin: 0;
	padding:3px;
	list-style: none;
	display: inline;
	text-decoration:none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: 1.3px;

	}

#nav ul li a:link,#nav ul li a:visited{
	padding :15px 0px 0px 0px;
	color:#ffffff;
overflow: hidden;
position: relative;
	display:block;
	display: inline;
	text-decoration:none;
}	

#nav ul li a:hover,.selected {
	color:#c9171e;
	text-decoration:none;
}


#simple-search{
	right:10px;
}



/*
----------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------- */ 

#wrap-footer{
	width:100%;
}

#footer{
	width:900px;
	margin : 0 auto;
	padding:20px;
	position:relative;
}

.copyright{
	font-size:1.3em;
	color:#31bbe6;
}

.bored{
	position:absolute;
	left:460px;
	top:22px;
}

.expressionengine{
	position:absolute;
	font-size:1.3em;
	right:20px;
	top:20px;
}

.expressionengine a,.expressionengine a:visited{
	padding: 3px 0 6px 45px;
	background:  url(/images/ee-logo.gif) no-repeat 0 0;
	color:#31bbe6;
	text-decoration:none;
}

.expressionengine a:hover{
	padding: 3px 0 6px 45px;
	background:  url(/images/ee-logo-over.gif) no-repeat 0 0;
	color:#ffffff;
	text-decoration:none;
}

.btt{
	position:absolute;
	left:-60px;
	top:24px;
}

.johnhenry{
	position:absolute;
	font-size:1.5em;
	right:290px;
	top:20px;
	}

.johnhenry a,.johnhenry a:visited{
	padding: 3px 0 3px 40px;
	background:  url(/images/jh-logo-over.gif) no-repeat 0 2px;
	color:#ffffff;
	text-decoration:none;
}

.johnhenry a:hover{
	padding: 3px 0 3px 40px;
	background:  url(/images/jh-logo.gif) no-repeat 0 2px;
	color:#eaeaea;
	text-decoration:none;
}

.search_input{
	padding-right:10px;
	width:176px;
	font-size:10px;
	border:1px #BDBDBD solid;
	background-color:#FFF;
	padding:2px;
	color:#CCC;
}

.search_input_dark {
	padding-right:10px;
	width:176px;
	font-size:10px;
	background-color: #ffffcc;
	border-left:1px #666 solid;
	border-top:1px #666 solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	color:#333;
}

.search_input:focus, .contact_input:focus {
	border-left:1px #666 solid;
	border-top:1px #666 solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	color:#333;
}



/*
----------------------------------------------------------------
	N E W S  I T E M S
---------------------------------------------------------------- */ 

#news h2, #articles h2, #fresh h2{
	padding: 0;
	text-transform:uppercase;
	margin-top:0;
}

#fresh h2{
	font-size: 2em;
/*	border-bottom:2px solid #000;*/
	margin-top:16px;
}

#news h2, #articles h2{
	font-size: 1.6em;
/*	border-bottom:2px solid #000;*/
}

#news p, #articles p, #fresh p{
	font-size: 1em;
	overflow: hidden;
}

#fresh p{
	font-size: 1.1em;
	overflow: hidden;
}
#fresh p.fresh-p{
	font-size: 1.3em;
	font-weight:bold;
	line-height:1.68em;
	text-align:justify;
	color:#1aa3be;
}

#news h2 a, #articles h2 a, #fresh h2 a{
	text-decoration: none;
}

.news-item, .article-item {
	margin: 0 0 10px;
}

div.hovered {
	cursor: pointer;
	border-top 3px dotted #d4d4d4;
}

.news-item h3, .article-item h3, #archive #fresh h3{
	margin:0;
	font-size: 1.5em;
}

#front .news-item h3{
	margin:0;
	font-size: 1.2em;
}

#front .article-item h3{
	text-transform:uppercase;
	font-size: 1.3em;
	margin:0;
}

.news-item h3 a, .article-item h3 a, #archive #fresh h3 a{
	text-decoration: none;
	display:block;
	color:#aadff1
}

.news-item h3 a:hover, .article-item h3 a:hover, #archive #fresh h3 a:hover {
	color: #c9171e;
	background:none;
}

.news-item h3 a:visited, .article-item h3 a:visited {

}

.news-item p, .article-item p, #fresh p  {
	line-height: 1.8em
}

.news-poster {
	word-spacing: normal;
}

.news-poster a {
	text-decoration:none;
	padding:3px;
}

.news-poster a:hover {
	color:#c9171e
}

.news-poster{
	font: 9px/22px verdana, geneva, arial, sans-serif;
	border-top:1px dotted #aadff1;
	padding:0 3px 0 0;
	color: #1aa3be;
	text-align: right;
	margin-bottom: 20px;	
}

#front .news-poster{
	font: 9px/22px verdana, geneva, arial, sans-serif;
	border-top:1px dotted #aadff1;
	padding:0 3px 0 0;
	/*color: #c9171e;*/
	text-align: right;
	margin-bottom: 0px;	
}

.news-poster span{
	float: left; text-align: left; 
}



/*
----------------------------------------------------------------
	A R T I C L E S
---------------------------------------------------------------- */

#article h1{
	padding: 0;
	margin: 0;
	right:-280px;
    top:-10px;
	text-align:right;
	width:655px;
	color: #009999;
	font-family:  Helvetica, Arial, sans-serif;
    vertical-align:bottom;
 /*   position:absolute;*/
}

#fresh h1{
	font-size: 2.8em;
	padding: 0;
	margin: 0;
	top:15px;
	right:0;
	text-align:right;
	color: #009999;
	position:absolute;
	width:388px;
	font-family:  Helvetica, Arial, sans-serif;
}

#article h2{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	border-bottom: 1px dotted #aadff1;
	padding: 10px 0 5px 0; 
}

#article h3{
	color:#1aa3be;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	border-bottom: 1px dotted #d4d4d4;
	padding: 20px 0 5px 0;
}

#article p.summary{
	color:#93a603;
	font: italic 1.8em/1.5em Georgia,"Times New Roman",Times,serif;
	padding:10px 0 0 0;
	margin:-10px 0 0 0;
}

#article{
	margin-top:10px;
}

#article #content{
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

#article #article-head, #fresh #article-head{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	position:relative;
  
}

#article-head a{
	color:#1aa3be;
	text-decoration:none;
}

#article #archive-head, #fresh #archive-head{
	margin:-8px 0 0 10px;
	padding:0 0 0 0;
}

#article-summary{
	/*background:  url(/images/bg.gif) ;*/
	padding:10px 0 0 0px;
	margin:-10px 0 0 0;
}

#article p.article-poster, #fresh p.article-poster{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	padding:0 0 10px 0;
	text-align:right;

}

#article p.article-poster{
	width:649px;
}

#fresh p.article-poster{
	width:388px;
}
#article p{
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.5;
	color:#eaeaea;
}

blockquote {
	font-family: Georgia, serif;
	padding: 0 28px;	
	background: url(/images/quotes.gif) no-repeat top left;
}

#article #content ul, ol {
	margin: 15px 0 15px 0;
}

#article #content li {
	margin: 10px 15px 5px 15px;
	background:  url(/images/bullet.gif) no-repeat 0 10px;
	padding-left: 15px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.75em;
}

#article-large-image{
	margin-left:-55px;
	margin-top:11px;
	margin-bottom:20px;
	height:85px;
	width:280px;
}

#social{
	background:#66CC00 url(/images/bg.gif) ;
	width:649px;
	margin:40px 0 20px 0;
	border-top: 1px dotted #d4d4d4;
	border-bottom: 1px dotted #d4d4d4;   
}

#social ul{
	padding:10px 10px 5px 10px;
}

#social ul li {
	list-style: none;
	display:inline;
	margin-right:10px;
} 

.eatmyshorts {
	width:195px;
	background:#4e5f75;
	border:1px solid #224159;
	padding:5px 7px 5px 7px;
	margin:-5px 0 25px 0;
}

#articles .eatmyshorts p {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: .1em;
	line-height:18px;
	margin:0;
	padding:0;
}

#articles .eatmyshorts p a, #articles .eatmyshorts p a:visited{
	text-decoration:none;
    color:#ffffff;
}


/*
----------------------------------------------------------------
	C O M M E N T S
---------------------------------------------------------------- */

.comment{
	background: #07223d ;
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom:10px;
	clear:both;
	width:100%
}

.comment a{
	background: #051435 ;
	padding:2px 3px;
	text-decoration:none;
}

.comment-meta,.comment-body{
	display:inline;
	margin-left:10px;
	margin-right:10px
}

.comment-meta{
	margin-top:10px;
	float:right;
	width: 50px;
	padding: 0;
}

.comment .red{
	border: 3px #ff0000 solid;
}

.comment .peasent{
	border: 2px #051435 solid;
}

.comment-meta img{
	border: 1px solid #e0dfc0;
}

.comment-body {
	float:left;
	width: 464px;
	padding: 15px;
}

.comment-body p{
	font: 1.3em/1.5em Helvetica, Arial, sans-serif;
}

.comment-body h4{
	font: 1.5em/1.5em Helvetica, Arial, sans-serif;
	padding: 0;
}

#comment-form .wkyyd-wkyyd{
	float:left;
	width: 280px;
	margin: 10px 30px 10px 0;
	padding: 7px 5px 0;
	height: 20px;
	border-style: none;
	background: #86c4bc;
	color: #3e7570;
	font-size: 1em;
	border:1px solid #599892
}

#comment-form #wkyyd{
	width:638px;
	margin: 0;
	padding: 7px 5px 0;
	border-style: none;
	background: #e0dfc0 url(/images/bg.gif) ;
	color: #3e7570;
	font: 1.3em/1.5em Georgia, serif;
	border:1px solid #599892
}

#comment-form p{
	padding:0;
	margin:10px 0 10px 0 ;
	font-size:10px;
	color:#599892;
}

#comment-form label{
	display:none;
}

#comment-form .submit-button {
	width: 94px;
	margin: 0;
	vertical-align:bottom;
	height: 31px;
}



/*
----------------------------------------------------------------
	T O C
---------------------------------------------------------------- */

#content .toc-marker{
	text-align:left;
	color:#ff0000;
	font-size:16px;
	margin-right:18px;
	float:left;
}

#toc{
	font-size:11px; padding:0;
}

#toc ul, #toc li{
	line-height:1.3em;
	margin:0;
	padding:0;
	list-style-type:none
}

#toc li{
	margin-left:0;
}

#toc li ul li{
	margin-left:10px;
}

#toc a{
	color:#c9171e;
	text-decoration:none;
}

#toc a span{
	color:#000;
}

.tags, #toc .tags a{
	color:#c9171e
}

.top{
	font-size:10px;
}




/*
----------------------------------------------------------------
P A G I N A T I O N
---------------------------------------------------------------- */

#pagination{
	font: 10px/22px verdana, geneva, arial, sans-serif;
	color: #aadff1;
}

#pagination a {
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	color: #c9171e;
}

#pagination a:hover, .pagination a:active {
	color: #000;
}

#pagination b {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color: #FFCC00
}

#paginatelinks p{
	text-transform:uppercase;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 2.4em;
	padding: 0 20px 0 0;
	margin:0 0 15px 0; 
	text-align:left;
}

#paginatelinks p a{
		background: #edeccc ;
	padding:2px 3px;
	text-decoration:none;
}

.pageleft{
	float:left;
}

.pageright{
	float:left;
}




/*
----------------------------------------------------------------
	P H O T O S
---------------------------------------------------------------- */  

.gallery{
	margin:-10px 0 40px 0;
}

.album{
	margin:15px 10px 15px 10px;
	width:100px;
	height:50px;
	float:left;
	padding:4px;
	text-align:center;
}

.med-album{
	margin:10px 10px 10px 5px;
	width:200px;
	height:100px;
	float:left;
	text-align:center;
}



/*
----------------------------------------------------------------
F L I C K R
---------------------------------------------------------------- */   

.flickr{
	margin:16px;
	width:77px;
	height:77px;
	float:left;
	padding:4px;
	background:#eaeaea;
	border:1px solid #aadff1;
}

.flickr a:hover img{
	border:1px solid #c9171e;
} 

.flickr img{
	border:1px solid #aadff1;
}  



/*
----------------------------------------------------------------
	T W I T T E R
---------------------------------------------------------------- */  

#articles ul li.tweets {
	padding:0;
	margin:5px 0 10px 0;
	display:block;
	width:210px;
}

#articles ul li.tweets p{
	background:url(/images/tweet-balloon-top.gif) no-repeat 0 0;
	padding:7px 6px 0px 6px;
	width:230px;
	margin:0;
	color:#225660;
	font-family: "Lucida Grande", sans-serif;;
	font-size: 9.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.6em;
}

li.tweets a, li.tweets a:visited{
	color:#1aa3be
}

.tweets a:hover{
	color:#c9171e
}

#articles ul li.tweets span{
	background:url(/images/tweet-balloon-bot.gif) no-repeat 0 0;
	padding:0;
	margin:0;
	display:block;
	width:240px;
	height:8px;
} 

.twitter-feed {
	position:relative;
}
#articles ul li.tweets p a:link,#articles ul li.tweets p a:visited{
	background:none;
    padding:
    margin:0;
    display:inline;
}
.twitter-feed h2{
	text-align:right;
}

.twitter-feed .ee-hub{
	position:absolute;
	top:-15px;
	left:0;
	text-indent:-9999px;
}

.ee-hub a{
	background:url(/images/twitter-ee-hub.gif) no-repeat 0 0;
	display:block;
	width:65px;
	height:41px;
}

.ee-hub a:hover{
	background:url(/images/twitter-ee-hub.gif) no-repeat 0 -41px ;
}

.twitter-feed .five{
	position:absolute;
	top:-15px;
	left:0;
	text-indent:-9999px;
}

.five a{
	background:url(/images/twitter-5pieces.gif) no-repeat 0 0;
	display:block;
	width:65px;
	height:37px;
}

.five a:hover{
	background:url(/images/twitter-5pieces.gif) no-repeat 0 -37px ;
}

.toggle{
	float:left;
	width:25%;
}



/*
----------------------------------------------------------------
	i P H O N E
---------------------------------------------------------------- */ 

.iphone {
	margin:10px 10px;
}

.iphone .med-album{
	margin:10px 0 0 10px;
}



/*
----------------------------------------------------------------
	B O R E D O M - If I had the use of my body, I would throw it out the window. 
---------------------------------------------------------------- */  

.polar{
	float:left;
	width:127px;
}

#blogSliderWrap{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}

#blogSlider{
	margin-left: 0;
	padding: 25px 0px 0px 0px;
	width: 940px;
}

.stripViewer{
	position: relative;
	overflow: hidden;
	clear: both;
}

.stripViewer .panelContainer{
	position: relative;
	left: 0px;
	top: 0px;
}

.stripViewer .panelContainer .panel{
	float: left;
	position: relative;
	width: 940px;
}

.wrappers{
	padding: 0px;
}

.innerWrap{
	width: 940px;
	overflow: hidden;
}

#push {
	height: 35px;
}

.toggle ul {
	margin: 15px 0 15px 0;
	padding:0 0 0 25px;
}

.toggle ul li {
	padding:0;
	margin:0;
}

.toggle ul li a{
	background:  url(/images/blue/bullet.gif) no-repeat 0px 10px;
	/*margin: 5px 0px 5px 0px;*/
	padding: 7px 0 7px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

.toggle ul li a:hover{
	background:  url(/images/blue/bullet_over.gif) no-repeat 0px 10px;
	color:#c9171e;
}

.stripNav {
	margin-left: 0px;
	position: relative;
	top: 18px;
	z-index: 99;
}

.stripNav ul{
	border-bottom:1px solid #6597bb;
	width: 940px;
}

.stripNav ul li {
	float: left;
}

.stripNav li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}

.stripNav li.tab1 a {
	background: url(/images/ee-resources-link.gif) top center no-repeat;
	width: 134px;
}

.stripNav li.tab2 a {
	background: url(/images/irish-resources-link.gif) top center no-repeat;
	width: 134px;
}

.stripNav li.tab3 a {
	background: url(/images/blogroll-resources-link.gif) top center no-repeat;
	width: 134px;
}

.stripNav li.tab4 a {
	background: url(/images/oddbin-resources-link.gif) top center no-repeat;
	width: 134px;
}

.stripNav li a:hover, .stripNav li a:active, .stripNav li a:focus { 
	background-position: top center;
}

.stripNav li.tab1 a.current {
	background: url(/images/ee-resources-link-over.gif) bottom center no-repeat;
}

.stripNav li.tab2 a.current {
	background: url(/images/irish-resources-link-over.gif) bottom center no-repeat;
}

.stripNav li.tab3 a.current {
	background: url(/images/blogroll-resources-link-over.gif) bottom center no-repeat;
}

.stripNav li.tab4 a.current {
	background: url(/images/oddbin-resources-link-over.gif) bottom center no-repeat;
}

.stripNavL a, .stripNavR a {
	display: block;
	position: absolute;
	width: 134px;
	height: 31px;
	text-indent: -9999px;
}

.stripNavL a { bottom: 15px;
	right: 55px;
	background: url(/images/previous.gif) no-repeat;
}

.stripNavR a {
	bottom: 15px;
	right: -65px;
	background: url(/images/next.gif)no-repeat;
}

#slick-hide{
	position:absolute;
	right:0px;
	top:20px;
}


.panel ul{
	width: 940px;
	margin:0;
	padding:0;
}

.panel ul li a {
/*	border-bottom: 1px solid #85c4a5;*/
	color: #ffcc00;
	display: block; 
	text-decoration:none; 
}

.panel ul li:last-child a { 
	border: none;
}

