
/*
Theme Name: Portfolium
Author URI: http://www.wpshower.com
Description: Portfolium is a clean and flexible Wordpress grid-based portfolio theme designed in a modern & minimalist style. Portfolium is ideal for designers, artists, photographers, and other creative specialists who require a professional portfolio theme. Portfolium theme is coded in valid CSS and HTML and compatible with all browsers. It supports all Wordpress 3.0 features and gives you extra flexibility.
Author: WPSHOWER
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Tags: grids, portfolio, modern, stylish, minimalistic
Copyright: (c) 2010 WPSHOWER
*/

/*** Reset ***/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
.details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}

a img {
	border: 0;
}

ol,
ul {
	list-style:none;
}

blockquote,
q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input[type="text"],
textarea {
	background: #fff;
	padding: .5em .5em;
	margin: 0;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-top: 5px;
	
	opacity: .5;
 -moz-transition : opacity .1s .1s linear;
 -o-transition : opacity .1s .1s linear;
 -webkit-transition : opacity .1s .1s linear;
 transition : opacity .1s .1s linear;
 
}

input[type="text"]:focus,
textarea:focus {

opacity: 1;


}


input[type="submit"] {
	width: 170px;
	height: 40px;
	padding: 0 15px;
	background: #ccc;
	border: none;
	text-align: left;
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#Contact input[type="text"],
#Contact textarea {
	width: 400px;
}

#Contact form {
	margin-top: 30px;
}

/*** Main ***/

html,
body {
	height: 100%;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

* html body {
	margin-top: 0 !important;
}

body {
	font: 16px/24px Georgia, serif;
}

.small,
small {
	font-size: 13px;
	line-height: 1.5em;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 960px;
	padding-top: 0;
	float: left;
	position: relative;
}

body {
	margin-top: 0 !important;
	font-family:   Helvetica, Arial, sans-serif;
	background: #fff url(i/bg.jpg);
}

/*** Header ***/

.header {
	position: relative;
	margin-top: 0 !important;
}

.logo {
	margin-top: 0 !important;
	text-indent: -9999px;
	width: 160px;
	height: 160px;
	display: block;
	padding: 0;
	margin: 0;
	background:  url("i/logo.png") no-repeat;
}

.logo a {
	color: #D33030;
	text-decoration: none;
	position: absolute;
	bottom: 12px;
	width: 160px;
	height: 160px;
	display: block;
}

.logo a:hover {
	color: #666;
}

/*** Navigation ***/

.nav {
	vertical-align: baseline;
	float: left;
	margin-left: 15px;
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'PT Sans Caption', sans-serif;
}

.nav li {
	width: 140px;
	height: 40px;
	float: left;
	padding: 0 0 11px 0;
}


.nav a {
	color: #999;
	font-size: 16px;
	text-decoration: none;
	padding-top: 20px;
	display: block;
	width: 140px;
	text-align: right;
}

.nav a:hover,
.nav li.current a:hover,
.jsddm_hover a,
.sub-menu li a:hover {
	color: #c0272d;
}


.nav li.current a,
.nav li.current_page_item a {
	color: #D33030;
}
li.parent a {
	background: url("i/folder.gif") 138px 27px no-repeat;
}

li.parent a:hover,
li.jsddm_hover a {
	background: url("i/folder_active.gif") 100% 27px no-repeat;
}

ul.sub-menu {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 145px;
	background: #333;
	margin-top: 15px;
	padding: 10px 0;
}

ul.sub-menu li {
	margin-left: 0;
	height: auto;
	padding: 0 !important;
	border: none;
	float: none;
	background: none;
	width: 125px;
}

ul.sub-menu li a {
	background: none !important;
	font-size: 12px;
	padding: 0;
	color: #666;
	width: 125px;
}

/*** Content ***/

.middle {
	padding: 0;
 	position: relative;
}

.middle span#shadow {
	z-index: 100;
	-webkit-box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
	-moz-box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
	box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
	width: 100%;
	height: 50px;
	position: absolute;
	top:  0;
	left: 0;
}

#home .middle span#shadow {
	z-index: 0;
}
 body#Work .middle span#shadow, {
 display: none;
}

/*
.middle span#shadow {
	 
	width: 963px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	 
	 z-index: 100;
	-webkit-box-shadow: inset -4px 4px 3px 0  rgba(153, 153, 153, .3);
-moz-box-shadow: inset -4px 4px 3px 0   rgba(153, 153, 153, .3);
box-shadow: inset -4px 4px 3px 0  rgba(153, 153, 153, .3);
 
}
*/



.container {
	padding-bottom: 100px;
	width: 100%;
}

.content {
	width: 800px;
	float: right;
}

#show {
	width: 785px;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}

#show img {
	cursor: pointer;
	float: right;
	right: 0px !important;
}

#show_nav {
	clear: both
}

#show_nav a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin-right: 10px;
}

#show_nav a:hover,
#show_nav .activeSlide {
	color: #333;
}

.post_home {
	width: 320px;
	float: left;
}

.thumb {
	display: block;
	width: 320px;
	height: 160px;
	position: relative;
	color: #333;
	opacity: 1;
 -moz-transition : opacity .1s .1s linear;
 -o-transition : opacity .1s .1s linear;
 -webkit-transition : opacity .1s .1s linear;
 transition : opacity .1s .1s linear;
}

.thumb:hover {
	opacity: .7;
}

.thumb img {
	display: block;
}

.post_home span {
	width: 320px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(i/pencilborder_v.png) repeat-y left, url(i/pencilborder.png) repeat-x bottom;
	;
}
 .post_home:nth-child(2) span, .post_home:nth-child(3) span {
 width: 320px;
 height: 160px;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-box-shadow: inset 0 4px 4px 0 rgba(153, 153, 153, .3);
-moz-box-shadow: inset 0 4px 4px 0 rgba(153, 153, 153, .3);
box-shadow: inset 0 4px 4px 0 rgba(153, 153, 153, .3);
}
 .post_home:nth-child(4) span {
 width: 320px;
 height: 160px;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-box-shadow: inset -4px 4px 4px 0 rgba(153, 153, 153, .3);
-moz-box-shadow: inset -4px 4px 4px 0 rgba(153, 153, 153, .3);
box-shadow: inset -4px 4px 4px 0 rgba(153, 153, 153, .3);
}
 .post_home:nth-child(7) span {
 width: 320px;
 height: 160px;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-box-shadow: inset -4px 0 4px 0 rgba(153, 153, 153, .3);
-moz-box-shadow: inset -4px 0 4px 0 rgba(153, 153, 153, .3);
box-shadow: inset -4px 0 4px 0 rgba(153, 153, 153, .3);
}

.post_home h2 {
	display: none;
	font-size: 11px;
	font-weight: bold;
}

.post_home h2 a {
	color: #666;
	text-decoration: none;
}

.post_home h2 a:hover {
	color: #333;
}

.recent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
	padding-left: 5px;
}

.page_meta {
	height: 50px;
	z-index: 201;
	position: absolute;
	top: 0;
	left: 0;
}

.page_meta a {
	color: #666;
	text-decoration: none;
}

.page_meta a:hover {
	color: #333;
}

.rss,
.tags,
.search {
	width: 145px;
	height: 50px;
	float: left;
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 85px;
	color: #666;
}

.heading {
	width: 465px;
	height: 50px;
	float: left;
	margin-left: 15px;
	font-size: 31px;
	font-weight: bold;
	line-height: 85px;
	color: #666;
}

.tags {
	position: relative;
}

.tags a {
	background: url("i/tags.gif") 100% 50% no-repeat;
	padding-right: 10px;
}

.tags a:hover {
	background: url("i/tags.gif") 100% 50% no-repeat;
}

ul.taglist {
	margin-top: 0 !important;
	background: #fff;
	position: absolute;
	left: -15px;
	top: 60px;
	width: 145px;
	padding: 15px 0 15px 15px;
	visibility: hidden;
}

.taglist li {
	line-height: 1.5;
}

.taglist li a {
	color: #666 !important;
	background: none !important;
	font-weight: normal;
	display: block;
}

.taglist li a:hover {
	color: #333 !important;
}

.tags .jsddm_hover a {
	color: #333;
	background: url("i/tags.gif") 100% 50% no-repeat;
	padding-right: 10px;
}

.search input {
	border: none;
	color: #666;
	font: bold 11px Helvetica, Arial, sans-serif;
	width: 135px;
}

.post_list,
.post_single {
	padding: 30px 0 45px;
	border-bottom: 1px solid #ebebeb;
}

.post_single {
	background: none;
}

.post_list a,
.post_single a {
	color: #333;
	text-decoration: none;
}

 

.post_list a:hover,
.post_single a:hover {
	text-decoration: underline;
}

.post_list h2,
.post_single h2,
.page h2 {
	font-size: 26px;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 175px;
}

.page {
	padding-top: 15px;
}

.page h2 {
	padding-left: 0;
}

.post_list h2 a,
.post_single h2 a,
.page h2 a {
	color: #666;
	text-decoration: none;
}

.post_list h2 a:hover,
.post_single h2 a:hover,
.page h2 a:hover {
	color: #333;
	text-decoration: none;
}

.post_list_meta,
.post_single_meta {
	width: 145px;
	margin-left: 15px;
	float: left;
}

.post_list_meta p,
.post_single_meta p,
.post_share {
	color: #666;
	font-size: 11px;
	margin-bottom: 11px;
	line-height: 1.7;
}

.post_date {
	margin-bottom: 0 !important;
}

.post_share {
	line-height: normal;
}

.sharelist {
	display: none;
	margin-top: 11px;
}

.sharelist li {
	margin-bottom: 3px;
}

.post_content {
	width: 785px;
	margin-left: 15px;
	float: left;
}

.more {
	margin-bottom: 0;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal !important;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
	color: #666;
	margin: 15px 0;
	font-weight: normal;
}

.post_content h1,
.post_content h2 {
	font-size: 26px;
}

.post_content h3 {
	font-size: 24px;
}

.post_content h4 {
	font-size: 22px;
}

.post_content h5 {
	font-size: 18px;
}

.post_content h6 {
	font-size: 16px;
}

.post_content p {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.post_content a {
	color: #c0272d;
}

.post_content a:hover {
	text-decoration: none;
	color: #a32126;
}

.post_content a > img {
	outline: 1px solid #ccc;
	
	opacity: 1;
 -moz-transition : opacity .1s .1s linear;
 -o-transition : opacity .1s .1s linear;
 -webkit-transition : opacity .1s .1s linear;
 transition : opacity .1s .1s linear;
}

.post_content a > img:hover {
 	opacity: .7;
  
}

.post_content ul,
.post_content ol {
	margin-bottom: 12px;
	padding-left: 40px;
}

.post_content li {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

.post_content ul li {
	list-style: circle;
}

.post_content ol li {
	list-style: decimal;
}

.post_content blockquote {
	color: #666;
	font: italic 16px Georgia, Geneva, "Times New Roman", times;
	padding-left: 70px;
	margin: 15px 0;
}

.post_content blockquote p {
	color: #666;
	font: italic 16px Georgia, Geneva, "Times New Roman", times;
}

/*** Images ***/

.post_content img {
	margin: 0;
	height: auto;
	max-width: 785px;
	width: auto;
}

.post_content .attachment img {
	max-width: 785px;
}

.post_content .alignleft,
.post_content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.post_content .alignright,
.post_content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.post_content .aligncenter,
.post_content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post_content img.alignleft,
.post_content img.alignright,
.post_content img.aligncenter {
	margin-bottom: 12px;
}

.post_content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.post_content .wp-caption img {
	margin: 5px 5px 0;
}

.post_content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.post_content .wp-smiley {
	margin: 0;
}

.post_content .gallery {
	margin: 0 auto 18px;
}

.post_content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.post_content .gallery img {
}

.post_content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 15px;
}

.post_content .gallery dl {
	margin: 0;
}

.post_content .gallery img {
}

.post_content .gallery br+br {
	display: none;
}

.post_content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*** Pagination ***/

.pagination {
	padding: 15px 0 15px 15px;
}

.pagination_ctrl {
	height: 30px;
	width: 145px;
	float: left;
	background: url("i/pagination_ctrl.gif") 50% 50% no-repeat;
	position: relative;
}

.nextpostslink,
.previouspostslink {
	display: block;
	width: 63px;
	height: 30px;
	position: absolute;
}

.nextpostslink {
	background: url("i/pagination_arr.gif") 100% 10px no-repeat;
	right: 7px;
}

.previouspostslink {
	background: url("i/pagination_arr.gif") 0 10px no-repeat;
	left: 7px;
}

.nextpostslink:hover {
	background-position: 100% -39px;
}

.previouspostslink:hover {
	background-position: 0 -39px;
}

.pagination_pages {
	height: 30px;
	line-height: 30px;
	float: right;
	margin-left: 15px;
}

.pagination_pages a,
.pagination_pages span {
	margin: 0 6px;
	padding: 5px;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

.pagination_pages a:hover {
	text-decoration: underline;
}

.pagination_pages .current {
	color: #666;
}

/*** Comments ***/

.comments_heading {
	padding-bottom: 10px;
}

.add_comment {
	width: 145px;
	height: 25px;
	float: left;
	margin-left: 15px;
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;
}

.add_comment a {
	color: #333;
	text-decoration: none;
}

.add_comment a:hover {
	text-decoration: underline;
}

.comment_qty {
	width: 785px;
	height: 25px;
	margin-left: 15px;
	float: left;
	border-bottom: 1px solid #ebebeb;
	color: #666;
	font-size: 12px;
}

.nopassword {
	color: #666;
	font-size: 12px;
	padding-left: 15px;
}

.comment_item {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.comment_meta {
	float: left;
	width: 145px;
	margin-left: 15px;
	color: #666;
	font-size: 11px;
	line-height: 1.7;
}

.comment_meta a {
	color: #333;
	text-decoration: none;
	font-style: normal;
}

.comment_meta a:hover {
	text-decoration: underline;
}

.comment_text {
	width: 785px;
	margin-left: 15px;
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

#respond {
	margin-top: 30px;
}

.respond_meta {
	float: left;
	width: 145px;
	margin-left: 15px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.comment_form {
	padding-bottom: 60px;
	width: 785px;
	float: left;
	margin-left: 15px;
}

.comment_fields {
	margin-bottom: 25px;
}

#author,
#email,
#url {
	width: 225px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	background: none;
	padding-bottom: 8px;
	overflow: hidden;
}

#url {
	width: 305px;
	margin: 0;
}

.comment_form textarea {
	width: 98.5%;
	height: 125px;
	overflow: auto;
	border: none;
	border-bottom: 1px solid #ebebeb;
	color: #666;
	font: 12px Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.comment_submit {
	text-align: right;
}

#submit {
	width: 170px;
	height: 40px;
	padding: 0 15px;
	background: #ccc url("i/comment_submit.gif") 146px 17px no-repeat;
	border: none;
	text-align: left;
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#submit:hover {
	background: #999 url("i/comment_submit.gif") 146px -26px no-repeat;
}

.comment_message {
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}

.comment_message a {
	color: #333;
	text-decoration: none;
}

.comment_message a:hover {
	text-decoration: underline;
}

/*** Left column ***/

.l_col {
	width: 135px;
	margin-left: 10px;
	float: left;
	padding-right: 5px;
}

.l_col .post_portfolio h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.post_divider {
	font-size: 11px;
	color: #666;
}

.l_col .post_portfolio p {
	color: #666;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 11px;
}

.l_col .post_portfolio a {
	color: #333;
	text-decoration: none;
}

.l_col .post_portfolio a:hover {
	text-decoration: underline;
}

/*** Footer ***/

.footer {
	width: 960px;
	position: relative;
	clear: both;
	float: left;
}

.footer_inn {
	background: url(i/pencilborder.png) repeat-x top;
	height: 36px;
	padding-top: 10px;
}

.footer_inn p {
	font-size: 11px;
	color: #666;
}

.footer_inn a {
	color: #ccc;
	text-decoration: none;
}

.footer_inn a:hover {
	color: #999;
}

/*====recent ===*/

.recent {
}

.recent .post_home .thumb,
.recent .post_home,
.recent .post_home span,
 .recent .post_home img {
	width: 160px !important;
	height: 80px !important;
}

.recent .post_home span {
	-webkit-box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
	-moz-box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
	box-shadow: inset 1px 4px 4px 0 rgba(153, 153, 153, .3);
}
 

/*==Twitter Widget==*/
 #twitter_update {
	padding: 25px 0 20px 30px;
	clear: both;
	background: url(i/twitter-bird.png) no-repeat left center;
	color: #999;
 }

#twitter_update .twtr-widget {
	width: 100% !important;
 	font-family:  Helvetica, Arial, sans-serif !important;
}

#twitter_update .twtr-doc {
	width: 100% !important;
}

 #twitter_update a {
	text-decoration: none;
}

#twitter_update a:hover,
 .twtr-bd p a:hover{
	color: #666 !important;
	border-bottom: none !important;
	
}

 


.twtr-widget a:hover {
	color: #666 !important;
	border-bottom: none !important;
}

.twtr-widget,
.twtr-timeline p {
	font-size: 13px !important;
}

#twitter_update em {
	display: none !important;
}

.twtr-tweet-text,
.twtr-hyperlink,
.twtr-reply,
.twtr-atreply,
.twtr-join-conv,
.twtr-hd {
	font: 11px !important;
}

.twtr-hd,
.twtr-ft {
	display: none;
}


.posts{
	padding-top: 70px;	
}