/*
name: Cutline
designer: Chris Pearson, Byrne Reese
designer_url: http://cutline.tubetorial.com/
description: A clean, simple and classic weblog design.
layouts: one-column, two-column-left, two-column-right, three-column
*/

@import url('base-weblog.css');

body 
{ 
    font: 62.5% Georgia, "Times New Roman", Times, serif; 
}
a
{
    color: rgb(0, 96, 255);
    text-decoration: underline;
}

h1 a, h1 a:visited, h1 a:hover
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:visited
{
    color: rgb(51, 51, 51);
    text-decoration: underline;
}

a:hover
{
    color: rgb(223, 0, 0);
    text-decoration: underline;
}

h1 a, h1 a:visited, h1 a:hover
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

h1 a, h1 a:visited, h1 a:hover
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#container 
{
	width: 740px;
	margin: 15px auto 0 auto;
}

.layout-one-column #alpha 
{
	width: 740px;
}

.layout-two-column-right #alpha 
{
	width: 480px;
	padding: 0 25px 0 0;
	float: left;
}

.layout-two-column-right #beta 
{
	width: 230px;
	padding: 0;
	float: left;
}

.layout-two-column-left #alpha 
{
	width: 230px;
	padding: 0;
	float: left;
}

.layout-two-column-left #beta 
{
	width: 480px;
	padding: 0 0 0 25px;
	float: left;
}


.layout-three-column #container 
{
	width: 940px;
	margin: 15px auto 0 auto;
}
.layout-three-column #alpha 
{
	width: 210px;
	padding: 0;
	float: left;
}

.layout-three-column #beta 
{
	width: 470px;
	padding: 0 25px 0 25px;
	float: left;
}

.layout-three-column #gamma
{
	width: 210px;
	padding: 0;
	float: left;
}
#beta-inner .module, .archive-content
{
    font-size: 1.3em;
}

#banner
{
	background-image: url(header.jpg);
    	background-repeat: no-repeat;
    	background-position: 0px 115px;
	height: 250px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}
#banner-inner
{
    	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204, 204, 204);
	background-color: transparent;
    	background-image: url(/images/hr_dot_black.gif);
    	background-repeat: repeat-x;
    	background-attachment: scroll;
    	background-position: left bottom;
	padding: 15px 0 15px 0;
	text-align: center;
}
#banner-description
{
	display: none;
}
h1#banner-header
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3.entry-header,h2#archive-title
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	background-image: url(/images/hr_title_sep.gif);
    	background-repeat: no-repeat;
    	background-position: left bottom;
    	padding-bottom: 10px;
}
h3.entry-header a
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

h3.comments-header,h3.trackbacks-header,h2.comments-open-header
{
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     font-size: 1.4em;
     text-transform: uppercase;
     border-bottom: 1px solid #bbb;
}

a:hover
{
    color: rgb(223, 0, 0);
    text-decoration: underline;
}

h3.entry-header a:hover
{
    color: rgb(0, 153, 0);
    text-decoration: none;
}
.entry-body,.comment-content,.content-nav,#trackbacks-info
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.4em;
	color: #333333;
	line-height: 1.65em;
}

.entry-body a
{
    color: rgb(0, 96, 255);
    text-decoration: underline;
}

.entry-body a:hover
{
    color: rgb(223, 0, 0);
    text-decoration: underline;
}
.entry-userpic
{
	display: none;
}
p.entry-footer 
{
	font-size: 12px;
	color: #888888;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	background-image: url(/images/hr_tag_sep.gif);
    	background-repeat: no-repeat;
    	background-position: left top;
}
p.entry-footer span 
{
	font-weight: bold;
}
p.entry-footer a
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
p.entry-footer a:hover
{
    color: #DF0000;
    text-decoration: underline;
}
h2.date-header
{
	display: none;
}
h2.module-header
{
        font-family: Helvetica, Arial, sans-serif;
	color: black;
	text-decoration: none;
    font-weight: bold;
    font-size: 1.077em;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 5pt;
    margin-right-value: 0pt;
    margin-bottom: 0.8em;
    margin-left-value: 0pt;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    padding-top: 0.4em;
    padding-right-value: 2px;
    padding-bottom: 0.4em;
    padding-left-value: 2px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
    background-color: transparent;
    background-image: url(/images/hr_dot_black.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    	background-position: left bottom;
}
h2.module-header a
{
	color: black;
	text-decoration: none;
}
ul.module-list
{
	margin: 0;
	padding: 0;
}
.module-list-item,.archive-list-item
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	list-style-type: square;
	margin-left: 10px;
	padding: 5px 0 5px 0;
        font-size: 1.077em;
        line-height: 1.0em;
}
.module-list-item a,.archive-list-item a
{
    text-decoration: none;
}
.module-list-item a:hover,.archive-list-item a:hover
{
    color: #DF0000;
    text-decoration: underline;
}
.module-content p
{
	line-height: 1.4em;
}
.comment
{
     margin: 0 0 1.2em 0;
     border-bottom: 1px solid #bbb;
}
.comment-header
{
    font-size: 1.6em; 
    font-weight: bold;
}
.comments-open-content
{
    font-size: 1.2em;
}
#comments-open-data label,#comments-open-text label
{
    font-weight: bold;
}
.comment-footer
{
    font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; 
    color: #888; 
}
.comment-footer-experimental
{
    display: none;
}
#comments-open-footer input 
{ 
    padding: 0.4em 4px;
    background: url('/images/submit_bg.gif');
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    font: bold 1.4em Georgia, "Times New Roman", Times, serif;
    cursor: pointer;
}
#delta
{
    	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 100%;
	padding: 10px 0 10px 0;
	position: absolute;
	top: -195px;
}
#delta ul 
{
	margin: 0;
	padding: 0;
}
#delta li
{
	float: left;
	width: 100px;
	text-align: left;
	list-style-type: none;
	font-size: 1.4em;
	font-family: Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#delta li a
{
	text-decoration: none;
}
#delta li a:hover
{
        color: #000;
        text-decoration: underline;
}
#delta li a.current,#delta li a.current:visited,#delta li a.curent:hover
{
        color: #090;
        text-decoration: underline;
}
body#home #delta li#home a,body#photos #delta li#photos a,body#archives #delta li#archives a
{
        color: #090;
        text-decoration: underline;
}
#delta li.rss
{
	float: right;
	width: 100px;
	text-align: right;
	background-image: url(/images/icon_rss.gif);
    	background-repeat: no-repeat;
    	background-position: right center;
    	padding: 0 20px 0 0;
	
}
