/*
THEME NAME: PHXDW-Phoenix Design Poster Contest
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The 1st Version of the Phoenix Design Poster Contest
VERSION: 1
AUTHOR: Jeremy Smith (PHXDW-PHX Poster Contest)  (Thematic Template: Ian Stewart)
AUTHOR URI: http://phxdw.com/
TAGS: phxdw, phoenix design week, white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
	border: 1px #CCC solid;
	margin: 0 0 18px 28px;;
	width: 450px;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* -- POSTER THUMBS -----*/

.poster_thumb {
	width: 160px;
	float: left;
	padding: 1px;
	margin: 0 18px 0 0;
}

.poster_thumb a img {
	border: 1px solid #CCCCCC;
}

.nav_postwork .projectlist {
	list-style-type: none;
	float: left;
}
#container{
	width:960px;
	height:auto;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.projectlist {
	list-style-type: none;
	float: left;
}
.nav_postwork_btm {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

#poster_desc {
	float: left;
	width: 360px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.vote {

	
	width: 235px;
}

#post_nav_container {
	float: left;
	width: 340px;
	padding: 10px;
	margin-top: 50px;
}

.post_nav {
	float: left;
	width: 340px;
}

.post_next {
	float:right;
	font-weight: bold;
	color: #3399FF;
	background-image: url(../../../../img/next_btn.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: right center;
}
.post_next a {
	float:right;
	font-weight: bold;
	color: #3399FF;
	text-align: right;
}

.post_prev {
	float:left;
	font-weight: bold;
	color: #3399FF;
	text-align: left;
	background-image: url(../../../../img/prev_btn.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
.post_prev a {
	float:left;
	font-weight: bold;
	color: #3399FF;
}
