/*
Theme Name: DDPortfolio
Theme URI: http://themeforest.net/user/DDStudios
Description: New theme by DDStudios.
Version: 1.0
Author: DDStudios
Author URI: http://themeforest.net/user/DDStudios

*/

/* resets all styles */
@import url("css/reset.css");

/* MAIN STYLES
--------------------------------------------
------------------------------------------*/

body {
	font: normal 12px/18px Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, "Helvetica LT", Arial, Verdana, Tahoma, sans-serif; }

a:hover { color: #000000; }

/* STRUCTURE
--------------------------------------------
------------------------------------------*/

#wrapper {
	float: left;
	width: 960px;
}

#sidebar {
	float: left;
	margin: 0 50px 0 0;
	text-align: right;
	width: 180px;
}

#main {
	float: left;
	width: 730px;
}

.column-x {
	float: left;
	margin: 0 30px 0 0;
	width: 210px;
}

.column-2x {
	float: left;
	margin: 0 30px 0 0;
	width: 450px;
}

.column-3x {
	float: left;
	width: 690px;
}

/* SIDEBAR
--------------------------------------------
------------------------------------------*/

#logo {
	float: left;
	width: 100%;
	margin: 20px 0 0px 0;
}

#logo a {
	color: #000000;
	font-size: 1.32em;
	line-height: .9em; 
}

#logo h1 {
	padding: 0px;
	margin: 0px;
	font-size:14px;
	text-transform:uppercase;
	color:#333;
	
	}

#menu {
	float: left;
	width: 100%;
}

#menu h3 { margin: 0 0 .3em 0; }

#menu ul {
	margin: 0 0 20px 0;
	float: right;
	padding: 0;
	list-style: none;
}

#menu ul li {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-transform:uppercase;
	font-weight:bold;
}

#menu ul li a {
	color: #000000;
	padding: 6px 8px 6px 0;
	background: transparent;
	width: 172px;
	float: right;
	z-index: 2;
}

#menu ul li.current_page_item a {
	
	text-decoration: underline;
	
}

#menu ul li a.white {
	position: absolute;
	color: #ffffff;
}

#menu ul li span {
	bottom: 0;
	position: absolute;
	width: 180px;
	height: 30px;
	left: 180px;
	z-index: 1;
}

/* MAIN COLUMN
--------------------------------------------
------------------------------------------*/

#main { border-top: 5px solid #000000; }

.block {
	float: left;
	margin: 0 0 40px 0;
	padding: 20px 20px 0px 20px;
	position: relative;
	width: 690px;
}
.block-top {
	float: left;
	margin: 0 0 40px 0;
	padding: 0px 20px 0px 20px;
	position: relative;
	width: 690px;
}
.shadow, .shadow-inverse {
	background: url(images/block_shadow.png) no-repeat top right;
	bottom: -16px;
	float: left;
	left: 0;
	height: 16px;
	position: absolute;
	width: 730px;
}

.shadow-inverse { background:	url(images/block_shadow-inverse.png) no-repeat top left; }

.divider {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #bfbfbf;
	margin: 0 0 25px 0;
}

.social_network a img { margin: 5px 7px 0 0; }

.item-info {
	border-top: 1px solid #bfbfbf;
	color: #909090;
	padding: 7px 0 0 0;
}

.item-info a {
	
	color: #909090;	
	
}

.read_more { 
	font-size: 10px;
	background: #fff;
	padding: 5px 10px;
	-webkit-box-shadow: 0px 1px 3px #9da0a1;
	-moz-box-shadow: 0px 1px 3px #9da0a1;
	box-shadow: 0px 1px 3px #9da0a1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; }

/* Image Preview
	--------------------------------------------
	------------------------------------------*/
	
	.img-preview {
	float: left;
	margin: 0 0 1.8em 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

img.alignleft {
	float:left;
	margin:0 20px 15px 0;
}

img.alignright {
	float:right;
	margin:0 0 15px 20px;
}

.img-preview a.title {
	bottom: 30px;
	color: #ffffff;
	left: 0;
	font: bold 18px/18px Helvetica, "Helvetica LT", Arial, Verdana, Tahoma, sans-serif;
	padding: 8px 8px 8px 40px;
	position: absolute;
}

.preview-info { margin: 0 0 .5em 0; }

.pink_hover {
	display: none;
	height: 5000px;
	position: absolute;
	width: 100%;
}

/* COPYRIGHT
--------------------------------------------
------------------------------------------*/

#copyright {
	float: left;
	font-size: 10px;
	margin: 0 0 30px 0;
	width: 100%;
}

#copyright .left { margin: 0 30px 0 0; }

/* PAGINATION
--------------------------------------------
------------------------------------------*/

ul.pagination {
	float: left;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.pagination li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

ul.pagination li a {
	-webkit-box-shadow: 0px 1px 2px #9da0a1;
	-moz-box-shadow: 0px 1px 2px #9da0a1;
	box-shadow: 0px 1px 2px #9da0a1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d4d4d4 url(images/button_bg.gif) repeat-x top left;
	color: #848484;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	padding: 4px 20px;
	text-transform: uppercase;
}

ul.pagination li a:hover, ul.pagination li.current a { background: #fefefe url(images/button_bg_hover.gif) repeat-x top left; }

#comments ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments ol li {
	background: url(images/comments-balloon-bg.png) no-repeat top left;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

#comments ol li img.avatar {
	margin: 0 16px 0 0;
	float: left;
}

#comments ol li .author {
	background: url(images/comments-author-icon.png) no-repeat center left;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 11px;
}

#comments ol li .date, #comments ol li .time {
	font-size: 9px;
	color: #7b7b7b;
}

#comments ol li .date {
	background: url(images/comments-date-icon.png) no-repeat center left;
	padding: 0 0 0 12px;
	margin: 0 15px 0 0;
}

#comments ol li .time {
	background: url(images/comments-time-icon.png) no-repeat center left;
	padding: 0 0 0 12px;
}

#comments ol li a.author_url {
	font-size: 9px;
	line-height: 12px;
	background: url(images/comments-url-icon.png) no-repeat center left;
	padding: 0 0 0 11px;
}

#comments ol li span.author_url {
	font-size: 9px;
	line-height: 12px;
	color: #999
}

#comments ol li .reply {
	float: right;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: url(images/comments-reply-icon.png) no-repeat center left;
	padding: 0 0 0 14px;
}

#comments .comment-content {
	background: #d6d6d6;
	margin: 11px 0 0 0;
	padding: 15px 15px 1px 15px;
	font-size: 11px;
}

#comments ol li ul {
	padding: 20px 20px 0 20px;
	margin: 0;
	list-style: none;
	border: 1px dashed #d6d6d6;
	border-top: none;
}

#comments ol li ul li {
	background: url(images/comments-balloon-bg.png) no-repeat top left;
	border-bottom: none;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

#comment { padding: 20px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  Tables  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

table {
	border-left: 1px solid #e2e6ea;
	width: 100%;
	margin: 0 0 20px 0;
}

tr.heading td {
	padding: 5px 10px;
	border-right: 1px solid #e2e6ea;
	border-bottom: 1px solid #e2e6ea;
}

td {
	padding: 10px;
	border-bottom: 1px solid #e2e6ea;
	border-right: 1px solid #e2e6ea;
}

.heading {
	background: #e2e6ea;
	font-weight: bold;
}

.alternate1 { background: #f6f8fa; }

.alternate2 { background: #f2f5f7; }

xmp {
	border: 1px dotted #bfbfbf;
	background: #f6f8fa;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  Forms  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

input, textarea, select {
	font: italic 1.2em Arial, Tahoma, sans-serif;
	margin: 0px 0px 8px 0px;
	padding: 8px 5px;
	display: block;
	width: 98%;
}

input:focus, textarea:focus, select:focus { font-style: normal; }

input[type="hidden"] {
	background: transparent;
}

.short { width: 35%; }

.medium { width: 60%; }

label {
	font-size: 12px;
	font-weight: bold;
}

label em { font-size: 10px; }

.error { padding: 10px; }

.success { padding: 10px; }

.alert { padding: 10px; }

input.submit, input.reset {
	display: block;
	float: left;
	width: 170px;
	margin: 0 20px 8px 0px;
	padding: 10px 0px 10px 0px;
	font: bold 1.1em Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  Forms  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

input, textarea, select {
	background: #e7eaee;
	color: #7b7b7b;
}

textarea {
	
	padding: 10px !important;
	
}

input:focus, textarea:focus, select:focus {
	color: #4c4c4c;
}

.error {
	border: 1px dashed #994343;
	color: #994343;
	background: #f9e4e4;
}

.success {
	border: 1px dashed #347f32;
	color: #347f32;
	background: #e4ffe3;
}

.alert {
	border: 1px dashed #a9950e;
	color: #5a500b;
	background: #fff9d2;
}

label { color: #4c4c4c; }

label span { color: #ff0000; }

label em { color: #b9b9b9; }

input.submit, input.reset {
	background-color: #e7eaee;
	color: #4c4c4c;
}

input.submit:hover, input.reset:hover { background-color: #dee0e2; }


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  Tooltip  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.tooltip {
	position: absolute;
	padding: 5px 20px 5px 20px;
	background: #FFFFFF;
	z-index: 15;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 9px #bfbfbf;
	-moz-box-shadow: 0px 0px 9px #bfbfbf;
	box-shadow: 0px 0px 9px #bfbfbf;
}

