/*
Theme Name: Adrian Tomic
Theme URI: http://www.adriantomic.se
Description: My portfolio theme.
Version: 1.0
Author: Adrian Tomic
Author URI: http://www.adriantomic.se
Tags: clean, basic, traditional
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: url(style/images/bodybackground.jpg) no-repeat center top #000;
	background-attachment: fixed;
	color: #262626;
	text-align: center;
	font-family: constantia, palatino, "times new roman";
}

#header {
	width: 750px;
	clear: both;
	margin: 60px auto 0 auto;
	padding: 60px 0 30px 0;
	background: url(style/images/headerBg.jpg) no-repeat #fff;
	
}

#logo {
	width: 300px;
	height: 204px;
	/*background: url(style/images/logo.png) no-repeat transparent; */
	margin: 0 auto 60px auto;
}

#logo a {
	width: 300px;
	height: 204px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	
}

#page {
	background-color: #fff;
	width: 590px;
	margin: 0 auto 30px auto;
	padding: 0 80px 40px 80px;
	background: url(style/images/pageBg.jpg) repeat-y #fff;
}

/* Facebook Connect */
#fbc_login {
	margin: 0;
	padding: 0;
	float: none;
}

#fbc_login span {
display: none;
}

.fbc_connect_button_area {
float: none;}


/* Top Navigation */

#nav {
	margin: 0 auto 0 auto;
	background-color: #262626;
	color: #fff;
	font-size: 14px;
	width: 335px;
	vertical-align: center;
	padding: 10px 0 10px 0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
	
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 12px 10px 12px 10px;
}

#nav li.current_page_item {
	background-image: url(style/images/navHover.png);
	background-repeat:no-repeat;
	background-position:center 32px;
}

#nav li a {
	padding: 12px 0 12px 0;
	text-decoration: none;
	color: #fff;
	
}

#nav li a:visited {
	color: #fff;
	
}

#nav li a:hover{
	background-image: url(style/images/navHover.png);
	background-repeat:no-repeat;
	background-position:center 32px; 
}


.column-left {
	width: 272px;
	float: left;
}

.column-left p {
	width: 272px;
	float: left;
	text-align: left;
}

.column-right {
	width: 272px;
	float: right;
}

.column-wide {
	width: 100%;
	clear: both;
}

.post {
	width: 100%;
	clear: both;
	margin: 0 0 40px 0;
	text-align: left;
	
}

/* Selected Works Scroller */

#selectedScroller {
	width: 592px;
	height: 380px;
	
	
	/*
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c8c8c8;
	*/
	
	
	margin: 0 0 40px 0;
}

.scrollerEntry {
	width: 592px;
}

#navScroller {
	position: relative;
	top: -40px;
	z-index: 10;
}

#navScroller a {
	background: url(style/images/scrollerNav.gif) no-repeat center top #fff;
	padding: 0 5px 0 5px;
	overflow: hidden;
	width: 10px;
	display: inline-block;
	text-indent: -999px;
}

#navScroller a.activeSlide {
	background: url(style/images/scrollerNav_selected.gif) no-repeat center top #fff;
	
	color: red;
}


/* Portfolio */

span.portfolio-thumb {
	display: block;
	width: 270px;
	height: 152px;
	background: url(style/images/image-mask.png) no-repeat;
	position: absolute;
	top: -148px;
}

.portfolio-thumb-container {
	position: relative;
}

.portfolio-meta {
	margin: 0 0 10px 0;
	clear: both;
}

p.portfolio-meta-entry {
	margin: 0;
	text-align: left;
	
}

/* Single */
.single small {
	position: relative;
	top: -25px;
}
	

/* Archives */
#archive {
	border-bottom:1px solid #CCCCCC;
	border-top:2px solid #CCCCCC;
	padding: 5px 0;
	text-align: left;
}

.archiveEntry {
	border-bottom:1px solid #CCCCCC;
	padding: 25px 0;
	text-align: left;
}
	


/* Conments */
#comments, #respond {
	border-bottom:1px solid #CCCCCC;
	border-top:2px solid #CCCCCC;
	padding: 5px 0;
	text-align: left;
}

.commentEntry {
	border-bottom:1px solid #CCCCCC;
	padding: 25px 0;
	text-align: justify;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-smiley {
	margin: 0;
}

label {
	font-size: 14px;
}

.leaveComment {
	margin: 0 0 40px 0;
}

.leaveComment fieldset {
	padding: 20px 0;
}

.commentForm {
  text-align: left;
}
.commentForm em{
  font-style: italic;
  font-size: 14px;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  width: 260px;
	padding: 4px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #acacac;
}
.loggedin {
	float: left;
	margin-top: 20px;
}

.commentForm textarea{
  max-width: 260px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 14px;
	padding: 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #acacac;
	
}
input[type=submit]{
  margin-top: 20px;
	clear: both;
	float: right;
	
	background-color: #262626;
	color: #fff;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
	font-family: arial;
	cursor: pointer;
	
}
/* Contact */

#Contact .column-right span textarea, #Contact .column-right span input {
	width: 270px;
}

/* Footer */

#footer {
}

.box {
	width: 190px;
	margin: 0 10px 40px 0;
	float: left;
	text-align: center;
}

.box ul li a{
	font-size: 14px;
}

.lastbox {
	margin: 0;
}

.footer-info {
	clear: both;
	width: 100%;
	font-size: 12px;
}

/* Images */
img {
	margin: 0 0 10px 0;
}


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

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

.attachment-thumbnail {
	width: 270px !important;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c8c8c8;
}

.post img, .wp-post-image {
	border: 1px solid grey;
	
}

wp-post-image {
}

/*
.wp-caption {
	width: 270px !important;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c8c8c8;
	
}
*/

.wp-caption img {

margin: 0;
padding: 0;
border: 0 none;
}

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

/* Misc */

.tags {
	font-size: 12px;
	margin: 0 0 5px 0;
	
}

.thetime {
	font-size: 12px;
	margin: 0 0 5px 0;
	
}

.button a {
	background-color: #262626;
	color: #fff;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
	font-family: arial;
	text-decoration: none;
}

.rounded {
	font-size: 12px;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
}

.button a:hover {
	background-color: #363636;
}

#twitter li {
	font-size: 14px;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;

	border-bottom: 1px dotted #acacac;
}

#twitter li p {
	text-align: left;
}

.twitterbutton {
	height: 30px;
	background: url(style/images/twitterbird.png) no-repeat 130px bottom;
}

/* ThickBox */

#TB_window img #TB_Image {
	border: 0 !important;
	
}

img#TB_Image {
		border: 0 !important;
		padding: 0;
}

#TB_window {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none !important;
}

#TB_closeWindowButton a img {
	border: 0 !important;
	padding: 0;
}

.wp-caption.alignleft {
	margin: 0 50px 0 0;
}

.wp-caption.alignright {
	margin: 0 0 0 50px;
	
}


p.wp-caption-text {
	font-size: 12px;
	text-align: center;
}

#Contact input[type="submit"] {
	margin-top: 0;
}

img.wp-smiley {border: none;}

