/*
Theme Name: Designica
Theme URI: http://www.berndartmueller.at
Description: Designica, the first blog theme
Version: 1.0
Author: Bernd Artmüller
Author URI: http://www.berndartmueller.at
*/


/******************************************************************************************************************/
/** CSS Reset *****************************************************************************************************/
/******************************************************************************************************************/

body {
	background: #599CB7 url(images/bg_strip.png) repeat-x scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c3345;
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	color: #111;
	font-size: 0.9em;
	line-height: 1.3em;
}

ul, li {
	color: #333;
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: underline;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}

:focus {
	outline-style:none;
}

/******************************************************************************************************************/
/** Standard Styles ***********************************************************************************************/
/******************************************************************************************************************/

.clear {
	clear: both;
}

/******************************************************************************************************************/
/** Layout ********************************************************************************************************/
/******************************************************************************************************************/

#wrapper {
	background: url(images/background01.jpg) no-repeat scroll center top;
	height: 100%;
	width: 100%;
	min-width: 600px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.transparent_bg {
	background: /*url(images/transparent_bg.png) repeat*/ #CCC;
	border: 1px solid #536769;
	padding: 10px;
	width: 940px;
}

#blog_wrapper {
	margin-bottom: 30px;
}

.content {
	background: #fff url(images/content_bg.png) repeat-x;
	padding: 20px;
	height: 100%;
	display: block;
	overflow: auto;
}

#left {
	float: left;
	margin-right: 30px;
	width: 600px;
}

#full {
	float: left;
	width: 900px;
}

#sidebar {
	float: left;
	width: 270px;
}

#footer {
	clear: both;
}

/******************************************************************************************************************/
/** Header ********************************************************************************************************/
/******************************************************************************************************************/

#header {
	height: 90px;
	width: 100%;
}

#header h1 {
	padding-top: 10px;
}

#header h1 a {
	background: url(images/logo-florisporro.png) no-repeat;
	color: #F2F2F2;
	display: block;
	width: 452px;
	height: 71px;
	text-indent: -9999px;
}

#logo {
	float: left;
	width: 452px;
}


/******************************************************************************************************************/
/** Navigation ****************************************************************************************************/
/******************************************************************************************************************/

#navigation {
	float: right;
	margin-top: 55px;
}

#navigation ul {
	overflow: hidden;
	margin-right: 15px;
}

#navigation ul li {
	float: left;
	margin-right: 5px;
	padding: 0;
}

#navigation a { float: left; cursor: pointer; background: #444;}

#navigation span {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	display: block;
	float: left;
	padding: 8px 17px 9px 15px;
	border: 3px solid white;
	border-bottom: 0;
}

#navigation a:hover {
	background: #299;
}

#navigation li.current_page_item a{
}

#navigation li.current_page_item span {
}

#navigation a:hover {
	text-decoration: none;
}

/******************************************************************************************************************/
/** Home & Portfolio **********************************************************************************************/
/******************************************************************************************************************/

#full h1 {
	border-bottom: 1px solid #000;
}
#full p {
	font-size: 22px;
}
#full img.portfolio_big {
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}

/******************************************************************************************************************/
/** Sites ****************************************************************************************************/
/******************************************************************************************************************/


/*-- Index -----------------------------------------------*/

#featured_blog {
	margin-bottom: 20px;
}

.blog_image {
	border: 1px solid #b7b7b7;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

.blog_image img {
	border:	1px solid #bfbfbf;
}

/*-- Portfolio -----------------------------------------------*/
.go_button {
	border: 1px solid #000;
	text-align: center;
	width: 898px;
	font-size: 18px;
	letter-spacing: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10;
	-o-box-shadow:  0px 0px 30px #bbb;
    -icab-box-shadow:  0px 0px 30px #bbb;
    -khtml-box-shadow:  0px 0px 30px #bbb;
    -moz-box-shadow: 0px 0px 30px #bbb;
    -webkit-box-shadow:  0px 0px 30px #bbb;
    box-shadow:  0px 0px 30px #bbb;
    padding: 25px 0 25px 0;
    clear: both;
}
.go_button#first {
	margin: 40px 0 40px 0;
}
.go_button#last {
	margin: 0 0 40px 0;
}
a.go_link {
	text-decoration: none;
	font-weight: bolder;
}
a:hover.go_link {
	color: #444;
	text-shadow:0px 0px 10px #888;
}

/*-- Featured Blog -----------------------------------------------*/


#featured_blog .post_content {
	float: left;
	width: 400px;
}
#featured_blog {
	position: relative;
}

#featured_blog .post_content #latest_project{
	width: 302px;
	height: 52px;
	background: url(images/latestproject.png) no-repeat;
	text-indent: -9999px;
}

#featured_blog h1 {
	color: #223c3f;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;	
}

#read_more {
	background: url(images/read_more_button.png) no-repeat;
	cursor: pointer;
	display: block;
	margin-top: 15px;
	margin-left: -3px;
	margin-bottom: 0;
	height: 38px;
	width: 98px;
	text-indent: -9999px;
}

#featured_blog p {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1.6em;
	text-align: justify;
}

.post_content small, #post_wrapper small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	font-size: 1.2em;
	color: #434c4d;
	margin-bottom: 20px;
}

.post_content small a {
	color: #223c3f;	
}

.post_content small a:hover {
	text-decoration: underline;
}

#wpcf #contactsubmit {
	background: url(images/submit_contact.png) no-repeat;
	border: medium none;
	cursor: pointer;
	display: block;
	margin-left: -3px;
	height: 38px;
	width: 98px;
	text-indent: -9999px;
}

#left h1, #sidebar h2 {
	border-bottom: 1px solid #223c3f;
	clear: both;
	padding-bottom: 10px;
}

#left h1 { font-size: 3em; }
#sidebar h2 { font-size: 2em; }

#left .recent_posts_wrapper .post {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#left .recent_posts_wrapper .post .post_info {
	background: #e5e5e5 url(images/recent_posts_bg.png) repeat-x;
	border: 1px solid #b0b0b0;
	float: left;
	margin-right: 5px;
	width: 510px;
}

#left .post .inside_block {
	border: 1px solid #fff;
}

#left .post .post_info .inside_block {
	padding: 15px 20px 15px 10px;
}

#left .recent_posts_wrapper .comments_number {
	background: #e5e5e5 url(images/recent_posts_bg.png) repeat-x;
	border: 1px solid #b0b0b0;
	float: left;
	width: 80px;
}

#left .post .comments_number .inside_block {
	padding: 15px 0;
	text-align: center;
}

#left .post .comments_number h2 {
	font-size: 3em;
	margin-bottom: 5px;
}

#left .comments_number .inside_block {
	position: relative;
}

.comments_number small {
	font-weight: bold;
	position: absolute;
	left: 15px;
	bottom: 10px;
}

#left .recent_posts_wrapper .post .post_info h2 {
	font-size: 2em;
	color: #2f3738;
	margin-bottom: 5px;
}

#left .recent_posts_wrapper .post .post_info small {
	font-size: 1.2em;
	color: #223c3f;
}

.previous_page a {
	background: url(images/posts_prev.png) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 90px;
	height: 29px;
}

.next_page a {
	background: url(images/posts_next.png) no-repeat;
	display: block;
	float: right;
	text-indent: -9999px;
	width: 90px;
	height: 29px;
}

#about_us_wrapper {
	clear: both;
	margin-bottom: 50px;
}

#about_us_wrapper p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin-bottom: 20px;
}

/******************************************************************************************************************/
/** Search Plugin Styles ***********************************************************************************************/
/******************************************************************************************************************/

#search_plugin {
	margin-bottom: 20px;
	overflow: hidden;
}

#s {
	color: #666;
	border: 1px solid #b6b6b6;
	float: left;
	margin-right: 3px;
	padding: 8px 6px 6px 6px;
	width: 210px;
}

#search_submit {
	background: url(images/search_button.png) no-repeat;
	float: left;
	border: medium none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 32px;
	width: 43px;
}

/******************************************************************************************************************/
/** Popular Posts Plugin Styles ***********************************************************************************************/
/******************************************************************************************************************/

#popular_posts_plugin {
	margin-bottom: 20px;
}

#popular_posts_plugin h1 {
	margin-bottom: 10px;
}

#sidebar .widget {
	border: medium none;
	margin-bottom: 20px;
}

#sidebar ul li {
	border-bottom: 1px dotted #585858;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#sidebar a {
	font-size: 1.15em;
	line-height: 1.5em;
}

#footer {
	text-align: center;
	margin-bottom: 20px;
}

#footer p { color: #466685; font-size: 1.2em; }
#footer a { color: #466685; }

#social_links ul {
	margin-top: 15px;
}
#social_links ul a {
	text-decoration: none;
}

#social_links ul li {
	border: 1px solid #000;
	width: 268px;
	height: 32px;
	font-size: 18px;
	letter-spacing: 6px;
	-o-box-shadow:  0px 0px 10px #bbb;
    -icab-box-shadow:  0px 0px 10px #bbb;
    -khtml-box-shadow:  0px 0px 10px #bbb;
    -moz-box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow:  0px 0px 10px #bbb;
    box-shadow:  0px 0px 10px #bbb;
    padding: 3px 0 2px 3px;
}
#social_links ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
/*#social_links { overflow: hidden; }

#social_links ul li {
	border: medium none;
	float: left;
	margin-right: 10px;
}*/


/******************************************************************************************************************/
/** Contact Site ***********************************************************************************************/
/******************************************************************************************************************/

#contact_us_wrapper p {
	font-size: 1.35em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.contactform strong {
	font-size: 1.5em;
	color:#900;
	display: block;
	padding: 20px 0;
}

.success {
	font-size: 1.5em;
}

#wpcf label, .form label {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

#wpcf input, .form .input_field {
	border: 1px solid #b6b6b6;
	padding: 6px;
	width: 300px;
}

#wpcf textarea, .form .text_area {
	border: 1px solid #b6b6b6;
	padding: 6px;
	margin-bottom: 20px;
	width: 400px;
}

.form .submit {
	background: url(images/submit_reply.png) no-repeat;
	font-size: 0;
	line-height: 0;
	border: medium none !important;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	margin-left: -3px;
	height: 38px;
	width: 98px;
}

span.req {
	color:red;
	font-weight:700;
}

/******************************************************************************************************************/
/** Blog Post Styles ***********************************************************************************************/
/******************************************************************************************************************/

#post_wrapper {
	margin-bottom: 50px;
}

#post_wrapper .title {
	border-bottom: 1px solid #223c3f;
}

#post_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	line-height: 1.7em;
	margin-bottom: 2em;
}

#post_wrapper .blog_image {
	margin-bottom: 20px;
}

#post_wrapper small {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/******************************************************************************************************************/
/** Comment Section ***********************************************************************************************/
/******************************************************************************************************************/

.comment {
	clear: left;
	overflow: hidden;
	margin-bottom: 40px;
}

#comment_wrapper h1 {
	margin-bottom: 30px;
}

.gravatar img {
	border: 1px solid #949494;
	float: left;
	padding: 5px;
}

.comment_detail {
	float: left;
	margin-left: 20px;
	width: 488px;
}

.comment_detail h3 {
	border-bottom: 1px dotted #585858;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.comment_detail h3 a { font-size: 1.25em; }

.comment_detail p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#leave_comment {
	margin-top: 50px;
}

#comment_author_stats { font-size: 1.25em; font-weight: bold; margin-top: -20px; margin-bottom: 20px; }
#comment_author_stats a.logout { text-decoration: underline; }
/******************************************************************************************************************/
/** Blog Post Inline Styles ***********************************************************************************************/
/******************************************************************************************************************/

#left p.wp-caption-text {
	font-style: italic;
	text-align: center;
}

#post_wrapper h1 {
	border-bottom: medium none;
}

#post_wrapper h2 {
	font-size: 2.5em;
}

#post_wrapper h3 {
	font-size: 2em;
}

#post_wrapper h4 {
	font-size: 1.5em;
}

#post_wrapper h5 {
	font-size: 1.5em;
}

#post_wrapper h6 {
	font-size: 1.5em;
}

#post_wrapper ul, #post_wrapper ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

#post_wrapper ul li { list-style-type: disc; }
#post_wrapper ol li { list-style-type: decimal; }

#post_wrapper li {
	font-size: 1.35em;
	margin-bottom: 4px;
}

#post_wrapper blockquote {
	padding-left:1em;
	border-left:3px solid #585858;
}

#post_wrapper blockquote p { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; }