﻿/***************************************************************************/
/* DRP Web Design - Default Theme (for IE8, Firefox, Safari, Chrome)
/* --------------------------------------
/* Everything you see is (c)2010 David Pike
/* e. david@drpwebdesign.co.uk
/* w. http://www.drpwebdesign.co.uk
/***************************************************************************/



/***************************************************************************/
/* CSS Reset 
/* (meyerweb reset - http://meyerweb.com/eric/tools/css/reset/)
/***************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

:focus {
	outline: 0;
}
body {

	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {

	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*



/***************************************************************************/
/* Body and layout containers
/***************************************************************************/
body
{
	/*font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;*/
	font-family: 15px/22px "Georgia", "Calibri""Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}

#wrapper
{
	width: 760px;
	margin: auto;
}

#header
{
	padding: 10px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}


#footer
{
	width: 100%;
	font-size: .8em;
	padding: 10px 0px 0px 0px;
}

#footer #copyright
{
	margin-left: 35px;
	padding: 0;
	float: left;
}

#footer #access
{
	float: right;
	margin-right: 35px;
	padding: 0;
}

#footer #access img
{
	border: none;
}
/*



/***************************************************************************/
/* Styles
/***************************************************************************/
h1
{
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: lighter;
	color: #4EB6C3;
	text-indent: -1px;
}

h2
{
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: lighter;
	color: #4EB6C3;
	text-indent: -1px;
}

h3
{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: .9em;
	color: #4EB6C3;
	text-indent: -1px;
}

a
{
	outline: none;
	border: none;
	color: #94CA2E;
}

/* kill all borders */
a:active
{
	outline: none;
}

p
{
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.2em;
	text-indent: 0px;
}

li 
{
	font-size: 0.8em;
	padding: 1px 0px 1px 0px;
}

hr
{
	visibility: hidden;
}

#home p
{
	font-size: 0.9em;
}
/*



/***************************************************************************/
/* Scrolling Panes
/***************************************************************************/
#flowpanes .items
{
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}

#flowtabs
{
	width: 760px;
	height: 31px !important;
	margin: 0 !important;
	padding: 20px 0px 0px 0px;
}

#flowtabs li
{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#flowtabs li a
{
	outline: none;
	display: block;
	height: 31px;
	padding: 0px;
	margin: 0px; /* font decoration */
	color: #000;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
}

#flowtabs #t1
{
	width: 149px;
	text-indent: -20000px;
	background-image: url(../images/nav/home_off.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#flowtabs #t2
{
	width: 229px;
	text-indent: -20000px;
	background-image: url(../images/nav/services_off.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#flowtabs #t3
{
	width: 189px;
	text-indent: -20000px;
	background-image: url(../images/nav/portfolio_off.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#flowtabs #t4
{
	width: 189px;
	text-indent: -20000px;
	background-image: url(../images/nav/contact_off.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


#flowtabs #t1:hover
{
	background-image: url(../images/nav/home_hover.jpg);
}

#flowtabs #t2:hover
{
	background-image: url(../images/nav/services_hover.jpg);
}

#flowtabs #t3:hover
{
	background-image: url(../images/nav/portfolio_hover.jpg);
}

#flowtabs #t4:hover
{
	background-image: url(../images/nav/contact_hover.jpg);
}

/* selected */
#flowtabs a.current
{
	cursor: default;
}
#flowtabs #t1.current
{
	background-image: url(../images/nav/home_on.jpg);
}
#flowtabs #t2.current
{
	background-image: url(../images/nav/services_on.jpg);
}
#flowtabs #t3.current
{
	background-image: url(../images/nav/portfolio_on.jpg);
}
#flowtabs #t4.current
{
	background-image: url(../images/nav/contact_on.jpg);
}

#flowpanes
{
	cursor: text;
	width: 780px;
	height: 370px;
}

#flowpanes div
{
	display: none;
	
	padding-top: 5px;
}

#flowpanes div #home, #services, #contact, #portfolio
{

	margin: 20px 35px;

}



#flowpanes img
{
	border: none;
}

#flowpanes .mugshot
{
	float: right;
	padding: 5px 5px 5px 0px;
}

#flowpanes .mini
{
	list-style-type: none;
	display: block;
	margin: auto;
	padding: 0px 10px 10px 10px;
	width: 208px;
	clear: right;
	text-align: justify;
}

#flowpanes .mini h3
{
	text-align: left;
}

#flowpanes .minirhs
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	font-size: .75em;
	float: right;
	max-height: 370px;
}

#flowpanes .minirhs .gradient
{
	position: absolute;
	top: 220px;
	
	z-index: 5;
}

#flowpanes .minirhs ul
{
	list-style-type: none;
}

#flowpanes .minirhs li
{
	padding-bottom: 5px;
}

#flowpanes .midi
{
	list-style-type: none;
	display: block;
	margin: auto;
	padding: 0px 20px 30px 0px;
	width: 487px;
	clear: right;
}

/* over rides */
#flowpanes
{
	cursor: pointer;
	position: relative;
	overflow: hidden;
	clear: both;
}

#flowpanes div
{
	float: left;
	display: block;
	
	cursor: default;
}
/*



/***************************************************************************/
/* Helpers, Bad Browser, No Javascript and Accessibility
/***************************************************************************/
#w3cHelper
{
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
}

.badBrowser
{
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
}

.nojavascript
{
	padding: 5px 10px 5px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 2px solid red;
	height: 45px;
	background-color: #fafafa;
	background-image: url('/images/warning.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: justify;
	visibility: visible;
	width: 98%;
}

.nojavascript img
{
	padding: 0px 0px 0px 0px;
	float: right;
}


/***************************************************************************/
/* jQuery Twitter Widget
/***************************************************************************/
#fromtwo
{
margin: 0px 0px 0px 0px;
}

.query
{
width: 180px;

}
.query .tweet_list
{
	list-style-type: none;
	margin: 0;


}
.query .tweet_list li
{

	border-bottom:1px dashed #dddddd;


}
.query .tweet_list li a
{
	color: #94CA2E;
}

.query .tweet_list li strong
{
	color: #4EB6C3;
}
.query .tweet_list .tweet_even
{

}
.query .tweet_list .tweet_avatar
{
	

}
.query .tweet_list .tweet_avatar img
{
	
}
