
/*php stylesheet for dipsbyderringer.com*/

/*reset browser styles*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes Firefox imposed outline; from boilerplate resets */
a { outline: none; }
/*end of browser resets*/

/* Default typography from boilerplate */
body,h1,h2,h3,h4,h5,h6 {
  font-family: Georgia, "Times New Roman", serif;
}

body {
  font-size: 75%;
  line-height: 1.25em;
  text-align: left;
}

p,ul,ol,dl,input,textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
  line-height: 2em;
}

h2 {
  font-size: 1.75em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

h6
  a{ font-size: 1em;
}

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

a:hover {
  text-decoration: underline;
}

a:focus /* from sitepoint Tech Times 14apr2010 */
{
  outline:1px dotted;
  outline-offset:2px;
  -moz-outline-radius:5px;
}

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
/*end of default typography*/

/*begin custom styles*/
/*all the colors*/
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/digitworx.com/httpdocs/styles/styles.php:15) in <b>/usr/local/4admin/apache/vhosts/digitworx.com/httpdocs/styles/styles.php</b> on line <b>146</b><br />
/*end colors*/

html {
	width: 100%;
	}
	
body {
	text-align: center;
	margin: 2% 10%;
	background-color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	color: #000;
}

div.content {
	padding: 15px;
	text-align: left;
}

p.logoName {
	text-align: center;
	margin-bottom: 0px;
}

img.logoName {
	width: 20%;
}

div.logoBox {
	width: 20%;
	float: right;
	margin-left: 2%;
}

div.logoBox img {
	width: 100%;
	}
	
h1 {
	text-align: center;
}

h2, h3 {
	text-align: left;
}
	
h3 {
	margin-bottom: .1em;
}
	
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: gray;
}

p, p.center {
	font-size : 1.2em;
	line-height: 1.75em;
}

p.center {
	text-align: center;
}

/*h1 span.digit {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	font-size: 2em;
	line-height: 1.25em;
}

h1 span.worx {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 2.25em;
	line-height: 1.25em;
	font-weight: bold;
}*/

/*#digit {
	font : 18pt Arial;
}

#worx {
	font : 24pt "FuturaBlack BT", "Arial Black", "Times New Roman";
}

#logoText {
position : absolute;
top : 5px;
left : 35px;
}*/

/*end custom styles*/


