/*
Skin name: I Learn Linux
Version: 1.1
Author: LarryVan at Graphicalguru.com
Author uri: http://graphicalguru.com
Description: Custom Theme for Clyde Boom
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css

feature. This allows to edit the skin
# without editing its css files. That way, you won't

need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the

custom-samples folder
#
*/



body
{
	background-color: #BACFE3;
	color: #000000;
}


a:hover, a:active
{
	color: #B22222;
}

#wrapper
{

    border: solid 0px #000000;
    background-color: #CC6633;
    color: blue;
}

#body
{

    background:url(bodysidebar.gif) repeat-y;
    border: none;
    color: #FFFFFF;
    padding-bottom: 1px;
}

#navbar
{
    border:solid 1px #000000;

    background-color: #cc6633;
	color: #FFFFFF;
}

#navbar a
{

	font-weight: bold;
	color: #FFFFFF;
    text-decoration:underline;
}

#navbar a:hover
{
	text-decoration: none;
    font-weight: bold;
    color: #ffcc33;
}



#sidebar a,
#sidebar2 a
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar .widget h2 ,
#sidebar2 .widget h2 ,
#ext_sidebar .widget h2
{
                 border: solid 1px #333399;
                 padding-top: 3px;
                 padding-bottom: 2px;
                 padding-left:10px;
                 padding-right:10px;
                 background-image: url(widget.jpg);
                 background-repeat: repeat-y;
}
.entry_header h1,
.entry_header h2,
.entry_header h1 a,
.entry_header h2 a

{
color:#1306EF;

}

/*
	Border, background and font color for

each sidebar widget
	---------------------------------------------------------
*/

#sidebar li.widget,
#sidebar2 li.widget,
#ext_sidebar li.widget
{

	color: #FFFFFF;
	padding: 0px 10px;
}

#sidebar li.widget a:hover,
#sidebar2 li.widget a:hover,
#ext_sidebar li.widget a:hover
{

	color: #ffcc33;
    text-decoration: none

}

#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li
{
	list-style-image: url(li-icon.jpg);
    margin: 3px
}


/*
	Title style for each sidebar widget
	-----------------------------------
*/
#sidebar h2,
#sidebar2 h2,
#ext_sidebar h2

{
	text-align: center;
	color:white;
}


/*
	Title bar for each sidebar widget
	---------------------------------
*/

#sidebar h2,
#sidebar2 h2,
#ext_sidebar h2

{
	color: #FFFFFF;
	margin: 0px 0px;
	padding: 2px 10px;
}

#sidebar h2 a,
#sidebar2 h2 a,
#ext_sidebar h2 a

{
	color: #FFFFFF;
}

#sidebar h2 a:hover
#sidebar2 h2 a:hover
#ext_sidebar h2 a:hover
{
	color:#ffcc33;
    text-decoration: none;
}




#wp-calendar thead
{
	background-color: #cc6633;
}



#wp-calendar tfoot
{
	background-color: #cc6633;
}
#header h1 a
{
	color: #1306EF;
}

#header h1 a:hover
{
	color: #ffcc33;
}

.header h2
{
	color: #1306EF;
}
.sidebar h2,
.sidebar h2 a,

#wp-calendar caption
{
	color: #FFFFFF;
}


#ext_sidebar
{
	border: solid 1px #696969;
	background-color: white;
	color: black;
}



#navbar
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#footer
{
    border-right: solid 0px #333399;
    border-bottom: solid 0px #333399;
    border-left: solid 0px #333399;
    border-top: solid 5px #333399;
    background-color: #cc6633;
    padding-top: 12px;
    text-align: center;    
    padding-bottom:5px;
    color: #FFFFFF
}


#footer a
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffcc33;
	font-weight:bold;
	text-decoration: underline;
}
#footer_nav
{
	float: none;
	text-align: center;
}

#copyright_notice
{
	float: none;
	text-align: center;
}
#wp-calendar
{
	border: solid 1px #FFFFFF;
}

#wp-calendar thead th
{
	border-bottom: solid 1px #FFFFFF;
}

#wp-calendar tfoot td
{
	border-top: solid 1px #FFFFFF;
}

.sidebar h2
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.main table thead th
{
	border-bottom: solid 1px #FFFFFF;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px #cc6633;
	padding-top: 1px;
    font-variant:  small-caps;

}

blockquote
{
	margin: 5px 20px;
	padding: 5px 20px;
	border-left: 10px solid #62990A;
    background-color: #D2671F;
    color:#FFFFFF;
	background-image: none;
}

pre
{
	background-color: #FFFFFF;
}


 .custom #main

{
    width: 540px;
    padding-left: 8px;
    padding-right: 8px;
    color: #000000;
}

 .custom #main h1 a,
 .custom #main h2 a
{
	color: #1306EF;
}