/*
Theme Name: PhotoMadness Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px Arial;
	color: #808080;
	background: #ffffff;
}
a {
	color: #444444;
}
a:hover {
	
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 975px;
	margin: auto auto;
	text-align: left;
	overflow: hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 220px;
	margin-bottom: 0px;
}
	#header ol {
		clear: both;
		list-style-type: none;
		height: 25px;
		margin-left: 0px;
		background-color: #111111;
	}
		#header ol li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 0px;
			background: url(images/divider1.gif) no-repeat 0 center;
		}
		#header ol li a {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			padding: 5px 24px 5px;
		}
		#header ol li a:hover {
			text-decoration: none;
		}
		#header ol li.f {
			padding-left: 1;
			background: none;
		}
			#header ol li.f a {
				padding-left: 10;
			}
	#header .links {
		float: right;
		font-size: 0.9em;
		color: #111111;
		padding: 5px;

	}
		#header .links a {
			color: #ffffff;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
			margin: 0 0px;
			padding: 0px 19px 0px 0px;
		}
		#header .links a:hover {
			text-decoration: underline;
		} 
	#header h1 {
		clear: both;
		float: left;
		font-size: 0;
		padding: 0px;
	}
		#header h1 a {
			display: block;
			width: 360px; height: 170px;
			text-indent: -9999px;
			outline: none;
			background: url(images/250gr.jpg) no-repeat 0 0;
		}
	#header .description {
		float: left;
		padding-top: 0px; 
	}
	#header .description p {
		width: 280px; height: 170px;
	        display:table-cell;
                vertical-align: middle;
                line-height: 17px;
	}
	#header .description2 {
		float: right;
		padding-top: 0px; 
	}
	#header .description2 p {
		width: 280px; height: 170px;
	        display:table-cell;
                vertical-align: middle;
                line-height: 17px;
	}
	#header ul {
		clear: both;
		list-style-type: none;
		height: 30px;
		margin-left: -0px;
		background-color: #EEEEEE;
	}
		#header ul li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding-left: 0px;
			background: url(images/divider2.gif) no-repeat 0 0;
		}
		#header ul li a {
			display: block;
			color: #808080;
			text-decoration: none;
			padding: 8px 15px 8px;
		}
		#header ul li a:hover {
			color: #CD0020;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 640px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
	#content .thumb {
 	width: 200px; height: 200px;
		overflow: hidden;
		float: left;
		margin: 0px 5px 10px 5px;
		border: 1px solid #DDDDDD;
	}
		#content .thumb img {
			height: 200px;
                        position: relative;
                        left:-33px;

		}
	#content .post {
		border: 1px solid #DDDDDD;
		padding: 15px 19px;
		margin-right: 0px;
	}
		#content .post h2 {
			font-family: Arial;
			font-size: 2.0em;
			font-weight: normal;
			margin-bottom: 2px;
		}
			#content .post h2 a {
				text-decoration: none;
			}
		#content .post .date {
			font-size: 0.9em;
			font-family: Arial;
			margin-bottom: 15px;
		}
			#content .post .date a {
				text-decoration: none;
			}
			#content .post .date a:hover {
				text-decoration: none;
			}
		#content .post .details {
			font-size: 0.9em;
			font-family: Arial;
			margin-bottom: 15px;
		}
			#content .post .details .l {
				float: left;
			}
			#content .post .details .r {
				float: right;
			}
			#content .post .details a {
				text-decoration: none;
			}
			#content .post .details a:hover {
				text-decoration: none;
			}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .post ul, #content .post ol {
			list-style-position: inside;
			margin-bottom: 5px;
		}
		#content .post li {
			line-height: 1.4em;
		}
		#content .post blockquote {
			line-height: 1.4em;
			margin-bottom: 15px;
			padding: 10px 10px 0;
			background-color: #DDDDDD;
			border-width: 1px 0;
			border-color: #e0e0e0;
			border-style: solid;
		}
		#content .post h3, #content .post h4, #content .post h5, #content .post h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	#content .postnav {
		clear: both;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 302px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar h2 {
		font-size: 0.9em;
		color: #ffffff;
		background-color: #CD0020;
		text-transform: uppercase;
		padding: 5px;
		margin-bottom: 5px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 5px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#sidebar ul li a {
			color: #808080;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			color: #CD0020;
			text-decoration: underline;
		}
	#sidebar .box {
		border: 1px solid #DDDDDD;
		margin-bottom: 15px;
		padding: 8px 8px 6px 8px;
	}
	#sidebar .l {
		float: left;
		width: 145px;
	}
	#sidebar .r {
		float: right;
		width: 145px;
	}
		#sidebar .l li, #sidebar .r li {
			font-size: 0.9em;
		}
	#sidebar .tags {
		padding: 0 5px;
	}
		#sidebar .tags a {
			color: #808080;
			text-decoration: none;
		}
		#sidebar .tags a:hover {
			color: #CD0020;
			text-decoration: underline;
		}
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			margin: 5px;
		}
	#sidebar form {

	}
		#sidebar form input {

		}
		#sidebar form button {
			float: left;
			border: 0;
			width: 72px; height: 31px;
			font-size: 0.8em;
			font-family: Arial;
			text-transform: uppercase;
			font-weight: bold;
			color: #ffffff;
			background-color: transparent;
		}
	#sidebar .twitter {
		border: 1px solid #DDDDDD;
		border-top: 0;
		padding: 5px 5px 5px 50px;
		margin-bottom: 15px;
		color: #CD0020;
		background: url(images/twitter.gif) no-repeat 8px 10px;
	}
		#sidebar .twitter p {
			line-height: 1.4em;
			margin-bottom: 8px;
		}
		#sidebar .twitter .date {
			font-style: italic;
			font-size: 0.9em;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	font-size: 0.7em;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	color: #808080;
}
	#footer a {
		color: #808080;
		text-decoration: none;
                font-weight: bold;
	}
	#footer a:hover {
		color: #CD0020;
		text-decoration: underline;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	
}
	#comments h2 {
		margin: 40px 0 0px;
		font-size: 1.5em !important;
		font-family: Arial !important;
	}
	#comments p {
		margin-bottom: 5px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 0px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #DDDDDD;
			font-size: 0.9em;
			font-family: Arial;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #DDDDDD;
		}
		#comments form textarea {
			width: 98%;
			padding: 4px 4px !important;
			border: 1px solid #DDDDDD;
		}
		#comments form button {

			border: 0;
			background: #cccccc;
			width: 150px; height: 34px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #CD0020;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;

	padding-bottom: 20px;
	color: #808080;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 5px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.8em;
		color: #cd0020;
		font-weight: bold;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 10px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #DDDDDD;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
li.current-cat {
	font-weight: bold;
}
form input{
	margin: 0 0px 0 0;
width: 99%;
}
form textarea {
	margin: 0 0px 0;
        width: 98%;
height: 80px;
        resize:none;
}
/** END wordpress 2.7 comments **/
