
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    background: #0F5B96 url(../images/template/img01.gif) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #A4E4F5;
}

input, textarea
{
    background: #A4E4F5;
    border: 1px solid #FFFFFF;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #0F5B96;
}

h1, h2, h3, p, ol, ul
{
    margin-top: 0;
}

h1, h2, h3
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

h1, h2
{
    text-transform:none;
    /* text-transform: lowercase; */
    font-weight: normal;
}

h1
{
    letter-spacing: -2px;
    font-size: 2.4em;
}

h2
{
    letter-spacing: -1px;
    font-size: 1.8em;
}

p, ol, ul
{
    margin-bottom: 1.5em;
    line-height: 150%;
}

a
{
    color: #A4E4F5;
}

a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

img.left
{
    float: left;
    margin: 4px 20px 0 0;
}

img.right
{
    float: left;
    margin: 4px 0 0 20px;
}

hr
{
    display: none;
}

/* Header */

#header
{
    height: 131px;
    /* background: url(../images/template/img02.jpg) no-repeat center top; */
    text-transform: lowercase;
}

#logo
{
    float: left;
    width: 938px;
}

#logo h1, #logo p
{
    float: left;
    margin: 0;
    line-height: normal;
}

#logo h1
{
    padding: 47px 0 0 20px;
    font-size: 3em;
    color: #62D6F5;
}

#logo p
{
    padding: 69px 0 0 7px;
    letter-spacing: -1px;
    font-size: 1.4em;
    color: #199DD2;
}

#logo a
{
    text-decoration: none;
    color: #62D6F5;
}

/* Page */

#page
{
    margin: 0 auto;
}

/* Content */

#content
{
    /* original style settings */
    
    float: left;
    width: 700px;
    padding: 0 0 0 25px;
    
    /*
    float: left;
    width: 700px;
    padding: 25px 0 0 25px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #CFDEE2;
    font-size: 15px;
    */
}

/*
.content h1
{
    font-size: 2em;
    text-transform:none;
}

.content h2
{
    font-size: 1.4em;
    text-transform:none;
}

.content h3
{
    font-size: 1em;
    text-transform:none;
}

.content a
{
    color: #A4E4F5;
}

.content a:hover
{
    color: #FFFFFF; 
}

.content ul li
{
    list-style-type: circle;
    list-style-position: inside;
}
*/

.post
{
    margin-bottom: 15px;
    background: #1EB5DD;
    /* background: #1EB5DD url(../images/template/img05.gif) no-repeat; */
    color: #0A416B;
}

.post a
{
    color: #A4E4F5;
}

.post a:hover
{
    color: #FFFFFF;
}

.post .title
{
    margin: 0;
    padding: 30px 30px 0 30px;
}

.post .title a
{
    text-decoration: none;
    color: #0A416B;
}

.post .byline
{
    margin: 0;
    padding: 0 30px;
}

.post .entry
{
    padding: 20px 30px 10px 30px;
}

.post .links
{
    margin: 0;
    padding: 10px 30px 35px 30px;
    background: url(../images/template/img06.gif) repeat-x left bottom;
    border-top: 1px solid #2872A6;
}

.post .links a
{
    padding-left: 10px;
    background: url(../images/template/img08.gif) no-repeat left center;
    text-decoration: none;
    font-weight: bold;
    color: #0A416B;
}

.post .links a:hover
{
    color: #FFFFFF;
}

/* Sidebars */

.sidebar
{
    float: left;
    width: 200px;
    /* Modified by Jimmy D */
    height: 600px;
    /* End of modification */ 
}

.sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.sidebar li
{
}

.sidebar li ul
{
}

.sidebar li li
{
    padding: 6px 0 6px 10px;
    background: url(../images/template/img08.gif) no-repeat 0 12px;
    border-bottom: 1px solid #2872A6;
}

.sidebar li li a
{
    text-decoration: none;
    color: #C9ECF5;
}

.sidebar li li a:hover
{
    color: #FFFFFF;
}

.sidebar li h2
{
    padding-top: 20px;
    color: #FFFFFF;
}

/* Left Sidebar */

#leftbar
{
}

/* Right Sidebar */

#rightbar
{
    padding: 0 0 0 25px;
}

/* Search */

/*
#searchform
{
    padding-top: 20px;
    text-align: right;
}

#searchform br
{
    display: none;
}

#searchform input
{
    margin-bottom: 5px;
}

#searchform #s
{
    width: 190px;
}
*/

/* Calendar */

/*
#calendar_wrap
{
    padding-left: 10px;
}

#calendar_wrap table
{
    width: 180px;
    text-align: center;
    border-collapse: collapse;
}

#calendar_wrap tfoot
{
    font-weight: bold;
}

#calendar_wrap tfoot a
{
    text-decoration: none;
}

#calendar_wrap #prev
{
    text-align: left;
}

#calendar_wrap #next
{
    text-align: right;
}

#calendar_wrap tbody
{
    border-bottom: 1px solid #2872A6;
    border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td
{
    padding: 3px 0;
    border-top: 1px solid #2872A6;
    border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a
{
    font-weight: bold;
}
*/

/* Footer */

#footer
{
    clear: both;
    padding: 40px 0;
    background: #083253;
}

#footer p
{
    text-align: center;
    font-size: smaller;
    color: #0F5B96;
}

#footer a
{
    color: #0F5B96;
}

/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	/* text-shadow: 1px 1px 0 #202020; */
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

