/* 
	Theme Name: Anyprint
	Theme URL: http://www.exsite.ie
	Description: Anyprint
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 0.1
*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  RESET
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
address, caption, cite, dfn, th, var {font-style: normal;font-weight: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}
*{margin:0;padding:0;line-height:20px;}
.clear{clear:both;}
a img {border:none;}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  TYPE
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;font-weight: bold;}
p {margin-bottom: 5px;}
a  {color:#fff;text-decoration:none;}
a:hover  {color:#fff;text-decoration:underline;}
h1 {font-size: 1.5em; line-height: 1em; }
h2 {font-size: 1.375em; line-height: 1.0909em;color:#fff;}
h3 {font-size: 1.25em; line-height: 1.2em;}
h4 {font-size: 1.125em; line-height: 1.333em; }
h5, h6 {font-size: 1em;line-height: 1.5em; }

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  MAIN
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#top_number {float:right; margin-top:-25px; margin-right:10px; font-size:1.8em; color:#33ccff;text-shadow:1px 1px 0px #3B676D }

body {
	font-size:0.75em;
	line-height: 1;
	color: #333333;
	background: url(images/bg.png) repeat;
	font-family:Helvetica,Times New Roman,Verdana,Garamond;
}
#panino{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#content{
	position:relative
}
#header{
	position:relative;
	z-index:200;
}
#sidebar{
	
}
#footer{
	text-align:center;
	clear:both;
	color: #3b676d;
}
#footer a{
	color:#90ca3d
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:275px;
	height:80px;
	margin:0;
	position:absolute;
	top:30px;
	left:0;
	z-index:1;
}
#logo a{
	width:275px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
	background: url(images/logo.png) no-repeat 0 0;
}
/* 
NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup{
	height:55px;
	margin-left:310px;
	width:900px;
	background:url(images/nav.png) no-repeat left;
}
#pagesup li{
	float:left;
	position:relative;
	list-style:none;
}
#pagesup li a{
	padding:0 20px;
	line-height:55px;
	display:block;
	color:white;
	text-decoration:none;
}
#pagesup li a:hover{
color:#33c4e8;
}
#pagesup li:hover > a{
color:#33c4e8;
}
#pagesup li.current_page_item a{
background:url(images/arrow.png) no-repeat bottom center;
color:#90ca3d;
}
/* 
SUB_NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup li:hover > ul {
	display: block;
}
#pagesup ul {
	margin: -10px;
	display: none;
	width: 385px;
	position: absolute;
	left: 0;
	background:#33c4e8;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}
#pagesup ul li {
	margin: 0;
	padding: 0;	
}
#pagesup ul li:first-child {
	margin: 0;
	padding: 0;	
}
#pagesup ul a {
	font-weight: normal;
	line-height:40px;
	padding:0 10px;
}
#pagesup ul a:hover {
	color:white;
	text-decoration:underline;
}
/* level 3+ list */
#pagesup ul ul {
	left: 181px;
}
/* clearfix */
#pagesup:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#pagesup {
	display: inline-block;
} 
html[xmlns] #pagesup {
	display: block;
}
 
* html #pagesup {
	height: 1%;
}
/* Internt Explorer 7 */
*+html #pagesup ul a {

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  CONTENT
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.boxpost {
	padding:20px;
	background:#90ca3d;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	}
.entry p{
	font-size:1.2em;
    line-height:30px;
	}
.boxpost h2{
	color:#ffffff;
	text-shadow:1px 1px 1px #3B676D;
	font-size:2.3em;
	}
.boxpost h3{
	color:#ffffff;
	text-shadow:1px 1px 1px #3B676D;
	font-size:1.9em;
	margin-top:20px;
	}
.boxpost ul, .boxpost ol {
	font-size:1.2em;
    line-height:30px;
    margin:10px 10px;
	}
.boxpost li {
    list-style:none;
    background:url(images/tick.png) no-repeat 3px 4px;
    line-height:30px;
    padding-left:30px;
	}
.boxpost img {
	border:5px solid #ffffff;
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px; 
	margin-right:40px;
	float:left;
	}

.read{
	float:right
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SIDEBAR
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sidebar ul{
	list-style:none;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SLIDERBOX
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider_box{
	width:595px;
	height:306px;
	background:url(images/box_slider.png) no-repeat 0 0;
	padding:25px 55px 40px 362px;
	}
#slider{
	width:610px;
	height:318px;
	}
#slider li{
	width:610px;
	height:318px;
	list-style:none;
	overflow:hidden;
	margin:0;
	}
#readmore{
	width:205px;
	height:76px;
	position:absolute;
	top:280px;
	left:180px;
	margin:0;
	z-index:3;
	}
#readmore a{
	width:205px;
	height:76px;
	background:url(images/readmore.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	}
 #readmore a:hover{
	width:205px;
	height:76px;
	background:url(images/readmore.png) no-repeat 0 -76px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  FOOTER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer a{
	text-decoration:underline;
	font-weight:bold;
	}
.box1{
	width:323px;
	height:180px;
	float:left;
	margin:10px 15px 10px 0;
	}
.box2{
	width:323px;
	height:180px;
	float:left;
	margin:10px 15px 10px 0;
	}
.box3{
	width:323px;
	height:180px;
	float:left;
	margin:10px 0px 10px 0;
	}
.box1 a{
	width:323px;
	height:180px;
	background:url(images/mugs.png) no-repeat 0 0;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	}
.box2 a{
	width:323px;
	height:180px;
	background:url(images/tshirts.png) no-repeat 0 0;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	}
.box3 a{
	width:323px;
	height:180px;
	background:url(images/keyrings.png) no-repeat 0 0;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  WORDPRESS AND EXTRA RULES
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.boxpost img.alignright{
	float:right;
	margin:0 0 1em 1em
	}
.boxpost img.alignleft {
	float:left;
	margin:0 1em 1em 0
	}
.boxpost img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}
.boxpost a img.alignright {
	float:right;
	margin:0 0 1em 1em
	}
.boxpost a img.alignleft {
	float:left;
	margin:0 1em 1em 0
	}
.boxpost a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
 Contact Form
 
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#upload_form {
border-radius: 7px;
width:345px;
height:350px;
background-color:#ffffff;
padding:20px;
float:right;
margin-bottom:10px;

}
#upload_form h3 {
color:#33ccff;
font-size:1.9em;
margin-top:0;
}
.form_name { }
.form_email{}
.form_image{ }
.form_message{}
.form_submit {   }

.wpcf7-submit {
color:#ff0000;

}
			
	#upload_form p{margin:.5em 0;}	
		
	#upload_form input.wpcf7-submit{		
		border:1px solid #3B676D;
		padding:5px 25px;
		-moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px; 
		background:#33C4E8;
		color:white;
		font-weight:bold;
		float:right;
        margin-right:-10px;
        margin-top:15px;
		}		
			
	#upload_form input.wpcf7-submit:hover{		
		padding:5px 25px;
		-moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px; 
		background:#90CA3D;
		color:white;
		font-weight:bold;
		float:right;
		-webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-o-transition: background .5s ease;
transition: background .5s ease;
		}		
	    #upload_form input,  #upload_form textarea{		
		border:1px solid #ddd;
		background:#fff url(images/form_input.gif) repeat-x;
		padding:3px;
		}
	
	#contact_form {
border-radius: 7px;
width:345px;
height:370px;
background-color:#ffffff;
padding:20px;
float:left;
margin-bottom:10px;

}
#contact_form  h3 {
color:#33ccff;
font-size:1.9em;
margin-top:0;
}
.form_name { }
.form_email{}
.form_image{ }
.form_message{}
.form_submit {   }

.wpcf7-submit {
color:#ff0000;

}
			
	#contact_form p{margin:.5em 0;}	
		
	#contact_form input, #contact_form textarea{		
		width:335px;
		border:1px solid #ddd;
		background:#fff url(images/form_input.gif) repeat-x;
		padding:3px;
		
		}		
	