﻿/*
repeat scroll 0%;

Skin name: Boxed
Version: 1.2
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Plenty of Boxes
*/

/*
#
# 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.
#
# The easiest way to procede is:
#
# 1. Make a copy of this file, rename as custom.css
# 2. Edit this new custom.css to override the skin defaults
#
*/

#wrapper
{
	border: solid 1px #1E90FF;
	background-color: white;
	
}
	
#main
{
	border-top: solid 0px #AFEEEE;
	border-right: solid 0px #CCCCCC;
	border-left: solid 0px #CCCCCC;
	border-bottom: solid 0px #AFEEEE;
	background-color:white;
	
	
}

/* body */
/*repeat-x top #fff;*/

body
{
	background: url(bg.gif);
	background-color:#EFEFEF;
	background-repeat: repeat-x;
	font-family: "verdana",arial,sans-serif;
	color: #003366;
	
}

a
{
	color: #0000FF;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;
	line-height:15px;
	

}

h1 a,
h2 a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	color: firebrick;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar

{
	border: solid 1px black;
	background-color: #CDFCFC;
	color: black;
}

#navbar a
{
	color: black;
}

#navbar a:hover
{
	color: firebrick;
}



/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	margin-bottom: 12px;
}



/*
	Offset for the body
	-------------------
*/

#body
{
	margin-top: 12px;
	margin-bottom: 12px;
}



/*
	Margins for the sidebar area
	----------------------------
*/

#sidebar div.pad
{
	margin: 0px 1px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-top: solid 0px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color:white;

}

#sidebar2 div.pad
{
	margin: 0px 5px 0px 1px;
	padding: 0px 0px 0px 0px;
	border-top: solid 0px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color:white;

	

}

#ext_sidebar div.pad
{
	margin: 0px 1px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-top: solid 0px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color:white;

}


/*
	Resize the sidebars
	-------------------
*/

.narrow_em #sidebar,
.narrow_me #sidebar,
.narrow_esm #sidebar,
.narrow_ems #sidebar,
.narrow_sme #sidebar,
.narrow_mse #sidebar,
.narrow_esms #sidebar,
.narrow_smse #sidebar
{
	width: 166px;
}

.wide_em #sidebar,
.wide_me #sidebar,
.wide_esm #sidebar,
.wide_ems #sidebar,
.wide_sme #sidebar,
.wide_mse #sidebar,
.wide_esms #sidebar,
.wide_smse #sidebar
{
	width: 186px;
}

.narrow_em #sidebar2,
.narrow_me #sidebar2,
.narrow_esm #sidebar2,
.narrow_ems #sidebar2,
.narrow_sme #sidebar2,
.narrow_mse #sidebar2,
.narrow_esms #sidebar2,
.narrow_smse #sidebar2
{
	width: 166px;
}

.wide_em #sidebar2,
.wide_me #sidebar2,
.wide_esm #sidebar2,
.wide_ems #sidebar2,
.wide_sme #sidebar2,
.wide_mse #sidebar2,
.wide_esms #sidebar2,
.wide_smse #sidebar2
{
	width: 186px;
}

.narrow_em #ext_sidebar,
.narrow_me #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_ems #ext_sidebar,
.narrow_sme #ext_sidebar,
.narrow_mse #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_smse #ext_sidebar
{
	width: 168px;
}

.wide_em #ext_sidebar,
.wide_me #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_ems #ext_sidebar,
.wide_sme #ext_sidebar,
.wide_mse #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_smse #ext_sidebar
{
	width: 188px;
}



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




.widget a
{
	color: black;
	


	
}



#sidebar h2
{
	border: 1px solid black;
	background: url(widget-title.jpg) repeat-x;
	color: white;
	margin: 0px 0px;
	padding: 2px 10px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;

}


	
#sidebar a
{
	color: #0000FF;
	text-decoration: underline;
	line-height:18px;
		

}
	

#sidebar a:hover
{
	color: firebrick;
}


/*
#sidebar a
{
    background: #CDFCFC;
	border-left: 10px solid #1E90FF;
	border-right: 1px solid #1E90FF;
	border-top: 0px solid #CDFCFC;
	border-bottom:0px solid #CDFCFC;
	display:block;
	height:20px;
	margin:4px 1px 4px 1px;
	padding:0px 0px 0px 3px;
	width:92%;
	color: #0000FF;
	text-decoration: underline;
	font-size:16px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

#sidebar a:hover
{
    background: #E0FFFF;
	border-left: 10px solid #B22222;
	border-right: 0px solid #E0FFFF;
	border-top: 0px solid #EOFFFF;
	border-bottom:0px solid #EOFFFF;
	display:block; 
	height:20px;
	margin:4px 1px 4px 7px;
	padding:0px 0px 0px 3px;
	width:92%;
	color: #B22222; 
	text-decoration: underline;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	
}
*/
#sidebar h2 a
{
    border-left: 6px solid #00ff00;
	border-right: 1px solid #6699CC;
	border-top: 1px solid #6699CC;
	border-bottom:1px solid #6699CC;
	display:block;
	height: 1%;
	margin:12px 6px 12px 6px;
	padding:10px;
	text-decoration:none;
	width:90%;
	color: black;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;

}


#sidebar h2 a:hover
{
	color: firebrick;
}

#sidebar2 h2
{
	border: 1px solid black;
	background: url(widget-title.jpg) repeat-x;
	color: white;
	margin: 0px 0px;
	padding: 2px 10px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;

}


	
#sidebar2 a
{
	color: blue;
	text-decoration: underline;
	
}
	

#sidebar2 a:hover
{
	color: firebrick;
}



/*
#sidebar2 a
{
    background: #CDFCFC;
	border-left: 10px solid #1E90FF;
	border-right: 1px solid #1E90FF;
	border-top: 0px solid #CDFCFC;
	border-bottom:0px solid #CDFCFC;
	display:block;
	height:1%;
	margin:4px 1px 4px 1px;
	padding:0px 0px 0px 3px;
	width:90%;
	color: #0000FF;
	text-decoration: underline;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;

}

#sidebar2 a
{
	background: #FFFFFF;
	border-left: 0px solid #1E90FF;
	border-right: 0px solid #1E90FF;
	border-top: 0px solid #CDFCFC;
	border-bottom:0px solid #CDFCFC;
	display:block;
	height:1%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	width:100%;
	color: #0000FF;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;
	line-height:15px;

}
/*
#sidebar2 a:hover
{
    background: #E0FFFF;
	border-left: 10px solid #B22222;
	border-right: 0px solid #E0FFFF;
	border-top: 0px solid #EOFFFF;
	border-bottom:0px solid #EOFFFF;
	display:block; 
	height:90%;
	margin:4px 1px 4px 7px;
	padding:0px 0px 0px 3px;
	width:90%;
	color: #B22222; 
	text-decoration: underline;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;

}

#sidebar2 a:hover
{
	background: #FFFFFF;
	border-left: 0px solid #1E90FF;
	border-right: 0px solid #1E90FF;
	border-top: 0px solid #CDFCFC;
	border-bottom:0px solid #CDFCFC;
	display:block;
	height:1%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	width:100%;
	color: firebrick;
	text-decoration: underline;
	font-size:13px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;
	line-height:15px;


*/	
}
#sidebar2 h2 a
{
	
	color: black;
}

#sidebar2 h2 a:hover
{
	color: firebrick;
}

#ext_sidebar h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: CDFCFC;
	color: black;
	margin: 0px 0px;
	padding: 2px 10px;
}

#ext_sidebar h2 a
{
	color: black;
}

#ext_sidebar h2 a:hover
{
	color: firebrick;
}



/*
	Calendar style
	--------------
*/
#wp-calendar
{
	border: solid 1px black;
	background-color: white;
	margin: 2px 2px;
	padding: 2px 10px;

}

#wp-calendar thead th
{
	border-bottom: solid 1px black;
	background-color: #CDFCFC;
}

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



/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border: solid 0px black;
	background-color: white;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	
	
}

#footer a
{
	color: #003366;
}

#footer a:hover
{
	color: firebrick;
}



/*
	Offset for the footer
	---------------------
*/

#footer
{
	margin-top: 0px;
	margin-bottom: 00px;
}	


/*
	Margins for each entry
	----------------------
*/

div.entry
{
	margin-top: 0px;
	margin-bottom: 12px;
}



/*
	Title bar for each entry
	------------------------
*/

.entry_header h1
{
	border: solid 0px black;
	border-bottom: solid 0px black;
	background-color: 	#FFFFFF;
	color: FIREBRICK;
	margin: 0px 0px;
	padding: 2px 10px;
	font-size:17px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;

}

.entry_header h1 a
{
	color: firebrick;
	font-size:17px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;
}

.entry_header h1 a:hover
{
	color: firebrick;
	font-size:17px;
	font-weight:bold;
	font-family:"verdana",arial,sans-serif;
}



/*
	Actions for each entry and comment
	----------------------------------
*/

.entry_actions,
.comment_actions
{
	border-top: solid 1px CDFCFC;
	padding-top: 1px;
	

}
