/*   
Theme Name: Fun Cycling Theme
Theme URI: 
Description: This is Fun Cycling Theme
Author:
Author URI:
Version: 0.1
*/

/*-------------------------------------------------START OF ORIGINAL CSS*/

/* Remove all default padding and margins */

* {
margin: 0 0 0 0;
/*padding: 0 0 0 0;*/
}
html{height: 100%;}
.clear{clear: both;}
/* set default fore and background colors */
body 
{
font-family:arial, verdana, serif;
/* if you want space at top change first zero to a measurement in pixels - example 10px */
margin: 0 0 0 0;
/* set default colors */
font-size: 10pt;
color: #000000;
background-color: #808080;
}

/* set width and height of container for site heading and slogan */

#container {
width: 1000px;
/* center container */
margin: 0 auto;

/* set background color for heading container */
background-color: #fff;
}

#heading {
width: 1000px;
/*height: 120px;*/
/* set background color for heading container */
background-color: transparent;
margin-bottom: 0;
}

#left {
/*send site heading division to left position */
float: left;
/* set width and height of site heading division (left) */
width: 700px;
}

/* set font properties for h1 tag in left division */
#left h1{
font-family:arial, verdana, serif;
font-size: 20pt;
font-weight: 600;
text-align: left;
color: #ffffff;
background-color: transparent;
/* assign padding to top right bottom and left sides of h1 tag */
padding: 30px 0 0 10px
}


/* position right division and define width and height */

#right {
float: left;
width: 300px;
}

/* define font properties for paragraph slogan within the right division */

#right p{
font-family:arial, verdana, serif;
font-size: 14pt;
font-weight: 500;
text-align: center;
color: #ffffff;
background-color: transparent;
/* assign padding to top right bottom and left sides of paragraph tag in right division */
padding: 35px 0 0 0
}

/* set properties for links division */

#links {
/* set width and height */
width: 100%;
float:left;
list-style:none;
/*height: 45px;*/
/* set background color to transparent */
background-color: #606060;
clear:both;
margin-top:0;
/*padding-top: 5px;*/
}

#links li{
    /*text-transform: uppercase;*/
    float:left;
    /*margin-right:45px;*/
    /*border-right: 1px solid #801020;*/
    position:relative;
    display:block;
    display: inline-block;
}

/* links are set in a paragraph to allow postioning of right left or center */
#links li a {
/* define font properties */
font-family:arial, verdana, serif;
font-size: 10pt;
font-weight: 600;
/* center links - if you want them left aligned change to left */
/*text-align: left;*/
/* add 4px of padding to top of links */
display:block;
padding: 4px 15px;
color: #ffffff;
background-color: transparent;
text-decoration: none
}


#links span {
/* define font properties */
font-family:arial, verdana, serif;
font-size: 10pt;
font-weight: 600;
color: #801020;
}

/* set width and height of container for body section */

#main {
width: 1000px;
background-color:transparent;
}

#main-left {
/* position main-left division to left within container main */
float: left;
/*width: 120px;*/
padding: 5px;
text-align: center;
/* set background color of main left to white */
background-color: #fff;
/* if you add to much content or too large an image to this division - initiate scroll bars to accomodate */
overflow: auto
}


/* set font properties for h1 tag in main-left division */
#main-left h1{
font-family:arial, verdana, serif;
font-size: 16pt;
font-weight: 500;
text-align: center;
color: #006600;
background-color: transparent;
/* add 5px padding to top and bottom of h1 tag */
padding: 5px 0 5px 0
}
/* set font properties for h2 tag in main-left division */
#main-left h2{
font-family:arial, verdana, serif;
font-size: 14pt;
font-weight: 500;
text-align: left;
color: #006600;
background-color: #fff;
/* add 5px padding to top and bottom of h2 tag */
padding: 5px 0 5px 25px
}

/* set font properties for code tag in main-left division */
#main-left code {
font-size: 10pt;
color: #003300;
background-color: #fff;
}

/* define font properties of paragraph tag in main-left division */
#main-left p {
font-family:arial, verdana, serif;
font-size: 12pt;
font-weight: 500;
text-align: left;
/* indent paragraph */
text-indent: 1em;
/* set color of text */
color: #000000;
background-color: #fff;
/* assign padding to top right bottom and left sides of paragraph tag in main-left division */
padding: 5px 25px 5px 25px
}

#main-right {
/* position main-right to align it with main-left within container main */
float: left;
/* set width and height of main-right */
/*width: 870px;*/
padding: 10px 0 10px 0;
/* if you add to much content or too large an image to this division - initiate scroll bars to accomodate */
overflow: auto;
background-color: #fff;
}

.double{margin-left:30px;}

#main-right p{padding: 5px 0px 5px 0px;}
#main-right ul{padding: 5px 0px 5px 30px;}
/* and padding and borders to image in main-right division - image is set in paragraph for centering */
#main-right img {
/* set margin for image top right bottom left */
/*margin: 4px;*/
border-top: solid #006600 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
border-left: solid #006600 1px
}

#main-right-single{
float: left;
/* set width and height of main-right */
/*width: 870px;*/
padding: 10px 10em;
/* if you add to much content or too large an image to this division - initiate scroll bars to accomodate */
overflow: auto;
background-color: #fff;
    }

.entry-header{margin: 2em 5em; }
.entry-attachment{margin: 1em 0 2em 0}
#nav-single{/*float:left;*/}


.main-hr 
{
    width: 99%;
    height:4px; 
    background-color: #A0A0A0;
}

/* Class (for DIVs) for highlighting blocks of text... */
.main-item 
{
    width: 705px;/*width: 740px;*/
    margin: 5px;
    padding: 5px;
    /*background-color: #E8E8E8;*/
}
    
/* Class (for DIVs) for highlighting blocks of text... */
.main-item table
{
    border-color:#C0C0C0; 
    padding-left:5px;
}
.main-item p
{padding: 0 5px;}
/* Class (for DIVs) for highlighting blocks of text... */
.main-item td
{
    padding: 5px;
}
   
/* The following two classes are for DIVs to split a main-item into two columns */
.main-item-left
{
    width: 680px;
    float: left;
    background-color: transparent;
}   

.main-item-right
{
    width: 150px;
    float: left;
    margin-left: 10px;
    background-color: #F8F8F8;
}   

/* set width and height of container for footer division */
#footer {
width: 1000px;
height: 50px;
clear:both;

/* define background color of footer division */
background-color: #801030;
}

#footer p {
font-family:arial, verdana, serif;
font-size: 9pt;
font-weight: 600;
text-align: center;
color: #ffffff;
background-color: transparent;
padding: 4px 0 0 0
}

#footer a {
/* define font properties */
font-family:arial, verdana, serif;
font-size: 10pt;
font-weight: 600;
color: #ffffff;
}

/* set font properties of address tag within footer */
#footer address {
font-family:arial, verdana, serif;
font-size: 9pt;
font-weight: 600;
text-align: center;
color: #ffffff;
background-color: transparent;
padding: 4px 0 0 0
}


/*----------------------------------------------------EOF ORIGINAL CSS*/




} /* END screen media */

/* =Menu
-------------------------------------------------------------- */

#links {
	/*background: #000;*/
	/*display: block;*/
	/*float: left;*/
	/*margin: 0 auto;*/
	/*width: 940px;*/
}
#links .menu-header,
div.menu {
    
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#links .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
/*#links .menu-header li,*/
/*div.menu li {*/
/*	float: left;*/
/*	position: relative;*/
/*}*/
#links a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#links ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
        position: absolute;
	padding: 0;
	top: 38px;
	left: 0;
	top: 38px;
	float: left;
	width: 180px;
	z-index: 99999;
}
#links ul ul li {
	min-width: 180px;
}
#links ul ul ul {
	left: 100%;
	top: 0;
}
#links ul ul a {
	background: #606060;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#links li:hover > a,
#links ul ul :hover > a {
color: #801020;
background-color: #606060;
}
#links ul li:hover > ul {
	display: block;
}
#links ul li.current_page_item > a,
#links ul li.current-menu-ancestor > a,
#links ul li.current-menu-item > a,
#links ul li.current-menu-parent > a {
	color: #fff;
}
* html #links ul li.current_page_item a,
* html #links ul li.current-menu-ancestor a,
* html #links ul li.current-menu-item a,
* html #links ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */