/*
Theme Name: Vargatron
Theme URI: http://www.vargatron.com
Description: Vargatron theme based on Uchilla theme
Version: 1.0
Author: Stephen Varga
Author URI: http://www.vargatron.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/*Fonts!*/
@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/avenirltstd-medium-webfont.eot?') format('eot'),
         url('fonts/avenirltstd-medium-webfont.woff') format('woff'),
         url('fonts/avenirltstd-medium-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-medium-webfont.svg#webfontQ16R5nck') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirOblique';
    src: url('fonts/avenirltstd-oblique-webfont.eot?') format('eot'),
         url('fonts/avenirltstd-oblique-webfont.woff') format('woff'),
         url('fonts/avenirltstd-oblique-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-oblique-webfont.svg#webfontPZVPLol6') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/avenirltstd-roman-webfont.eot?') format('eot'),
         url('fonts/avenirltstd-roman-webfont.woff') format('woff'),
         url('fonts/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-roman-webfont.svg#webfontIdpxmj7Z') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CLEAR FLOATS (clearfix)
*******************************************************/
.clear { display: inline-block; }   
.clear:after, .container:after {
content: ".";
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
.clear { display: block; }
/*******************************************************/


/*Main Styles*/
body {
	color:#404040;
	background-color:black;
	background-image: url("images/backgrounds/striped_dark.jpg");
	
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height:15px;
}

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

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

a:focus {
	border:none;
	outline:none;
}

p a img {
	border: 1px solid #bfbfbf;
}

p a:hover img {
	border: 1px solid #999;
}


#header {
	
}

#footer {
	text-align:center;
	clear:both;
}

#footer a:link, #footer a:visited {
	color:#999999;
}

#footer a:hover {
    color:#666666;
	text-decoration: none;
}

#logo {
	width:215px;
	height:185px;
	margin:0px;
	float:left;
}

#mainMenu {
	margin:85px 0px 10px 275px;
	width:360px;
	height:25px;
	padding:0px;
	float:left;
}

#mainMenu ul {
	margin:0px;
	padding:0px;
}

#mainMenu ul li {
	color:white;
	font-size:18px;
	display:inline;
	margin:0px;
	padding:0px;
	/*text-transform:uppercase;*/
}

#mainMenu ul li a {
	font-family:"AvenirRoman";
	color:white;
}

#mainMenu ul li a:hover {
	color:#ff0000;
	text-decoration:none;
}

#mainMenu ul li a .curPage {
	color:#ff0000;
}



#wrapper {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

#main-top {
	background:url("images/backgrounds/contentBGTop.gif") no-repeat;
	width:860px;
	height:10px;
	clear:both;
}

#main-bottom {
	clear: both;
	background:url("images/backgrounds/contentBGBottom.gif") no-repeat;
	width:860px;
	height:26px;
}

#main {
	background-color:#ffffff;
	padding:0px 30px;
}

#titleImage {
	padding-bottom:30px;
	border-bottom: 1px solid #d9d9d9;
}

#leftColumn {
	width:520px;
	padding-top:30px;
	float:left;
	overflow:;
}

#leftColumn img {
	width:520px;
	height:auto;
}

#rightColumn {
	width:240px;
	margin-top:30px;
	float:right;
}

#main-clear {
	height:1px;
	clear:both;
	padding-top:30px;
	border-bottom:1px solid #d9d9d9;
}


#titleSection {
	border-bottom:1px dotted #d9d9d9;
	padding-bottom:20px;
	margin-bottom:10px;
}

#pageTitle {
	font-family:'AvenirMedium';
	font-size:60px;
	line-height:65px;
	color:red;
	
	padding:20px 0px 0px 0px;
}

#pageSubTitle {
	color:#333;
	line-height:21px;
	font-size:16px;
	font-family:arial;
}

.sectionTitleSmall {
	font-family:"AvenirMedium";
	line-height:21px;
	font-size:18px;
	color:#ff0000;
	
	padding:5px 0px;
	margin-bottom:5px;
	border-bottom:1px dotted #d9d9d9;
}


/*Homepage Styles*/
#moreWork {
	font-family:"AvenirMedium";
	font-size:18px;
	
	padding-top:15px;
}

/*Project Page Styles*/
#projectTitle {
	font-family:"AvenirMedium";
	font-size:40px;
	color:red;
	
	padding:20px 0px 0px 0px;
}

#leftColumn a img {
	margin-bottom:20px;
	border:1px solid #ccc;
}

#leftColumn a:hover img{
	margin-bottom:20px;
	border:1px solid #999;
}

#leftColumn object {
	margin-bottom:30px;
	border:1px solid #ccc;
	padding:2px;
}

/*Project List Page Styles*/
.project {
	border-bottom:dotted 1px #DDD;
}
#pageThumb {
	width:515px;
	height:200px;
}

a,a:hover #pageThumbFrame img {
	border:0px;
}

a #pageThumbFrame {
	width:515px;
	height:250px;
	border: 1px solid #bfbfbf;
	margin-bottom:20px;
	overflow:hidden;
}

a:hover #pageThumbFrame {
	border: 1px solid #999;
	overflow:hidden;
}

a #pageThumbFrame img {
	border:0px;
}



/*Resume Page Styles*/
.resumeSection {
	margin-bottom:50px;
}

/*Contact Page Styles*/
.linklove {
	visibility:hidden;
}

/*****************************************************
******************************************************
******************************************************
******************************************************
Blog CSS
******************************************************
******************************************************
******************************************************/

#blogMain {
	background-image: url(images/contBg.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	clear:both;
}


#content {
	width:520px;
	padding:30px 0px 30px 30px;
	float: left;
}



.description {
	clear: left;
	padding: 5px 0 5px 0;
	margin-left:180px;
	color:#DDD;
}
.post {
	position:relative;
	border-bottom:solid 1px #DDD;
	padding-bottom:30px;
	margin-bottom:50px;
}


.postNav {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #DDD;
}

.entry-content, .entry-excerpt {
	clear: left;
}

.entry-content a img {
        padding:2px;
        border:1px solid #ccc;
}

.entry-content a:hover img {
        padding:2px;
        border:1px solid #666;
}

.navigation {
  clear: both;
}

.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

.entry-meta {
  margin: 0 0 10px 0;
}

.entry-filed {
	display:inline-block;
	background:#efefef;
	padding:3px 5px;
	font-size:11px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}


.underpost {
	padding:5px 7px;
	margin-top:15px;
	font-size: 10px;
	background:#EFEFEF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	line-height:140%;
}

#content .underpost a {
	text-decoration: underline;
}

a.more-link {
	color:#666666;
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}
a.more-link:hover {
	color:#900;
}

span.comments_link a {
	display:inline-block;
	padding:0 5px!important;
	color:#666;
	background:#EFEFEF;
	font-size:11px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.image {
	display:inline-block;
	width:510px;
	border:solid #000;
	border-width:1px 0;
	margin:15px 0 5px 0;
}
.image img {
	border:none;
	display:block;
}


#content a:link, #content a:visited {
	padding: 2px;
}

#content a:hover {
	text-decoration: none;
}

#menu {
	padding: 0;
	white-space: nowrap;
	margin: 0;
	background:#1A1A1A;
	border-bottom:solid 5px #555;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height:30px;
}

#menu li {
	padding:0;
	display: inline;
	list-style-type: none;
}

#menu li a:link, #menu li a:visited {
	display:inline-block;
	text-decoration: none;
	padding:0 15px;
	color:#FFF;
	border-right:solid 1px #555;
	height:30px;
	line-height:30px;
}

#menu li a:hover {
	text-decoration: underline;
}


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

#sidebar {
	width:220px;
	float:right;
	padding:30px 10px 50px 10px;
	margin: 0;
}

#sidebar-small {
	width: 160px;
	float: left;
	padding: 10px;
	margin: 0;
}

#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li {
	padding-bottom:15px;
}

#sidebar li li {
	background:none;
	padding-bottom:0;
}

#sidebar li a {
	display: block;
	text-decoration: none;
	border-bottom:dotted 1px #DDD;
	padding:3px 0;
	padding-left:10px;
	background:url(images/sidebarBullet.jpg) left center no-repeat;
}

#sidebar li p a,
#sidebar li div a {
	display:inline;
	border:none;
	padding:0;
	background:none;
	text-decoration: none;
	color:#900;
}

* html #sidebar li li a {
	width:90%;
}
* html #sidebar li li li a {
	width:80%;
}

#sidebar li.cat-item a {
	color:#FF0000;
}

#sidebar li li li a,
#sidebar li.cat-item li a {
	color:#515151;
	font-size:11px;
}

#sidebar li.widget_recent_entries a,
#sidebar li.widget_recent_comments a {
	color:#515151;
	background:none;
	padding-left:0;
}
#sidebar li.widget_recent_comments li {
	border-bottom:dotted 1px #DDD;
}
#sidebar li.widget_recent_comments li a {
	border:none;
}

#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
	margin-top:-5px;
  	margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  margin-left: 10px;
}
#sidebar ul ul ul {
	margin-top:0;
}


#header h1 {
        margin:0px;
	padding:0;
	margin-left:160px;
	font-size: 36px;
	font-weight:normal;
}
#header h1 a:link, #header h1 a:visited {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-family:Arial, Verdana, Sans-serif;
        font-weight:bold;
	margin: 0px;
	width: 150px;
	padding: 0;
	clear: both;
	color:#FF0000;
	text-decoration:none;
}
#header h1 a:hover {
	text-decoration: none;
}

#header a img {
        border:0px;
}
#content h1 {
	font-size: 18px;
}

#content h1.pagetitle {
       font-size:36px;
}
#sidebar h1 {
	font-size: 16em;
}
#sidebar h2 {
	font-size: 11px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(images/sidebarLine.jpg) bottom repeat-x;
	text-transform:uppercase;
	color:black;
}
.post h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:30px;
	font-weight:bold;
	font-family:"Georgia";
}

.post h2 a {
	font-family:"AvenirRoman";
	color:#1A1A1A;
	font-weight:bold;
	text-decoration:none;
}

.post h2 a:hover {
	color:#ff0000;
	text-decoration:none;
}

.post strong {
	font-size:14px;
}

.post ul li {
	margin-top:10px;
}


h1.pagetitle {
	font-size:100px;
	font-weight:normal;
	padding-bottom:20px;
	margin-bottom:10px;
	margin-top:0;
	border-bottom:solid 1px #DDD;
}

.entry-date {
	font-family:"AvenirMedium";
	color: #FFF;
	
	position:absolute;
	top:0;
	left:-80px;
	width: 70px;
	background:#B4000B url(images/dateBg.jpg) right bottom no-repeat;
	text-align: center;
	padding:10px 0px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.entry-day {
	font-size: 28px;
}

.entry-month {
	font-size: 19px;
	margin-top:10px;
}

.entry-year {
	font-size: 12px;
	margin-top:5px;
}



#respond {
	margin:0;
	padding:20px 0;
}

#respond p {
	font-size:12px;
	margin-bottom:10px;
}

#respond textarea {
	width:450px;
	height:150px;
}
#respond input, .commentsblock textarea {
	border:1px solid #d1d1d1;
	background:#FFF;
	padding:5px;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#respond input.txt {
	width:250px;
	margin-right:10px;
}


#respond input#submit {
	display:inline-block;
	padding:5px 10px;
	background:#ff0000;
	border:none;
	color:white;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentauthor{
	display:block;
	font-size:11px;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:15px;
	padding:0;
}
.commentlist li {
	margin-bottom:10px;
	padding:7px 10px 0px 10px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentlist li p {
	padding-right:20px;
}

.commentlist li img {
	margin-top:4px;
	margin-bottom:10px;
}

.alt{
	background:#f3f5e9;
}

h3#comments{
font-size:16px;
margin-bottom:10px;
}

#respond {
	margin-bottom:10px;
}

.comment-author {
	font-size:14px;
}

.commentmetadata {
	display:block;
	margin:0;
	padding:0;
}
.commentmetadata,
.commentmetadata a {
	color:#555;
}

.commentsblock h3 {
	border:none!important;
}


blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;






}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption {
	background:#EFEFEF;
	padding:5px;
	width:auto!important;
	border:solid 1px #DDD;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
p.wp-caption-text {
	font-size:11px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.wp-caption a {
	margin:0;
	padding:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:solid 1px #DDD;
}


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

/* SEARCH
------------------------------------*/

#searchform {
	margin:25px 0px 0px 460px;
	float:left;
}

#searchform input.text {
	border:solid 1px #999999;
	background:#222;
	font-size:10px;
	padding:5px;
	color:#DDD;
	width:100px;
	height:10px;
}

#searchform input.submit {
	display:inline-block;
	border:none;
	background:none;
	font-size:12px;
	padding:5px;
	color:#DDD;
	cursor:pointer;
}


/* POST HEADINGS
------------------------------------*/
.post h2.singlePostTitle {
	font-family:"AvenirRoman";
	font-size:30px;
}

.post h2.page {
	border-bottom:solid 1px #DDD;
	padding-bottom:15px;
	margin-bottom:20px;
}

#content .post .entry-text h1,
#content .post .entry-text h2,
#content .post .entry-text h3,
#content .post .entry-text h4,
#content .post .entry-text h5,
#content .post .entry-text h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
}

#content .post .entry-text h1 {
	font-size: 28px;
}
#content .post .entry-text h2 {
	font-size: 26px;
}
#content .post .entry-text h3 {
	font-size: 24px;
}
#content .post .entry-text h4 {
	font-size: 22px;
}
#content .post .entry-text h5 {
	font-size: 20px;
}
#content .post .entry-text h6 {
	font-size: 18px;
}



/* CALENDAR
*******************************************************/
#calendar #calendar_wrap {
	border:solid #DDD;
	border-width:1px;
	background:#FFF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
#calendar table {
	width:100%;
}
#calendar table caption {
	border:solid #DDD;
	border-width:0px 0px 1px 0;
	padding:5px 0;
}

#calendar table td {
	border:solid #DDD;
	border-width:0px 0px 0 0;
	text-align:center;
	background:#EFEFEF;
}
#calendar table td a {
	background:none!important;
	padding:0!important;
	border:none!important;
}

