/*
Theme Name: websalt
Theme URI: http://websalt.ca/
*/


body, div, td, form, ul, img, p.nospace, h1, h2, h3, h4, h5, h6
{
	margin:0;
	padding:0;
}

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	color:#000;
	background:#120600 url(images/bg2.jpg) no-repeat scroll center top;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

a
{
	color:#1778cb;
	text-decoration:none;
}
a:hover
{
	color:#120600;
	text-decoration:underline;
}

a img
{
	border:none;
}

h1, h2, h3, h4, h5, h6
{
	color:#120600;
}
h2
{
	font-size:1.4em;
}
h3
{
	font-size:1.2em;
}
h4
{
	font-size:1.1em;
}

ul.no_bullet
{
	list-style:none;
}

.topspace
{
	margin:10px 0 0 0;
	padding:0;
}

div#header
{
	position:relative;
	margin:0 auto;
	height:250px;
	width:1000px;
	text-align:left;
}

img#shaker
{
	position:absolute;
	right:0px;
	top:0px;
}

img#websalt_logo
{
	position:absolute;
	right:250px;
	top:75px;
}

div#menu_bg
{
	position:absolute;
	bottom:0px;
	height:81px;
	width:649px;
	margin:0 0 0 175px;
	background-color:#120600;
	z-index:-1;
}
	
div#flash_mov
{
	position:absolute;
	height:250px;
	width:1000px;
	z-index:-1;
}

div#menu_container
{
	position:absolute;
	bottom:0px;
	width:649px;
	text-align:left;
	margin:0 0 0 175px;
}
	div#menu_container div#menu
	{
		height:81px;
		width:649px;
		text-align:left;
		background:url(images/menu_border.gif) no-repeat;
	}
		div#menu_container div#menu ul#main
		{
			list-style:none;
			padding:14px 0 0 14px;
		}
			div#menu_container div#menu ul#main li
			{
				height:30px;
				width:120px;
				float:left;
				margin-right:5px;
			}
			* html div#menu_container div#menu ul#main li
			{
				overflow:hidden;
			}
			div#menu_container div#menu ul#main a
			{
				height:30px;
				width:120px;
				line-height:28px;
				color:#1778cb;
				display:block;
				text-decoration:none;
				font-size:1.4em;
				background:url(images/button_up.gif) no-repeat;
				padding-left:8px;
			}
			div#menu_container div#menu ul#main a:hover
			{
				color:#FFF;
				background:url(images/button_over.gif) no-repeat;
			}
			div#menu_container div#menu ul#main a.selected
			{
				color:#FFF;
				background:url(images/button_sel.gif) no-repeat;
			}
			div#menu_container div#menu ul#main a.selected:hover
			{
				color:#FFF;
				background:url(images/button_sel.gif) no-repeat;
			}


div#container
{
	width:820px;
	margin:0 auto;
	padding:0;
	text-align:left;
}		
		
div#content_container
{
	padding:4px 15px 4px 15px;
}

div#footer_container
{
	width:649px;
	height:100px;
	text-align:left;
	margin:0 0 0 85px;
}
	div#footer_container div#footer_container2
	{
		position:relative;
		width:649px;
		height:100px;
		background:#120600 url(images/footer_border.gif) no-repeat;
	}
		div#footer_container div#footer_container2 div#footer
		{
			position:absolute;
			bottom:14px;
			left:14px;
			width:616px;
			height:40px;
			text-align:left;
		}
		/* ie5 hack */
		* html div#footer_container div#footer_container2 div#footer
		{
			width:622px;
			w\idth:616px;
		}
			div#footer_container div#footer_container2 div#footer div#footer_left
			{
				float:left;
				width:250px;
			}
			div#footer_container div#footer_container2 div#footer div#footer_right
			{
				float:right;
				width:250px;
				padding:7px 0 0 0;
				text-align:right;
			}
			div#footer_container div#footer_container2 div#footer div.content p
			{
				margin:0;
				padding:2px;
			}
		
		
		
/** rounded corner class **/
div.corners
{
	position:relative;
	border:2px solid #1778cb;
	background-color:#FFF;
}
	div.corners div.corner
	{
		position:absolute;
		width:12px;
		height:12px;
	}
	div.corners div.corner.tl
	{
		top:-2px;
		left:-2px;
		background:url(images/rounded_tl.gif) top left no-repeat;
	}
	div.corners div.corner.tr
	{
		top:-2px;
		right:-2px;
		background:url(images/rounded_tr.gif) top right no-repeat;
	}
	div.corners div.corner.bl
	{
		bottom:-2px;
		left:-2px;
		background:url(images/rounded_bl.gif) bottom left no-repeat;
	}
	div.corners div.corner.br
	{
		bottom:-2px;
		right:-2px;
		background:url(images/rounded_br.gif) bottom right no-repeat;
	}
	
	div.corners div.topshelf
	{
		background:url(images/gradient_top.gif) top repeat-x;
		width:100%;
	}	
		div.corners div.topshelf div.content
		{
			padding:6px;
		}
		
		
div.faint_round
{
	position:relative;
	width:820px;
	background:#120600 url(images/content_bg.gif);
}
	div.faint_round div.top
	{
		width:820px;
		height:15px;
		background:url(images/rounded_faint_top.gif) no-repeat;
	}
	div.faint_round div.mid
	{
		min-height:400px;
		height:auto !important;
		height:400px;
		width:820px;
		background:url(images/rounded_faint_mid.gif) repeat-y;
	}
		div.faint_round div.mid div.content
		{
			padding:10px;
		}
	div.faint_round div.bottom
	{
		width:820px;
		height:15px;
		background:url(images/rounded_faint_bottom.gif) no-repeat;
	}
	

div.clear
{
	clear:both;
}
div.spacer
{
	clear:both;
	height:15px;
}




/** home (news) page **/

div#home_welcome
{
	width:788px;
}

div#home_news_post
{
	width:470px;
}

div#home_posts_nav
{
	width:470px;
}

h2.post_date
{
	border-bottom:1px solid #ccc;
	margin:0 0 2px 0;
	padding-bottom: 2px;
	font-size:1.4em;
}

h3.storytitle
{
	border-bottom:1px solid #ddd;
	padding-bottom:2px;
	font-size:1.2em;
}

div.feedback
{
	padding:5px 0 0 0;
}

h2#comments, h2#postcomment
{
	font-size:1.3em;
}

textarea#comment
{
	width:100%;
	height:75px;
}

form#commentform p
{
	margin:0;
	padding:2px;
}
form#commentform p.topspace
{
	margin-top:10px;
	padding:2px;
}
form#commentform input.text
{
	border:1px solid #aaa;
}
form#commentform textarea
{
	border:1px solid #aaa;
}



/** about page **/

div#about_container_wide
{
	text-align:center;
}

div#about_container_thin
{
	width:723px;
	margin:0 auto;
	text-align:left;
}
/** ie5 hack **/
* html div#about_container_thin
{
	width:715px;
	w\idth:723px;
}

div.about_text
{
	width:350px;
	height:120px;
	line-height:14px;
}
/** ie5 hack **/
* html div.about_text
{
	height:124px;
	he\ight:120px;
}

div.about_text_left
{
	float:left;
}
div.about_text_right
{
	float:right;
}

div.about_image
{
	height:120px;
	width:120px;
}
/** ie5 hack **/
* html div.about_image
{
	height:124px;
	he\ight:120px;
}

div.about_image_left
{
	float:left;
	margin:0 0 0 15px;
}
div.about_image_right
{
	float:right;
	margin:0 15px 0 0;
}





/* services page */

div#services_end
{
	width:786px;
}

div.service_title
{
	float:left;
	width:150px;
	height:38px;
	text-align:left;
	margin-top:20px;
	margin:20px 2px 0 0;
	border-right:1px solid #777;
}
/* ie5 haq */
* html div.service_title
{
	height:42px;
	he\ight:38px;
}
	div.service_title h2
	{
		color:#1778cb;
	}
	
div.service_tab_right
{
	float:left;
	width:30px;
	height:38px;
	margin-top:20px;
	margin:20px 0 0 1px;
	border-left:0px;
}
* html div.service_tab_right
{
	height:42px;
	he\ight:38px;
}

div.service
{
	float:left;
	width:560px;
}




/* portfolio page */

div.portfolio_image
{
	float:left;
	height:374px;
	width:500px;
}

div.portfolio_text
{
	float:right;
	width:270px;
}




/* contact page */

div.contact
{
	width:500px;
}

table#contact_webform td
{
	padding:2px;
}
table#contact_webform input.text
{
	width:150px;
	border:1px solid #aaa;
}
table#contact_webform textarea
{
	width:300px;
	height:100px;
	border:1px solid #aaa;
}

p.error
{
	margin-top:0px;
	padding-top:0px;
	color:#e32828;
}



/* email plugin */

p.fieldwrap
{
	position:relative;
	margin:0;
	padding:0;
}
	p.fieldwrap label
	{
		width:70px;
		float:left;
		display:block;
		margin-top:2px;
	}
	p.fieldwrap input
	{
		border:1px solid #aaa;
		margin-bottom:5px;
		height:15px;
	}
	p.fieldwrap textarea
	{
		border:1px solid #aaa;
		width:400px;
	}
	p.fieldwrap img
	{
		position:absolute;
		top:-2px;
	}
div.credits
{
	display:none;
}


div.code
{
	border:1px solid #aaa;
	padding:4px;
	font-size:1.2em;
	background-color:#e0e7ee;
}
	div.code pre
	{
		margin:0;
		padding:0;
	}