/*-----------------------------------------------------------------------------
Theme Name: Eminent Photography Theme
Theme URI: http://
Description: Photo Theme
Version: 2.0
Author: Chris Powell
Author URI: http://www.eminent-designs.net/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* tippit 2008 - Standard CSS file for all normal html tags set to default */

* { margin: 0; padding: 0; }

body { 
	background: #7F7F7F; 
	font: 11px/14px Arial, Helvetica, sans-serif;  
	color: #333;  
	margin: 15px 0 25px 0;
}

p { margin: 0px 0 10px 0; padding: 0; line-height: 18px; }
img { border: 0; }
hr { border: none 0; border-top: 1px solid #ccc; height: 1px; }

/* Standard Links */
a:link, a:visited, a:active { font: normal 11px/14px Arial, Helvetica, sans-serif;  color: #333333; font-weight: bold; }
a:hover, a.underline { text-decoration: underline; color: #CC6600; }

/* headers */
h1, h2, h3, h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #413F3C;
}

h1, h1 a:active, h1 a:link, h1 a:visited { 
	font-size: 15px; 
	padding: 5px 0 5px 0; 
	color: #CC6600;
	letter-spacing: -0.2px;
}
h2, h2 a:active, h2 a:link, h2 a:visited { 
	font-size: 14px; 
	padding: 0px 0 5px 0; 
	color: #333333;
	letter-spacing: -0.2px;
}
h3, h3 a:link, h3 a:visited, h3 a:active { 
	font-size: 13px; 
	color: #333333;
	padding: 5px 0 5px 0; 
	line-height: 18px; 
}
h4 { 
	font-size: 18px;
	font-weight: bold; 
	padding: 0 0 5px 0;
}


/* Lists */
ul, ol { margin: 0 0px 0 0px; line-height: 18px; }
ol { margin: 0 0 0 30px;}
li { list-style-type: none; }

/* Forms */
form { margin: 0; padding: 0;}
fieldset { }

label { 
	float: left; 
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #333; 
}
.input_bx, .form_textinput { border: 1px solid #999999; width: 150px; height: 18px; color: #969696; padding: 0 0 0 5px; }
textarea { width: 300px; border: 1px solid #999999; height: 100px; }
.select_box { width: 242px; border: 1px solid #ACADB2; }


/* Highly Used Generic Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.strong, .bold {font-weight: bold;}
.noborder { border: none; }
.on { display: block; }
.off { display: none; }

.pad_bottom { margin-bottom: 20px; }

/* Standard Tippit Classes */

/* Container */
#container { 
	position: relative;
	width: 1000px; 
	margin: 0 auto;
	text-align: center;
}

#main {
	height: 605px;
	padding: 30px 0 0 85px;
	background-color: #666666;
	background-image: url('/i/photoblog/portfolio_1.jpg');
	background-repeat: no-repeat;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666;*/
	
}
#container_pad { width: 960px; margin: 0 auto; text-align: center; background: #fff; }

.logo { padding: 5px 0 0 10px; }

/* Header */
#header { 
	background: url("/i/photoblog/pixel.png");
	width: 800px;
	height: 55px;
	margin: 0 0 15px 0;
	padding: 10px 15px;
}
#content_body { 
	background: url("/i/photoblog/pixel.png");
	width: 595px;
	height: 475px;
	margin: 0 15px 0 0;
	padding: 10px 15px 10px 20px;
	text-align: left;
	overflow: auto;
}
#navlinks {
	padding: 28px 0 0 35px;
}
#navlinks a:link, #navlinks a:visited, #navlinks a:active {
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
}

#right_nav { 
	background: url("/i/photoblog/pixel.png");
	width: 155px;
	height: 485px;
	text-align: left;
	padding: 10px 15px 0 15px;
}
.bgthumb {
	border: 1px solid #333333;
	margin: 5px 0 0 0;
}
.strip { 
	background-color: #666666;
	color: #F5F5F5;
	height: 16px;
	padding: 2px 20px;
}
.strip a:link, .strip a:active, .strip a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/* Footer */
#footer { 
	width: 960px; 
	padding: 25px 0 25px 0; 
	font: 10px/18px arial, 'lucida grande', sans-serif; 
	color: #D2D2D2;
	background: #000000;
	border-top: 4px solid #FD0000;
}
#footer a:link, #footer a:visited, #footer a:active { color: #D2D2D2; font-weight: normal; }
#footer a:hover { color: #FD0000; }
#footer .title {
	width: 125px;
	text-align: right;
	margin: 0 15px 0 0;
	color: #FD0000;
}



a:link {
	
}

a: visited {
	
}

a:hover {
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	
}

#masthead {
	
}

#masthead_img {
	
}

#navcontainer {
	
}

ul#nav {
	
}

/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	
}

.post {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #777;
}

.entry {
	font-size: 12px;
}
.entry img {
	clear: left;
	float: left;
	margin: 0 15px 10px 0;
}
.entry p {
}

.postmetadata {
	padding: 0px 0 0px 0;
	margin: 0 0 5px 0;

}

.utw {
	
}

.navigation {
	
}

.post_nav {
	
}





/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	
}

ul#sidebar li {
	
}

ul#sidebar li ul {
	
}

ul#sidebar li ul li {
	
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	
}

#footer p {
	
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

#comments-form {
	
}

#commentform {
	
}

#author {
	
}

#email {
	
}

#url {
	
}

#comment {
	
}

#submit {
	
}


#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

/* @end */
