
.alt {
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

strong {
	color: #9A9A9A;
}
.wht {
	color: #9A9A9A;
	font-size:10px;
}
.whta {
	color: #9A9A9A;
	font-size:10px;
}
.whta:hover{
	color: #FF0000;
	text-decoration:none;
}


h1, h2, h3 {
  font-family:Arial;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FF0001;
	font-family:arial;
	font-size:1.6em;
}


.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
}

h2 {
	font-size: 1.4em;
}

h2.pagetitle {
	font-size: 1.7em;
}

h6	{
	font-size:1.15em;
	color: #FF0001;
	font-family:arial;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

h3 {
	font-size: 1.4em;
 
}



h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #999999;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em  Arial, verdana, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #FF0001;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	


.description {
	text-align: center;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
        background-color: #333333;
        color: #B0B0B0;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #333333;
        border: 1px ridge #ccc;
        color: #B0B0B0;
	}

#commentform #submit {
	margin: 0;
	float: right;
        border: 1px ridge #ccc;
	}

input {
	padding: 2px;
/*	margin: 5px 5px 1px 0;*/
        color: #B0B0B0;	
        background-color: #333333;
        /*border: 1px ridge #ccc;*/	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin-left: -40px;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


/* Begin Sidebar */





/* End Sidebar */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 0px solid #000;
   text-align: center;
   background-color: #000000;
   padding-top: 0px;
   margin: 0px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 0px 0px;
   margin: 0;
}

.white{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

/* Free news letter section */
.field {
	width:185px;
	border:none;
	height:14px;
	background-color:#FFFFFF;
}
	
/* Free news letter section Ends*/

/* colin styles */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:170px;} 
div.clear {clear:both;padding-top:5px;} 

.sub_form	{
	margin:0 0 5px 10px;
	}

.input_text	{
	border:1px solid #000;
	}
	
input#name	{
border:0;
	}
.label	{
	font-weight:bold;
	padding:0 0 5px 0;

	}
input
{
color: #000;
background: #fff;
border: 1px solid #000;
}
	
input#submit	{
	background-repeat:no-repeat; 
	background-image:url(http://www.dynamiccoresolutions.com/images/go.jpg); 
	width:27px; 
	height:20px; 
	padding-right:10px;
	border:0;
	}

form	{
border-top:1px solid #000;
}

#page_content{
	
	margin:0 30px 0 0px;
	width:470px;
	}

#page_content_full{
	
	margin:0 30px 0 0px;
	width:710px;
	}




.side_email	{
	padding:0 0 0 15px;
	}
.side_email a	{
	color: #9A9A9A;
	}
	
	
	
	
	
	

