/*  

Theme Name: cs3tutorials.com

Theme URI: http://cs3tutorials.com/

Description: Default theme for cs3tutorials.com.

Version: 1.0

Author: Luke Evans

Author URI: http://lukevans.com/

*/







.sources {margin-top: 15px;}
.sources ul {list-style-type: none;}
.sources ul li {padding-bottom: 5px;}


* {
	margin: 0;
	padding: 0;
}
html {
	background: #000 url(images/body_bg.jpg) left top repeat-x;
}
body {
	background: url(images/title_cs3tutorialscom.jpg) center top no-repeat;
	color: #555;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #E4700D;
	text-decoration: none;
}
a:hover {
	text-decoration: line-through;
}
img {
	border: 0;
}
.clearBoth {
	clear: both;
}



#container {
	width: 678px;
	margin: 0 auto;
	padding-bottom: 15px;

	position: relative;
}

.postContainer h2, .categories h2, .tags h2, .vidContainer h2 {
	padding-bottom: 5px;

}


/**********************

        BANNER

**********************/

#banner {
	height: 60px;
	/*background: url(images/content_bgTop.jpg) left 60px repeat-x;*/
}
#banner #title a {
	width: 427px;
	height: 49px;
	margin-bottom: 11px;
	display: block;
	
	text-decoration: none;
}
#banner #title span {
	visibility: hidden;
}




/**********************

       MAIN NAV

**********************/

#mainNav {
	padding: 6px 0;

	background: url(images/mainNav_bg.jpg) right top no-repeat;
	text-align: right;

display: none;
}
#mainNav ul {
	margin-right: 6px;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	padding: 0 16px;

	color: #7e7e7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#mainNav ul li a:hover {
	color: #000;
	text-decoration: line-through;
}




/**********************

        CONTENT

**********************/

#content {
	padding: 16px 16px 16px 14px;

	background-color: #fff;
}
#content.bg {
	/*background: #fff url(images/content_bgBtm.jpg) left bottom no-repeat;*/
}
.vidContainer {
	padding-top: 13px;
	margin-left: 2px;
	clear: both;
}




/**********************

      SINGLE POST

**********************/

.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation a {
	font-weight: bold;
	color: #90AE24;
}

.post h2 {
	padding: 10px 0;
	font-size: 1.6em;
	clear: both;
}
.post h2 a {
	color: #90AE24;
}

.entry img {
	margin: 5px;
	border: 10px solid #ddd;
}
.entry a img {
	border-color: #E4700D;
}
.entry a:hover img {
	border-color: #ddd;
}

.postmetadata {
	width: 488px;
	margin: 15px 0;
	padding: 6px;

	background-color: #F7F7F7;
	border: 1px solid #ddd;
}
.postmetadata a {
	color: #E4700D;
}

h3#comments {
	margin-bottom: 10px;
	padding-top: 10px;

	font-size: 1.4em;
}
.commentlist {
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
.commentlist li {
	background-color: #F7F7F7;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 10px;
}
.commentlist li.alt {
	background-color: #fff;
}
.commentlist li .commentmetadata a {
	color: #90AE24;
}
.commentlist li p {
	margin-top: 8px;
	color: #000;
}

h3#respond {
	color: #90ae24;
}
#commentform p {
	margin-top: 5px;
}
#commentform p textarea {
	width: 498px;
}




/**********************

     PAGE TEMPLATE

**********************/

.wrapper {
	width: 535px;
	float: left;
}
.page {
	
}




/**********************

   HOME THUMB POSTS

**********************/

.postContainer {
	width: 488px;
	float: left;
}
.postContainer .post {
	width: 242px;
	height: 151px;
	float: left;
	overflow: hidden;

	margin-bottom: 2px;
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.postContainer .post h2 {
	height: 24px;
	padding: 0 0 0 25px;
	clear: none;
	font-size: 0.9em;
}
.postContainer .post h2.Photoshop {background: #fff url(images/icon_ps.jpg) left top no-repeat;}
.postContainer .post h2.Illustrator {background: #fff url(images/icon_ai.jpg) left top no-repeat;}
.postContainer .post h2.Indesign {background: #fff url(images/icon_id.jpg) left top no-repeat;}
.postContainer .post h2.Flash {background: #fff url(images/icon_fl.jpg) left top no-repeat;}
.postContainer .post h2.Uncategorized {padding-left: 0;}
.postContainer .post h2 a {
	padding-left: 5px;
	display: block;

	background: url(images/postTitle_bg.gif) left top repeat-x;
	color: #fff;
	line-height: 24px;

	text-decoration: none;
}




.postContainer .post h2 a:hover {
	text-decoration: underline;
}




/**********************

        SIDEBAR

**********************/

#sidebar {
	width: 144px;
	margin-left: 16px;
	float: left;
}

a.submitTutorial {
	display: block; 
	text-align: center;
	padding: 8px 0; 
	margin-bottom: 15px; 
	border: 3px dashed orange; 
text-decoration: underline;
	font-weight: bold; 
	color: #666;
	font-size: 14px;
}
a.submitTutorial:hover {border-color: #333; text-decoration: underline;}

ul.cats {
	list-style-type: none;
}
ul.cats li a {
	padding-left: 30px;
	margin-bottom: 7px;
	display: block;

	line-height: 24px;
	color: #000;
	text-decoration: underline;
}
ul.cats li a:hover {
	text-decoration: line-through;
}
ul.cats li.cat-item-1 a {background: #fff url(images/icon_uncat.jpg) left top no-repeat;}
ul.cats li.cat-item-3 a {background: #fff url(images/icon_ps.jpg) left top no-repeat;}
ul.cats li.cat-item-4 a {background: #fff url(images/icon_ai.jpg) left top no-repeat;}
ul.cats li.cat-item-5 a {background: #fff url(images/icon_fl.jpg) left top no-repeat;}
ul.cats li.cat-item-6 a {background: #fff url(images/icon_id.jpg) left top no-repeat;}

.tags a {
	color: #245ca9;
}
.tags a:hover {
	color: #555;
}




/**********************

        FOOTER

**********************/

#footer {
	margin-top: 10px;
	
	color: #666;
	text-align: center;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #666;
}