/*
Theme Name: DCRdomains
Theme URI: http://www.dcrdomains.com
Author: DCRdomains
Author URI: http://www.dcrdomains.com
Version: 1.0
Description: Showcase portfolio and explain market position

Note: media.php has been altered to remove the wp-post-image class and create the right size for medium images
      formatting.php has been altered to make wp_trim_excerpt equal to 30 characters


Copyright (c) 2010 DCRdomains.com

*/

/*CSS Reset*/
@import url(css/reset.css);

body { /* This is where you set many of the universal defaults */
	background: #FFFFFF; color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover { 
	color: #fff; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, blockquote {
	color: #000;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	color: #000;
	margin: 0px; padding: 0px;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
	margin: 0px; padding: 0px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}

#portfolio_header { /* This style used as title for comments and as the identifying header on archive page  */
	text-align:center;
	width:415px;
	float:right;
}
#portfolio_header h4 { /* This style used as title for comments and as the identifying header on archive page  */
	padding-top:5px;
	color:#ffffff;
	font-weight:bold;
}
#about_header { /* This style used as title for comments and as the identifying header on archive page  */
	text-align:center;
	float:left;
	width:524px;
	border-right: 1px solid #7e7e7e;
}
#about_header h4 { /* This style used as title for comments and as the identifying header on archive page  */
	padding-top:5px;
	color:#ffffff;
	font-weight:bold;
	height:30px;
}
h5 {
	font-size: 16px;
	margin: 0px; padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #0d0d0d url(images/container-bg.gif) repeat-y;
	width: 960px;
	margin: 20px auto; padding: 0px;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	width: 960px; height: 80px;
	position:relative;
}

/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/



/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 954px;
	background: #2e2e2e;
	margin: 0px; padding: 0px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#homefeature #rotator-wrapper {
	display: block;
	float: left;
	border-right: 1px solid #FFF;
}
#homefeature #homefeature-blurb {
	display: block;
	float: left;
	width: 278px;
	margin: 0px; padding: 20px;
}

#homebottom {
	width: 954px;
	background: url(images/homebottom-bg.gif) repeat-y;
	margin: 0px; padding: 0px;
	border-top: 1px solid #7e7e7e;
	border-left: 3px solid #7e7e7e;
	border-right: 3px solid #7e7e7e;
}
#homebottom .widget {
	width: 317px;
	display: inline;
	float: left;
  border-right: 0px solid #7e7e7e;
	height:500px;
}

#homebottom .border_fix {
	width: 318px;
	display: inline;
	float: left;
	border:0px;
}

#homebottom h4 {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;

}
#homebottom .widget p,
#homebottom .widget img,
#homebottom .widget form,
#homebottom .widget div  {
	padding: 10px;
}
#homebottom .widget ul,
#homebottom .widget ol {
	padding: 10px 0px; margin-left:15px;
	list-style-type: square;
}

#homebottom .widget .textwidget{
	position:relative;
	height:480px;
}

#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px 25px; padding: 0px;
}

#homebottom .widget .textwidget p {
	margin-top:5px;
	margin-left:5px;
}

#homebottom img {
	margin:0;
	padding-left: 15px;
	padding-top:10px;
}
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 593px;
	float: left;
	margin: 0px; padding: 20px;
}

#content_wrap {
	overflow: auto;
	width: 954px;
	border-left: 3px solid #7e7e7e;
	border-right: 3px solid #7e7e7e;
} 

#content-full {
	background: #ffffff;
	display: inline;
	width: 914px;
	float: left;
	margin: 0px; padding: 20px;

}
#featureimg-wide {
	width: 954px;
	padding: 0px 3px;
	border-bottom: 1px solid #FFF;
}
#featureimg-wide img {
	width: 954px;
}
#featureimg {
	width: 635px;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #FFF;
	float: left;
}
#featureimg img {
	width: 635px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.menu {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display: inline;
	float: right;
	width: 275px;
	border-left: 1px solid #7e7e7e;
	margin: 0px; padding: 20px;
	background:#ffffff;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 20px 0px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 10px 0px;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 20px;
}
.sidebar ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	display: block;
	background: url(images/footer-bg.gif) bottom left no-repeat;
	color: #7e7e7e;
	text-align: center;
	border-top: 1px solid #7e7e7e;
	margin: 0px; padding: 15px 20px 20px 20px;
}
#footer a {
	color: #7e7e7e;
	text-decoration: none;
}
#footer a:hover {
	color: #000066;
	text-decoration: underline;
}





/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#topfooter {background:#ffffff; height:30px; width:954px; border-left:3px solid #7e7e7e; border-right:3px solid #7e7e7e;}
#top_spacer {background:#ffffff; height:5px; width:954px; border-left:3px solid #7e7e7e; border-right:3px solid #7e7e7e;}
#about_container {background:url(images/about_container_bg_2.jpg); height:150px; width:954px; border-left:3px solid #7e7e7e; border-right:3px solid #7e7e7e;}

#menu_container {
position:absolute;
	top:35px;
	left:475px;
	width:480px;
	height:40px;

}
#menu {
	/* background:url('images/menu_container2.png') no-repeat; */ 
	float: left;
	font-size: 14px;
	width: 460px; height: 40px;
	margin: 0px; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding-top: 5px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: 0;
	white-space: nowrap;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	border-right: 0px solid #ffffff;
}
#menu ul > li {
	width: auto;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #ffffff;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	color: #ffffff;
	text-decoration:underline;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	color:#ffffff;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {

}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	background: #000066;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #000;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}

                                             

/** featured content **/
#home_featured{
	width:960px;
	display:block;
}

#portfolio_image_slider h2 a {
color: #FFFFFF;
text-decoration: none;
}

#portfolio_image_slider a {
color: #FFFFFF;
text-decoration: underline;
}

#portfolio_image_slider a:hover {
color: #CCCCCC;
}

#portfolio_image_slider {
float: right;
color: #FFFFFF;
height:375px;
border-right: 3px solid #7e7e7e;
width:524px;
background:#7e7e7e;

}


#portfolio_image_thumb {
float: left;
width: 430px;
background: #f0f0f0;
border-left: 3px solid #7e7e7e;
border-top: 1px solid #ccc;
}

#portfolio_image_thumb img {
border: 1px solid #ccc; 
padding: 5px; 
background: #FFFFFF;
float: left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}

#portfolio_image_thumb ul {
margin: 0;
padding: 0;
list-style: none;
}

#portfolio_image_thumb ul li {
margin: 0;
height:113px;
float: left;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #FFFFFF;
background:#ffffff;

}

#portfolio_image_thumb ul li.hover {

cursor: pointer;
}

#portfolio_image_thumb ul li.active {
background:url(images/active_bg.jpg) repeat-x;
}


#portfolio_image_thumb ul li h3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#336699;
	text-transform:none;
	padding-left:10px;
	margin-right:10px;
	margin-top:10px;
	clear:none;
	border: 0px solid #0000ff;
}

#portfolio_image_thumb ul li a.visited, #portfolio_image_thumb ul li a{
	color:#336699;
}
	
#portfolio_image_thumb ul li p {
	margin-left:10px;
	padding-right:10px;
	margin-top:-10px;
}

#recent {
	background-color:#336699; 
	/* background-color:#6b9fd8; */
	height:29px;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	float:left;
}

#recent h2{
	color:#ffffff;
	font-style:oblique;
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	padding-top:4px;
}

#about_container p {
	margin-left:10px;
	padding-right:10px;
	margin-top:-10px;
	width:650px;
	border: 0px solid #ff0000;
}

#about_container h2 {
	margin-left:210px;
	padding-top:7px;
}

#advert {
	background:url(images/advert.png) no-repeat;
	float:right;
	padding-right:10px;
	height:150px;
	width:260px;
	border: 0px solid #0000ff;
}

.more {
	position:absolute;
	bottom:10px;
	right:20px;
}

.more a, .more a:visited{
	color:#0000ff;
}
.more a a:hover{
	text-decoration:underline;
}

ul#latest_cpt_list img {
border: 1px solid #ccc; 
padding: 5px; 
background: #FFFFFF;
float: left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}

ul#latest_cpt_list {
margin: 0;
padding: 0;
list-style: none;
}

ul#latest_cpt_list li {
margin: 0;
height:80px;
width:100%;
float: left;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #FFFFFF;
background:#cecece;
display:block;

}

.sidebar .widget h3{
	text-align:center;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

.sidebar .widget h4{
	text-align:center;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}


ul#latest_cpt_list h4 {
	margin-top:20px;
	margin-left:75px;
	font-weight:bold;
	font-size:14px;
	color:#667667;
	text-align:left;
}

#content-full h1 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
	margin: 0px; padding: 0px;
	color:#000099;
	font-weight:bold;
	text-transform: uppercase;
}
#content-full h4 a{ /* This style used as the post titles on homepage/archive */
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px; padding: 0px;
	text-transform:none;
}

.my_portfolio img {
	text-align:left;
	float:left;
	padding-top:15px;
	margin-left: 10px;
}

.my_portfolio p, .portfolio h4 {
	text-align:left;
	margin-left: 110px;
}

.my_portfolio h4 {
	padding-top:15px;
}
.my_portfolio {
background:url(images/active_bg.jpg) repeat-x;
}

.my_portfolio .meta-bottom {
	margin-bottom:20px;
}

#top5 {
	font-size:14px;
	margin-top:20px;
}

#top5 a{
	color:#0000FF;
}

#top5 h2{
	font-size:18px;
	font-weight:bold;
}
