/* @override http://ruicruz.com/wp-content/themes/csrui/style.css */

/*
Theme Name:     CSRUI.COM
Theme URI:      http: //csrui.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Rui Cruz
Author URI:     http: //csrui.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");


body {
	background-color: #555;
	color: #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/* @group Homepage */

#home-wraper {
	width: 440px;
	margin: 0 auto;
}

ul#site-sections {
	margin: 0px;
	padding: 0px;
	margin-top: 100px;
}

ul#site-sections li {
	margin: 5px;
	padding: 0px;
	display: inline-block;
}

ul#site-sections li a {
	width: 160px;
	height: 160px;
	display: block;
	padding: 20px;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	opacity: 0.50;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul#site-sections li a span {
	display: block;
	margin-top: 150px;
	visibility: hidden;
}

ul#site-sections li.photo a {
	background-image: url(img/camera.png);
	text-align: right;
}

ul#site-sections li.dev a {
	background-image: url(img/development.png);
	text-align: left;
}

ul#site-sections li a:hover {
	background-color: #666;
	opacity: 1;
}

ul#site-sections li a:hover span {
	visibility: visible;
}

#home-footer {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #999;
}

#home-footer a, #home-footer strong {
	font-weight: bold;
	color: #222;
	margin-left: 8px;
	margin-right: 8px;
}

#home-footer a:hover {
	color: #EFEFEF;
}

ul#recent-posts {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#recent-posts li {
	margin-bottom: 4px;
}

ul#recent-posts a {
	color: #222;
}

ul#recent-posts a:hover {
	color: #EFEFEF;	
}

/* @end */

a {
	color: #EFEFEF; 
}

a:hover {
	color: #FFF;
}

p {
	margin-top: 6px;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}

div#wrapper {
	background-color: #555;
	width: 980px;
}

div#main {
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	width: 100%;
}

div#footer {
	margin-top: 40px;
	color: #666;
}

div#footer #colophon {
	border: none;
}

div#footer a {
	color: #999;
}

#site-title {
	font-size: 18px;
}

div#access {
	background-color: transparent;
	margin-bottom: 10px;
}

#access .menu-header ul li {
	margin-right: 20px;
}

#access .menu-header ul li a {
	text-decoration: none;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#access .menu-header ul li a:hover, 
#access .menu-header ul li.current-menu-parent a,
#access .menu-header ul li.current-menu-item a {
	background-color: #666;
	opacity: 1;
}

div#container.category-photography {
	/*width: 100%;*/
	/*padding: 0px;
	margin: 0px;*/
}

div#container.category-photography #content {
	/*width: 930px;
	margin: 0 auto;*/
}

/** Overides main template **/
div#container.category-photography #content img {
	max-width: 750px;
	max-height: 750px;
}

body.category-photography.archive div.post {
	display: block;
	width: 300px;
	height: 550px;
	float: left;
	padding: 0px;
	margin-right: 10px;
	border: 0px;
}

body.category-photography.archive div.post:last-child {
	/*margin-right: 0px;*/
}

body.category-photography .gallery-thumb {
	-webkit-border-radius: 6px;
	-moz-border-raidus: 6px;
	padding-top: 10px;
	background-color: #000;
	position: relative;
	text-align: center;
}

body.category-photography .gallery-thumb a.entry-title {
	font-size: 11px !important;
	font-weight: normal !important;
	background-color: rgba(23,23,23,0.48);
	color: #FFF !important;
	position: absolute;
	width: 80%;
	height: 30px;
	bottom: 16px;
	right: 26px;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
}

#photography-bigshot {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #000;
	border: 30px solid #000;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

li#photography-credits {
	margin-bottom: 20px;
	color: #000;
}

li#photography-credits span {
	font-weight: bold;
}

/*#portfolio-bottom-content {
	width: 70%;
	float: left;
}*/

/*#primary {
	font-size: 12px;
}*/

div.entry-meta {
	font-size: 11px;
}

.post {
	font-size: 12px;
}

.post .entry-title a {
	font-size: 14px;
	display: block;
	height: 50px;
}

.post .entry-content {
	font-size: 14px;
}

.post a {
	color:  #666;
}
