/*
Theme Name: White Gallery
Version: 1.0
Author: Chris
*/
  

/* default styles */

*{ margin: 0; padding: 0; }

body { font: .7em Arial, Verdana, Sans-Serif; line-height: 1.7em; color: #333333; background: #313131; }

a { color: ##ffffff; background: inherit; text-decoration: none; }

#left a, #right a { border-bottom: 1px dotted #3F2C57; }

a:hover { color: #808080; background: inherit; }

p {	margin: 0 0 5px 0; }

h1 { color: #777555; font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }

h2 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; color: #aaaaaa;}

h1 a, h2 a { color: #999999; background: inherit; text-decoration: none; }

img { border: 0; }

ol, ul { list-style: none; }

/* layout */

#content { margin: 0 auto; width: 980px; background: #f7f7f7;}

#content2 {
	width:820px; 
	overflow:auto; 
	border-top: 1px solid #000;
 	border-bottom: 1px solid #777555; 
	background: #eeeeee;
	}
#content3 {
	width:820px; 
	overflow:auto; 
	border-top: 0px solid #000;
 	border-bottom: 1px solid #777555; 
	}
#fadeshow2_bg {
	width:330px; 
	height:460px; 
	float:right; 
	background:#fff;
}

#header {
	padding: 10px 0;
	color: #777777;
	margin: 10px 0 20px 0;
	height: 94px;
	text-align: center;	
}

/*  new 3 parts   */
#header1 {
 height: 120px;
 text-align: center;
 background: #ffffff; 
}
#central {
 width: 100%;
 scrolling: No;
 position: absolute;
 top: 120px;
 bottom: 0px;
    
}
#footer1 {
 position: absolute; 
 height: 80px;
 width: 100%;
 bottom: 0px;
 text-align: center;
 }

/* main horizontal menu */

#tablist{  height: 25px; margin: 15px 0 0 0;   }

	#tablist li{ list-style: none; display: inline;  }

	#tablist li a{
		text-decoration: none;
		margin: 0 10px 0 0;
		padding: 1px 40px;
		border: 0px solid #3B3B3B;
		font-weight: bold;
		color: #777777;
		font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;		
	}

	#tablist li a:hover{
		border: 0px solid #55684A;
		color: #000000;
	}

	#tablist li.current_page_item a, #tablist li.current-cat a{
		height: 25px;
		color: #000;
	}

	#tablist .key { text-decoration: underline; }





/* left side */

#left {
	float: left;
	width: 670px;
	margin: 0 0 10px 0;
}

	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}

	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}

	.highlight { background: #C5E7F6; color: #000; }

	.left_articles {
		margin: 0 0 10px 0;

		border: 0px solid #eee;
		color: #999999;
		padding: 15px 15px 5px 10px;
	}

		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }

		.bigimage {
			float: left;
			clear: left;
			margin: 0 15px 10px 0;
		}

	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;
	}

	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		

		

/* right side */

#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 55px 0 0 0;
	/*background: url(images/right.gif) no-repeat top right;*/
}

	.button {
		font: normal 1.6em "Georgia", "Times New Roman", Arial;
		color: #679A4E;
		text-align: center;
		margin: 0 0 110px 0; 
	}

	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }

	#side_menu { margin: 0 0 20px 0; }

	#side_menu li { list-style: none; }

	#side_menu li a { color: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(images/side_menu.gif) repeat-x; padding: 8px 10px; }
	
	#side_menu li a:hover { color: #fff; background: #fff url(images/side_menu_hover.gif) repeat-x; }	

	.image { float: left; margin: 0 9px 3px 0; }

	

/* footer */

#footer { 
	clear: both; 
	color: #808080;
	background: #000;
	padding: 0 0;
	height: 25px;
	border-top: 1px solid #ccc;
}

	#footer .right { float: right; }



/* WordPress CSS */



img.avatar {
 float: left;
 margin-right: 5px;
}

.aligncenter,

div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
