﻿* 
{
    margin:0;
    padding:0;
}

body 
{
    padding: 0 0 20px;
    background: #ffffff url('../../img/v1/dw_background.gif') repeat-x; 
    color:#333;
    font:83%/1.5 arial,tahoma,verdana,sans-serif;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover 
{
    background:transparent;
    text-decoration:underline;
    cursor:pointer;
} 
a:link 
{
    color:#0E8744;
} 
a:visited 
{
    color:#000000;
} 
a:hover,a:active 
{
    color:#FCBF2E;
} 

/* TYPOGRAPHY */
p, ul, ol 
{
    margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6 
{
    /*letter-spacing: -1px;*/
    font-family: arial,verdana,sans-serif;
    margin: 1.2em 0 .3em;
    color:#000;
    border-bottom: 1px solid #eee;
    padding-bottom: .1em
}
h1 
{
    font-size: 196%;
    margin-top:.6em;
}
h2 
{
    font-size: 136%;
}
h3 
{
    font-size: 126%;
}
h4 
{
    font-size: 116%;
}
h5 
{
    font-size: 106%;
}
h6 
{
    font-size: 96%;
}
.highlight 
{
    color:#E17000
    }
.subdued 
{
    color:#999
}
.error 
{
    color:#c00;
    font-weight:bold;
}
.success 
{
    color:#390;
    font-weight:bold;
}
.caption 
{
    color:#999;
    font-size:11px;
}
small 
{
    font-size:11px;
}


/* FORMS */
form 
{
    margin: 0 0 1.5em;
}
input 
{
    font-family: arial,tahoma,verdana,sans-serif;
    margin: 2px 0;
}
fieldset 
{
    border: none;
}
label 
{
    display:block;
    padding: 5px 0;
}
label br 
{
    clear:left;
}

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {line-height: 1.4em;padding-left: 25px;background: transparent url("../../img/v1/dw_sprites.gif") no-repeat 0 0}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

/* HEADER */
#hd
{
    padding: 30px 0 0 0;
    background: url('../../img/v1/dw_shield.gif') no-repeat center bottom;
    height: 78px;
    margin: 0 0 20px 0;
}
#hd h1, #hd h2
{
    height: 38px;
    width: 370px;        
    text-indent: -9000px;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#hd h1
{
    background: url('../../img/v1/dw_title.gif') no-repeat;
    float: left;
}
#hd h2
{
    background: url('../../img/v1/dw_tradition.gif') no-repeat;
    float: right;
}

/* NAV */
#BlogHome #nav
{
    /*
    background: url('../../img/v1/dw_shield.gif') repeat-x;
    height: 100px;
    width: 100%;
    */
}

/* SIDE */
#side
{
    border-top: 5px solid #999;   
}

/* SECONDARY NAVIGATION - vertical navigation */
	.top, .top ul {position:static}
	.top, .top li {list-style: none;margin:0;padding:0;background:#fff}
	.top {padding-top:0;border-top: 1px solid #ccc;margin-top: 1px}
	.top a {line-height:1.8;padding: 5px 0 5px 23px;background: #fff url("../../img/v1/dw_sprites.gif") no-repeat 10px -695px;font: bold 86% arial;display:block}
	.top a, .top a:link, .top a:visited, .top a:hover, .top a:active {text-decoration:none;cursor:pointer} 
	.top a:link {color:#000} 
	.top a:visited {color:#000} 
	.top a:hover {color:#fff;background: #0E8744 url("../../img/v1/dw_sprites.gif") no-repeat 10px -695px} 
	.top li.active a:link, .top li.active a:visited, .top li.active a:active {color:#000} 
	.top li.active a:hover {color:#fff;}
	.top li {border-top: 1px solid #fff;border-bottom: 1px solid #ccc}

/* SECONDARY NAVIGATION - 2nd TIER */
	.top ul {margin: 0 0 1em 0;padding:0}
	.top li.active li a, .top li.active li a:link, .top li.active li a:visited {line-height:1.5;background: #fff url("../../img/v1/dw_sprites.gif") no-repeat 0 -798px;padding:0 0 0 12px;font-weight:normal;width:auto;color:#000;width:130px;display:block}
	.top li.active li a:hover, .top li.active li a:active {color: #0E8744}
	.top li.active li {border: none;margin:0}
	
	.top li.active li.active a:link, 
	.top li.active li.active a:visited, 
	.top li.active li.active a:hover, 
	.top li.active li.active a:active {font-weight:bold}

/* CONTENT */
#yui-main
{
    background: transparent url("../../img/v1/content_wrap_bg.gif") repeat-y 30px 0;
}
#content 
{    
    padding: 0 0 0 40px;
    margin-top: -20px;
}
.entries li, .listing li
{   
    list-style-type: none;
    margin: 0 0 0 -5px;
}
.entries em, .listing em
{
    font: bold 82% arial;
    color:#bbb;
    display:block;
    letter-spacing: 1px;
}
.badges
{
    display:none;
}

.filedUnder
{
    font: bold 82% arial;
    color:#bbb;
    display:block;
    letter-spacing: 1px;    
}

/* FOOTER */
#ft 
{
    clear:both;
    border-top: 1px solid #E3E8EE;
    padding: 10px 0 30px;
    font-size:86%;
    color:#999; 
    margin: 10px 0 0 0;
}    
#ft #copyright
{
    float: left;
    margin:0;
}
#ft #links
{
    float: right;
    margin:0;
    font-weight: bold;
}
	
	
#AtomPubResource address
{
    display: none;
}

.stat
{
    font: bold 82% arial;
    color:#bbb;
    display:block;
    letter-spacing: 1px;  
}

.entry address
{
    font: bold 82% arial;
    color:#bbb;
    display:block;
    letter-spacing: 1px;  
    margin: 0 0 10px 0;
}

	/* TABLES */
	.table1 {border: 2px solid #0E8744;border-collapse:collapse;width:100%}
		.table1 td {background: #fff url("../../img/v1/dw_sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
		.table1 thead th {color:#fff;font-size:145%;background: #0E8744 url("../../img/v1/dw_sprites.gif") repeat-x 0 -1300px;padding: 4px 6px}
		.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("../../img/v1/dw_sprites.gif") repeat-x 0 -1400px;padding: 6px}
		.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("../../img/v1/dw_sprites.gif") repeat-x 0 -1500px;padding: 6px}
		
		
	.pagination {background: #f2f2f2;color:#666;padding: 4px 2px 4px 7px;border: 1px solid #ddd;margin: 0 0 1.5em}
	.pagination p {position:relative;text-align:right}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background:#0E8744;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {margin:0}
	.pagination h4 {margin-top:-1.45em;padding:0;border:none}		
	
#pictureView img
{
  border: 1px solid #000000;
}

#BlogHome .summary H3
{
	background: url('http://www.drurywrestling.ca/img/v1/OFSAA-2010.jpg') no-repeat;
	height: 352px;
	text-indent: -1000px;
}