/* For IE */
@font-face {
font-family: 'Myriad Pro';
src: url('http://lindsaykennedyphotography.com/font/MyriadWebPro.eot');
}
 
/* For Other Browsers */
@font-face {
font-family: 'Myriad Pro';
src: local('Myriad Pro'),
     url('http://lindsaykennedyphotography.com/font/MyriadWebPro.ttf') format('truetype');
}
* {}
html,body {
    font-family: 'Myriad Pro', 'Trebuchet MS', Helvetica, sans-serif;
    text-decoration:none;
    letter-spacing:1px;
    margin:0;
    padding:0;
    height:100%;
}
body {
    background:#1a1a1a;
}
body, body a {
    color:#B9B9B9;
}
img {
    border:0px;
}
a {
    text-decoration:underline;    
}
ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#lkouter {	
    position:relative;
    background:#1a1a1a;
    min-height:93%;
    margin: 0 auto 0 auto;
    width:971px;
    text-align:left;
    clear:both;
    _height:100%; /*IE6 FIX*/
}
#lkheader {
    padding:0 5px 5px 0;
    /*background: url(http://lindsaykennedyphotography.com/images/Divider-Curve.png) no-repeat 0% 97%;*/
}
#lkheader, #lkheader a, #lkfooter, #lkfooter a {
    color:#666666;
}
#lkcontent {
    padding:0;
    font-size:.85em;
}
#lkcontent2 {
    padding:0 10px 0 10px;
}
#lkfooter {
    /*background: url(http://lindsaykennedyphotography.com/images/Divider-Curve-Flip.png) no-repeat 0 0;*/
    text-align:center;
    padding:10px 0 10px 0;
}
#lkcopyright, #lkcontact {
    font-size:x-small;
    padding:0px 10px 0px 10px;
    vertical-align:text-top; 
    text-transform:lowercase;
}
#lkcopyright a, #lkcontact a {
    text-decoration:none;
}
#lkcopyright a:hover, #lkcontact a:hover {
    text-decoration:underline;
}

#edgeLeft {
    position:absolute;
    bottom:0;
    left:-11px;
    width: 11px;
    height:100%;
    background:url(http://lindsaykennedyphotography.com/images/border-left.png) repeat-y 0 0;
    
    /*IE6 Fix:*/
    _height: 500000%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lindsaykennedyphotography.com/images/border-left.png',sizingMethod='scale');
}
#edgeRight {
    position:absolute;
    bottom:0;
    right:-11px;/* hide background jog in IE6*/
    width:11px;
    height:100%;
    background:url(http://lindsaykennedyphotography.com/images/border-right.png) repeat-y 0 0;
    
    /*IE6 Fix:*/
    _height: 500000%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lindsaykennedyphotography.com/images/border-right.png',sizingMethod='scale');
 }
 .baseHiddenText {
     font-size:0px;
     background-color:#1A1A1A;
     color:#1A1A1A;
 }
.alignleft {
    float:left;
}
.alignright {
    float:right;
}
.subnote {
    font-size:80%;
}
.insetheading{
    font-size:110%;
}
.contentparagraph {

}
 
