@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

p {
}

a {
	text-decoration: none;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
}

/********** FORMS *************/

select {
	width: auto !important;
	height: auto !important;
}

.form_textbox {
	min-height: 22px !important;
	height: auto !important;
}

.form_textbox_small {
	min-height: 22px !important;
	height: auto !important;
}
	
.form_textarea_narrow {
	min-height: 22px !important;
	height: auto !important;
}

.form_textarea_shorter {
	min-height: 22px !important;
	height: auto !important;
}


/***** SHOPPING CART *********/

.cstyle {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

.cstyle form {
	float: left;
}

.cstyle select {
min-width: 50px;
max-width: auto;
border: 1px solid #cccccc;
background-color: #ffffff;
}


/********* SECONDARY CONTENT **********/
.csecondary {
	min-width: 0;
	max-width: 25%;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0 8px;
	position: relative;
}

.cprimary {
	width: 66%;
	float: left;
	margin-right: 15px;
}




/****************************************** BLOG ****************************************/

#blog_content
{
	min-width: 300px;
	max-width: 70%;
	float: left;
	min-height: 300px;
	line-height: 18px;
	margin: 0;
	text-align: left;
	/* defines content element */
}
	
	#blog_content h1
	{
		border-bottom: 1px solid #E4E4E4;
		margin: 5px 36px 10px 0px;
		padding: 5px 0px 5px 0px;
		font-weight: bold;
		font-size: 18px;
		

		/* defines generic h1 element */
	}

	#blog_content h2
	{
		margin: 5px 0px;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		

		/* defines generic h2 element */
	}

	#blog_content h3
	{
		
		text-transform: uppercase;
		text-align: left;
		
		/* defines generic h3 element */
	}

	#blog_content a
	{
		color: #001D58;
		text-decoration: none;
		font-size: 12px;
	}

	#blog_content a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}
	
#blog_subcontent, #subcontent
{
	min-width: 147px;
	max-width: 25%;
    -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	background-color: #fff;
	float: right;
	margin: 16px 0 16px 0;
	padding: 0 12px 8px 12px;
	text-align: left !important;

	/* defines subcontent element */
}
	#blog_subcontent h1, #subcontent h1
	{
		margin: 0 0 5px 0;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
		color: #000000;
		border-bottom: 1px solid #616668;

		/* defines generic h1 element */
	}

	#blog_subcontent h2, #subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h2 element */
	}

	#blog_subcontent h3, #subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h3 element */
	}

	#blog_subcontent ul, #subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#blog_subcontent ul li, #subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#blog_subcontent ul li a, #subcontent ul li a
	{
		padding: 0;
		width: 100%;
		text-decoration: none;
		color: #001d58;
		margin-left: 12px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-size: 14px;
		line-height: 24px;
		

		/* defines generic link element */
	}

	#blog_subcontent ul li a:hover, #subcontent ul li a:hover
	{
		text-decoration: none;
		color: #1044AA;

		/* defines generic link hover state */
	}

#categories
{ 
	
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 12px;
	line-height: 18px;
	

	/* defines container for categories element */
}
	#categories ul
	{
		
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 0;
	}
	
#archives {
}

#contributors {
}
	
	.article
{
	padding: 0 10px 5px 0;
	/* container for each individual article */
}

	.article .details
	{
		margin: 0 0 6px 0;
		padding: 0;
		list-style: none;
		font-size: 12px;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}
	.article .details li a {
		font-size: 12px;
	}

	.article .introduction
	{
		border-bottom: 1px solid #E4E4E4;
		line-height: 18px;
		font-size: 12px;
		color: #000000;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 12px;
		text-align: left;
		margin: 4px 0 4px 0;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

