/* -------------------------------------------------------------- 

	Theme Name: Portfolio Theme
	Description: A Portfolio Theme.
	Author: Robert Raszczynski
	Tags: portfolio, theme
	General comments/License Statement if any.

-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/text.css";
@import "css/960.css";

body { text-align: center; }

h1 { font-size: 1.5em; margin: 5px 0;}
h2 { font-size: 1.3em; margin: 5px 0;}
h3 { font-size: 1.2em; margin: 5px 0;}

ul { list-style: none; }

a { padding: 2px 0; color: #f60; }
a:hover { color: #fff; background-color: #000; }

a img { border: 0; }

dt { font-size: 1.1em; font-weight: bold; margin-top: 1em;}
dd { margin: 2px 15px; }

ul { margin: 10px 0; }
li { margin: 5px; padding: 0;}

small { font-size: 0.9em; }

blockquote { font-style: italic; margin: 0.5em; }
blockquote P { margin: 0; }
	
.frame { padding: 5px; border: 1px solid #ddd; margin: 0 auto; display:block; }

.strong { font-weight: bold; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.nomargin { margin: 0; padding: 0; }

#top { width: 960px; margin: 1em auto; background-color: #fff; text-align: left; }
#top #logo { float: left; vertical-align: middle; margin: 0.5em 1em; }
#top .menu { margin: 0px 0 0 400px; padding: 8px 0;}
#top .menu li { display: inline; margin: 8px; }
#top a { padding: 0; margin: 0; color: #000; text-decoration: none; font-weight: bold; text-transform: uppercase;}
#top a:hover {  border-top: 1px solid #fff; color: #f60; background-color: #fff;}

#top img { margin-top: 2px; }

#footer { margin: 1em 0; color: #999; } 

.footercontainer { margin-top: 2em; }
.footercontainer h1 { color: #444; font-size: 1.4em; border-top: 1px solid #aaa; }
.footercontainer li {margin: 0 2px;}
.footercontainer a { color: #666; text-decoration: none; }
.footercontainer a:hover { color: #000; background-color: #fff; text-decoration: underline; }

.latest-posts { padding-bottom: 10px; }
.latest-posts small { font-size: 0.9em; }

#portfolio {margin-left:1em;}
#portfolio img { margin: 0 1px; }

#social-icons { text-align: center; float: right; margin-right: 2em; }
#social-icons a { text-decoration: none; }
#social-icons a:hover { background-color: #fff; }

.container_12 { text-align: left;}

.nav { font-size: 1.2em; text-align: center; font-weight: bold; }
.nav a { margin: 0 1em; }

.shadow { color: #ccc; margin: 0; padding: 0; text-transform: uppercase; font-size: 1.1em; }

.social { margin-left: 20px; }
.social li {margin: 8px 0; padding-left: 40px; }
.social li a {margin: 0;}
.social li.m1 {background: url(i/person.png) no-repeat left top;}
.social li.m2 {background: url(i/phone.png) no-repeat left top;}
.social li.m3 {background: url(i/email.png) no-repeat left top;}
.social li.m5 {background: url(i/studio2r.png) no-repeat left top;}
.social li.m6 {background: url(i/facebook.png) no-repeat left top;}
.social li.m7 {background: url(i/twitter.png) no-repeat left top;}

#sidebar ul { margin-top: 5px; }
#sidebar ul.inline li { display: inline; margin: 8px; }
#sidebar h2 { margin-top: 1.5em; }

.post, .page { margin: 15px 0px; position: relative; clear: left; }
.post-head { margin-left: 55px; padding-top: 15px;}
.post-head h2 { font-size: 24px; line-height: 24px; letter-spacing: -1px; font-weight: bold; margin: 0 0 10px 0; padding: 0; }

/**/ * html .post-time { left: -15px;} /**/
.post-time { padding: 0px; margin: 0px; position: absolute; left: -15px; top: 3px; background: url(i/post-time-bg.gif) no-repeat; height: 71px; width: 67px; text-align: center; color:#fff; }
.post-time strong { display: block; line-height: 9px; }
.post-time .day { font-size: 16px; line-height: 18px; letter-spacing: -1px; padding-top: 20px;}
.post-time .month { font-size: 10px; text-transform: lowercase;}
.post-time .year { padding-top: 7px; font-weight: normal; }

.post-head small {padding: 0px; margin: 0px; font-size: 11px; line-height: 14px; font-weight: bold; display: block}

.post-content { margin: 20px 0 0 0;}
.post-content img { margin: 0.5em auto; display: block; }

.post-com { padding-top: 10px; border-top: 1px dotted #333; }
.post-com ul { padding: 0px; margin: 0px;}
.post-com li { padding: 2px 0px 2px 20px; margin: 0px 5px 0px 0px; color:#336699; display: inline; } 
.post-com .com {background: url(i/post-com.png) no-repeat left center;}


#respond { margin-top: 1em; }
input[type="text"], #commentform textarea { border: 1px solid #999; }
input[type="text"]:focus, #commentform textarea:focus { border: 1px solid #f60; }

#commentform input[type="text"] {width: 200px; }

#commentform dt { font-size: 1.1em; font-weight: normal; margin-top: 1em;}
#commentform dd { margin: 2px 0; }

