@CHARSET "UTF-8";
/*
	Screen CSS for clearweb.ie
	Written by Matt Finucane @ clearweb.ie, August 2009
*/

*
{
	padding: 0px;
	margin: 0px;
}

html 
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	color: #003858;
	background-color: #E0E9EE;
}

h1, h2, h3, h4, h5, h6, h7, h8
{
	font-family: georgia;
}

.wrapper
{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

#top
{
	border-top: 10px solid #003858;
}

.container
{
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

.section
{
	display: inline;
	float: left;
	width: 100%;
}

.displaynone
{
	display: none !important;
}

p
{
	text-align: left;
	line-height: 1.5em;
}

a
{
	color: #003858;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #555;
	text-decoration: none;
}

/* the header and all that is in it	 */

#header a img
{
	display: inline;
	float: left;
	width: 155px;
	height: 90px;
	margin: 20px;
	text-decoration: none;
	border: none;
}

#header ul
{
	display: inline;
	float: right;
	margin-top: 30px;
	width: 600px;
	list-style-type: none;
}

#header ul li
{
	display: inline;
	float: left;
	width: 120px;
	height: 120px;
}

#nav-selected-item
{
	background: #e0e9ee url(../images/nav-selected-item.png) no-repeat center bottom;
}

#nav-selected-item-blog
{
	background: #e0e9ee url(../images/nav-selected-item-blog.png) no-repeat center bottom;
}

#header ul li a
{
	display: inline; 
	float: left;
	width: 120px;
	padding-top: 60px;
	color: #799bad;
	font-weight: bold;
	text-align: center;
}

#header ul li a:hover
{
	text-decoration: none;
}

/*	The menu	*/

#home
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat 0px 0px;
}

#home:hover
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -120px 0px;
	color: #ac6227;
}

.home-active
{
	background: #E0E9EE url('../images/topnav-grid.png') -120px 0px;
	color: #ac6227;
}

#about
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -240px 0px; 
}

#about:hover
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -360px 0px;
	color: #6fa726;
}

.about-active
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -360px 0px !important;
	color: #6fa726;
}

#portfolio
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -480px 0px; 
}

#portfolio:hover
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -600px 0px;
	color: #3264b1;	
}

.portfolio-active
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -600px 0px !important;
	color: #3264b1;	
}

#contact
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -720px 0px; 
}

#contact:hover
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -840px 0px;
	color: #c92b03;
}

#blog
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -960px 0px;
}

#blog:hover
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -1080px 0px;
	color: #ff7f00;
}

.blog-active
{
	background: #E0E9EE url('../images/topnav-grid.png') no-repeat -1080px 0px;
	color: #ff7f00;
}

/*	End of the menu	and header	*/

/*	high content	*/

#high-content, #portfolio-content, #disclaimer-content, #vidcontainer
{
	width: 100%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*	
	Homepage portfolio widget
*/

#portfolio-widget
{
	display: inline;
	float: left;
	width: 520px;
	height: 345px;
	margin: 20px;
}

#portfolio-slideshow
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 345px;
	z-index: 5;
	background: #fff url('../images/ajax-loader.gif') no-repeat center;
}

#portfolio-slideshow img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 345px;
	z-index: 6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#portfolio-slideshow-nav 
{
	position: absolute;
	top: 280px;
	left: 0px;
	width: 520px;
	height: 40px;
	background-color: #003858;
	opacity: 0.85;
	filter: alpha(opacity=85); 
	z-index: 7;
}

#portfolio-slideshow-nav h2
{
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 290px;
	padding-left: 10px;
}

#portfolio-slideshow-nav h2 a
{
	display: inline;
	float: left;
	line-height: 40px;
	font-size: 1.0em;
	color: #fff;
}

#portfolio-slideshow-nav h2 a:hover
{
	text-decoration: underline;
}

#portfolio-slideshow-nav p
{
	display: inline;
	float: left;
	width: 360px;
	color: #fff;
}

#portfolio-slideshow-nav ul
{
	display: none;	/*hidden by default, for users who have javascript disabled*/
	float: right;
	width: 180px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
}

#portfolio-slideshow-nav ul li
{
	display: inline;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 5px;
}

#portfolio-slideshow-nav ul li a
{
	display: inline;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #003858 url('../images/buttons-grid.png') no-repeat -1px -325px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px;
}

#portfolio-slideshow-nav ul li a:hover
{
	background: #003858 url('../images/buttons-grid.png') no-repeat -37px -325px;
	color: #003858;
}

/*
	Upper page content
*/

#high-content h1
{
	display: inline;
	float: left;
	width: 380px;
	font-size: 2em;
	font-weight: normal;
	margin: 10px;
	margin-top: 30px;
	color: #00a0c6;
}

#high-content p
{
	display: inline;
	float: left;
	width: 380px;
	margin: 10px;
}

#view-portfolio-button, #contact-us-now-button, #visit-site
{
	display: inline;
	float: left;
	margin: 10px;
	width: 241px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	background: #fff url('../images/buttons-grid.png') no-repeat 0px 0px;
	color: #fff;
	font-weight: bold;
}

#view-portfolio-button:hover, #contact-us-now-button:hover, #visit-site:hover
{
	background: #fff url('../images/buttons-grid.png') no-repeat 0px -58px;
	color: #003858;
	text-decoration: none;
}

/*	End of high content		*/

/*	Start of what we do at clearweb (applies to homepage and about page)	*/

.what-we-do-at-clearweb
{
	display: inline;
	float: left;
	width: 445px;
	padding-left: 75px;
	padding-top: 10px;
	margin: 20px;
	margin-top: 30px;
}

#what-we-do-home
{
	background: #E0E9EE url('../images/what-we-do.png') no-repeat top left;
}

#what-we-do-about
{
	background: #E0E9EE url('../images/services.png') no-repeat top left;
}

.what-we-do-at-clearweb h2, #portfolio-website-information h2
{
	display: inline;
	float: left;
	width: 400px;
	font-size: 1.75em;
	font-weight: normal;
	color: #00a0c6;
}

.what-we-do-at-clearweb p, #portfolio-website-information p
{
	display: inline;
	float: left;
	width: 400px;
	margin-top: 10px;
}

.what-we-do-at-clearweb a
{
	display: inline;
	float: left;
	width: 400px;
	color: #003858;
	font-weight: bold;
	margin-top: 10px;
}

.what-we-do-at-clearweb a:hover
{
	text-decoration: underline;
}

#what-we-do-about h3
{
	font-weight: normal;
	color: #00a0c6;
}

/*	End of what we do at clearweb		*/

/*	Start of clearweb contact details	*/

#clearweb-contact-details
{
	display: inline;
	float: left;
	width: 325px;
	margin: 20px;
	padding-left: 75px;
	padding-top: 10px;
	margin-top: 30px;
	background: #E0E9EE url('../images/contact-clearweb.png') no-repeat 0px 10px;
}

#clearweb-contact-details h2, #what-you-need-to-know h2, #website-features h2
{
	display: inline;
	float: left;
	width: 325px;
	font-size: 1.75em;
	font-weight: normal;
	color: #00a0c6;
}

#clearweb-contact-details ul
{
	display: inline;
	float: left;
	width: 300px;
	list-style-type: none;
}

#clearweb-contact-details ul li
{
	display: inline;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

#clearweb-contact-details ul li span
{
	color: #799bad;
}

#clearweb-contact-details ul li a:hover
{
	text-decoration: underline;
}

#clearweb-contact-details address
{
	display: inline;
	float: left;
	width: 300px;
	font-style: normal;
}

/*	End of Clearweb contact details		*/

#conversion
{
	background-color: #003858;
}

/*	Start Enquiry form	*/

#enquiry-form
{
	display: inline;
	float: left;
	width: 450px;
	padding-left: 75px;
	padding-top: 10px;
	margin: 20px;
	margin-top: 30px;
	background: #003858 url('../images/enquiry.png') no-repeat top left;
}

#enquiry-form h2
{
	display: inline;
	float: left;
	width: 450px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c3d2da;
}

#enquiry-form p
{
	display: inline;
	float: left;
	margin-top: 10px;
	width: 450px;
	color: #c3d2da;
}

#enquiry-form form 
{
	display: inline;
	float: left;
	width: 410px;
	margin-top: 10px;
}

#enquiry-form form fieldset
{
	display: inline;
	float: left;
	width: 410px;
	border: 0px;
}

#enquiry-form form fieldset input[type="text"], #enquiry-form form fieldset textarea
{
	display: inline;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #c3d2da;
	color: #c3d2da;
	background-color: #003858;
	font-size: 0.9em; 
}

#enquiry-form form fieldset input[type="submit"]
{
	display: inline;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 206px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	text-align: left;
	background: #003858 url('../images/buttons-grid.png') no-repeat 0px -168px;
	color: #003858;
	font-size: 1em;
	font-weight: bold;
	border: 0px;
	cursor: hand;
}

#enquiry-form fieldset input[type="submit"]:hover
{
	cursor: pointer;
	cursor: hand;
	color : #fefefe;
}

#enquiry-form form fieldset textarea
{
	overflow: hidden;
	font-family: verdana;
	font-size: 1em;
	/*height: 32px;*/
	line-height: 32px;
}

#enquiry-form form fieldset label
{
	display: none;
}

/*	End Enquiry form	*/

/*	Start of Keep in touch	*/

#keep-in-touch
{
	display: inline;
	float: left;
	width: 320px;
	margin: 20px;
	margin-top: 30px;
	padding-left: 75px;
	padding-top: 10px;
	background: #003858 url('../images/star.png') no-repeat top left;
}

#keep-in-touch h2
{
	display: inline;
	float: left;
	width: 310px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c3d2da;
}

#networks, #contact-details
{
	display: inline;
	float: left;
	width: 320px;
	margin-top: 10px;
	list-style-type: none;
}

#networks li
{
	display: inline;
	float: left;
	width: 320px;
}

#networks li a
{
	display: inline;
	float: left;
	width: 280px;
	padding-left: 40px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 11px;
}

#contact-details li
{
	display: inline;
	float: left;
	width: 310px;
	font-size: 1.4em;
	color: #C3D2DA;
	margin: 0px;
	padding: 0px;
}

#contact-details li a
{
	color: #C3D2DA;
}

#twitter-link
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px -45px;
}

#twitter-link:hover
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px -180px;
}

#rss-feed-link
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px -90px;
}

#rss-feed-link:hover
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px -225px;	
}

#linkedin-link
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px 0px;
}

#linkedin-link:hover
{
	background: #003858 url('../images/get-in-touch-grid.png') no-repeat 0px -135px;
}

/*	End of Keep in touch	*/

/*	Start of the footer		*/

#footer
{
	background-color: #00a0c6;
}

#footer div
{
	background: #00a0c6 url('../images/clearweb-mini-logo.png') no-repeat center left;
	height: 75px;
}

#footer div p
{
	display: inline;
	float: left;
	width: 650px;
	color: #003858;
	text-transform: uppercase;
	font-size: 0.6em;
	margin-left: 75px;
	margin-top: 45px;
}

#footer div ul 
{
	display: inline;
	float: left;
	width: 150px;
	margin-top: 45px;
	font-size: 0.6em;
	text-transform: uppercase;
	list-style: none; 
}

#footer div ul li
{
	display: inline;
	float: left;
	/*width: 50%;*/
}

#footer div ul li a
{
	margin: 0px;
	color: #003858;
	text-decoration: none;
	margin-right: 10px;
}

#footer div ul li a:hover
{
	text-decoration: underline;
}

#footer div a
{
	display: inline;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}

#footer div a img
{
	border: 0px;	
}

/*	End of the footer div	*/

/*	Start of About Clearweb		*/

#about-clearweb
{
	display: inline;
	float: left;
	width: 430px;
	margin: 15px;
}

#about-clearweb h1
{
	display: inline;
	float: left;
	width: 410px;
	margin: 10px;
}

#about-clearweb p
{
	display: inline;
	float: left;
	width: 410px;
	margin: 10px;
}

#round-table
{
	display: inline;
	float: right;
	margin: 20px;
}

/*	End of About Clearweb	*/

/*	Start of 'What we do'	*/

.what-we-do-at-clearweb h3
{
	display: inline;
	float: left;
	width: 400px;
	font-size: 1.0em;
	margin-top: 15px;
	font-family: verdana, helvetica, arial, sans-serif;
}

/*	End of What we do	*/

/*	Start of 'What you need to know'	*/

#what-you-need-to-know
{
	display: inline;
	float: left;
	width: 310px;
	margin: 20px;
	margin-top: 30px;
	padding-left: 75px;
	padding-top: 10px;
	background: #E0E9EE url('../images/what-you-need-to-know.png') no-repeat top left;
}

#what-you-need-to-know h3
{
	display: inline;
	float: left;
	width: 300px;
	font-size: 1.0em;
	margin-top: 15px;
	font-family: verdana, helvetica, arial, sans-serif;
}

#what-you-need-to-know p
{
	display: inline;
	float: left;
	width: 300px;
	margin-top: 10px;
}

/*	End of 'What you need to know'	*/

/*	Start of our portfolio	*/

#portfolio-content h1
{
	display: inline;
	float: left;
	width: 190px;
	font-size: 2em;
	font-weight: normal;
	margin: 25px;
	color: #00a0c6;
}

#portfolio-content ul
{
	display: inline;
	float: left;
	width: 225px;
	margin: 15px;
	margin-top: 0px;
	list-style-type: none;
}

#portfolio-content ul li
{
	display: inline;
	float: left;
	width: 225px;	
}

#portfolio-content ul li a
{
	display: inline;
	float: left;
	width: 205px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #003858;
}

#portfolio-content ul li a:hover, #portfolio-content ul li #active-portfolio-selection
{
	display: inline;
	float: left;
	background: #00a0c6 url('../images/echelon.png') no-repeat center right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/*	End of our portfolio	*/

/*	Start of portfolio website information and features	*/

#portfolio-website-information
{
	display: inline;
	float: left;
	width: 430px;
	margin: 20px;
	margin-top: 30px;
	padding-left: 75px;
	padding-top: 10px;
	background: #E0E9EE url('../images/portfolio-website-information.png') no-repeat top left;
}

#visit-site
{
	background: #E0E9EE url('../images/buttons-grid.png') no-repeat 0px -219px; 
	margin-top: 20px;	
}

#visit-site:hover
{
	color: #003858;
	text-decoration: none;
	background: #E0E9EE url('../images/buttons-grid.png') no-repeat 0px -277px; 	
}

#website-features
{
	display: inline;
	float: left;
	width: 310px;
	margin: 20px;
	margin-top: 30px;
	padding-left: 75px;
	padding-top: 10px;
	background: #E0E9EE url('../images/what-we-do.png') no-repeat top left;
}

#website-features ul
{
	display: inline;
	float: left;
	width: 290px;
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

#website-features ul li
{
	margin-bottom: 10px;
}

/*	End of portfolio website information and features	*/

/*
	Portfolio slide show rotating images
*/

#client-preview-widget
{
	display: inline;
	float: right;
	width: 720px;
	height: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#client-slideshow-container
{
	display: inline;
	float: left;
	width: 600px;
	height: 270px;
}

#slideshow-images
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 270px;
}

.carousel-active-img
{
	position: absolute;
	top: 20px;
	left: 150px;
	width: 300px;
	height: 225px; 
	z-index: 10;
}

.carousel-left-img
{
	position: absolute;
	top: 90px;
	left: 30px;
	width: 160px;
	height: 120px;
	z-index: 9;
}

.carousel-right-img
{
	position: absolute;
	top: 90px;
	left: 412px;
	width: 160px;
	height: 120px;
	z-index: 8;
}

#portfolio-nav-left
{
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px;
	margin-top: 120px;
	background: url('../images/buttons-grid.png') no-repeat 4px -360px;
}

#portfolio-nav-right
{
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px;
	margin-top: 120px;
	background: url('../images/buttons-grid.png') no-repeat -44px -360px;
}

#portfolio-nav-left:hover
{
	background: url('../images/buttons-grid.png') no-repeat -90px -360px;
}

#portfolio-nav-right:hover
{
	background: url('../images/buttons-grid.png') no-repeat -138px -360px;
}

#click-to-zoom
{
	position: absolute;
	visibility: hidden;
	top: 120px;
	left: 200px;
	width: 200px;
	z-index: 11;
	background-color: #000;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	opacity: 0.85;
	filter: alpha(opacity=85); 
}

#click-to-zoom:hover
{
	text-decoration: underline;
}

/*
	Client testimonial on portfolio page
*/

#client-testimonial
{
	display: inline;
	float: left;
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 20px;
	width: 355px;
	background: url('../images/blockquote-begin.png') no-repeat top left; 
}

#client-testimonial blockquote
{
	display: inline;
	float: left;
	padding-right: 50px;
	padding-bottom: 20px;
	width: 305px;
	background: url('../images/blockquote-end.png') no-repeat bottom right; 
}

#client-testimonial blockquote p
{
	display: inline;
	float: left;
	width: 100%;
}

#client-testimonial blockquote strong
{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 10px;
}

/*
	Privacy policy and accessibility statement
*/

#disclaimer-content
{
	margin-bottom: 10px;
}

#disclaimer-content h1
{
	display: inline;
	float: left;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 30px;
	color: #00a0c6;
}

#disclaimer-content p
{
	display: inline;
	float: left;
	width: 80%;
	margin: 10px;
}

#disclaimer-content a
{
	font-weight: bold;
	color: #003858;
}

#disclaimer-content ul 
{
	display: inline;
	float: left;
	width: 80%;
	margin: 10px;
	list-style-type: square;	
}

#disclaimer-content ul li
{
	display: inline;
	float: left;
	width: 90%;
	line-height: 1.5em;
	margin-bottom: 10px;
}

/*	Start of high blog content	*/

#high-content-blog
{
	background-color: #00a0c6;
	color: #fff;
	border-bottom: 5px solid #003858;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#high-content-blog h1, #high-content-blog h2
{
	display: inline;
	float: left;
	width: 940px;
	margin: 20px;
	font-size: 2.0em;
	font-weight: normal;
	clear: both;
}

#high-content-blog h3
{
	display: inline;
	float: left;
	width: 940px;
	margin: 20px;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: normal;
}

.read-more
{
	color: #ff7f00 !important;
}

/*	Start of main blog content	*/

#main-blog-content 
{
	width: 1000px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#blog-menu
{
	display: inline;
	float: left;
	width: 970px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px dashed #003858;
}

#blog-menu li
{
	display: inline;
	float: left;
}

#blog-menu li a
{
	display: inline;
	float: left;
	padding-right: 30px;
	height: 20px;
	line-height: 20px;
	color: #003858;
}

#blog-menu li a:hover
{
	text-decoration: underline;
}

#feed-link
{
	display: inline;
	float: left;
	width: 260px !important;
	height: 16px;
	margin-bottom: 30px;
	line-height: 16px;
	padding-left: 40px;
	border-bottom: none !important;
	background: #fff url('../images/feedicon.png') no-repeat top left;
}

/*	End of main blog content	*/

/*	Start of blog posts		*/

#blog-posts
{
	display: inline;
	float: left;
	width: 669px;
	min-height: 500px;
	margin-top: 10px;
	border-right: 1px dashed #003858;
}

#blog-posts h1, #blog-posts h2
{
	display: inline;
	float: left;
	width: 600px;
	margin: 20px;
	margin-top: 10px;
	font-size: 1.5em;
	color: #ff7f00;
	font-weight: normal;
}

#blog-posts h4
{
	display: inline;
	float: left;
	width: 600px;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #ff7f00;
	font-weight: normal;
}

#blog-posts h2 a
{
	display: inline;
	float: left;
	color: #ff7f00;
}

#blog-posts h2 a:hover
{
	text-decoration: underline;
}

#blog-posts p, #blog-posts img
{
	display: inline; 
	float: left;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#blog-posts p
{
	width: 600px;
}

#blog-posts div a img
{
	padding: 4px;
	border: 1px solid #003858;
}

#blog-posts div p
{
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}

.post-links
{
	display: inline;
	float: left;
	list-style: none;
	width: 600px; 
	margin: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #003858;
}

.post-links li
{
	display: inline;
	float: left;
	margin-right: 10px;
}

.post-links li a:hover
{
	text-decoration: underline;
}

.share-widget
{
	display: inline;
	border: none;
	float: right !important;
	margin: 0px !important;
	padding: 4px !important;
}

.share-widget img
{
	margin: 0px !important;
	border: none;
}

#comments-form fieldset input[type="submit"]
{
	width: 157px;
	padding-left: 10px;
	height: 32px !important;
	line-height: 32px !important;
	font-weight: bold;
	background: #fff url('../images/read-more-rollover.png') no-repeat top left;
	border: none;
	text-align: left;
	font-size: 1.0em;
	color: #fff !important;
}

#comments-form fieldset input[type="submit"]
{
	display: inline;
	float: left;
	width: 167px;
}

#comments-form fieldset input[type="submit"]:hover
{
	background: #fff url('../images/read-more-button.png') no-repeat top left;
	color: #003858 !important;
	text-decoration: none !important;
}

#comments-link
{
	display: inline;
	float: left;
	width: 110px;
	height: 24px !important;
	margin-left: 20px;
	line-height: 24px !important;
	padding: 0px;
	padding-left: 30px;
	padding-right: 0px !important;
	background: #fff url('../images/speechbubble.png') no-repeat top left;
}

/*	End of blog posts	*/

/*	Start of comments form	*/

#comments-form
{
	display: inline;
	float: left;
	width: 400px;
	margin: 20px;
	margin-top: 10px;
}

#comments-form fieldset
{
	display: inline;
	float: left;
	border: none;
	width: 400px;
}

#comments-form input[type="text"], #comments-form textarea
{
	display: inline;
	float: left;
	width: 380px;
	margin-bottom: 10px;
	border: 1px solid #c3d2da;
	padding: 4px;
	font-size: 0.9em;
}

#comments-form textarea
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	clear: both;
}

.disclaimer
{
	display: inline;
	float: right;
	width: 180px !important;
	margin: 10px;
	font-size: 0.7em;
}

/*	End of comments form	*/

/*	Start of blog comments	*/

#comments
{
	display: inline;
	float: left;
	width: 669px;
	border-right: 1px dashed #003858;
}

#comments h4
{
	display: inline;
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.comment-content
{
	display: inline;
	float: left;
	width: 600px;
	margin-bottom: 10px;
}

.comment-content span
{
	display: inline;
	float: left;
	width: 90px;
	padding: 10px;
	padding-left: 20px;
	background: #fff url('../images/comment-speech.png') no-repeat center right;
}

.comment-content p
{
	display: inline;
	float: right; 
	width: 460px;
	padding: 10px;
	background-color: #003858;
	color: #fff; 
}

/*	Start of blog sidebar	*/

#sidebar
{
	display: inline;
	float: right;
	width: 300px;
	margin-top: 10px;
	padding: 15px;
	background-color: #fff;	
}

#sidebar h3, #sidebar h4, #sidebar a, #sidebar p
{
	display: inline;
	float: left;
	width: 300px;
}

#sidebar h3, #sidebar h4
{
	display: inline;
	float: left;
	font-weight: normal;
}

#sidebar h3
{
	font-size: 1.5em;
}

#sidebar h4 a
{
	color: #ff7f00;
	font-size: 1.3em;
	border: none;
	margin-top: 20px;
}

#sidebar a
{
	color: #ff7f00;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #003858; 
}

#sidebar h4 a:hover, #sidebar a:hover
{
	text-decoration: underline;
}

/*	End of blog sidebar		*/

/* Blog archive	*/

.archive-list
{
	display: inline;
	float: left;
	width: 300px;
	margin: 20px;
	margin-top: 0px;
}

.archive-list li
{
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px; 
}

.archive-list a
{
	display: inline;
	float: left;
}

.archive-list a:hover
{
	text-decoration: underline;
}

/*	
	Overlay for video portfolio
*/

#background-opacity-overlay, #background-inner-overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

#background-opacity-overlay
{
	z-index: 100;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}	

#background-inner-overlay
{
	z-index: 101;
	text-align: center;
}

#vidcontainer
{
	margin: 100px auto;
	width: 800px;
	height: 500px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

#vidcontainer object, #vidcontainer embed
{
	display: inline;
	float: left;
	background-color: #fff;
}

#vidcontainer h3
{
	display: inline;
	float: left;
	padding: 7px;
	color: #000;
	margin-top: 10px;
	font-family: verdana,helvetica,arial,sans-serif;
}

#close-lightbox
{
	display: inline;
	float: right;
	padding: 7px;
	color: #000;
	margin-top: 10px;
}



